Releases: ASFHyP3/hyp3-autorift
Releases · ASFHyP3/hyp3-autorift
HyP3 autoRIFT v0.8.1
Changed
- Upgraded to hyp3lib v1.7.0 from v1.6.8
HyP3 autoRIFT v0.8.0
Added
hyp3_autorift
can now process Landsat 9 Collection 2 scenes
HyP3 autoRIFT v0.7.5
Added
- It is now possible to inject Earthdata username and password using environment variables:
EARTHDATA_USERNAME
andEARTHDATA_PASSWORD
.
Fixed
- The
opencv
conda package has been pinned to4.5.3
due to a breaking change to itslibopencv_core.so.*
naming scheme in4.5.5
.
HyP3 autoRIFT v0.7.4
Changed
- Patches were applied to clean up some netCDF variable attributes, as described
in the vendored software README.md
HyP3 autoRIFT v0.7.3
Changed
- Default autoRIFT parameter file was updated to point at the new
its-live-data
AWS S3 bucket
instead ofits-live-data.jpl.nasa.gov
- In the netCDF product, the default autoRIFT parameter file URL will always be reported
instead of reporting copies used to support custom HyP3 deployments - A patch was applied to fix some Sentinel-1 and Sentinel-2 product metadata, as described
in the vendored software README.md
Fixed
- Updated the upgrade to autoRIFT
v1.4.0
to account for the autoRIFT source repo
having moved thev1.4.0
tag (between commits67e4996..b6700f9
)
and changed the conda-forge package accordingly (new sha256 and bumped the build number).- The autoRIFT workflow scripts are now based on the moved tag and any still
necessary fixes were applied as described in the vendored software README.md
- The autoRIFT workflow scripts are now based on the moved tag and any still
- For Sentinel-2 products, file names now include the full COG Id to ensure unique
file names are produced and to be consistent with other products.
HyP3 autoRIFT v0.7.2
Fixed
- Geogrid now points to
fine_coreg
for Sentinel-1 workflows, fixing commonIndexError
failures
HyP3 autoRIFT v0.7.1
Changed
- Applied a fix to the autoRIFT packaging script that updates the reference velocity
fields for projected velocity, as described in the vendored software README.md.
HyP3 autoRIFT v0.7.0
Changed
- Upgraded autoRIFT to v1.4.0
and ISCE2 v2.5.3 built with autoRIFT v1.4.0 - Applied some fixes to the autoRIFT workflow scripts as described in the
vendored software README.md hyp3_autorift.io.save_topsinsar_mat
has been renamed tohyp3_autorift.io.get_topsinsar_config
- It no longer writes a config
.mat
file and instead returns the config dictionary
- It no longer writes a config
Removed
topsinsar_filename.py
console script entrypoint has been removed
(usehyp3_autorift.io.get_topsinsar_config
instead)- The
hyp3_autorift/netcdf_output.py
module has been removed in favor of the (new)
vendoredhyp3_autorift/vend/netcdf_output.py
HyP3 autoRIFT v0.6.3
Changed
- Applied some minor error estimate fixes and netCDF metadata attribute updates as
described in the vendored software README.md process.get_lc2_metadata()
now attempts to fetch STAC metadata from the
https://landsatlook.usgs.gov/ API and falls back the STAC json in the S3 bucket
Removed
hyp3_autorift.process
and the associatedautorift_proc_pair
entrypoint no longer
accept theband
argument, which wasn't being used.
HyP3 autoRIFT v0.6.2
Changed
conda-env.yml
has been renamed toenvironment.yml
in-line with community practice- Upgraded to hyp3lib v1.6.8 from v1.6.7
- Upgrade to ISCE2 v2.5.2 built with autoRIFT v1.3.1