Releases: ASFHyP3/hyp3
Releases · ASFHyP3/hyp3
HyP3-v1.1.6
Changed
- Landsat and Sentinel-2 autoRIFT jobs will utilize 1/3 less memory
HyP3-v1.1.5
Added
- Exposed new
include_wrapped_phase
API parameter for INSAR_GAMMA jobs
HyP3-v1.1.4
Added
- Exposed new
include_dem
API 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_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
Changed
- Granules for INSAR_GAMMA jobs are now validated against Copernicus GLO-30 Public DEM coverage
Fixed
- resolved
handlers.get_names_for_user
error whendynamo.query_jobs
requires paging. - Resolved HTTP 500 error when quota check requires paging.
HyP3-v1.1.0
Added
- Exposed new
dem_name
api 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_month
now 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_name
job parameter
HyP3-v1.0.0
Added
GET /jobs
now 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 /jobs
now accepts ajob_type
query parameterGET /jobs
now provides jobs sorted byrequest_time
in descending order
HyP3-v0.8.17
Added
- Exposed new
include_rgb
api parameter for RTC_GAMMA jobs
HyP3-v0.8.16
Changed
get_files.py
now only includes product files ending in.zip
or.nc
in thefiles
list returned
inGET /jobs
API responses