Geoskill: Sentinel Downloader Skill
Download Sentinel satellite imagery (Sentinel-1/2/5P) via STAC API with
ruiduobao
@ruiduobao
What This Skill Does
Downloads Sentinel satellite imagery (Sentinel-1/2/5P) via STAC API with cloud cover filtering and batch download support. Uses a command-line interface to search and retrieve geospatial data from providers like Microsoft Planetary Computer and AWS Earth Search.
Replaces manual browsing and downloading from satellite data portals by automating search, filtering, and batch retrieval of Sentinel imagery through a unified CLI.
When to Use It
- Download Sentinel-2 imagery for a specific geographic area and date range
- Filter satellite images by maximum cloud cover percentage before downloading
- Batch download multiple Sentinel scenes from a STAC API search result
- Retrieve Sentinel-1 SAR radar imagery for all-weather surface monitoring
- Acquire Sentinel-5P atmospheric data for air quality or ozone analysis
- Automate periodic satellite image downloads for time-series analysis
Install
$ openclaw skills install @ruiduobao/sentinel-downloader-skillSentinel Downloader | 哨兵卫星影像下载器
Download Sentinel satellite imagery via STAC (SpatioTemporal Asset Catalog) API.
基于 STAC (SpatioTemporal Asset Catalog) API 下载哨兵系列卫星影像。
Install Dependencies | 安装依赖
pip install pystac-client requests
Usage | 使用方法
Search Sentinel-2 Imagery | 搜索 Sentinel-2 影像
./sentinel-download.sh --bbox 116.0 39.0 117.0 40.0 --start-date 2024-01-01 --end-date 2024-12-31
Search with Cloud Cover Filter | 搜索并限制云量
./sentinel-download.sh --bbox 116.0 39.0 117.0 40.0 --max-cloud-cover 10
Search and Download | 搜索并下载
./sentinel-download.sh --bbox 116.0 39.0 117.0 40.0 --download --output-dir ./data
Supported Missions | 支持的卫星任务
| 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 / 空气质量、臭氧等 |
Parameters | 参数说明
| 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 / 否 |
Example Output | 输出示例
正在搜索 sentinel-2 影像...
找到 3 个结果
[1] S2A_MSIL2A_20241227T031141_R075_T50TNK
时间:2024-12-27
云量:0.4%
平台:Sentinel-2A
STAC API Endpoints | STAC API 端点
| Name | URL |
|---|---|
| Microsoft Planetary Computer | https://planetarycomputer.microsoft.com/api/stac/v1 |
| AWS Earth Search | https://earth-search.aws.element84.com/v1 |
License | 许可证
MIT-0 - Free to use, modify, and redistribute. No attribution required.
Top skills in this category
Using Superpowers
@zlc000190Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
novel-generator 是一个中文爽文小说生成技能。用户只需提供一句话方向(如"写个都市重生爽文"),AI 代理即可自动完善提示词、规划大纲、逐章创作并输出为独立 Markdown 文件。 核心特性: 智能提示词生成:从一句话方向自动补全世界观、人设、冲突、爽点设计 分章节创作:每章 2000-3000 字,层层递进,章章有爽点 记忆系统:通过 .learnings/ 记录角色、地点、情节、世界观,确保故事前后一致 情节图解:关键战斗、人物关系、势力分布自动生成 Mermaid 图 失败记录:穿帮、矛盾、崩塌等问题自动记录,持续优化 多题材支持:都市、修仙、玄幻、重生、系统流、末世、科幻、游戏 兼容 Claude Code、Cursor、OpenAI Codex、GitHub Copilot 等所有支持 Agent Skills 的工具。
@ityhg根据用户提供的内容方向自动生成提示词并创作爽文小说。适用场景:(1) 用户提供小说方向/题材/关键词,(2) 需要生成章节连贯的长篇爽文,(3) 需要维护角色、地点、情节的连续性,(4) 需要为关键情节生成图解,(5) 需要记录生成失败场景以优化后续创作。支持都市、修仙、玄幻、重生、系统流等多种题材。Use wh...
simmer
@simmerThe prediction market interface for AI agents. Trade Polymarket and Kalshi through one API with self-custody wallets, safety rails, and smart context.
Smart Web Fetch
@leochens智能网页抓取技能 - 替代内置 web_fetch,自动使用 Jina Reader / markdown.new / defuddle.md 清洗服务获取干净 Markdown。支持多级降级策略,大幅降低 Token 消耗。当 Agent 需要获取网页内容时使用本技能替代 web_fetch。
AI Image Generation
@ivangdavilaCreate AI images with GPT Image, Gemini Nano Banana, FLUX, Imagen, and top providers using prompt engineering, style control, and smart editing.