FPM - Flood Proxy Maps
lar2fpm
This repository contains jobs to convert S1-LAR products to Flood Proxy Maps based on thresholds input by user:
Associated job:
Job 1: S1 FPM
Type: Iterative
Facet: S1-LAR
User inputs:
Fields | Description | Type | Example |
---|---|---|---|
| threshold for open-water (negative value) | float | -0.2 |
| threshold for veg-flood (positive value) | float | 0.2 |
| bwarea pixels to remove open water artefacts, comma seperated for: small_flooded_areas, small_dry_areas_in_flood | int,int | 50,50 |
| bwarea pixels to remove veg-flood artefacts, comma seperated for: small_flooded_areas, small_dry_areas_in_flood | int,int | 50,50 |
| if watermask is to be applied on final FPMs | boolean | true |
Important outputs:
Product | Description | Example |
---|---|---|
Flood Proxy Map | Geotiff of flood pixels (burstwise and merged) | N_s*_fn_o*_v*_fpm.tif |
Log Ratio | Geotiff of logratio - log(Aco/Apre) merged across bursts | N_s*_fn_o*_v*_logra2a1.tif |
Masks | Geotiff of masked footprint and waterbody (if | N_s*_fn_o*_v*_msk.tif |
DEMs | DEM of subswath area | demLat_N*_N*_Lon_W*_W*.dem.vrt |
KMLs | KML of radar footprint and FPMs (burst-wise, untiled) *See | *.kml |
Job 2: S1 FPM Packaged
Type: Individual
Facet: S1-FPM
(FPM sub-swaths user would like to merge and package)User inputs:
Fields | Description | Type | Example |
---|---|---|---|
| Name of the packaged product, ideal to indicate area and event date | str |
|
| comma seperated list of glob pattern for fpm files to include | str |
|
| comma seperated list of glob pattern for fpm files to exclude | str |
OR
(exclude all bursts 8 - 9, and fn) |
| comma seperated list of glob pattern for footprint mask files to include to make radar footprint kml | str |
|
| comma seperated list of glob pattern for footprint mask files to exclude to make radar footprint kml | str |
OR
(exclude all bursts 8 - 9, and fn) |
| http url where kml tiles of FPM are hosted (currently only supports s3 static website urls), if not specified, uses current s3 product bucket to host tiles | str |
|
| zoom levels of the kml tiles of FPM in the format: | str |
|
Important outputs:
Product | Description | Example |
---|---|---|
Merged Flood Proxy Map GTiff | Geotiff of flood pixels | final_fpm.tif |
Merged Flood Proxy Map Shp | Shapeifle of flood pixels (zipped) | final_fpm_shp.zip |
Radar foorprint KML | KML of radar footprint (merged, dissolved) of selected mask files | final_kml/radar_footprint_fn.kml |
Merged Flood Proxy KML | KML of radar footprint (merged, dissolved) of selected mask files | final_kml/ |
KMLs | KML of radar footprint and FPMs (burst-wise, untiled) *See | *.kml |