Install
openclaw skills install @ruiduobao/geoskill-hyperspectral-vegetation-stress用红边指数NDRE/REP/PRI与光谱角SAM检测植被胁迫,输出胁迫等级栅格与异常区矢量
openclaw skills install @ruiduobao/geoskill-hyperspectral-vegetation-stress(Fill in 2-3 paragraphs of introduction here: features, application scenarios, and core algorithm.)
pip install 'numpy' 'rasterio' 'scipy'
python geoskill-hyperspectral-vegetation-stress.py --bbox 116.0 39.0 117.0 40.0 [other options]
python geoskill-hyperspectral-vegetation-stress.py --bbox 116.0 39.0 117.0 40.0 --synthetic --output-dir ./out
(Add at least 4 real-world usage examples.)
| File | Format | Description |
|---|---|---|
result.tif | GeoTIFF | Main output |
output-manifest.json | JSON | Run manifest |
(Describe the data source: free satellite data / local input / synthetic.)
--synthetic mode requires no network access at all.MIT
(在此填写 2-3 段中文介绍:功能、应用场景、核心算法。)
pip install 'numpy' 'rasterio' 'scipy'
python geoskill-hyperspectral-vegetation-stress.py --bbox 116.0 39.0 117.0 40.0 [其他参数]
python geoskill-hyperspectral-vegetation-stress.py --bbox 116.0 39.0 117.0 40.0 --synthetic --output-dir ./out
(补充至少 4 个真实用法示例。)
| 文件 | 格式 | 说明 |
|---|---|---|
result.tif | GeoTIFF | 主产物 |
output-manifest.json | JSON | 运行清单 |
(说明数据来源:免费卫星数据 / 本地输入 / 合成。)
--synthetic 模式完全无网络。MIT