ST_Simplify
ST_Simplify takes a geometry column and returns a geometry column which contains the simplified geometries. This function simplifies the input geometry according to the OpenGIS Simple Features Implementation Specification for SQL 1.2.1.
Function | Syntax |
---|---|
Python | simplify(geometry) |
SQL | ST_ |
For more details, go to the GeoAnalytics Engine API reference for simplify.
Examples
Result
Version table
Release | Notes |
---|---|
1.0.0 | Function introduced |