chay0112 opened a new issue, #2476: URL: https://github.com/apache/sedona/issues/2476
Summary Implement GeoSeries.convex_hull in Sedona’s GeoPandas-compatible API by delegating to ST_ConvexHull. Add the corresponding GeoDataFrame routing, documentation (docstring copied from GeoPandas), and tests (unit + parity with GeoPandas). Motivation convex_hull is a commonly used geometry operation in GeoPandas. Sedona exposes ST_ConvexHull, so this should be a straightforward mapping that improves API completeness. Scope / Tasks Implement convex_hull in geoseries.py using the existing helper (likely _row_wise_operations). Add GeoDataFrame routing in base.py so the method works from GeoDataFrame as well. Copy/adapt the GeoPandas docstring into the base.py method per Sedona’s guidance -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
