Skip to content

Releases: ASFHyP3/hyp3

HyP3-v1.1.4

13 May 21:05
43abd27

Choose a tag to compare

Added

  • Exposed new include_dem API parameter for INSAR_GAMMA jobs

HyP3-v1.1.3

10 May 23:15
8f288d4

Choose a tag to compare

Changed

  • RTC_GAMMA jobs now use the Copernicus DEM by default
  • AUTORIFT jobs now accept Landsat 8 scenes with a sensor mode of ORI-only (LO08)

HyP3-v1.1.2

29 Apr 18:40
85e3f55

Choose a tag to compare

Added

  • INSAR GAMMA jobs now expose include_inc_map parameter that allows users to include an incidence angle map.

Fixed

  • Updated API GATEWAY payload format to version 2.0 to support later versions of serverless wsgi

HyP3-v1.1.1

20 Apr 01:01
cb98755

Choose a tag to compare

Changed

  • Granules for INSAR_GAMMA jobs are now validated against Copernicus GLO-30 Public DEM coverage

Fixed

  • resolved handlers.get_names_for_user error when dynamo.query_jobs requires paging.
  • Resolved HTTP 500 error when quota check requires paging.

HyP3-v1.1.0

06 Apr 19:37
b44f483

Choose a tag to compare

Added

  • Exposed new dem_name api parameter for RTC_GAMMA jobs
    • dem_name="copernicus" will use the Copernicus GLO-30 Public DEM
    • dem_name="legacy" will use the DEM with the best coverage from ASF's legacy SRTM/NED data sets

Changed

  • util.get_job_count_for_month now uses Select='COUNT' for better performance querying DynamoDB

Changed

  • Granules for RTC_GAMMA jobs are now validated against the appropriate DEM coverage map based on the value of the
    dem_name job parameter

HyP3-v1.0.0

24 Mar 23:44
7bb7cb4

Choose a tag to compare

Added

  • GET /jobs now pages results. Large queries (that require paging) will contain a next
    key in the root level of the json response with a URL to fetch subsequent pages
  • GET /jobs now accepts a job_type query parameter
  • GET /jobs now provides jobs sorted by request_time in descending order

HyP3-v0.8.17

09 Mar 18:40
ae6ca7b

Choose a tag to compare

Added

  • Exposed new include_rgb api parameter for RTC_GAMMA jobs

HyP3-v0.8.16

05 Mar 00:29
d97ef62

Choose a tag to compare

Changed

  • get_files.py now only includes product files ending in .zip or .nc in the files list returned
    in GET /jobs API responses

HyP3-v0.8.15

03 Mar 18:18
86fcf1c

Choose a tag to compare

Changed

  • S3 content bucket now allows public s3:ListBucket and s3:GetObjectTagging

HyP3-v0.8.14

23 Feb 18:25
17017ca

Choose a tag to compare

Added

  • Jobs now include a logs key containing a list of log file download urls