Skip to content

Commit 12bc0df

Browse files
committed
fix formatting
1 parent c5c91aa commit 12bc0df

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@
66

77
A combined InSAR, pixel-offsets workflow for measuring elevation change in Nepal using [Sentinel-1 Synthethic Aperture Radar bursts](https://asf.alaska.edu/datasets/data-sets/derived-data-sets/sentinel-1-bursts/)
88

9-
See the following manuscript in The Cryosphere Journal for a detailed application of this software: https://egusphere.copernicus.org/preprints/2024/egusphere-2024-3196/
9+
See the following manuscript for a detailed application of this software to study degradation of the Imja Lake moraine dam in Nepal between 2017 and 2024: https://doi.org/10.5194/egusphere-2024-3196
10+
11+
Note: since this workflow was developed, ASF has continued to update [hyp3-isce2](https://github.com/ASFHyP3/hyp3-isce2) workflows, please consider if those meet your needs before using this repository.
1012

1113
## Design
1214

13-
Run a modified version of [hyp3-isce2](https://github.com/ASFHyP3/hyp3-isce2) to generate an inventory of inteferograms and pixel offset maps for a given Sentinel-1 burst. Workflows are written using Python scripts and GitHub Actions for concurrent batch processing on Microsoft Azure.
15+
Run a modified fork of `hyp3-isce2` (https://github.com/relativeorbit/hyp3-isce2) to generate an inventory of inteferograms *and* pixel offset maps for a given Sentinel-1 burst. Workflows are written using Python scripts and GitHub Actions for concurrent batch processing on Microsoft Azure.
1416

1517
[Resuable Workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows) are composed to run processing of a single image pair, to processing all pairs over all available years in parallel (Sentinel-1 acquisitions start in October 2014).
1618

17-
At a minimum you need to select a Sentinel-1 Burst. You can search for Burst IDs using [NASA Earthdata Search](https://search.earthdata.nasa.gov/search/granules?p=C2450786986-ASF&pg[0][v]=f&pg[0][id]=*IW*&pg[0][gsk]=-start_date&g=G2453394254-ASF&q=burst&sb[0]=80.82422%2C26.11576%2C87.97852%2C30.47298&tl=1708033475.92!3!!&lat=25.619422925906335&long=78.22265625&zoom=5
19+
At a minimum you need to select a Sentinel-1 Burst. You can search for Burst IDs using [NASA Earthdata Search](https://search.earthdata.nasa.gov/search/granules?p=C2450786986-ASF&pg[0][v]=f&pg[0][id]=*IW*&pg[0][gsk]=-start_date&g=G2453394254-ASF&q=burst&sb[0]=80.82422%2C26.11576%2C87.97852%2C30.47298&tl=1708033475.92!3!!&lat=25.619422925906335&long=78.22265625&zoom=5)
1820

1921
## Instructions
2022

0 commit comments

Comments
 (0)