Support OGC-API Processes - Part 3: Collection Outputs #683
Labels
feature/collection
Issues related to Collection inputs/outputs and their resolution.
process/OAP-Part3: Workflows
OGC API - Processes - Part 3: Workflows/Chaining
triage/feature
New requested feature.
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.
outputs
definition), or a single output must be explicitly selected when multiple are available, using theoutputs
field in the execution request.Selection of the outputs depends on Filter out non-requested outputs #380 to be implemented.
This is maybe not so trivial depending on cases. For example, if the output is:
shapely
)Adds support of:
http://www.opengis.net/spec/ogcapi-processes-3/0.0/req/collection-output
response=collection
, return HTTP 303 See Other,Location: <collection-uri>
response=landingPage
, idem ascollection
, but the link is the root of the server with/collections
listed within itslinks
http://www.opengis.net/spec/ogcapi-processes-3/0.0/req/output-fields-modifiers
References
filter
operations withfilter-lang=cql-text|cql-json
using CQL2 #640The text was updated successfully, but these errors were encountered: