uk_stac_search
Search UK EO DataHub satellite and climate data via STAC by keyword, collection, bounding box, or date range. Returns catalog summaries and structured JSON for public datasets, no authentication required.
Instructions
英国 EO DataHub の衛星・気候データをSTACで検索する(公開カタログは認証不要)。
例:「英国の気候モデルデータ」「UKのSentinel画像」
content に表示用サマリ、structuredContent に JSON(id/日時/bbox/コレクション)を返す。
Args:
collection: コレクションID(例 "sentinel2_ard", "ukcp")。省略で全コレクション。
query: キーワード検索(例 "climate", "sentinel")。
bbox: 空間範囲("lon_min,lat_min,lon_max,lat_max")。
datetime: 時間範囲("YYYY-MM-DD" または "start/end")。省略で最新。
limit: 返す件数(既定 5、最大 10)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | ||
| limit | No | ||
| query | No | ||
| datetime | No | ||
| collection | No |