geojson_to_geometry
Convert a GeoJSON dictionary into a Shapely geometry and return it as Well-Known Text (WKT) for spatial analysis.
Instructions
Convert GeoJSON to a Shapely geometry using shapely.geometry.shape. Args: geojson: GeoJSON dictionary. Returns: Dictionary with status, message, and geometry as WKT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geojson | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||