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

ST_Envelope

Introduction: Return the envelope boundary of A

ST_Envelope

Format: ST_Envelope (A:geometry)

Return type: Geometry

SQL example:

SELECT ST_Envelope(polygondf.countyshape)
FROM polygondf