Skip to content

Releases: ASFHyP3/hyp3-isce2

HyP3 ISCE2 v2.1.4

05 Mar 23:32
6ebab48
Compare
Choose a tag to compare

Changed

  • Improved error messages for validating the reference and secondary scenes passed to the insar_tops_burst workflow.

Fixed

  • Refined temporal requirements for scenes passed to the insar_tops_burst workflow, to allow the acquisition to cross midnight. Previously, the reference scenes were required to fall on one calendar day and the secondary scenes on a different calendar day. Now, each list of scenes must fall within a two-minute temporal window (with reference older than secondary, as before).
  • Removed the unused swaths parameter from the hyp3_isce2.insar_tops_burst.insar_tops_multi_burst function.
  • The insar_tops_burst workflow now validates the reference and secondary scenes immediately after parsing CLI args. Fixes #278, in which the wrong error message was displayed if one reference scene and multiple secondary scenes were provided.

HyP3 ISCE2 v2.1.3

31 Jan 20:06
ac3f829
Compare
Choose a tag to compare

Changed

  • Updated download URLs for Sentinel-1 AUX_CAL files.

HyP3 ISCE2 v2.1.2

08 Jan 19:23
54de4fd
Compare
Choose a tag to compare

Added

HyP3 ISCE2 v2.1.1

17 Dec 23:50
f5b8e4a
Compare
Choose a tag to compare

Changed

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.