Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
969 changes: 969 additions & 0 deletions JupyterDocs/ariaOrderASF/ariaOrderASF_tutorial.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ THIS IS RESEARCH CODE PROVIDED TO YOU "AS IS" WITH NO WARRANTIES OF CORRECTNESS.
- [Preparing ARIA standard GUNW products layers for time-series analysis using ariaTSsetup.py - ariaTSsetup.py program tutorial](https://nbviewer.jupyter.org/github/aria-tools/ARIA-tools-docs/blob/master/JupyterDocs/ariaTSsetup/ariaTSsetup_tutorial.ipynb)
- [Calculating phase triplet misclosures - ariaMisclosure.py program tutorial](https://nbviewer.jupyter.org/github/aria-tools/ARIA-tools-docs/blob/master/JupyterDocs/ariaMisclosure/ariaMisclosure_tutorial.ipynb)
- [Creating a new area of interest - ariaAOIassist.py program tutorial](https://nbviewer.jupyter.org/github/aria-tools/ARIA-tools-docs/blob/master/JupyterDocs/ariaAOIassist/ariaAOIassist_tutorial.ipynb)
- [Ordering GUNW-S1 products from ASF on-demand - ariaOrderASF.py program tutorial](https://nbviewer.jupyter.org/github/aria-tools/ARIA-tools-docs/blob/master/JupyterDocs/ariaOrderASF/ariaOrderASF_tutorial.ipynb)
- [InSAR Time Series Analysis using MintPy and ARIA products](https://nbviewer.jupyter.org/github/aria-tools/ARIA-tools-docs/blob/master/JupyterDocs/NISAR/L2_interseismic/mintpySF/smallbaselineApp_aria.ipynb)
- [External - Time-series InSAR processing using the Miami INsar Time-series software in PYthon tutorial](https://github.com/insarlab/MintPy-tutorial)
3. [Citation](#citation)
Expand Down Expand Up @@ -79,6 +80,10 @@ This notebook demonstrates the "ariaMisclosure.py" tool for determining phase tr
This notebook provides an example of how to design a processing strategy and format area of interest (AOI) for creating new ARIA products. It showcases the "ariaAOIassist.py" tool for spatially and temporally defining AOIs.
+ [ariaAOIassist](https://nbviewer.jupyter.org/github/aria-tools/ARIA-tools-docs/blob/master/JupyterDocs/ariaAOIassist/ariaAOIassist_tutorial.ipynb)

### Ordering GUNW-S1 products from ASF on-demand - ariaOrderASF.py program tutorial
This notebook demonstrates the end-to-end workflow for ordering ARIA Sentinel-1 GUNW products from ASF via HyP3 on-demand processing using the "ariaOrderASF.py" tool. It covers discovering relevant frames, generating interferogram pair lists, previewing and submitting orders, and tracking job status.
+ [ariaOrderASF](https://nbviewer.jupyter.org/github/aria-tools/ARIA-tools-docs/blob/master/JupyterDocs/ariaOrderASF/ariaOrderASF_tutorial.ipynb)

### External - Time series InSAR processing using the Miami INsar Time-series software in PYthon tutorial
This is an **external** notebook included in the [MintPy](https://github.com/insarlab/MintPy) package. This notebook takes outputs from ARIA-tools as input for time-series analysis with an example over San Francisco. Notebook contribution by @hfattahi and @yunjunz.
+ [smallbaselineApp_aria](https://nbviewer.jupyter.org/github/insarlab/MintPy-tutorial/blob/main/smallbaselineApp_aria.ipynb)
Expand Down