Releases: ASFHyP3/hyp3
Releases · ASFHyP3/hyp3
HyP3 v10.9.0
Added
- Support for API authentication via Earthdata Login bearer tokens
HyP3 v10.8.0
Added
cloudformation:DeleteStackpermissions to the HyP3 deployment policy for JPL accounts
Changed
ARIA_S1_GUNWnow takesreference_dateandsecondary_dateas inputs instead ofreferenceandsecondarygranule listsARIA_S1_GUNWjobs now enforce minimum frame coverage of0.9.OPERA_RTC_S1processing bounds have been expanded to scenes north of (or intersecting) -60 degrees latitude.
Removed
- DEM bounds check for OPERA_RTC_S1 job type since it uses a different DEM.
HyP3 v10.7.0
Added
INSAR_ISCEjobs now include amin_frame_coverageparameter, which defaults to0.01.
Changed
ARIA_S1_GUNWjobs now pass--min-frame-coverage 0.01to theDockerizedTopsAppcontainer.
HyP3 v10.6.0
Changed
- Updates to
AUTORIFTjobs to support the hyp3-autorift plugin v0.22.0:- All job specs allow Sentinel-1C granules to be submitted
- The default memory for all job specs has been bumped to 64 GB from 32 GB
- The credit cost in EDC/DAAC deployments has been doubled accordingly
HyP3 v10.5.2
Changed
- Update
OPERA_RTC_S1job type to use ghcr image
Removed
- Remove the
hyp3-multi-burst-sandboxdeployment
HyP3 v10.5.1
Changed
- Increased default and max vCPUs for the edc-prod deployment.
- Updated the Deployment section of the README to include all of the information necessary to deploy HyP3 to an ASF- or JPL-managed AWS account, as well as some information about deploying to an EDC-managed account.
HyP3 v10.5.0
Added
- Added new
OPERA_RTC_S1job type to https://hyp3-test-api.asf.alaska.edu (EDC UAT) deployment. - Added new
opera_rtc_s1_end_datedeployment parameter for configuring the upper bound on the granule date range allowed forOPERA_RTC_S1jobs, formatted likeyyyy-mm-dd, orDefaultto use the default end date (currently2022-01-01).
Fixed
- The
POST /jobsendpoint now returns a503 Service Unavailableresponse if any of the CMR queries fail during job validation. Previously, jobs would still be submitted successfully and the CMR error would appear in the HyP3 API logs. This was a fine approach when jobs were only validated for DEM coverage, but is not strict enough now that some job types include additional validators. Fixes #2742
HyP3 v10.4.2
Changed
- Increased memory requirement for the
CREATE_MEASUREMENT_GEOTIFFstep ofOPERA_DISP_TMSjobs.
HyP3 v10.4.1
Added
- Sentinel-1C support for
RTC_GAMMA,INSAR_GAMMA,WATER_MAP, andWATER_MAP_EQjob types.
Removed
- Removed
PUBLISHstep ofARIA_S1_GUNWjobs so outputs are no longer published to the ASF archive.
HyP3 v10.4.0
Added
- Added a new
PATCH /jobs/{job_id}API endpoint to allow updating a job. Currently only the job'snamefield can be updated. Settingnametonulldeletes the field.
Fixed
- The
job.expiration_timefield is now documented as nullable using the correct OpenAPI syntax. The incorrect syntax was introduced byc2625eein HyP3 v2.17.1.