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

ST_Area

Introduction: Return the area of A

ST_Area

Format: ST_Area (A:geometry)

Return type: Double

SQL example:

SELECT ST_Area(polygondf.countyshape)
FROM polygondf