get_stac_item_as_geojson
Convert STAC items to standard GeoJSON features for use in GIS systems, web maps, and geospatial tools by stripping STAC-specific fields.
Instructions
Return a STAC item as a pure GeoJSON Feature.
Ready for use in any GIS system, web map, or geospatial tool. Strips STAC-specific fields and returns standard GeoJSON.
Args: collection_id: Collection identifier. item_id: Item identifier.
Returns: GeoJSON Feature dict with geometry, properties, and bbox.
Example: get_stac_item_as_geojson("organic.carbon_usda.6a1c", "organic.carbon_usda.6a1c_20180101_20181231")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | ||
| item_id | Yes |