Install
openclaw skills install @ruiduobao/geoskill-insar-deformation-monitoring简化 D-InSAR 形变监测:从主从 SLC 复影像生成干涉图、相干性与形变量。Simplified D-InSAR: interferogram, coherence and surface deformation from master/slave SLCs. 输入复数 SLC(或用 --synthetic 注入平滑形变相位),输出形变 GeoTIFF + 相干性 GeoTIFF + 参数 JSON。
openclaw skills install @ruiduobao/geoskill-insar-deformation-monitoring(Fill in 2–3 paragraphs of Chinese introduction here: features, application scenarios, core algorithm.)
pip install 'numpy' 'rasterio' 'scipy'
python geoskill-insar-deformation-monitoring.py --bbox 116.0 39.0 117.0 40.0 [other arguments]
python geoskill-insar-deformation-monitoring.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 | Primary output |
output-manifest.json | JSON | Run manifest |
(Describe the data source: free satellite data / local input / synthetic.)
--synthetic mode is fully offline with no network access.MIT
(在此填写 2-3 段中文介绍:功能、应用场景、核心算法。)
pip install 'numpy' 'rasterio' 'scipy'
python geoskill-insar-deformation-monitoring.py --bbox 116.0 39.0 117.0 40.0 [其他参数]
python geoskill-insar-deformation-monitoring.py --bbox 116.0 39.0 117.0 40.0 --synthetic --output-dir ./out
(补充至少 4 个真实用法示例。)
| 文件 | 格式 | 说明 |
|---|---|---|
result.tif | GeoTIFF | 主产物 |
output-manifest.json | JSON | 运行清单 |
(说明数据来源:免费卫星数据 / 本地输入 / 合成。)
--synthetic 模式完全无网络。MIT