Skip to content

Releases: ASFHyP3/hyp3

HyP3 v10.9.0

18 Jun 19:13
6359dbc

Choose a tag to compare

Added

HyP3 v10.8.0

17 Jun 22:52
1a0cca5

Choose a tag to compare

Added

Changed

  • ARIA_S1_GUNW now takes reference_date and secondary_date as inputs instead of reference and secondary granule lists
  • ARIA_S1_GUNW jobs now enforce minimum frame coverage of 0.9.
  • OPERA_RTC_S1 processing 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

10 Jun 19:51
41c7d17

Choose a tag to compare

Added

  • INSAR_ISCE jobs now include a min_frame_coverage parameter, which defaults to 0.01.

Changed

  • ARIA_S1_GUNW jobs now pass --min-frame-coverage 0.01 to the DockerizedTopsApp container.

HyP3 v10.6.0

06 Jun 22:22
1c44c0d

Choose a tag to compare

Changed

  • Updates to AUTORIFT jobs 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

30 May 19:55
1165a14

Choose a tag to compare

Changed

  • Update OPERA_RTC_S1 job type to use ghcr image

Removed

  • Remove the hyp3-multi-burst-sandbox deployment

HyP3 v10.5.1

23 May 17:40
0d58da5

Choose a tag to compare

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

07 May 18:56
0dd8fd0

Choose a tag to compare

Added

  • Added new OPERA_RTC_S1 job type to https://hyp3-test-api.asf.alaska.edu (EDC UAT) deployment.
  • Added new opera_rtc_s1_end_date deployment parameter for configuring the upper bound on the granule date range allowed for OPERA_RTC_S1 jobs, formatted like yyyy-mm-dd, or Default to use the default end date (currently 2022-01-01).

Fixed

  • The POST /jobs endpoint now returns a 503 Service Unavailable response 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

29 Apr 23:43
2402df5

Choose a tag to compare

Changed

  • Increased memory requirement for the CREATE_MEASUREMENT_GEOTIFF step of OPERA_DISP_TMS jobs.

HyP3 v10.4.1

25 Apr 19:29
e60d3c7

Choose a tag to compare

Added

  • Sentinel-1C support for RTC_GAMMA, INSAR_GAMMA, WATER_MAP, and WATER_MAP_EQ job types.

Removed

  • Removed PUBLISH step of ARIA_S1_GUNW jobs so outputs are no longer published to the ASF archive.

HyP3 v10.4.0

01 Apr 18:36
4c37699

Choose a tag to compare

Added

  • Added a new PATCH /jobs/{job_id} API endpoint to allow updating a job. Currently only the job's name field can be updated. Setting name to null deletes the field.

Fixed

  • The job.expiration_time field is now documented as nullable using the correct OpenAPI syntax. The incorrect syntax was introduced by c2625ee in HyP3 v2.17.1.