chay0112 opened a new issue, #2527: URL: https://github.com/apache/sedona/issues/2527
### Use case: - Add support for Geoseries.concave_hull ### Description: - Implements GeoSeries.concave_hull, which computes the concave hull for each geometry in the series. The concave hull is the smallest concave polygon that contains all points of the geometry, controlled by a ratio parameter that determines the level of concavity and an option to allow holes. For geometries with fewer than three points, the result is a LineString or Point. This method ensures each geometry in the series is replaced by its concave hull representation, matching the behavior of GeoPandas. ### Related Issue: - Links to epic https://github.com/apache/sedona/issues/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]
