stac_search
Search free STAC catalogs for satellite scenes by location, date, and cloud cover, returning scene details with asset keys.
Instructions
Search free STAC catalogs for available satellite scenes matching spatial, temporal, and cloud criteria. Zero-config: Queries public STAC endpoints with zero credentials or API keys required.
Args: collections: List of collection IDs, e.g. ['sentinel-2-l2a'] or ['landsat-c2-l2']. bbox: Bounding box [min_lon, min_lat, max_lon, max_lat] in WGS84 coordinates. datetime_range: RFC3339 date or date range string (e.g. '2024-06-01/2024-06-30' or '2024-05-15'). max_cloud_cover: Maximum allowed cloud cover percentage (0 - 100). Default is 20.0. catalog_url: STAC API root endpoint URL. Defaults to AWS Earth Search. limit: Maximum number of scenes to return. Default is 5.
Returns: JSON string listing discovered satellite scenes, dates, cloud cover, and asset keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | ||
| limit | No | ||
| catalog_url | No | https://earth-search.aws.element84.com/v1 | |
| collections | Yes | ||
| datetime_range | Yes | ||
| max_cloud_cover | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |