ST_Area¶
Introduction: Return the area of A
Format: ST_Area (A:geometry)
SQL example:
SELECT ST_Area(polygondf.countyshape)
FROM polygondf
Introduction: Return the area of A
Format: ST_Area (A:geometry)
SQL example:
SELECT ST_Area(polygondf.countyshape)
FROM polygondf