对 SAR 影像执行 Lee/Frost/多视 斑点噪声滤波,抑制相干斑噪声并保持边缘。Lee/Frost/multilook speckle filtering for SAR imagery. 输入单波段或多波段 SAR 强度 GeoTIFF(或用 --synthetic 生成含乘性斑斑噪声的场景),输出滤波后 GeoTIFF + 参数 JSON。
Integrations
geoskill-strip-noise-removal
Try it去除 Landsat7 SLC-off / MODIS 等条带噪声,支持矩匹配与加权线性回归。Destriping for Landsat7 SLC-off / MODIS via moment matching and weighted linear regression; outputs a corrected GeoTIFF and gap mask.
What it does
去除 Landsat7 SLC-off / MODIS 等条带噪声,支持矩匹配与加权线性回归。Destriping for Landsat7 SLC-off / MODIS via moment matching and weighted linear regression; outputs a corrected GeoTIFF and gap mask.
The skill document
条带噪声去除 | Strip Noise Removal
(Fill in 2-3 paragraphs of introduction here: features, application scenarios, core algorithm.)
Dependencies / 依赖
pip install 'numpy' 'rasterio' 'scipy'
Usage / 使用方法
Basic Usage
python geoskill-strip-noise-removal.py --bbox 116.0 39.0 117.0 40.0 [other arguments]
Example 1 (synthetic data, offline)
python geoskill-strip-noise-removal.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 / 输出
| File | Format | Description |
|---|---|---|
result.tif | GeoTIFF | Primary output |
output-manifest.json | JSON | Run manifest |
Data Source / 数据源 / Source
(Describe the data source: free satellite data / local input / synthetic.)
Privacy / 隐私声明 / Privacy
- Runs offline by default;
--syntheticmode requires no network at all. - All processing is done locally; user data is never uploaded.
License / License
MIT
name: geoskill-strip-noise-removal description: '去除 Landsat7 SLC-off / MODIS 等条带噪声,支持矩匹配与加权线性回归。Destriping for Landsat7 SLC-off / MODIS via moment matching and weighted linear regression; outputs a corrected GeoTIFF and gap mask.'
条带噪声去除 | Strip Noise Removal
(在此填写 2-3 段中文介绍:功能、应用场景、核心算法。)
依赖
pip install 'numpy' 'rasterio' 'scipy'
使用方法
基本用法
python geoskill-strip-noise-removal.py --bbox 116.0 39.0 117.0 40.0 [其他参数]
示例 1(合成数据,离线)
python geoskill-strip-noise-removal.py --bbox 116.0 39.0 117.0 40.0 --synthetic --output-dir ./out
示例 2-5
(补充至少 4 个真实用法示例。)
输出
| 文件 | 格式 | 说明 |
|---|---|---|
result.tif | GeoTIFF | 主产物 |
output-manifest.json | JSON | 运行清单 |
数据源 / Source
(说明数据来源:免费卫星数据 / 本地输入 / 合成。)
隐私声明 / Privacy
- 默认离线运行,
--synthetic模式完全无网络。 - 所有处理在本地完成,不上传用户数据。
License
MIT
Related skills
对多光谱影像执行 DOS/简化6S 大气校正,将 DN/TOA 转为地表反射率。DOS/simplified-6S atmospheric correction converting DN/TOA to surface reflectance. 支持 Landsat 8/Sentinel-2 传感器元数据,输出地表反射率 GeoTIFF + 校正参数 JSON。
评估多光谱影像辐射质量(SNR/条纹/坏线)与几何质量(云量/清晰度),输出质量评分 JSON + HTML 报告。Assess radiometric (SNR, striping, dead lines) and geometric (cloud, sharpness) quality of multispectral imagery; outputs a scored JSON and HTML report.
模拟Sentinel-1 GRD预处理流水线:线性σ⁰分贝转换(10·log10)、bbox像素对齐裁剪、VV/VH双极化处理与物理区间QA,输出预处理σ⁰(dB) GeoTIFF与含步骤/参数/统计的处理日志JSON。Sentinel-1 GRD preprocessing pipeline: dB conversion, bbox clip, dual-pol QA.
融合InSAR形变速率、后向散射变化与DEM坡度综合加权评分,双门限提取疑似滑坡连通域并矢量化分级(high/medium/low),输出滑坡GeoJSON、形变速率/风险评分GeoTIFF与风险汇总JSON。SAR landslide detection fusing InSAR deformation, backscatter change and slope.
交通噪声衰减模型制图 dB(A) 等级:FHWA 简化声源级、点/线源几何发散、建筑屏障衰减与地面吸收。Maps traffic noise levels with distance attenuation, building shielding and terrain. 输出噪声级 GeoTIFF + 参数 JSON。