记忆

geoskill-sar-flood-mapping

试用

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

它能做什么

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

技能文档

SAR洪水制图 | SAR Flood Mapping

(Fill in 2-3 paragraphs of Chinese introduction here: features, application scenarios, core algorithm.)

Dependencies / 依赖

pip install 'numpy' 'rasterio' 'geopandas' 'shapely' 'scipy'

Usage / 使用方法

Basic Usage

python geoskill-sar-flood-mapping.py --bbox 116.0 39.0 117.0 40.0 [other options]

Example 1 (synthetic data, offline)

python geoskill-sar-flood-mapping.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

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

Privacy / 隐私声明 / Privacy

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

License / License

MIT



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

SAR洪水制图 | SAR Flood Mapping

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

依赖

pip install 'numpy' 'rasterio' 'geopandas' 'shapely' 'scipy'

使用方法

基本用法

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

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

python geoskill-sar-flood-mapping.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

相关技能

Extract flood extent from SAR backscatter imagery. Use when the user wants to analyze changes, detect hazards, or generate assessment reports.

1 次安装

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

1 次安装

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

1 次安装

从SAR σ⁰制图海冰类型与密集度:dB刻度三类Otsu分水面/新冰/多年冰,GLCM纹理精炼多年冰,滑窗计算冰密集度,输出海冰类型GeoTIFF、密集度GeoTIFF与面积统计JSON。SAR sea ice type and concentration mapping via multi-Otsu backscatter thresholds and GLCM texture.

1 次安装

基于SAR后向散射与GLCM纹理的城市建成区提取:Otsu/固定σ⁰阈值 + GLCM对比度纹理 + 形态学闭运算,输出城市范围二值GeoTIFF与面积统计JSON。SAR urban/built-up mapping via backscatter threshold, GLCM texture and morphology.

1 次安装

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

1 次安装