Releases: ASFHyP3/hyp3
Releases · ASFHyP3/hyp3
HyP3-v0.6.1
Added
GET /userresponse now includes ajob_nameslist including all distinct job names previously submitted for the current user
Changed
- API is now deployed using Api Gateway V2 resources, resulting in lower response latency.
HyP3-v0.6.0
Added
- Added a new
INSAR_GAMMAjob type for producing an interferogram from a pair of Sentinel-1 SLC IW scenes using GAMMA. For details, refer to the hyp3-insar-gamma plugin repository.
Changed
-
All job types requiring one or more granules now expose a single
granulesjob parameter, formatted as a list of granule names:"granules": ["myGranule"]forRTC_GAMMAjobs"granules": ["granule1", "granule2"]forINSAR_GAMMAjobs
Note this is a breaking change for
RTC_GAMMAjobs. -
Browse and thumbnail URLs for
RTC_GAMMAjobs will now be sorted with the amplitude image first, followed by the rgb image, inGET /jobsresponses.
HyP3-v0.5.1
Fixed
- Resolved HTTP 500 error when submitting jobs with a resolution with decimal precision (e.g.
30.0)
HyP3-v0.5.0
Changed
- The
dem_matching,speckle_filter,include_dem, andinclude_inc_mapapi parameters are now booleans instead of strings. - The
resolutionapi parameter is now a number instead of a string, and the10.0option has been removed.
HyP3-v0.4.0
Changed
- Implemented 0.15° buffer and 20% threshold in DEM coverage checks when submitting new jobs. As a result slightly more granules will be rejected as having insufficient coverage.
Removed
- Removed optional
descriptionfield for jobs
HyP3-v0.3.9
Added
- Unit tests for
get-fileslambda function
Fixed
- Resolved HTTP 500 errors for
POST /jobsrequests when the optionalvalidate_onlyparameter was not provided - Jobs encountering unexpected errors in the
get-filesstep will now correctly transition to aFAILEDstatus
HyP3-v0.3.8
Added
POST /jobsnow accepts avalidate_onlykey at root level, set to true to skip submitting jobs but run api validation.
HyP3-v0.3.7
Fixed
get-filesget expiration only from product
HyP3-v0.3.6
Fixed
get-filesstep functions AMI roles for tags
HyP3-v0.3.5
Added
POST /jobsnow excepts custom job parameters when submitting jobsGET /jobsnow shows parameters job was run with
Changed
get_files.pynow uses tags to identify file_type instead of path