get_item
Retrieve a specific geospatial item from a STAC catalog using its collection ID and item ID. Access detailed metadata and asset URLs for direct use.
Instructions
Get a specific STAC Item by collection and item ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | The item ID. | |
| catalog_url | No | Optional catalog URL override. | |
| sign_assets | No | If True and catalog is Planetary Computer, sign asset URLs for direct access. Requires planetary-computer package. | |
| collection_id | Yes | The collection ID. | |
| output_format | No | Output format ("text" or "json"). | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |