Skip to content

Releases: ASFHyP3/hyp3-autorift

HyP3 autoRIFT v0.8.1

02 Mar 19:39
3102a4a
Compare
Choose a tag to compare

Changed

  • Upgraded to hyp3lib v1.7.0 from v1.6.8

HyP3 autoRIFT v0.8.0

17 Feb 22:16
c617271
Compare
Choose a tag to compare

Added

  • hyp3_autorift can now process Landsat 9 Collection 2 scenes

HyP3 autoRIFT v0.7.5

04 Feb 20:43
849f687
Compare
Choose a tag to compare

Added

  • It is now possible to inject Earthdata username and password using environment variables: EARTHDATA_USERNAME
    and EARTHDATA_PASSWORD.

Fixed

  • The opencv conda package has been pinned to 4.5.3 due to a breaking change to its libopencv_core.so.*
    naming scheme in 4.5.5.

HyP3 autoRIFT v0.7.4

06 Dec 23:29
d135e34
Compare
Choose a tag to compare

Changed

HyP3 autoRIFT v0.7.3

18 Nov 19:31
099eb96
Compare
Choose a tag to compare

Changed

  • Default autoRIFT parameter file was updated to point at the new its-live-data AWS S3 bucket
    instead of its-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 the v1.4.0 tag (between commits 67e4996..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
  • 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

13 Oct 23:18
e755cbb
Compare
Choose a tag to compare

Fixed

  • Geogrid now points to fine_coreg for Sentinel-1 workflows, fixing common IndexError failures

HyP3 autoRIFT v0.7.1

07 Oct 19:47
3f591d5
Compare
Choose a tag to compare

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

16 Sep 21:42
6ebffba
Compare
Choose a tag to compare

Changed

Removed

  • topsinsar_filename.py console script entrypoint has been removed
    (use hyp3_autorift.io.get_topsinsar_config instead)
  • The hyp3_autorift/netcdf_output.py module has been removed in favor of the (new)
    vendored hyp3_autorift/vend/netcdf_output.py

HyP3 autoRIFT v0.6.3

06 Aug 17:00
5e06c94
Compare
Choose a tag to compare

Changed

Removed

  • hyp3_autorift.process and the associated autorift_proc_pair entrypoint no longer
    accept the band argument, which wasn't being used.

HyP3 autoRIFT v0.6.2

09 Jul 23:05
fc48d91
Compare
Choose a tag to compare

Changed