Releases: ASFHyP3/hyp3-autorift
Releases · ASFHyP3/hyp3-autorift
HyP3 autoRIFT v0.4.0
HyP3 v1 is no longer supported as of this release.
Added
- Added support for global processing (previously only Greenland and Antarctica)
by pointing at the new autoRIFT parameter files provided by JPL - Added support for processing Landsat-8 Collection 2 scene pairs
- Example documentation for submitting autoRIFT jobs via the HyP3 SDK
or HyP3 API
Changed
- Sentinel-2 support now targets level-1c products instead of level-2a products to
remove baked in slope correction hyp3_autorift
entrypoint point now kicks off HyP3 v2 processing (options have changed! see--help
)
Fixed
- 1/2 pixel offset in netCDF file due to gdal and netCDF using different pixel reference points
Removed
- The
autorift
entrypoint and HyP3 v1 support has been removed - The
hyp3_autorift_v2
entrypoint has been removed (now justhyp3_autorift
)
HyP3 autoRIFT v0.3.1
Changed
- Browse images and thumbnails will be generated using the ITS_LIVE colormap
Fixed
- Failures due to stable surface misclassification
HyP3 autoRIFT v0.3.0
Added
- Installed autoRIFT v1.0.8 for processing optical scenes (in addition to v1.0.7 already installed as part of ISCE)
- Added support for processing Sentinel-2 scene pairs
Changed
Removed
- Removed the "include intermediate files" option when running jobs via HyP3 v1
HyP3 autoRIFT v0.2.0
Changed
hyp3_autorift
now requires python >=3.8, and depends on ISCE >=2.4.1 which
includes autoRIFT 1.0.7- Upgraded to hyp3lib v1.6.1 from v1.5.0
- Output product names have change to follow HyP3's standard pair-processing naming scheme
- Browse images are now uploaded for hyp3v1 and will appear in email notifications
- NetCDF product files include a
source
andreference
global attribute in line with
CF-Conventions
(see PR #20)
HyP3 autoRIFT v0.1.1
Added
- Browse and thumbnail images are now created and uploaded for hyp3v2
Fixes
- Restrict ISCE version to 2.4.0 which includes autoRIFT 1.0.6
HyP3 autoRIFT v0.1.0
Initial release of hyp3-autorift, a HyP3 plugin for feature tracking processing
with AutoRIFT-ISCE. This plugin consists of:
hyp3_autorift
, apip
installable python package that runs the autoRIFT
inside the HyP3 plugin. This package provides:autorift
entrypoint used as they HyP3 plugin (container) entrypoint, which
passes arguments down to the selected HyP3 version entrypoints:hyp3_autorift
hyp3_autorift_2
autorift_proc_pair
for running the autoRIFT process for Sentinel-1 image
pairs (independent of HyP3)
- a
Dockerfile
to build the HyP3 plugin - GitHub Actions workflows that will build and distribute hyp3-autorift's
python package and HyP3 plugin