get_asset_url
Retrieve direct URLs and metadata for specific geospatial assets in the OpenLandMap STAC catalog to access Cloud-Optimized GeoTIFFs for programmatic analysis.
Instructions
Resolve the full URL and metadata for a specific asset.
Returns the direct S3 URL, MIME type, roles, COG status, and S3 bucket/key for programmatic access.
Args: collection_id: Collection identifier. item_id: Item identifier. asset_key: Asset key within the item (e.g. the layer name).
Returns: AssetInfo dict with url, type, roles, is_cog, s3_bucket, s3_key.
Example: get_asset_url("organic.carbon_usda.6a1c", "organic.carbon_usda.6a1c_20180101_20181231", "organic.carbon_usda.6a1c_m_1km_b30cm_s")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | ||
| item_id | Yes | ||
| asset_key | Yes |