Releases: ASFHyP3/hyp3-sdk
Releases · ASFHyP3/hyp3-sdk
HyP3 SDK v7.7.5
HyP3 SDK v7.7.4
Added
- Added Connect to the HyP3 API section to the README
HyP3 SDK v7.7.3
Added
- Add alias for
hyp3-plusAPI URL.
HyP3 SDK v7.7.2
Fixed
HyP3.__init__no longer attempts to update the domain of theasf-urscookie for non-.asf.alaska.eduAPI URLs when thetokenparameter is given. Fixes #369
HyP3 SDK v7.7.1
Changed
- SDK example notebook now references the HyP3 authentication notebook in the authentication section.
- The hyp3-docs authentication documentation page is linked in the HyP3 authentication notebook.
HyP3 SDK v7.7.0
Added
- Added support for using an Earthdata Login Bearer Token when authenticating the
HyP3object.
HyP3 SDK v7.6.0
Changed
ARIA-S1-GUNWjobs now usesreference_dateandsecondary_dateas input instead of a list of granules
HyP3 SDK v7.5.0
Added
- Added support for specifying a HyP3 API URL with a non-
.asf.alaska.edudomain name. This is accomplished by updating the domain of theasf-urscookie when creating theHyP3object. - Added support for specifying a HyP3 API URL that includes a path after the domain name. All API endpoints will be relative to the given path. For example, specifying
https://foo.example.com/apiresults in the/userendpoint being relative to/api, i.e.https://foo.example.com/api/user.
HyP3 SDK v7.4.0
Added
- Added
HyP3.submit_opera_rtc_s1_jobandHyP3.prepare_opera_rtc_s1_jobmethods for submitting OPERA RTC-S1 jobs to HyP3. This job type is under development and is currently only available inhttps://hyp3-test-api.asf.alaska.edu - Added
hyp3_sdk.exceptions.ServiceUnavailableErrorfor handling 503 errors from HyP3.
HyP3 SDK v7.3.0
Added
- Added a new
HyP3.update_jobsmethod for updating the name of one or more previously-submitted jobs and an example notebook for using it.