Subham-KRLX opened a new issue, #2482: URL: https://github.com/apache/sedona/issues/2482
Implements the `convex_hull` property for GeoSeries as part of #2230. ## Implementation Details - Uses `ST_ConvexHull` Sedona function - Modeled after `centroid` implementation - Returns smallest convex polygon containing all points in each geometry ## Testing - Added test with docstring examples in `test_geoseries.py` - Added comparison test against geopandas in `test_match_geopandas_series.py` Related to #2230 -- 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]
