cod2dpm
This repository contains jobs to convert S1-COD products to S1-DPM products (Damage Proxy Map) which are packaged, based on inputs by the user:
Associated job:
Job 1: S1 DPM
Type: Individual
Facet: S1-COD
User inputs:
Fields | Description | Type | Example |
---|---|---|---|
| Comma separated list of glob pattern to specify burst-/ subswath-/ frame-wise COD files to include | str |
|
| Comma separated list of glob pattern to specify burst-/ subswath-/ frame-wise COD files to exclude | str |
|
| Common name of all packaged products, ideal to indicate date and event area | str | EOS_ARIA-SG_DPM_20191012_JapanTyphoonHagibis |
| Positive COD threshold value, typically within range of 0.4 to 0.7 | float | 0.45 |
| Gamma value to control alpha channel gradient of DPM pixels | float | 1.2 |
| Scaled positive COD threshold value, below which pixels will be transparent | float | 0.6 |
| Flag to produce DPM as 1-band GeoTIFF with no translucency | boolean | true |
| Flag to produce DPM as 4-band GeoTIFF with translucency | boolean | true |
| Flag to use yellow to red colour scale | boolean | true |
| Flag to use blues colour scale | boolean | true |
| Flag to merge burst-wise DPM into single DPM, ideally true, which then creates GeoTIFF and KML products, if false, only creates GeoTIFF products | boolean | true |
| Flag to remove burst-wise DPM GeoTIFF product from product directory | boolean | true |
| Specify method used to create DPM KML product, kml_gdal creates tiles with GDAL, kml_overlay overlays a PNG without tiles | enumerator | kml_gdal, kml_overlay |
| Optional http url where DPM KML tiles are hosted, currently only supports s3 static website urls, if not specified, uses current s3 product bucket to host tiles | str |
|
Important outputs:
Product | Description | Example |
---|---|---|
DPM GeoTIFF (merged) | Any DPM GeoTIFF merged across all bursts/ subswaths/ frames |
|
DPM GeoTIFF (burst-wise) | Any DPM GeoTIFF unmerged, burst-wise |
|
DPM GeoTIFF (1-band) | Any DPM GeoTIFF with 1 band |
|
DPM GeoTIFF (4-band) | Any DPM GeoTIFF with 4 bands |
|
DPM GeoTIFF (ytr) | Any DPM GeoTIFF with yellow to red colour scale |
|
DPM GeoTIFF (blu) | Any DPM GeoTIFF with blues colour scale |
|
DPM KML | Any DPM KML, same conventions as GeoTIFF |
|
Radar footprint KML | Radar footprint KML merged across all bursts/ subswaths/ frames |
|