get_collection_spatial_coverage
Retrieve spatial coverage details for OpenLandMap collections, including bounding box, GeoJSON polygon, resolution, and coordinate system.
Instructions
Get the full spatial coverage details of a collection.
Returns the bounding box, a GeoJSON polygon of the extent, the native ground sample distance (resolution in meters), and the coordinate reference system.
Args: collection_id: Collection identifier.
Returns: SpatialCoverage dict with bbox, geometry, gsd, and CRS.
Example: get_collection_spatial_coverage("organic.carbon_usda.6a1c")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes |