diff --git a/CHANGELOG.md b/CHANGELOG.md index e079cf5ec..096c98749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.13.3] + +### Changed +* Included link to the multi-burst SBAS stack tutorial notebook in the Sentinel-1 Burst InSAR Product Guide +* Included links to product guide content in the multi-burst SBAS stack tutorial notebook + ## [0.13.2] ### Added diff --git a/docs/guides/burst_insar_product_guide.md b/docs/guides/burst_insar_product_guide.md index e6ac34bf1..078499216 100644 --- a/docs/guides/burst_insar_product_guide.md +++ b/docs/guides/burst_insar_product_guide.md @@ -60,6 +60,11 @@ This job type supports pairings of 1 to 15 contiguous along-track bursts (refer section for details). The number of bursts processed impacts the number of credits consumed. Refer to the [Credit Cost Table](../using/credits.md#credit-cost-table "Credit Cost Table" ){target=_blank} for more details. +Refer to the +[Search and Order a Multi-Burst SBAS Stack of Interferograms](https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/multiburst_sbas.ipynb "Search and Order a Multi-Burst SBAS Stack of Interferograms with the HyP3 SDK Tutorial" ){target=_blank} +Jupyter Notebook Tutorial to learn how to use the HyP3 Python SDK to search for sets of Sentinel-1 bursts and build +an SBAS stack of multi-burst pairings to submit for On Demand processing. + ## Sentinel-1 Bursts [Single Look Complex](https://sentiwiki.copernicus.eu/web/s1-processing#S1-Processing-Single-Look-Complex "https://sentiwiki.copernicus.eu/web/s1-processing#S1-Processing-Single-Look-Complex" ){target=_blank} diff --git a/docs/tutorials/multiburst_sbas.ipynb b/docs/tutorials/multiburst_sbas.ipynb index 38c126da5..039e9059a 100644 --- a/docs/tutorials/multiburst_sbas.ipynb +++ b/docs/tutorials/multiburst_sbas.ipynb @@ -11,8 +11,10 @@ "\n", "## Define a list of S1-burst geographic reference scenes for the SBAS searches\n", "\n", + "We suggest using a Geographic Search in ASF's Data Search [Vertex](https://hyp3-docs.asf.alaska.edu/guides/burst_insar_product_guide/#vertex) interface to identify a collection of reference bursts.\n", + "\n", "- The collection must not contain more than 15 bursts\n", - "- The bursts must be contiguous\n", + "- The bursts must be contiguous and from the same orbit pass\n", "- There can be no holes in the collection of bursts\n", "- They cannot intersect the antimeridian\n", "- Bursts must be in the VV polarization\n", @@ -21,13 +23,15 @@ " - Aim to build rectangular collections of bursts\n", " - L-shaped and T-shaped burst collections will likely fail to process\n", "\n", - " ### This L-shaped collection of bursts is invalid:\n", + "### This L-shaped collection of bursts is invalid:\n", "\n", - " ![invalid L-shaped burst collection](assets/invalid_multiburst_collection.png)\n", + "\"invalid\n", "\n", - " ### This rectangular collection of bursts is valid:\n", + "### This rectangular collection of bursts is valid:\n", + " \n", + "\"valid\n", " \n", - " ![valid rectangular burst collection](assets/valid_multiburst_collection.png)\n" + "Refer to the [Burst InSAR Product Guide](https://hyp3-docs.asf.alaska.edu/guides/burst_insar_product_guide/#considerations-for-selecting-input-bursts) for more guidance on selecting valid sets of Sentinel-1 bursts for multi-burst InSAR.\n" ] }, {