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

ST_ConvexHull

Introduction: Return the Convex Hull of polygon A

Format: ST_ConvexHull (A:geometry)

SQL example:

SELECT ST_ConvexHull(polygondf.countyshape)
FROM polygondf