Install
openclaw skills install @ruiduobao/geoskill-monsoon-analysisopenclaw skills install @ruiduobao/geoskill-monsoon-analysisThis skill diagnoses the monsoon system from wind-field and precipitation time series, producing three core metrics:
Supports --region east_asia|south_asia (the two regions differ in monsoon season and prevailing wind direction). Suitable for monsoon climate diagnosis, monsoon onset/withdrawal monitoring, and studies of seasonal precipitation distribution.
pip install 'numpy' 'rasterio' 'scipy'
python geoskill-monsoon-analysis.py --bbox 116.0 39.0 117.0 40.0 [other options]
python geoskill-monsoon-analysis.py --bbox 116.0 39.0 117.0 40.0 --synthetic --output-dir ./out
python geoskill-monsoon-analysis.py --bbox 110.0 20.0 122.0 40.0 --output-dir ./out
python geoskill-monsoon-analysis.py --bbox 70.0 8.0 90.0 30.0 --region south_asia --synthetic --output-dir ./out
python geoskill-monsoon-analysis.py --bbox 110.0 20.0 122.0 40.0 --region east_asia --n-dates 36 --output-dir ./out --quiet
python geoskill-monsoon-analysis.py --input wind_monthly.tif --region east_asia --output-dir ./out
| File | Format | Description |
|---|---|---|
monsoon_index.tif | GeoTIFF | Monsoon index (seasonal shear of zonal wind) raster |
u_wind_seasonal.tif | GeoTIFF | Winter/summer mean zonal wind (2 bands) |
monsoon_diagnosis.json | JSON | Diagnostics such as reversal angle, concentration, onset/retreat dates |
output-manifest.json | JSON | Run manifest |
--synthetic or bbox-only): generates a seasonally reversing wind field plus concentrated monsoon-season precipitation locally, no network required.--synthetic mode requires no network at all.MIT
本 skill 对风场与降水时序做季风系统诊断,输出三类核心指标:
支持 --region east_asia|south_asia(两区季风期与主导风向不同)。适用于
季风气候诊断、季风爆发/撤退监测、降水季节分配研究。
pip install 'numpy' 'rasterio' 'scipy'
python geoskill-monsoon-analysis.py --bbox 116.0 39.0 117.0 40.0 [其他参数]
python geoskill-monsoon-analysis.py --bbox 116.0 39.0 117.0 40.0 --synthetic --output-dir ./out
python geoskill-monsoon-analysis.py --bbox 110.0 20.0 122.0 40.0 --output-dir ./out
python geoskill-monsoon-analysis.py --bbox 70.0 8.0 90.0 30.0 --region south_asia --synthetic --output-dir ./out
python geoskill-monsoon-analysis.py --bbox 110.0 20.0 122.0 40.0 --region east_asia --n-dates 36 --output-dir ./out --quiet
python geoskill-monsoon-analysis.py --input wind_monthly.tif --region east_asia --output-dir ./out
| 文件 | 格式 | 说明 |
|---|---|---|
monsoon_index.tif | GeoTIFF | 季风指数(纬向风季节剪切)栅格 |
u_wind_seasonal.tif | GeoTIFF | 夏/冬平均纬向风(2 波段) |
monsoon_diagnosis.json | JSON | 反转角、集中度、进退日期等诊断 |
output-manifest.json | JSON | 运行清单 |
--synthetic 或仅 --bbox):本地生成季节反转风场 + 季风期集中降水,无需网络。--synthetic 模式完全无网络。MIT