openEO API v0.4.1
Pre-release
Pre-release
Changed
- Updated the process catalog, see the separate changelog.
Removed
- The property
sar:absolute_orbitinGET /collections/{collection_id}has been removed. - Sending a Bearer token to
GET /credentials/oidcis not allowed any longer.
Fixed
- Improved and clarified the documentation and descriptions.
GET /collections/{collection_id}:propertiesinGET /collections/{collection_id}doesn't require any of the integrated STAC extensions any longer.- The property
sci:publicationsinGET /collections/{collection_id}was ported over incorrectly from STAC. The data type has been changed from object to array.
GET /jobs/{job_id}/resultswas expected to return HTTP status code 424 with an error message, but it was specified in/jobs/{job_id}/estimateinstead. The definition was moved. #177pathinGETandPUT/files/{user_id}is required again.- Fixed several issues in the client development guidelines.