Releases: ASFHyP3/hyp3-isce2
Releases · ASFHyP3/hyp3-isce2
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.
HyP3 ISCE2 v1.0.1
Changed
- Updated the water mask description in the product metadata templates
HyP3 ISCE2 v1.0.0
Added
merge_tops_bursts.py
file and workflow for merge burst products created using insar_tops_bursts.merge_tops_bursts
entrypointmerge_tops_bursts
README template and creation functionality- several classes and functions to
burst.py
andutils.py
to supportmerge_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 theinsar_burst_base.md.txt.j2
jinja template.
HyP3 ISCE2 v0.10.0
Added
- Support for a new water masking dataset based off of OpenStreetMaps and ESA WorldCover data.
Removed
- Polygon processing functions:
split_geometry_on_antimeridian
andget_envelope_wgs84
fromwater_mask.py
.