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

ST_Area

Introduction: Return the area of A

Format: ST_Area (A:geometry)

SQL example:

SELECT ST_Area(polygondf.countyshape)
FROM polygondf