Install
openclaw skills install sentinel-downloader-skillDownload Sentinel satellite imagery (Sentinel-1/2/5P) via STAC API with cloud cover filtering and batch download support | 基于 STAC API 下载哨兵卫星影像 (Sentinel-1/2...
openclaw skills install sentinel-downloader-skillDownload Sentinel satellite imagery via STAC (SpatioTemporal Asset Catalog) API.
基于 STAC (SpatioTemporal Asset Catalog) API 下载哨兵系列卫星影像。
pip install pystac-client requests
./sentinel-download.sh --bbox 116.0 39.0 117.0 40.0 --start-date 2024-01-01 --end-date 2024-12-31
./sentinel-download.sh --bbox 116.0 39.0 117.0 40.0 --max-cloud-cover 10
./sentinel-download.sh --bbox 116.0 39.0 117.0 40.0 --download --output-dir ./data
| Mission | Description | Data Type |
|---|---|---|
| 任务 | 说明 | 数据类型 |
| Sentinel-1 | SAR Radar Imagery / SAR 雷达影像 | All-weather monitoring / 全天候地表监测 |
| Sentinel-2 | Multispectral Optical / 多光谱光学影像 | Land observation, 10m resolution / 陆地观测,10m 分辨率 |
| Sentinel-5P | Atmospheric Monitoring / 大气成分监测 | Air quality, ozone / 空气质量、臭氧等 |
| Parameter | Description | Required |
|---|---|---|
| 参数 | 说明 | 必填 |
| --bbox | Geographic extent [minLon minLat maxLon maxLat] / 地理范围 | Yes / 是 |
| --start-date | Start date YYYY-MM-DD / 开始日期 | Yes / 是 |
| --end-date | End date YYYY-MM-DD / 结束日期 | Yes / 是 |
| --mission | Satellite mission (sentinel-1/2/5p) / 卫星任务 | No / 否 |
| --max-cloud-cover | Max cloud cover percentage / 最大云量百分比 | No / 否 |
| --download | Download imagery / 是否下载 | No / 否 |
正在搜索 sentinel-2 影像...
找到 3 个结果
[1] S2A_MSIL2A_20241227T031141_R075_T50TNK
时间:2024-12-27
云量:0.4%
平台:Sentinel-2A
| Name | URL |
|---|---|
| Microsoft Planetary Computer | https://planetarycomputer.microsoft.com/api/stac/v1 |
| AWS Earth Search | https://earth-search.aws.element84.com/v1 |
MIT-0 - Free to use, modify, and redistribute. No attribution required.