Skip to content

Releases: ASFHyP3/hyp3-isce2

HyP3 ISCE2 v2.1.0

27 Aug 17:23
43b81e6
Compare
Choose a tag to compare

Added

  • The ability for the insar_tops_burst workflow to support processing multiple bursts as one SLC.

Changed

  • The interface for insar_tops_burst so that it takes --reference and --secondary granule lists. The positional granules argument is now optional and deprecated.
  • Moved HyP3 product packaging functionality out of insar_tops_burst.py and to a new packaging.py so that both insar_tops and insar_tops_burst can use it.

HyP3 ISCE2 v2.0.0

09 Aug 19:25
abd51ec
Compare
Choose a tag to compare

Changed

  • Orbit files are now retrieved using the s1-orbits library.

Removed

  • Removed support for the --esa-username and --esa-password command-line options and the ESA_USERNAME and ESA_PASSWORD environment variables.

HyP3 ISCE2 v1.1.3

30 Jul 00:05
607d03f
Compare
Choose a tag to compare

Fixed

  • Upgrade to dem_stitcher>=2.5.8 to resolve geoid download errors. See dem-stitcher #96.

HyP3 ISCE2 v1.1.2

02 Jul 18:58
9e58985
Compare
Choose a tag to compare

Fixed

  • Renamed hyp3_isce2.logging to hyp3_isce2.logger to avoid shadowing built-in.
  • Source of product start times in merge_tops_bursts to use the asf_search umm record.

HyP3 ISCE2 v1.1.1

01 Jul 16:06
f0e523e
Compare
Choose a tag to compare

Fixed

  • Upgraded to dem_sticher>=2.5.6 to resolve geoid download errors. Fixes #215

HyP3 ISCE2 v1.1.0

27 Jun 17:47
2a2dcb9
Compare
Choose a tag to compare

Removed

  • Support for Python 3.8 and 3.9 has been dropped, 3.10 is now the minimum version.

HyP3 ISCE2 v1.0.1

27 Feb 19:42
a7d5f46
Compare
Choose a tag to compare

Changed

  • Updated the water mask description in the product metadata templates

HyP3 ISCE2 v1.0.0

14 Feb 20:18
7148214
Compare
Choose a tag to compare

Added

  • merge_tops_bursts.py file and workflow for merge burst products created using insar_tops_bursts.
  • merge_tops_bursts entrypoint
  • merge_tops_bursts README template and creation functionality
  • several classes and functions to burst.py and utils.py to support merge_tops_burst.
  • tests for the added functionality.
  • tests/data/merge.zip example data for testing merge workflow.
  • tests/data/create_merge_test_data.py for generating merge workflow test data.

Changed

  • insar_tops_burst.py to add four radar coordinate datasets to burst InSAR products (wrapped phase, lat, lon, los).
  • README files generated in insar_tops_burst.py are now use blocks and extends the insar_burst_base.md.txt.j2 jinja template.

HyP3 ISCE2 v0.10.0

31 Jan 20:35
aaeeefb
Compare
Choose a tag to compare

Added

  • Support for a new water masking dataset based off of OpenStreetMaps and ESA WorldCover data.

Removed

  • Polygon processing functions: split_geometry_on_antimeridian and get_envelope_wgs84 from water_mask.py.

HyP3 ISCE2 v0.9.3

16 Jan 19:51
040e568
Compare
Choose a tag to compare

Changed

  • Upgraded to hyp3lib=>3,<4 from >=2,<3

Fixed

  • @scottyhq fixed excessively verbose logging due to ISCE2 setting the root logger to DEBUG in #176