Releases: ASFHyP3/hyp3
Releases · ASFHyP3/hyp3
HyP3-v1.1.4
Added
- Exposed new
include_demAPI parameter for INSAR_GAMMA jobs
HyP3-v1.1.3
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
Added
- INSAR GAMMA jobs now expose
include_inc_mapparameter 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
Changed
- Granules for INSAR_GAMMA jobs are now validated against Copernicus GLO-30 Public DEM coverage
Fixed
- resolved
handlers.get_names_for_usererror whendynamo.query_jobsrequires paging. - Resolved HTTP 500 error when quota check requires paging.
HyP3-v1.1.0
Added
- Exposed new
dem_nameapi parameter for RTC_GAMMA jobsdem_name="copernicus"will use the Copernicus GLO-30 Public DEMdem_name="legacy"will use the DEM with the best coverage from ASF's legacy SRTM/NED data sets
Changed
util.get_job_count_for_monthnow usesSelect='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_namejob parameter
HyP3-v1.0.0
Added
GET /jobsnow pages results. Large queries (that require paging) will contain anext
key in the root level of the json response with a URL to fetch subsequent pagesGET /jobsnow accepts ajob_typequery parameterGET /jobsnow provides jobs sorted byrequest_timein descending order
HyP3-v0.8.17
Added
- Exposed new
include_rgbapi parameter for RTC_GAMMA jobs
HyP3-v0.8.16
Changed
get_files.pynow only includes product files ending in.zipor.ncin thefileslist returned
inGET /jobsAPI responses
HyP3-v0.8.15
Changed
- S3 content bucket now allows public
s3:ListBucketands3:GetObjectTagging
HyP3-v0.8.14
Added
- Jobs now include a
logskey containing a list of log file download urls