Find satellite imagery
find_imageryFind satellite scenes (Sentinel-2, Landsat, Sentinel-1, NAIP) for any area and date range, ranked by coverage, cloud cover, and recency. Get previews, true-color images, and STAC links.
Instructions
Finds satellite scenes of an area (bbox or lat/lon) between two dates: Sentinel-2, Landsat, Sentinel-1 radar or NAIP. Ranks by how much of the area each scene covers, cloud cover and date, and returns preview, true-colour image and STAC item links with the data licence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | YYYY-MM-DD, default today | |
| lat | No | ||
| lon | No | ||
| bbox | No | [west, south, east, north] | |
| sort | No | ||
| limit | No | ||
| start | Yes | YYYY-MM-DD | |
| max_cloud | No | Percent, default 20 | |
| radius_km | No | Around lat/lon; default 1 | |
| collection | No | Default sentinel-2 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | Yes | ||
| scenes | Yes | ||
| matched | Yes | ||
| collection | Yes |