slcp2cod

This repository contains jobs to convert S1-SLCP products to Coherence Differences (CODs) for creating Damage Proxy Maps v1 (DPMv1).

A COD is created based on the below pairing system, using 3 SLCs --> 2 SLCPs --> 1 COD: 

Associated job:

Job 1: S1 COD - Network Selection

This job does network selection / pairing of pre-event SLCPs with the co-event SLCP in the specified AOI to submit to the S1 COD job (Job 2 below) to create CODs

Fields

Description

Type

Example

dataset_tag

Suffix dataset tag to append at the end of the dataset id for differentiating events or settings

string

'standard'

project

Project category for possible queue propagation later

enum

'ariamh'

slcp_version

SLCP version to pair CODs for. Default is v1.2

string

v1.2

aoi_name

Dataset ID of AOI to find SLCPs for CODs creation based on AOI's coordinates, start, end and event time

string

'AOI_Japan_Earthquake'

track_number

Optional) Specific track number (only one allowed) of SLCPs overlapping AOI to process CODs for. If not specified, creates CODs for all tracks overlapping AOI.

int

171

overriding_range_looks

(Optional) Range looks to override SLCP's range looks to create CODs in the format: subswath1, subswath2, subswath3. If not specified, uses the range looks stored in SLCP for all subswaths.

int,int,int

16,16,16

(Recommended defaults)

overriding_azimuth_looks

(Optional) Azimuth looks to override SLCP's range looks to create CODs in the format: subswath1, subswath2, subswath3. If not specified, uses the azimuth looks stored in SLCP for all subswaths.

int,int,int

4,4,4

(Recommended defaults)

min_match

Minimum number of CODs to created. Priority of creation is based on temporal baseline. (See Notes below)

int

1

(Recommended defaults)

min_overlap

Minimum ratio of overlap between pre-event_SLCP and co-event_SLCP. Should be < 1. (See Notes below)

float

0.3

(Recommended defaults)

Job 2: S1 COD

Fields

Description

Type

Example

dataset_tag

Suffix dataset tag to append at the end of the dataset id for differentiating events or settings

string

'standard'

project

Project category for possible queue propagation later

enum

'ariamh'

url1

Pre-event SLCP dataset's s3 url

string

s3://s3-<region>.amazonaws.com:80/
<bucket_name>/datasets/slc_pair/v1.2/
<year>/<month>/<day>/<S1-SLCP_ID>

url2

Co-event SLCP dataset's s3 url

string

s3://s3-<region>.amazonaws.com:80/
<bucket_name>/datasets/slc_pair/v1.2/
<year>/<month>/<day>/<S1-SLCP_ID>

overriding_range_looks

(Optional) Range looks to override SLCP's range looks to create CODs for that specific SLCP subswath.

int

16

overriding_azimuth_looks

(Optional) Azimuth looks to override SLCP's azimuth looks to create CODs for that specific SLCP subswath.

int

4

Product

Description

Example

Coherence Difference

Geocoded, multilooked CODs.
Band 1 - Pre-event SLCP's Amplitude.
Band 2 - Coherence Difference (pre-event - co-event).

diff_cor_[burst]_[range_lks]_[az_lks].cor.geo

Pre-event SLCP Coherence

2-Band geocoded, multilooked coherence (COR) of pre-event SLCP.
Band 1 - Amplitude.
Band 2 - Coherence.

cor_[burst]_[range_lks]_[az_lks].cor.geo

Co-event SLCP Coherence

2-Band geocoded, multilooked coherence (COR) of co-event SLCP.
Band 1 - Amplitude.
Band 2 - Coherence.

cor2_[burst]_[range_lks]_[az_lks].cor.geo

where COR = Coherence of given co-registered SLCP

=> Positve values correspond to decreased coherence after event and possible damage due to event.