sedona icon indicating copy to clipboard operation
sedona copied to clipboard

Geopandas: Implement concave_hull

Open chay0112 opened this issue 1 month ago • 1 comments

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

chay0112 avatar Nov 25 '25 04:11 chay0112