Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f95a0f4
embed RTC On Demand StoryMap
hjkristenson Nov 26, 2025
c98f2fc
embed InSAR On Demand StoryMap
hjkristenson Nov 26, 2025
96212c3
embed Burst InSAR On Demand StoryMap
hjkristenson Nov 26, 2025
1147981
embed ASF AGOL page
hjkristenson Nov 26, 2025
a4f6c2e
update links
cmarshak Mar 31, 2026
0a4a5bd
Update CHANGELOG.md
cmarshak Mar 31, 2026
b90708c
Merge pull request #703 from ACCESS-Cloud-Based-InSAR/update-aria-links2
hjkristenson Mar 31, 2026
b5768ca
Merge branch 'develop' into embed-storymaps
hjkristenson Mar 31, 2026
c076de6
add opera rtc storymap pages
hjkristenson Mar 31, 2026
1a8503c
update changelog
hjkristenson Mar 31, 2026
cd4660f
update changelog
hjkristenson Mar 31, 2026
8dcc97d
edit hover tip
hjkristenson Mar 31, 2026
fc7cccb
Add multiburst SBAS tutorial and assets. Update tutorial.md
Alex-Lewandowski Apr 10, 2026
c42b2cc
update CHANGELOG
Alex-Lewandowski Apr 10, 2026
7140e65
CHANGELOG: spellcheck doesn't like multiburst
Alex-Lewandowski Apr 10, 2026
a55eaf4
Add multiburst_sbas.ipynb link to mkdocs.yml in Tutorials section
Alex-Lewandowski Apr 10, 2026
dd3eef3
add HyP3+ ordering option
Alex-Lewandowski Apr 14, 2026
42d309b
add external link icon to storymap page headers
hjkristenson Apr 16, 2026
43a62f0
add loading text to iframes
hjkristenson Apr 16, 2026
55c16af
add on-demand storymaps as items under storymap tutorials navigation …
hjkristenson Apr 16, 2026
54314ac
move jupyter notebook tutorials into a navigation menu
hjkristenson Apr 16, 2026
9194fe5
Merge pull request #685 from ASFHyP3/embed-storymaps
hjkristenson Apr 17, 2026
35d24a1
Merge remote-tracking branch 'origin/develop' into multiburst-tutorial
hjkristenson Apr 17, 2026
0fd52d1
shorten title and add descriptive text for multi-burst SBAS tutorial
hjkristenson Apr 17, 2026
4145803
add authentication notebook to the list of tutorials
hjkristenson Apr 17, 2026
2bc6da7
Merge pull request #705 from ASFHyP3/multiburst-tutorial-hk
Alex-Lewandowski Apr 17, 2026
6dbe13d
fix some typos
jacquelynsmale Apr 17, 2026
ac9e306
change bullet formatting of tutorials landing page
hjkristenson Apr 17, 2026
0e4fea5
Merge remote-tracking branch 'origin/multiburst-tutorial-hk' into mul…
hjkristenson Apr 17, 2026
6ee562c
edit hover text for consistency
hjkristenson Apr 17, 2026
d9b2f82
Merge pull request #706 from ASFHyP3/multiburst-tutorial-hk
hjkristenson Apr 17, 2026
35d659a
remove extra spaces
hjkristenson Apr 17, 2026
956305d
update changelog
hjkristenson Apr 17, 2026
b084027
Merge pull request #704 from ASFHyP3/multiburst-tutorial
Alex-Lewandowski Apr 17, 2026
0812cab
set destinations in tutorials navigation section to different copies …
hjkristenson Apr 17, 2026
37a993f
Merge remote-tracking branch 'origin/develop' into storymap-dup
hjkristenson Apr 17, 2026
dc3c93d
Merge pull request #708 from ASFHyP3/storymap-dup
hjkristenson Apr 17, 2026
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
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.2]

### Added
* Added multiburst_sbas.ipynb to demonstrate searching and ordering a multi-burst InSAR project from the HyP3 SDK
* Added two images as assets to provide visual examples of valid and invalid multi-burst collections

## Changed
* Updated links in [ARIA Sentinel-1 GUNW Product Guide](docs/guides/gunw_product_guide.md)
* Embedded StoryMaps in markdown pages rather than automatically opening them in a separate tab
* Updated tutorial.md to adjust formatting an add a link to [multiburst_sbas.ipynb](https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/multiburst_sbas.ipynb)
* Moved lists of tutorials into categories in the navigation menu

## [0.13.1]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/gunw_product_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document is a guide for users of
[ARIA Sentinel-1 Geocoded Unwrapped (GUNW) Interferograms](https://www.earthdata.nasa.gov/data/catalog/asf-aria-s1-gunw-1 "ASF-ARIA-S1-GUNW Products" ){target=_blank}.

The
[ARIA Sentinel-1 Geocoded Unwrapped Interferogram (ARIA-S1-GUNW)](https://aria.caltech.edu/products/standard-displacement-products.html "aria.caltech.edu/products/standard-displacement-products.html" ){target=_blank}
[ARIA Sentinel-1 Geocoded Unwrapped Interferogram (ARIA-S1-GUNW)](https://aria.caltech.edu/products/aria-s1-gunw "aria.caltech.edu/products/aria-s1-gunw" ){target=_blank}
product is a standardized interferometric SAR (InSAR) dataset that enables rapid analysis of surface deformation
using Sentinel-1 SAR data. Produced by
[JPL’s ARIA](https://aria.caltech.edu/ "aria.caltech.edu" ){target=_blank}
Expand Down
20 changes: 13 additions & 7 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,28 @@

We provide step-by-step tutorials for using HyP3 programmatically via Jupyter Notebooks.

* [Using the HyP3 Python SDK](https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb "Using the HyP3 SDK Tutorial" ){target=_blank}
* [Using the HyP3 Python SDK](https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb "Using the HyP3 SDK Tutorial" ){target=_blank}
-- This notebook walks through ordering and accessing RTC, InSAR, and autoRIFT products in Python using the HyP3 SDK.
* [Using the HyP3 SDK to search for jobs run by another user](https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/search_other_user_jobs.ipynb "Using the HyP3 SDK to search for jobs run by another user" ){target=_blank}
* [Authenticating a HyP3 Session with the SDK](https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_authentication.ipynb "Authenticating a HyP3 Session with the SDK Tutorial" ){target=_blank}
-- This notebook provides guidance on the options available for authenticating HyP3 with your [Earthdata Login credentials](using/authentication.md) when using the HyP3 SDK.
* [Using the HyP3 SDK to search for jobs run by another user](https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/search_other_user_jobs.ipynb "Using the HyP3 SDK to search for jobs run by another user Tutorial" ){target=_blank}
-- This notebook walks through using the HyP3 SDK to search for jobs run by another user.
* [Using the HyP3 SDK to update a job name](https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_job_name_change.ipynb "Using the HyP3 SDK to update a job name"){target=_blank}
* [Using the HyP3 SDK to update a job name](https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_job_name_change.ipynb "Using the HyP3 SDK to update a job name Tutorial"){target=_blank}
-- This notebook walks through using the HyP3 SDK to rename one of your previously submitted jobs.
* [Using the HyP3 SDK to process new granules for given search parameters](./tutorials/process-new-granules-for-search-parameters.md)
* [Using the HyP3 SDK to process new granules for given search parameters](./tutorials/process-new-granules-for-search-parameters.md "Using the HyP3 SDK to process new granules for given search parameters Tutorial" ){target=_blank}
-- These notebooks demonstrate how to process new granules that match particular search parameters,
which is particularly useful for ongoing monitoring of a geographic area of interest.
* [Time series analysis with HyP3 and MintPy](https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb "Time series analysis with HyP3 and MintPy Tutorial" ){target=_blank}
* [Time series analysis with HyP3 and MintPy](https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb "Time series analysis with HyP3 and MintPy Tutorial" ){target=_blank}
-- This notebook walks through performing a time-series analysis of the 2019
Ridgecrest, CA earthquake with HyP3 On Demand InSAR products and MintPy.
* [Time series analysis with HyP3 ISCE2 burst InSAR products and MintPy](https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_isce2_burst_stack_for_ts_analysis.ipynb "Time series analysis with HyP3 ISCE2 burst InSAR products and MintPy Tutorial" ){target=_blank}
* [Time series analysis with HyP3 ISCE2 burst InSAR products and MintPy](https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_isce2_burst_stack_for_ts_analysis.ipynb "Time series analysis with HyP3 ISCE2 burst InSAR products and MintPy Tutorial" ){target=_blank}
-- This notebook walks through performing a time-series analysis of the 2014
Mount Edgecumbe, AK volcano with HyP3 On Demand Burst InSAR products and MintPy.

* [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}
-- This notebook illustrates how to use the HyP3 Python SDK to search for sets of Sentinel-1 bursts to use for
generating On Demand
[Multi-Burst InSAR products](guides/burst_insar_product_guide.md#multi-burst-insar "Sentinel-1 Burst InSAR Product Guide: Multi-Burst InSAR")
and build an SBAS stack of multi-burst pairings to submit for processing.

## StoryMaps

Expand Down
5 changes: 5 additions & 0 deletions docs/tutorials/agol_tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# [ASF StoryMap Tutorials and Resources <span class="material-symbols-outlined">open_in_new</span>](https://asf-daac.maps.arcgis.com/home/index.html "Open ASF StoryMap Tutorials and Resources page in a new tab" ){target=_blank}

<div style="width: 100%;">
<iframe srcdoc="Loading..." onload="this.removeAttribute('srcdoc')" src="https://asf-daac.maps.arcgis.com/home/index.html" style="width: 100%; height: 600px; border: none;"></iframe>
</div>
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 docs/tutorials/burst_insar_storymap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# [Burst-Based InSAR for Sentinel-1 On Demand <span class="material-symbols-outlined">open_in_new</span>](https://storymaps.arcgis.com/stories/191bf1b6962c402086807390b3ce63b0 "Open Burst-Based InSAR for Sentinel-1 On Demand StoryMap Tutorial in a new tab" ){target=_blank}

<div style="width: 100%;">
<iframe srcdoc="Loading..." onload="this.removeAttribute('srcdoc')" src="https://storymaps.arcgis.com/stories/191bf1b6962c402086807390b3ce63b0" style="width: 100%; height: 600px; border: none;"></iframe>
</div>
5 changes: 5 additions & 0 deletions docs/tutorials/burst_insar_storymap_tutorial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# [Burst-Based InSAR for Sentinel-1 On Demand <span class="material-symbols-outlined">open_in_new</span>](https://storymaps.arcgis.com/stories/191bf1b6962c402086807390b3ce63b0 "Open Burst-Based InSAR for Sentinel-1 On Demand StoryMap Tutorial in a new tab" ){target=_blank}

<div style="width: 100%;">
<iframe srcdoc="Loading..." onload="this.removeAttribute('srcdoc')" src="https://storymaps.arcgis.com/stories/191bf1b6962c402086807390b3ce63b0" style="width: 100%; height: 600px; border: none;"></iframe>
</div>
5 changes: 5 additions & 0 deletions docs/tutorials/insar_storymap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# [InSAR On Demand! <span class="material-symbols-outlined">open_in_new</span>](https://storymaps.arcgis.com/stories/68a8a3253900411185ae9eb6bb5283d3 "Open InSAR On Demand! StoryMap Tutorial in a new tab" ){target=_blank}

<div style="width: 100%;">
<iframe srcdoc="Loading..." onload="this.removeAttribute('srcdoc')" src="https://storymaps.arcgis.com/stories/68a8a3253900411185ae9eb6bb5283d3" style="width: 100%; height: 600px; border: none;"></iframe>
</div>
5 changes: 5 additions & 0 deletions docs/tutorials/insar_storymap_tutorial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# [InSAR On Demand! <span class="material-symbols-outlined">open_in_new</span>](https://storymaps.arcgis.com/stories/68a8a3253900411185ae9eb6bb5283d3 "Open InSAR On Demand! StoryMap Tutorial in a new tab" ){target=_blank}

<div style="width: 100%;">
<iframe srcdoc="Loading..." onload="this.removeAttribute('srcdoc')" src="https://storymaps.arcgis.com/stories/68a8a3253900411185ae9eb6bb5283d3" style="width: 100%; height: 600px; border: none;"></iframe>
</div>
Loading
Loading