crim-ca / weaver

Weaver: Workflow Execution Management Service (EMS); Application, Deployment and Execution Service (ADES); OGC API - Processes; WPS; CWL Application Package
https://pavics-weaver.readthedocs.io
Apache License 2.0
24 stars 6 forks source link

Support OGC-API Processes - Part 3: Collection Outputs #683

Open fmigneault opened 2 months ago

fmigneault commented 2 months ago

Description

Given a process execution, normally (Core specification), the resulting outputs are literal data directly provided, or a URI to a file where it can be retrieved.

This feature adds the response query parameter provided in the execution request to obtain the result through a OGC API /collections/... capable endpoint.

The resulting collection must support (at least) one of OGC API data access mechanisms (e.g., OGC API - Tiles, Coverages, DGGS, Features, EDR, Maps) as defined by OGC API - Common - Part 2: Geospatial data.


⚠️ Pre-requirements:

Adds support of:

References

fmigneault commented 2 months ago

Relates to: