Support openEO process definition #564
Labels
feature/providers
Issue related to providers convertion to WPS-REST processes.
triage/feature
New requested feature.
triage/investigate
Exploration tasks or issues requirering more analysis
Description
Provide a handler for
openEO
.Similar to how WPS and OGC API - Processes are remotely executed and monitored by handlers in https://github.com/crim-ca/weaver/tree/master/weaver/processes, requests could be sent toward an
openEO
server, since process listing and job submission is very similar conceptually to what OGC API - Processes accomplishes.The media-type to submit an Application Package from
openEO
href has to be defined.Also, given the nature of process listing that can be retrieved manually,
openEO
processes should be registrable as provider to keep the local references updated with the remote process definitions.To Do
Accept: application/json; profile=openeo
?profile=openeo
(is it worth converting CWL, or simply define them as another UDP with a "cwl" runtime?).
References
Content-Schema: https://api.openeo.org/assets/pg-schema.json
POST /jobs
for various workflow implementations #716 (forprofile=openeo
job status)The text was updated successfully, but these errors were encountered: