get_all_data_assets
Retrieve Cloud-Optimized GeoTIFF download URLs for raster data layers from OpenLandMap collections by filtering assets with role 'data'.
Instructions
Get only data assets (excluding thumbnails, styles).
Filters assets by role='data', returning only actual raster data layers (Cloud-Optimized GeoTIFFs). Useful when you need download URLs.
Args: collection_id: Collection identifier. item_id: Item identifier.
Returns: List of AssetInfo dicts with role 'data'.
Example: get_all_data_assets("organic.carbon_usda.6a1c", "organic.carbon_usda.6a1c_20180101_20181231")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | ||
| item_id | Yes |