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 the AOI track evaluator determines that the full track has been processed, it publishes a JSON file that 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:
range_looks
azimuth_looks
aspect_ratio
lambda
amplitude_dispersion
number_patches_range
number_patches_azimuth
overlapping_pixels_range
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:
inputs/geometrygeo.h5
timeseries_demErr.h5
demErr.h5
velocity.h5
maskTempCoh.h5
avgSpatialCoherence.h5
temporalCoherence.h5
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.
User adds an AOI to the system to keep up processing on , and sets the type of AOI as “landslide”.
System automatically processes to SLCs upon new data acquisitions in AOI and publishes to S3.
Use Case 2: System continues forward “keep-up” production of S1-GUNW for landslide AOI.
User adds an AOI to the system to keep up processing on, and sets the type of AOI as “landslide”.
System automatically processes to L2 S1-GUNW upon new acquisitions in AOI and publishes to S3.
Use Case 3: System monitors specific areas of interest to detect potential landslide anomalies, using higher resolution time series.
User adds an AOI to the system to keep up processing on , and sets the type of AOI as “landslide”.
System automatically creates coregistered SLC stacks upon new data acquisition in the AOI.
Note to Developer: Will need to add trigger rule upon SLC acquisition to send SLC stack (along with the corresponding “bbox”) through the TopsStack Processor PGE.System automatically performs PS time series processing on SLC stack.
Note to Developer: Will need to add trigger rule upon publishing of TopsStack Processor PGE output to send that output through StaMPS PGE.System automatically applies ML to detect potential anomalies, and publishes results back to GRQ catalog
Note to Developer: Will need to add trigger rule for this.User logs into system to browse potential anomalies.
Use Case 4: System monitors specific areas to detect potential landslide anomalies, using lower resolution time series
User adds an AOI to the system to keep up processing on , and sets the type of AOI as “landslide”.
System automatically processes to L2 S1-GUNW upon new data acquisition in the AOI.
Note to Developer: Will need to add trigger rule.System automatically performs displacement time series processing on S1-GUNWs.
Note to Developer: Will need to add trigger rule.System automatically applies ML to detect potential anomalies, and publishes results back to GRQ catalog
Note to Developer: Will need to add trigger rule for this.User logs into system to browse potential anomalies.
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.
0 Comments