Skip to content
🌵SedonaDB (Rust) 0.3.0 is out now, featuring larger-than-memory spatial joins, and row-level CRS!

ST_ConvexHull

Introduction: Return the Convex Hull of polygon A

ST_ConvexHull

Format: ST_ConvexHull (A:geometry)

Return type: Geometry

SQL example:

SELECT ST_ConvexHull(polygondf.countyshape)
FROM polygondf