Skip to content

Releases: ASFHyP3/hyp3-srg

HyP3 SRG v0.9.3

27 Jan 20:21
9d62bfc
Compare
Choose a tag to compare

Removed

  • Removed ability to pass [0, 0, 0, 0] as bounds

HyP3 SRG v0.9.2

08 Jan 21:50
bd0830a
Compare
Choose a tag to compare

Added

HyP3 SRG v0.9.1

17 Dec 19:47
20b4b55
Compare
Choose a tag to compare

Changed

  • The static-analysis Github Actions workflow now uses ruff rather than flake8 for linting.

HyP3 SRG v0.9.0

24 Oct 17:04
28ff6ac
Compare
Choose a tag to compare

Added

  • A new --use-gslc-prefix option has been added to the back_projection and time_series workflows:
    • This option causes back_projection to upload the GSLC outputs to a GSLC_granules/ subprefix located within the S3 bucket and prefix given by the --bucket and --bucket-prefix options.
    • This option causes time_series to download the GSLC inputs from the GSLC_granules/ subprefix located within the bucket and prefix given by the --bucket and --bucket-prefix options.

Changed

  • Releases and test deployments now trigger a Docker build for the GPU container, rather than the CPU container.

Fixed

  • Fixed the parsing for the --bounds option for time_series.

HyP3 SRG v0.8.0

23 Sep 19:54
7a390fc
Compare
Choose a tag to compare

Added

  • New time_series workflow for time series processing of GSLC stacks.

Changed

  • The back_projection workflow now accepts an optional --bounds parameter to specify the DEM extent
  • The back-projection product now includes the elevation.dem.rsc file.

HyP3 SRG v0.7.0

12 Aug 20:32
b73ad05
Compare
Choose a tag to compare

Changed

  • Renamed project to HyP3 SRG to reflect that it's a HyP3 plugin for the Stanford Radar Group (SRG) SAR Processor.

HyP3 back-projection v0.6.0

09 Aug 20:00
5000d16
Compare
Choose a tag to compare

Changed

  • Orbit files are now retrieved using fetch_for_scene from s1_orbits.
  • ESA Credentials are no longer needed.

HyP3 back-projection v0.5.2

04 Jun 11:52
d555712
Compare
Choose a tag to compare

Fixed

  • back_project granules parameter so that it can accept a string of space-delimited granule names.

HyP3 back-projection v0.5.1

22 May 17:55
199864b
Compare
Choose a tag to compare

Fixed

  • Main Dockerfile so that workflow matches changes introduced by fixing GPU workflow.

Changed

  • Main Dockerfile to use a multi-stage build, mirroring Dockerfile.gpu.

HyP3 back-projection v0.5.0

21 May 17:36
56600e6
Compare
Choose a tag to compare

Added

  • scripts/ubuntu_setup.sh for setting up a GPU-based Ubuntu EC2 AMI.
  • scripts/amazon_linux_setup.sh for setting up a GPU-based Amazon Linux 2023 EC2 AMI.

Changed

  • Refactored scripts/build_proc.sh to combine GPU compilation steps.
  • Final product zip archive is now always created.

Fixed

  • Dockerfile.gpu so that outputs will contain actual data.