Skip to content

Releases: ASFHyP3/hyp3-autorift

HyP3 autoRIFT v0.14.1

17 Jan 04:44
b18963c
Compare
Choose a tag to compare

Changed

  • Upgraded to hyp3lib=>3,<4 from >=2,<3

HyP3 autoRIFT v0.14.0

17 Nov 19:37
69c7082
Compare
Choose a tag to compare

Added

  • utils.get_esa_credentials to check for the existence of CDSE credentials before processing begins.

Changed

  • Updated hyp3lib to v2.0.2+, which uses the new Copernicus Data Space Ecosystem (CDSE) API to download orbit files.
  • Calls to downloadSentinelOrbitFile now specify the esa_credentials argument.

HyP3 autoRIFT v0.13.0

23 Oct 16:44
1e55af0
Compare
Choose a tag to compare

Changed

  • Upgraded to ASFHyP3/actions v0.8.3
  • hyp3-autorift now uses a src layout per this recommendation.
  • hyp3-autorift now only uses pyproject.toml for package creation now that setuptools recommends not using setup.py.

Fixed

  • Patch 235 was applied to make it easier for users to correct for ionosphere
    streaks without needing to know the scale factor.

HyP3 autoRIFT v0.12.0

22 Sep 00:37
263059f
Compare
Choose a tag to compare

Added

  • hyp3_autorift.crop provides a crop_netcdf_product function to crop HyP3 AutoRIFT products
    to the extent of valid v data

Changed

  • HyP3 AutoRIFT products generated with the main workflow will be cropped to the extent of the valid v data

Fixed

  • Patch 227 was applied to align the S1 granules velocity description with the
    optical products

HyP3 autoRIFT v0.11.1

13 Jun 15:56
c3ef330
Compare
Choose a tag to compare

Fixed

  • Patch 223 was applied so that the polarization is correctly selected in the
    sentinel-1 workflow

HyP3 autoRIFT v0.11.0

10 Jun 06:03
ebe4e48
Compare
Choose a tag to compare

Added

  • hyp3_autorift's main entrypoint now accepts ++process arguments to support multiple workflows
    • ++process hyp3_autorift (default) will run the same autoRIFT pair processing workflow
    • ++process s1_correction will run a Geogrid-only workflow to create the GeoTIFFs necessary for correcting the scale-projection issue in polar-sterographic products generated from Sentinel-1 pairs that were created using HyP3 autoRIFT versions < 0.9.0, which was released November 2, 2022

Changed

  • Patch nasa-jpl/autorift#78 was applied from upstream to support the
    Sentinel-1 correction workflow

Removed

  • The unused autorift_proc_pair console script entrypoint was removed

HyP3 autoRIFT v0.10.5

17 May 23:54
ac7d5c7
Compare
Choose a tag to compare

Fixed

  • The zero mask and nodata value for wallis-filtered Landsat-7 images are now set appropriately
  • Early (SLC-On) Landsat-7 images are no longer incorrectly filtered a second time with the high-pass filter
  • The search range and %-valid pixels are now correctly calculated for Landsat-7 images

HyP3 autoRIFT v0.10.4

07 Jan 02:02
249ee65
Compare
Choose a tag to compare

Fixed

  • Landsat 7+8 pairs will be filtered appropriately; see #201

HyP3 autoRIFT v0.10.3

06 Jan 00:59
ca9bda5
Compare
Choose a tag to compare

Added

  • --omp-num-threads parameter to the main() entrypoint to limit the number of threads used by ISCE during multiprocessing.

Changed

  • hyp3_autorift will now ensure both scenes are in the same projection for Landsat missions

HyP3 autoRIFT v0.10.2

03 Dec 20:14
2ef7a75
Compare
Choose a tag to compare

Changed

  • Patch 196 was applied to update the flag_meanings netCDF attribute to be
    inline with CF-Convention 1.8, as described in the vendored software README.md