normalize_geometry
Normalizes geometry orientation and vertex order by correcting inconsistent winding directions and coordinate sequences, returning standardized WKT representation for reliable geospatial analysis.
Instructions
Normalize the orientation/order of a geometry using shapely.normalize. Args: geometry: WKT string of the geometry. Returns: Dictionary with status, message, and normalized geometry as WKT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geometry | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||