Skip to content
🎉 Apache Sedona 1.8.1 is now available! Check out the new features and improvements.

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

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

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

SQL example:

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