Assess physical and transition climate risk for a site, product, or portfolio with scenario-based structure. Use when asked to run a climate risk assessment,...
Documents
Geoskill: Climate Risk Screening
Try itAssess climate hazards from temperature/precipitation data. Use when the user wants to analyze changes, detect hazards, or generate assessment reports.
What it does
Assess climate hazards from temperature/precipitation data. Use when the user wants to analyze changes, detect hazards, or generate assessment reports.
The skill document
Climate Risk Screening
Assess climate hazards from temperature/precipitation data.
CLI Usage
python scripts/climate_risk_screening.py --temperature temp.tif --precipitation precip.tif
python scripts/climate_risk_screening.py --temperature temp.tif --precipitation precip.tif --output-dir my_output
Parameters
| Argument | Required | Default | Description |
|---|---|---|---|
--temperature | Yes | — | Path to temperature raster (°C) |
--precipitation | Yes | — | Path to precipitation raster (mm) |
--output-dir, -o | No | climate-output | Directory to write outputs |
Output
| File | Description |
|---|---|
climate-report.json | Machine-readable climate hazard stats (heat/cold/flood/drought exposure) |
report.html | Human-readable HTML report |
output-manifest.json | Run metadata + result summary |
Exit Codes
| Code | Meaning |
|---|---|
| 0 | Success |
| 2 | Argument error |
| 7 | Processing failure |
数据下载
本 skill 可自动从 NASA POWER 下载数据 (无需 API key):
python climate_risk_screening.py --bbox 116,39,117,40 --date-range 2024-06-01,2024-06-30 --output-dir
--bbox W,S,E,N: WGS-84 边界框 (西, 南, 东, 北)--date-range START,END: 日期范围 (YYYY-MM-DD,YYYY-MM-DD)--aoi-file: 替代 --bbox 的 GeoJSON 多边形--cache-dir: 缓存目录 (默认 ~/.geoskill_cache)
当用户只给 --bbox + --date-range (没有 --temperature) 时,skill 自动下载数据。
当用户给 --temperature 时,走原文件路径 (向后兼容)。
Related skills
Identify potential debris-flow gullies, integrate terrain, material source, rainfall trigger, and downstream exposure to produce basin-level hazard screening and risk assessment.
Analyze urban heat island intensity and ventilation index from land surface temperature, NDVI, impervious surface and building morphology.
热浪影响评估:逐像元 P90 分位数阈值 + 连续≥3天连通域热浪检测,Stull/简化湿球温度健康风险分级,人口暴露与脆弱性制图。Heatwave impact assessment: per-pixel P90 threshold with connected-run detection, wet-bulb temperature health risk, population exposure and vulnerability mapping. 输出热浪日数/暴露人口/脆弱性/湿球风险 GeoTIFF + 事件清单 JSON。
Multi-hazard probability times asset value times vulnerability curves to compute expected loss for insurance risk mapping
Assess crop health from NDVI time series. Use when the user wants to analyze changes, detect hazards, or generate assessment reports.