octane_visualize_geojson
Visualize GeoJSON or shapely geometry as extruded 3D objects in Octane. Points become marker boxes, lines and polygons become extruded walls. Returns asset path and render commands.
Instructions
Visualize GeoJSON (or a shapely geometry) as extruded geometry in Octane (WP7 geo grammar).
Accepts a GeoJSON FeatureCollection / Feature / bare geometry dict, or any
object exposing geo_interface (e.g. a shapely geometry). Points become
marker boxes; lines and polygons become extruded walls. Requires the optional
geo extra (shapely) — if it is not installed the tool fails with an exact
install hint rather than an import traceback.
Returns the generated asset path, the queued render commands, and the current bridge status, so the caller knows the next Octane action required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | visual_geojson | |
| color | No | ||
| geojson | Yes | ||
| z_extrude | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |