Skip to content
Open
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ 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.3]

### 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
* Updates tutorial.md to add a link to [multiburst_sbas.ipynb](https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/multiburst_sbas.ipynb)

## [0.13.2]

## Changed
Expand Down
8 changes: 7 additions & 1 deletion docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ We provide step-by-step tutorials for using HyP3 programmatically via Jupyter No

* [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.
* [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" ){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}
Expand All @@ -19,7 +21,11 @@ We provide step-by-step tutorials for using HyP3 programmatically via Jupyter No
* [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
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
Loading