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

ST_MinimumBoundingCircle

Introduction: Returns the smallest circle polygon that contains a geometry.

Format: ST_MinimumBoundingCircle(geom: geometry, [Optional] quadrantSegments:int)

SQL example:

SELECT ST_MinimumBoundingCircle(ST_GeomFromText('POLYGON((1 1,0 0, -1 1, 1 1))'))