stac_search
Search satellite data (Sentinel-2, Landsat, NAIP, DEM) by location, date, and cloud cover via AWS Earth Search. No authentication needed.
Instructions
AWS Earth Search で衛星データ(Sentinel-2 / Landsat / NAIP / DEM)をSTAC検索する(認証不要)。
例:「東京のLandsat画像」「関東のSentinel-2の雲が少ない画像」
場所は bbox("lon_min,lat_min,lon_max,lat_max")または place(地名)。
content に表示用サマリ、structuredContent に JSON(id/日時/雲量/bbox/アセットURL)を返す。
Args:
collection: コレクションID(既定 "sentinel-2-l2a")。stac_collections で確認可。
例: "landsat-c2-l2", "sentinel-2-l1c", "sentinel-1-grd", "naip"。
bbox: 空間範囲("lon_min,lat_min,lon_max,lat_max")。
place: 地名(bbox より優先。Open-Meteo のジオコーディングで解決)。
datetime: 時間範囲("YYYY-MM-DD" または "start/end")。省略で最近。
max_cloud_cover: 雲量上限(%)(eo:cloud_cover を持つ場合)。
limit: 返す件数(既定 5、最大 10)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | ||
| limit | No | ||
| place | No | ||
| datetime | No | ||
| collection | No | sentinel-2-l2a | |
| max_cloud_cover | No |