Install
openclaw skills install @ruiduobao/geoskill-polarimetric-decomposition极化SAR分解:Cloude-Pottier H/A/α 特征分解与 Freeman 三分量分解,输出散射熵、各向异性、散射角与表面/二面角/体散射功率
openclaw skills install @ruiduobao/geoskill-polarimetric-decompositionPerforms polarimetric target decomposition on fully polarimetric SAR data to extract the physical scattering mechanisms of surface features. Two mainstream methods are implemented:
pip install 'numpy' 'rasterio' 'scipy'
[T11, T22, T33, Re T12, Im T12, Re T13, Im T13, Re T23, Im T23].[|Shh|², |Svv|², |Shv|²].python geoskill-polarimetric-decomposition.py --bbox 116.0 39.0 117.0 40.0 --method cloude --output-dir ./out
python geoskill-polarimetric-decomposition.py --bbox 116.0 39.0 117.0 40.0 --method freeman --synthetic --output-dir ./out
python geoskill-polarimetric-decomposition.py --input T3_9band.tif --method ha_alpha --output-dir ./out
python geoskill-polarimetric-decomposition.py --input C3_3band.tif --method freeman --output-dir ./out
| File | Format | Description |
|---|---|---|
cloude_H_A_alpha.tif | GeoTIFF (3 band) | Entropy H, anisotropy A, scattering angle α (degrees) |
freeman_three_component.tif | GeoTIFF (3 band) | Ps / Pd / Pv scattering powers |
decomposition_stats.json | JSON | Statistics and synthetic ground truth |
output-manifest.json | JSON | Run manifest |
Local polarimetric GeoTIFF (T3 9-band or C3 3-band), or physically simulated scenes via --synthetic.
--synthetic mode requires no network at all.MIT
对全极化 SAR 数据执行极化目标分解,提取地物的散射物理机制。实现两类主流方法:
pip install 'numpy' 'rasterio' 'scipy'
[T11, T22, T33, Re T12, Im T12, Re T13, Im T13, Re T23, Im T23]。[|Shh|², |Svv|², |Shv|²]。python geoskill-polarimetric-decomposition.py --bbox 116.0 39.0 117.0 40.0 --method cloude --output-dir ./out
python geoskill-polarimetric-decomposition.py --bbox 116.0 39.0 117.0 40.0 --method freeman --synthetic --output-dir ./out
python geoskill-polarimetric-decomposition.py --input T3_9band.tif --method ha_alpha --output-dir ./out
python geoskill-polarimetric-decomposition.py --input C3_3band.tif --method freeman --output-dir ./out
| 文件 | 格式 | 说明 |
|---|---|---|
cloude_H_A_alpha.tif | GeoTIFF (3 band) | 熵 H、各向异性 A、散射角 α(度) |
freeman_three_component.tif | GeoTIFF (3 band) | Ps / Pd / Pv 散射功率 |
decomposition_stats.json | JSON | 统计量与合成真值 |
output-manifest.json | JSON | 运行清单 |
本地极化 GeoTIFF(T3 9 波段或 C3 3 波段),或 --synthetic 物理模拟场景。
--synthetic 模式完全无网络。MIT