Design & media

geoskill-sar-speckle-filtering

Try it

对 SAR 影像执行 Lee/Frost/多视 斑点噪声滤波,抑制相干斑噪声并保持边缘。Lee/Frost/multilook speckle filtering for SAR imagery. 输入单波段或多波段 SAR 强度 GeoTIFF(或用 --synthetic 生成含乘性斑斑噪声的场景),输出滤波后 GeoTIFF + 参数 JSON。

What it does

对 SAR 影像执行 Lee/Frost/多视 斑点噪声滤波,抑制相干斑噪声并保持边缘。Lee/Frost/multilook speckle filtering for SAR imagery. 输入单波段或多波段 SAR 强度 GeoTIFF(或用 --synthetic 生成含乘性斑斑噪声的场景),输出滤波后 GeoTIFF + 参数 JSON。

The skill document

SAR斑点滤波 | SAR Speckle Filtering

(To be filled in: 2–3 paragraphs introducing the functionality, application scenarios, and core algorithm.)

Dependencies / 依赖

pip install 'numpy' 'rasterio' 'scipy'

Usage / 使用方法

Basic Usage

python geoskill-sar-speckle-filtering.py --bbox 116.0 39.0 117.0 40.0 [other parameters]

Example 1 (Synthetic Data, Offline)

python geoskill-sar-speckle-filtering.py --bbox 116.0 39.0 117.0 40.0 --synthetic --output-dir ./out

Examples 2-5

(Add at least 4 real usage examples.)

Output / 输出

FileFormatDescription
result.tifGeoTIFFPrimary output
output-manifest.jsonJSONRun manifest

Data Source / 数据源 / Source

(Specify the data source: free satellite data / local input / synthetic.)

Privacy / 隐私声明 / Privacy

  • Runs offline by default; --synthetic mode requires no network at all.
  • All processing is done locally; no user data is uploaded.

License / License

MIT



name: geoskill-sar-speckle-filtering description: '对 SAR 影像执行 Lee/Frost/多视 斑点噪声滤波,抑制相干斑噪声并保持边缘。Lee/Frost/multilook speckle filtering for SAR imagery. 输入单波段或多波段 SAR 强度 GeoTIFF(或用 --synthetic 生成含乘性斑斑噪声的场景),输出滤波后 GeoTIFF + 参数 JSON。'

SAR斑点滤波 | SAR Speckle Filtering

(在此填写 2-3 段中文介绍:功能、应用场景、核心算法。)

依赖

pip install 'numpy' 'rasterio' 'scipy'

使用方法

基本用法

python geoskill-sar-speckle-filtering.py --bbox 116.0 39.0 117.0 40.0 [其他参数]

示例 1(合成数据,离线)

python geoskill-sar-speckle-filtering.py --bbox 116.0 39.0 117.0 40.0 --synthetic --output-dir ./out

示例 2-5

(补充至少 4 个真实用法示例。)

输出

文件格式说明
result.tifGeoTIFF主产物
output-manifest.jsonJSON运行清单

数据源 / Source

(说明数据来源:免费卫星数据 / 本地输入 / 合成。)

隐私声明 / Privacy

  • 默认离线运行,--synthetic 模式完全无网络。
  • 所有处理在本地完成,不上传用户数据。

License

MIT

Related skills

基于 SAR 低后向散射特性的洪水范围制图:Otsu 阈值分割低 σ⁰ 水体 + 形态学去噪 + 可选 DEM 坡度排除,并矢量化为 GeoJSON。SAR flood extent mapping via Otsu thresholding of low backscatter, morphological cleanup and vectorization. 输出洪水二值 GeoTIFF + 面积统计 JSON + 范围 GeoJSON。

1 installs

去除 Landsat7 SLC-off / MODIS 等条带噪声,支持矩匹配与加权线性回归。Destriping for Landsat7 SLC-off / MODIS via moment matching and weighted linear regression; outputs a corrected GeoTIFF and gap mask.

1 installs

SAR 船舶检测:CA/OS-CFAR 恒虚警检测 + 连通域聚类,从单极化 SAR 强度影像提取船舶目标并输出 GeoJSON 矢量与属性表

1 installs

多时相 SAR 后向散射时序统计:逐像元均值/标准差/振幅/变异系数与极化比。Multi-temporal SAR backscatter time-series statistics (mean/std/amplitude/CV) and polarization ratio. 输入多时相 σ⁰ 立方体(或用 --synthetic 生成含植被物候正弦信号的时序),输出多波段统计 GeoTIFF + 时序曲线 JSON。

1 installs

SAR 暗斑油膜检测 — 从 SAR 暗斑中筛选疑似油膜,结合风场、形状、纹理、船舶和自然 slick 线索 输出人工复核候选。支持后向散射阈值分割、多特征融合置信度评分与误报过滤。

1 installs

融合InSAR形变速率、后向散射变化与DEM坡度综合加权评分,双门限提取疑似滑坡连通域并矢量化分级(high/medium/low),输出滑坡GeoJSON、形变速率/风险评分GeoTIFF与风险汇总JSON。SAR landslide detection fusing InSAR deformation, backscatter change and slope.

1 installs