Skip to content
Apache Sedona 1.9.0 is out now, featuring Spark 4.1 support, proj4sedona CRS transformation, Bing Tile functions, and more!

ST_ConcaveHull

Introduction: Return the Concave Hull of polygon A, with alpha set to pctConvex[0, 1] in the Delaunay Triangulation method, the concave hull will not contain a hole unless allowHoles is set to true

ST_ConcaveHull

Format: ST_ConcaveHull (A:geometry, pctConvex:float)

Format: ST_ConcaveHull (A:geometry, pctConvex:float, allowHoles:Boolean)

Return type: Geometry

SQL example:

SELECT ST_ConcaveHull(polygondf.countyshape, pctConvex)`
FROM polygondf