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 the publish_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-bucket option is provided, the publication prefix determined from the netCDF4 product file will be saved to a publish_info.json file and uploaded to the S3 bucket specified by --bucket if 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.pixi sections of the pyproject.toml
    • Pixi now writes a pixi.lock file.
    • The Dockerfile uses the pixi base image and entrypoint.sh has been updated to use the pixi environment accordingly.
  • 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.yml have been reimplemented to use pixi, including build.yml, static-analysis.yml and test.yml.

Removed

  • Environment/requirements files used by conda/mamba, such as environment.yml and requirements-*.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

  • --reference and --secondary arguments to hyp3_autorift to specify the scenes to process, which should be preferred over the now deprecated granules arguments.
  • hyp3-autorift now supports Sentinel-1 burst processing when provided a list of --reference and --secondary burst scene ids. We recommend processing at least 2 bursts along track, with 3-5 bursts seeing improvements in data quality.
  • Numpy specific ruff rules (NPY) for linting

Changed

  • hyp3-autorift now 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.yml and dependencies listed in the `pyproject.toml, including:
    • updating ISCE3 from ISCE2
    • adding burst2safe, compass, s1reader
    • the upstream scripts vendored in src/hyp3_autorift/vend were significantly changed upstream and been updated accordingly. See the vendored README.
  • All ISCE2 based workflows retained have been converted to ISCE3 based workflows
  • hyp3-autorift now supports Numpy 2.0+ versions

Deprecated

  • the positional granules argument to hyp3_autorift has been deprecated in favor of the --reference and --secondary arguments 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

- Python
Published by tools-bot over 1 year ago

https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.21.1

Changed

  • The static-analysis Github Actions workflow now uses ruff rather than flake8 for 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 float32 instead of the previous compressed int16 variables 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_orbits rather than hyp3lib.

Removed

  • Removed support for the --esa-username and --esa-password command-line options and the ESA_USERNAME and ESA_PASSWORD environment 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.nc and no longer includes the scene name per feedback from JPL.

Fixed

  • s2_isce2.generate_correction_data now returns a Path instead of a str as expected by hyp3lib.aws.upload_file_to_s3.
  • s2_isce2.create_conversion_matricies now uses the pixel-center instead of the upper-left corner for the x,y dimensions.
  • s2_isce2.create_conversion_matricies now 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.crop will now preserve the add_offset and scale_factor encoding 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_isce2 module.

- Python
Published by tools-bot about 2 years ago

https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.16.0

Fixed

  • hyp3_autorift will no longer attempt to crop files with no valid data

Removed

  • The unused ASF naming scheme has been removed from the hyp3_autorift CLI and the hyp3_autorift.process function

Changed

  • Everything in hyp3_autorift.io has been moved into hyp3_autorift.utils to prevent shadowing the builtin io module
  • hyp3_autorift.process.process now 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-bucket option 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_keys to perform S3 uploads using credentials from the PUBLISH_ACCESS_KEY_ID and PUBLISH_SECRET_ACCESS_KEY environment 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,<4 from >=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_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.

- 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-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.

- Python
Published by tools-bot over 2 years ago

https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.12.0

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

- 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 ++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

- 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-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

- 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_meanings netCDF 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

- Python
Published by tools-bot over 3 years ago

https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.10.0

Changed

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

- 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_key will now work for landsat missions 4-9 and for all sensors

Changed

Fixed

  • Pinned Python to <3.10 as 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-autorift will 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.py and testGeogridOptical.py scripts no longer raise an Exception('Optical data NOT supported yet!') when processing scenes in the s3://s2-l1c-us-west-2 bucket

- 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_autorift will now prefer scenes available in s3://s2-l1c-us-west-2 over the canonical s3://sentinel-s2-l1c bucket in the eu-central-1 region.

- 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_autorift can 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_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.

- Python
Published by tools-bot over 4 years ago

https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.7.4

Changed

- 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-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.

- 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_coreg for Sentinel-1 workflows, fixing common IndexError failures

- 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

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

- 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.process and the associated autorift_proc_pair entrypoint no longer accept the band argument, 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

- Python
Published by tools-bot almost 5 years ago

https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.6.1

Changed

- Python
Published by tools-bot about 5 years ago

https://github.com/asfhyp3/hyp3-autorift - HyP3 autoRIFT v0.6.0

Changed

- 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 the usgs-landsat S3 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_autorift will 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_LIVE naming 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-file option has been added to hyp3_autorift
    • a parameter_file keyword argument has been added to hyp3_autorift.process.process
  • Ability to specify a preferred product naming scheme
    • a --naming-scheme option has been added to hyp3_autorift
    • a naming_scheme keyword argument has been added to hyp3_autorift.process.process

- 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_autorift will determine the polarization of Sentinel-1 scenes based on reference scene to allow for VV in addition to HH processing.

Removed

  • autorift_proc_pair entrypoint no longer accepts a -p/--polarization option
  • hyp3_autorift.process.process no longer accepts a polarization= 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_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 just hyp3_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

  • Upgraded to isce2 v2.4.2 from v2.4.1
  • Upgraded to hyp3lib v1.6.2 from v1.6.1

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_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 and reference global 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