Install
openclaw skills install @ruiduobao/geoskill-spectral-unmixingopenclaw skills install @ruiduobao/geoskill-spectral-unmixing(Fill in 2-3 paragraphs of introduction here: features, application scenarios, core algorithm.)
pip install 'numpy' 'rasterio' 'scipy'
python geoskill-spectral-unmixing.py --bbox 116.0 39.0 117.0 40.0 [other arguments]
python geoskill-spectral-unmixing.py --bbox 116.0 39.0 117.0 40.0 --synthetic --output-dir ./out
(Add at least 4 real usage examples.)
| File | Format | Description |
|---|---|---|
result.tif | GeoTIFF | Primary output |
output-manifest.json | JSON | Run manifest |
(Describe the data source: free satellite data / local input / synthetic.)
--synthetic mode requires no network at all.MIT
(在此填写 2-3 段中文介绍:功能、应用场景、核心算法。)
pip install 'numpy' 'rasterio' 'scipy'
python geoskill-spectral-unmixing.py --bbox 116.0 39.0 117.0 40.0 [其他参数]
python geoskill-spectral-unmixing.py --bbox 116.0 39.0 117.0 40.0 --synthetic --output-dir ./out
(补充至少 4 个真实用法示例。)
| 文件 | 格式 | 说明 |
|---|---|---|
result.tif | GeoTIFF | 主产物 |
output-manifest.json | JSON | 运行清单 |
(说明数据来源:免费卫星数据 / 本地输入 / 合成。)
--synthetic 模式完全无网络。MIT