Pipeline

The landslide anomaly detection pipeline in the figure above has two possible roots. The first, outlined by the light blue dashed line, stems from the portion of the Standard Product Pipeline similarly outlined. This option uses higher resolution time-series data generated from coregistered SLC stacks via StaMPS PS time-series processing. The second option, outlined by the dashed red line, comes from L2 S1-GUNW data products, indicated by similar red outline on the Standard Product Pipeline figure. The GUNW products are run through the MintPy PGE, and create a lower resolution displacement time-series.

For the higher resolution option, the user can select an SLC track to push through the ISCE TopsStack PGE to create a coregistered SLC stack, by searching facets (SLC, track number, region) on Tosca. The stack is then the trigger for the StaMPS (Stanford Method for Persistent Scatterers) PGE. StaMPS publishes the persistent scatterers time-series (PS time-series). The publishing of the PS time-series triggers the Tensorflow Predictor, which publishes a Landslide Anomaly Map.

For the lower resolution option, the user can define an AOI track. When a S1-GUNW is created within a defined volcano polygon, it triggers the MintPy PGE to run. The MintPy PGE then publishes a displacement time-series, which triggers the Tensorflow Predictor PGE to run and publish a Landslide Anomaly Map.

For either option, the Landslide Anomaly Map is then run through the TBD “Production Rules for Detected Anomalies” PGE. If the map contains (TBD) value over (XX) threshold, then (something happens; probably notify the user who submitted the job).

TopsStack Processor (TopsStack Processor (PGE))

Description: Creates a coregistered stack of SLCs, only within the same track over a time period

Trigger dataset/action: On-demand Action “topsStack Processor”

Inputs: SLC (facet to this via “track number”, “SLC”, “region” on Tosca. Must have only one track in SLC input), master date, and bbox (min_lat, max_lat, min_lon, max_lon) (bbox is required in multiprocessing and optional in GNU Parallel)

Outputs: directory containing coregistered SLC stack, merged geometric data, baselines, etc. More in depth description of output directory can be found on https://aria.atlassian.net/wiki/spaces/ARIA/pages/19791873/TopsStack+Processor+PGE#Output-directory-structure.

StaMPS PGE (ISCE to StaMPS PS Time Series Processing (PGE))

Description: Takes output of TopsStack Processor as input, and calculates a time series using the Persistent Scatterers method.

Trigger dataset/action: On-demand Action “ISCE STAMPS PS Processing”

Inputs: output directory from TopsStack Processor (containing SLCs, geom_master, and baselines); also need to input the following upon On-Demand job submission:

  1. range_looks

  2. azimuth_looks

  3. aspect_ratio

  4. lambda

  5. amplitude_dispersion

  6. number_patches_range

  7. number_patches_azimuth

  8. overlapping_pixels_range

  9. overlapping_pixels_azimuth

Outputs: PS time-series (output directory structure shown on https://aria.atlassian.net/wiki/spaces/ARIA/pages/25067521/ISCE+to+StaMPS+PS+Time+Series+Processing+PGE#Running-Hello-World-(HySDS); step number eight)

MintPy PGE

Description: Takes S1-GUNWs from a specific AOI and calculates the displacement time series.

Trigger dataset/action: On demand Action “MintPy (SNWE Bounds)”, trigger dataset = S1-GUNW within defined polygon.

Inputs: latitude_longitude_bounds (or polygon), track_number, start_date, end_date

Outputs: Displacement time-series - contains the following files:

Tensorflow Predictor PGE

Description: Takes either PS time series or MintPy time series, and calculates predicted landslide anomaly

Trigger dataset/action: currently on-demand

Inputs: Either all PS time series for a given location, or the MintPy time series (timeseries

_demErr.h5, temporalCoherence.h5, maskTempCoh.h5) )for a given location

Outputs: predicted landslide anomaly data (.pred files)

Use Cases

Use Case 1: System continues forward “keep-up” production of SLC for landslide AOI.

Use Case 2: System continues forward “keep-up” production of S1-GUNW for landslide AOI.

Use Case 3: System monitors specific areas of interest to detect potential landslide anomalies, using higher resolution time series.

Use Case 4: System monitors specific areas to detect potential landslide anomalies, using lower resolution time series

Notes:

Currently, we are testing the lower resolution time-series (from the MintPy PGE). The eventual goal is to have the possibility of using both the PS time-series and the MintPy time-series, but current efforts are focused on validating the MintPy time-series.

Future possible Use Cases:

The scope of this pipeline could be expanded to include monitoring of wider areas to identify potential landslide anomalies.