Releases: ASFHyP3/hyp3-autorift
Releases · ASFHyP3/hyp3-autorift
HyP3 autoRIFT v0.14.1
Changed
- Upgraded to
hyp3lib=>3,<4
from>=2,<3
HyP3 autoRIFT v0.14.0
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 theesa_credentials
argument.
HyP3 autoRIFT v0.13.0
Changed
- Upgraded to ASFHyP3/actions v0.8.3
hyp3-autorift
now uses asrc
layout per this recommendation.hyp3-autorift
now only usespyproject.toml
for package creation now thatsetuptools
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
Added
hyp3_autorift.crop
provides acrop_netcdf_product
function to crop HyP3 AutoRIFT products
to the extent of validv
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
Fixed
- Patch 223 was applied so that the polarization is correctly selected in the
sentinel-1 workflow
HyP3 autoRIFT v0.11.0
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
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
Fixed
- Landsat 7+8 pairs will be filtered appropriately; see #201
HyP3 autoRIFT v0.10.3
Added
--omp-num-threads
parameter to themain()
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
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