Install
openclaw skills install @ruiduobao/geoskill-hyperspectral-mineral-mapping用SAM光谱角制图与连续统去除从高中光谱影像识别并绘制矿物分布,输出矿物类别/置信度栅格与报告
openclaw skills install @ruiduobao/geoskill-hyperspectral-mineral-mapping(Fill in 2-3 paragraphs of introduction here: features, application scenarios, and core algorithm.)
pip install 'numpy' 'rasterio' 'scipy'
python geoskill-hyperspectral-mineral-mapping.py --bbox 116.0 39.0 117.0 40.0 [other options]
python geoskill-hyperspectral-mineral-mapping.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-mineral-mapping.py --bbox 116.0 39.0 117.0 40.0 [其他参数]
python geoskill-hyperspectral-mineral-mapping.py --bbox 116.0 39.0 117.0 40.0 --synthetic --output-dir ./out
(补充至少 4 个真实用法示例。)
| 文件 | 格式 | 说明 |
|---|---|---|
result.tif | GeoTIFF | 主产物 |
output-manifest.json | JSON | 运行清单 |
(说明数据来源:免费卫星数据 / 本地输入 / 合成。)
--synthetic 模式完全无网络。MIT