Releases: ASFHyP3/hyp3-isce2
Releases · ASFHyP3/hyp3-isce2
HyP3 ISCE2 v2.1.4
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 thehyp3_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
Changed
- Updated download URLs for Sentinel-1 AUX_CAL files.
HyP3 ISCE2 v2.1.2
Added
- Added
mypy
type checker to thestatic-analysis
workflow.
HyP3 ISCE2 v2.1.1
Changed
- The
static-analysis
workflow now usesruff
rather thanflake8
.
HyP3 ISCE2 v2.1.0
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 positionalgranules
argument is now optional and deprecated. - Moved HyP3 product packaging functionality out of
insar_tops_burst.py
and to a newpackaging.py
so that bothinsar_tops
andinsar_tops_burst
can use it.
HyP3 ISCE2 v2.0.0
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 theESA_USERNAME
andESA_PASSWORD
environment variables.
HyP3 ISCE2 v1.1.3
Fixed
- Upgrade to
dem_stitcher>=2.5.8
to resolve geoid download errors. See dem-stitcher #96.
HyP3 ISCE2 v1.1.2
Fixed
- Renamed
hyp3_isce2.logging
tohyp3_isce2.logger
to avoid shadowing built-in. - Source of product start times in
merge_tops_bursts
to use theasf_search
umm record.
HyP3 ISCE2 v1.1.1
Fixed
- Upgraded to
dem_sticher>=2.5.6
to resolve geoid download errors. Fixes #215
HyP3 ISCE2 v1.1.0
Removed
- Support for Python 3.8 and 3.9 has been dropped, 3.10 is now the minimum version.