Recent Releases of https://github.com/asfhyp3/hyp3-autorift
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.25.0
Changed
- The netCDF products are now padded and chunked such that all products from the same frame should have aligned chunks, and the chunks now have a fixed size.
Fixed
- The publication bucket (
--publish-bucket) is saved in thepublish_info.json, not the HyP3 content bucket (--bucket).
- Python
Published by tools-bot 9 months ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.24.0
Added
- When the
--publish-bucketoption is provided, the publication prefix determined from the netCDF4 product file will be saved to apublish_info.jsonfile and uploaded to the S3 bucket specified by--bucketif provided.
- Python
Published by tools-bot 10 months ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.23.0
[!IMPORTANT] This release includes a major change to the hyp3-autorift development environment! hyp3-autorift now uses pixi to manage development environments.
Added
- Support for the use and creation of pre-generated radar-geometry topographic corrections for ISCE3 when processing Sentinel-1 scenes.
Changed
- hyp3-autorift now uses pixi to manage development environments instead of conda/mamba. For more info, see #361.
- Environments, their dependencies, etc. are now all configured in the
tool.pixisections of thepyproject.toml - Pixi now writes a
pixi.lockfile. - The Dockerfile uses the pixi base image and
entrypoint.shhas been updated to use the pixi environment accordingly.
- Environments, their dependencies, etc. are now all configured in the
- hyp3-autorift docker images are now multiarch, supporting linux-amd64 and linux-arm64. For more info, see #361.
- CI/CD pipelines that required an
environment.ymlhave been reimplemented to use pixi, includingbuild.yml,static-analysis.ymlandtest.yml.
Removed
- Environment/requirements files used by conda/mamba, such as
environment.ymlandrequirements-*.txt, in favor of pixi config and lock files.
- Python
Published by tools-bot 11 months ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.22.0
Added
--referenceand--secondaryarguments tohyp3_autoriftto specify the scenes to process, which should be preferred over the now deprecatedgranulesarguments.- hyp3-autorift now supports Sentinel-1 burst processing when provided a list of
--referenceand--secondaryburst scene ids. We recommend processing at least 2 bursts along track, with 3-5 bursts seeing improvements in data quality. - Numpy specific
ruffrules (NPY) for linting
Changed
hyp3-autoriftnow supports Python 3.10 or greater and is tested on Python 3.10--3.12.- nasa-jpl/autoRIFT has been updated to v2.0.0 (a major upstream release; please read the release notes). This includes:
- major updates to the
environment.ymland dependencies listed in the `pyproject.toml, including: - updating ISCE3 from ISCE2
- adding
burst2safe,compass,s1reader - the upstream scripts vendored in
src/hyp3_autorift/vendwere significantly changed upstream and been updated accordingly. See the vendored README.
- major updates to the
- All ISCE2 based workflows retained have been converted to ISCE3 based workflows
hyp3-autoriftnow supports Numpy 2.0+ versions
Deprecated
- the positional
granulesargument tohyp3_autorifthas been deprecated in favor of the--referenceand--secondaryarguments and will be removed in a future release.
Removed
- The geocode-only workflow has been removed with the switch to ISCE3. A similar workflow is currently being developed for a forthcoming release.
- Python
Published by tools-bot about 1 year ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.21.2
Added
- Add
mypytostatic-analysis
- Python
Published by tools-bot over 1 year ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.21.1
Changed
- The
static-analysisGithub Actions workflow now usesruffrather thanflake8for linting.
- Python
Published by tools-bot over 1 year ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.21.0
Added
- Logger is now configured in process.main() so paths to reference/secondary scenes will now be logged. ### Changed
- Fetch Sentinel-2 scenes from AWS S3 (if present); otherwise continue to fetch from Google Cloud Storage.
- Python
Published by tools-bot over 1 year ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.20.0
Changed
- The M11/M12 variables produced by the hyp3autorift and s1correction workflows will be written as
float32instead of the previous compressedint16variables that did not take advantage of the full dynamic range and thus lost a significant amount of precision.
- Python
Published by tools-bot almost 2 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.19.0
Changed
- Orbits are now downloaded using
s1_orbitsrather thanhyp3lib.
Removed
- Removed support for the
--esa-usernameand--esa-passwordcommand-line options and theESA_USERNAMEandESA_PASSWORDenvironment variables.
- Python
Published by tools-bot almost 2 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.18.1
Changed
- The conversion matrices netCDF file created bt the S1 correction workflow is now called
conversion_matricies.ncand no longer includes the scene name per feedback from JPL.
Fixed
s2_isce2.generate_correction_datanow returns a Path instead of a str as expected byhyp3lib.aws.upload_file_to_s3.s2_isce2.create_conversion_matriciesnow uses the pixel-center instead of the upper-left corner for the x,y dimensions.s2_isce2.create_conversion_matriciesnow explicitly syncs data to and closes the netCDF file to prevent corrupt files from being uploaded.
- Python
Published by tools-bot almost 2 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.18.0
Added
- The Sentinel-1 correction workflow will now calculate and write the M11/M12 conversion matrices to a netCDF file.
Fixed
hyp3_autorift.cropwill now preserve theadd_offsetandscale_factorencoding attributes for all variables, and in particular, for the M11/M12 conversion matrices.
Removed
- Support for Python 3.8 has been dropped.
- Python
Published by tools-bot almost 2 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.17.0
Changed
- In preparation for a major update, the Sentinel-1 processing workflow has been isolated to a new
hyp3_autorift.s1_isce2module.
- Python
Published by tools-bot about 2 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.16.0
Fixed
hyp3_autoriftwill no longer attempt to crop files with no valid data
Removed
- The unused
ASFnaming scheme has been removed from thehyp3_autoriftCLI and thehyp3_autorift.processfunction
Changed
- Everything in
hyp3_autorift.iohas been moved intohyp3_autorift.utilsto prevent shadowing the builtiniomodule hyp3_autorift.process.processnow returns the product file, browse image, and (new) thumbnail image
- Python
Published by tools-bot about 2 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.15.0
Added
--publish-bucketoption has been added to the HyP3 entry point to additionally publish products an AWS bucket, such as the ITS_LIVE AWS Open Data bucket,s3://its-live-data.upload_file_to_s3_with_publish_access_keysto perform S3 uploads using credentials from thePUBLISH_ACCESS_KEY_IDandPUBLISH_SECRET_ACCESS_KEYenvironment vairables.
- Python
Published by tools-bot about 2 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.14.1
Changed
- Upgraded to
hyp3lib=>3,<4from>=2,<3
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.14.0
Added
utils.get_esa_credentialsto check for the existence of CDSE credentials before processing begins.
Changed
- Updated
hyp3libto v2.0.2+, which uses the new Copernicus Data Space Ecosystem (CDSE) API to download orbit files. - Calls to
downloadSentinelOrbitFilenow specify theesa_credentialsargument.
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.13.0
Changed
- Upgraded to ASFHyP3/actions v0.8.3
hyp3-autoriftnow uses asrclayout per this recommendation.hyp3-autoriftnow only usespyproject.tomlfor package creation now thatsetuptoolsrecommends 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.
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.12.0
Added
hyp3_autorift.cropprovides acrop_netcdf_productfunction to crop HyP3 AutoRIFT products to the extent of validvdata
Changed
- HyP3 AutoRIFT products generated with the main workflow will be cropped to the extent of the valid
vdata
Fixed
- Patch 227 was applied to align the S1 granules velocity description with the optical products
- Python
Published by tools-bot over 2 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.11.1
Fixed
- Patch 223 was applied so that the polarization is correctly selected in the sentinel-1 workflow
- Python
Published by tools-bot almost 3 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.11.0
Added
hyp3_autorift's main entrypoint now accepts++processarguments to support multiple workflows++process hyp3_autorift(default) will run the same autoRIFT pair processing workflow++process s1_correctionwill 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_pairconsole script entrypoint was removed
- Python
Published by tools-bot about 3 years ago
https://github.com/asfhyp3/hyp3-autorift - 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
- Python
Published by tools-bot about 3 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.10.4
Fixed
- Landsat 7+8 pairs will be filtered appropriately; see #201
- Python
Published by tools-bot over 3 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.10.3
Added
--omp-num-threadsparameter to themain()entrypoint to limit the number of threads used by ISCE during multiprocessing.
Changed
hyp3_autoriftwill now ensure both scenes are in the same projection for Landsat missions
- Python
Published by tools-bot over 3 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.10.2
Changed
- Patch 196 was applied to update the
flag_meaningsnetCDF attribute to be inline with CF-Convention 1.8, as described in the vendored software README.md
- Python
Published by tools-bot over 3 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.10.1
Changed
- Patches 189, 191, and 194 were applied to update some netCDF variable attributes, as described in the vendored software README.md
- Python
Published by tools-bot over 3 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.10.0
Changed
- Sentinel-2 scenes are now retrieved from Google Cloud, rather than AWS.
Removed
- Sentinel-2 granules may no longer be specified using Element84 COG names, only ESA names.
- Python
Published by tools-bot over 3 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.9.1
Changed
- A patch was applied to update some netCDF variable attributes, as described in the vendored software README.md
- Python
Published by tools-bot over 3 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.9.0
Added
- Added support for processing Landsat-4, -5, and -7 Collection 2 scenes
hyp3_autorift.process.get_lc2_stac_json_keywill now work for landsat missions 4-9 and for all sensors
Changed
- Upgraded autoRIFT to v1.5.0 and ISCE2 v2.6.1 built with autoRIFT v1.5.0
Fixed
- Pinned Python to
<3.10as ISCE2 is currently incompatible with Python 3.10. This restriction will be lifted once the conda-forge distribution of ISCE2 is compatible with Python 3.10
- Python
Published by tools-bot over 3 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.8.7
Fixed
- Updated the USGS STAC catalog API endpoint
- Python
Published by tools-bot almost 4 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.8.6
Fixed
The datetime information can now be correctly extracted from 25-character S2 Earth Search names. Fixes #152.
- Python
Published by tools-bot about 4 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.8.5
Added
- The Earth Search STAC catalog is incomplete for Sentinel-2 L1C, with many more scenes in the AWS bucket than the catalog. When a S2 scene cannot be found in the STAC catalog,
hyp3-autoriftwill fall back to a bundled S2 metadata catalog derived from an inventory of scenes in the AWS bucket and the Google Earth catalog.
- Python
Published by tools-bot about 4 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.8.4
Fixed
- A GDAL issue preventing Sentinel-1 processing introduced in v0.8.1
- Python
Published by tools-bot about 4 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.8.3
Fixed
- Vendored
testGeogrid_ISCE.pyandtestGeogridOptical.pyscripts no longer raise anException('Optical data NOT supported yet!')when processing scenes in thes3://s2-l1c-us-west-2bucket
- Python
Published by tools-bot about 4 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.8.2
Changed
- When processing Sentinel-2 scenes,
hyp3_autoriftwill now prefer scenes available ins3://s2-l1c-us-west-2over the canonicals3://sentinel-s2-l1cbucket in theeu-central-1region.
- Python
Published by tools-bot about 4 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.8.1
Changed
- Upgraded to hyp3lib v1.7.0 from v1.6.8
- Python
Published by tools-bot over 4 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.8.0
Added
hyp3_autoriftcan now process Landsat 9 Collection 2 scenes
- Python
Published by tools-bot over 4 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.7.5
Added
- It is now possible to inject Earthdata username and password using environment variables:
EARTHDATA_USERNAMEandEARTHDATA_PASSWORD.
Fixed
- The
opencvconda package has been pinned to4.5.3due to a breaking change to itslibopencv_core.so.*naming scheme in4.5.5.
- Python
Published by tools-bot over 4 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.7.4
Changed
- Patches were applied to clean up some netCDF variable attributes, as described in the vendored software README.md
- Python
Published by tools-bot over 4 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.7.3
Changed
- Default autoRIFT parameter file was updated to point at the new
its-live-dataAWS 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.0to account for the autoRIFT source repo having moved thev1.4.0tag (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
- 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.
- Python
Published by tools-bot over 4 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.7.2
Fixed
- Geogrid now points to
fine_coregfor Sentinel-1 workflows, fixing commonIndexErrorfailures
- Python
Published by tools-bot over 4 years ago
https://github.com/asfhyp3/hyp3-autorift - 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.
- Python
Published by tools-bot over 4 years ago
https://github.com/asfhyp3/hyp3-autorift - 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_mathas been renamed tohyp3_autorift.io.get_topsinsar_config- It no longer writes a config
.matfile and instead returns the config dictionary
- It no longer writes a config
Removed
topsinsar_filename.pyconsole script entrypoint has been removed (usehyp3_autorift.io.get_topsinsar_configinstead)- The
hyp3_autorift/netcdf_output.pymodule has been removed in favor of the (new) vendoredhyp3_autorift/vend/netcdf_output.py
- Python
Published by tools-bot over 4 years ago
https://github.com/asfhyp3/hyp3-autorift - 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.processand the associatedautorift_proc_pairentrypoint no longer accept thebandargument, which wasn't being used.
- Python
Published by tools-bot almost 5 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.6.2
Changed
conda-env.ymlhas been renamed toenvironment.ymlin-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
- Python
Published by tools-bot almost 5 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.6.1
Changed
- Upgraded autoRIFT to v1.3.1 and ISCE2 v2.5.1 built with autoRIFT v1.3.1
- Python
Published by tools-bot about 5 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.6.0
Changed
- Upgraded autoRIFT to v1.3.0 and ISCE2 v2.5.1 built with autoRIFT v1.3.0
- Python
Published by tools-bot about 5 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.5.2
Changed
process.get_lc2_metadata()now fetches STAC metadata from theusgs-landsatS3 bucket instead of the https://landsatlook.usgs.gov/ API.
- Python
Published by tools-bot about 5 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.5.1
Changed
- Minor updates to the netCDF product metadata
- Pairs that end up having a 0 ROI (no valid data) will not fail at the end of processing, but instead will upload a netCDF product that reports 0 ROI
- Python
Published by tools-bot about 5 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.5.0
Changed
- autoRIFT products will now be generated with a 120 m pixel spacing instead of 240 m
hyp3_autoriftwill directly access Landsat-8 and Sentinel-2 data in the cloud instead of downloading the scenes locally- Upgraded autoRIFT to v1.2.0 and ISCE2 v2.5.1 built with autoRIFT v1.2.0
Fixed
- Sentinel-2 L1C metadata is generated correctly
- Sentinel-2 search by ESA granule id
- Landsat-8 scene names are no longer truncated in the
ITS_LIVEnaming schemes
- Python
Published by tools-bot about 5 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.4.5
Changed
- Upgraded to hyp3lib v1.6.7 from v1.6.2
- Python
Published by tools-bot about 5 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.4.4
Added
- Log message prior to downloading Sentinel-2 and Landsat 8 products
- Python
Published by tools-bot over 5 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.4.3
Added
- Ability to specify shapefile used to determine the correct search parameters by geographic location
- a
--parameter-fileoption has been added tohyp3_autorift - a
parameter_filekeyword argument has been added tohyp3_autorift.process.process
- a
- Ability to specify a preferred product naming scheme
- a
--naming-schemeoption has been added tohyp3_autorift - a
naming_schemekeyword argument has been added tohyp3_autorift.process.process
- a
- Python
Published by tools-bot over 5 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.4.2
Fixed
- A partial fix was implemented to correct out of index errors when processing optical scenes (typically seen with Landsat-8 pairs) due to calculating different overlapping subset sizes when co-registering the images. Currently, only the smallest subset size is used, so the bounding box may be 1px too small in x and/or y, but there shouldn't be any pixel offsets. Full fix will need to be implemented upstream in autoRIFT.
- Python
Published by tools-bot over 5 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.4.1
Changed
hyp3_autoriftwill determine the polarization of Sentinel-1 scenes based on reference scene to allow for VV in addition to HH processing.
Removed
autorift_proc_pairentrypoint no longer accepts a-p/--polarizationoptionhyp3_autorift.process.processno longer accepts apolarization=keyword argument
Fixed
- ValueError exception when processing scenes with short (23 char) Element 84 Sentinel-2 IDs
- Python
Published by tools-bot over 5 years ago
https://github.com/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_autoriftentrypoint 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
autoriftentrypoint and HyP3 v1 support has been removed - The
hyp3_autorift_v2entrypoint has been removed (now justhyp3_autorift)
- Python
Published by tools-bot over 5 years ago
https://github.com/asfhyp3/hyp3-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
- Python
Published by tools-bot over 5 years ago
https://github.com/asfhyp3/hyp3-autorift - 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
- Python
Published by tools-bot over 5 years ago
https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.2.0
Changed
hyp3_autoriftnow 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
sourceandreferenceglobal attribute in line with CF-Conventions (see PR #20)
- Python
Published by tools-bot over 5 years ago
https://github.com/asfhyp3/hyp3-autorift - 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
- Python
Published by tools-bot over 5 years ago
https://github.com/asfhyp3/hyp3-autorift - 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, a pip 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
- Python
Published by tools-bot over 5 years ago