Skip to content

Commit

Permalink
doc: update URL for HyP3 sample notebook (#1113)
Browse files Browse the repository at this point in the history
* update url to sample notebook

* correct typo
  • Loading branch information
hjkristenson authored Nov 3, 2023
1 parent 07b4628 commit 427e4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dir_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ mintpy.load.waterMaskFile = $DATA_DIR/SanFranSenDT42/mask/watermask.msk

2. Clip DEM and all interferograms to the same area using hyp3lib/[cutGeotiffs.py](https://github.com/ASFHyP3/hyp3-lib/blob/develop/hyp3lib/cutGeotiffs.py) script.

Here is an example workflow: [smallbaselineApp_hyp3](https://nbviewer.jupyter.org/github/insarlab/MintPy-tutorial/blob/main/smallbaselineApp_hyp3.ipynb).
Here is an example workflow: [smallbaselineApp_hyp3](https://nbviewer.org/github/insarlab/MintPy-tutorial/blob/main/workflows/smallbaselineApp_hyp3.ipynb).

HyP3 produces two types of InSAR products: 1) scene-wide products using Gamma and 2) burst-wide products using ISCE2.

Expand Down Expand Up @@ -479,7 +479,7 @@ $DATA_DIR/StHelensEnvDT156
└── StHelensEnvDT156.txt
```

The corresponding template opptions for `load_data`:
The corresponding template options for `load_data`:

```cfg
## manually specify the following attributes since they are missing from gmtsar products
Expand Down

0 comments on commit 427e4ec

Please sign in to comment.