TODO Madeline Lambert Alex Dunn

This page provides a user-centric overview of the displacement time-series using MintPy processing pipeline. Developer-centric information is on Developer Information.

Use cases

Use Case 1: System continues forward “keep-up” production of S1-GUNW for volcano.

Use Case 2: System updates MintPy time-series for volcano.

Use Case 3: Machine learning applied to output of MintPy for potential anomaly detection.

Processing Pipeline

This diagram branches off from the larger system diagram on Standard Product S1-GUNW Processing Pipeline.

From a high-level, the main steps of this pipeline are:

  1. The production of a S1-GUNW from within a defined volcanic AOI triggers the AOI track evaluator to run.

  2. Once the AOI track evaluator detects that the full track of GUNWs has been produced, the evaluator creates a JSON file containing metadata about the data products, and stores it on S3.

  3. The creation of the JSON file triggers the time-displacement PGE to run.

  4. The PGE takes the JSON file as input, as well as a custom configuration file, and outputs an HDF-EOS5 format file containing the displacement time-series for the AOI.

Implementation Notes (Alex Dunn )

User Guide

(for operator to run time series processing)

References

Video walkthrough of ARIA-Tools and Time Series InSAR (Discussion of how to prepare ARIA data products for use in MintPy begins at around 3:00:23, and all following material relates to MintPy): https://www.youtube.com/playlist?list=PLzmugeDoplFP-Ju8LwWfALyIKLrPWDfbY

GitHub repo for ARIA-tools: https://github.com/aria-tools/ARIA-tools

GitHub repo for MintPy: https://github.com/insarlab/mintpy

Useful documentation of MintPy: https://mintpy.readthedocs.io/en/latest/

Jupyter notebook examples of how to manually run ARIA products through MintPy:

  1. https://nbviewer.jupyter.org/github/insarlab/MintPy-tutorial/blob/master/smallbaselineApp_aria.ipynb

  2. https://github.com/aria-tools/ARIA-tools-docs/blob/master/JupyterDocs/NISAR/L2_interseismic/mintpySF/smallbaselineApp_aria.ipynb