Releases: ASFHyP3/hyp3-srg
Releases · ASFHyP3/hyp3-srg
HyP3 SRG v0.9.3
HyP3 SRG v0.9.2
Added
- Added
mypy
tostatic-analysis
HyP3 SRG v0.9.1
Changed
- The
static-analysis
Github Actions workflow now usesruff
rather thanflake8
for linting.
HyP3 SRG v0.9.0
Added
- A new
--use-gslc-prefix
option has been added to theback_projection
andtime_series
workflows:- This option causes
back_projection
to upload the GSLC outputs to aGSLC_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 theGSLC_granules/
subprefix located within the bucket and prefix given by the--bucket
and--bucket-prefix
options.
- This option causes
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 fortime_series
.
HyP3 SRG v0.8.0
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
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
Changed
- Orbit files are now retrieved using
fetch_for_scene
froms1_orbits
. - ESA Credentials are no longer needed.
HyP3 back-projection v0.5.2
Fixed
back_project
granules parameter so that it can accept a string of space-delimited granule names.
HyP3 back-projection v0.5.1
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
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.