openEO API v1.0.0 RC2
Pre-release
Pre-release
1.0.0-rc.2 - 2020-02-20
Added
PUT /process_graphs/{process_graph_id}
to store and replace custom process-graphs. #260/jobs/{job_id}/logs
andGET /services/{service_id}/logs
: Reintroduced the missingoffset
parameter.
Changed
- For batch jobs (
/jobs
), services (/services
) and sync. processing (/result
) the propertyprocess_graph
got replaced byprocess
. It contains a process graph and optionally all process metadata. #260 GET /process_graphs
: Fieldid
is required for each process.- Several properties in user-defined processes can now be
null
(see also #264):GET /process_graphs
andGET /process_graphs/{process_graph_id}
: Process propertiessummary
,description
,parameters
andreturns
.POST /validation
: Process propertyid
.- Child processes in process graphs (fka callbacks):
id
,summary
,description
,parameters
andreturns
.
Removed
POST /process_graphs
andPATCH /process_graphs/{process_graph_id}
. UsePUT /process_graphs/{process_graph_id}
instead. #260
Fixed
- Added
$id
to JSON Schema file for subtypes. - Fixed invalid EPSG code example.
- Fixed collection example (
sat:cloud_cover
changed toeo:cloud_cover
). - Fixed invalid JSON Schema for process graph validation (used
from_argument
instead offrom_parameter
). - Clarified how version numbers in well-known discovery are compared. #259
- Clarified that back-ends not supporting pagination will return all resources.
- Clarified how
from_parameter
is resolved in case no value is given. - Clarified
GET .../logs
endpoint behaviour. - Removed outdated error codes from
errors.json
.