copernicus_search
Search ESA Copernicus satellite imagery via STAC by collection, bbox, date range, and cloud cover. Returns image summaries, metadata, and preview URLs without authentication.
Instructions
ESA Copernicus(Sentinel ほか)の衛星画像を STAC で検索する(検索は認証不要)。
例:「東京のSentinel-2画像」「関東の最近の衛星画像」
content に表示用サマリ、structuredContent に JSON(id/日時/bbox/雲量/プレビューURL)を返す。
画像のダウンロードには CDSE アカウント(OAuth2)が必要だが、検索・プレビューURL取得は無料。
Args:
collection: STAC コレクションID(既定 "sentinel-2-l2a")。copernicus_collections で確認可。
bbox: 空間範囲("lon_min,lat_min,lon_max,lat_max"、例 東京: "139.6,35.5,139.9,35.8")。
datetime: 時間範囲("YYYY-MM-DD" または "start/end"、例 "2026-01-01/2026-03-31")。省略で最新。
max_cloud_cover: 雲量の上限(%)(Sentinel-2 等 eo:cloud_cover を持つ場合)。
limit: 返す件数(既定 5、最大 10)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | ||
| limit | No | ||
| datetime | No | ||
| collection | No | sentinel-2-l2a | |
| max_cloud_cover | No |