geometry_to_geojson
Convert Shapely geometry from Well-Known Text (WKT) to GeoJSON format for interoperability with web maps and GIS applications.
Instructions
Convert a Shapely geometry (WKT) to GeoJSON using shapely.geometry.mapping. Args: geometry: WKT string of the geometry. Returns: Dictionary with status, message, and GeoJSON representation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geometry | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||