-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add WCPS as a processing means #1
Comments
Thanks @pebau Currently as far as I know, CQL2 is not actually included in the Draft API output from Testbed 19, but like WCPS, it is mentioned in the Summary Engineering Report (D011). However, I do think CQL2 can play an important role for both "Coverages - Part 2: filtering, deriving and aggregating fields" and for Processes - Part 3: Workflows "input/output modifiers". Back to WCPS, it could be an alternative way of describing the workflow generating a virtual GeoDataCube (aka Collection aka Coverage), just like an openEO process graph or an OGC API - Processes execution request (whether or not extended with Part 3: Worfklows capability and optional CQL2). The idea is that you could submit the workflow specification in any way that a given implementation understands using a POST operation, and get back an OGC API Collection (as defined by Common - Part 2: Geospatial Data) from which you can then make OGC API - Coverages request (which could map to the basic "Core" profile of the GeoDataCube API), including the ability to get a description of the coverage, subset the domain and range and request downsampled data. You would make these Core GeoDataCube description / data requests the exact same way regardless of how the virtual GeoDataCube was defined (using openEO, Processes execution request with or without Workflows/CQL2, or WCPS). Is that in line with what you have in mind for WCPS integration? (see also #8) |
@jerstlouis yes indeed, as you describe it: several different ways to express workflows. I would just see it simplified, unless I am getting this wrong: I read a 2-step process where WCPS delivers all in 1 step already. But then again, different mechanisms may employ different methods... |
The 1 step process you mention is WCPS as it is already standardized. As such, it does not integrate easily with openEO, OGC API - Processes, OGC API - Coverages, or OGC API - GeoDataCubes. The 2-step process is necessary to facilitate integration with these (which I understand is what we're trying to achieve here):
Note that this second step determines the final encoding format (through HTTP content negotiation with an Similarly, this could also allow integration between WCPS and WCS, so that once you've instantiated your virtual coverage using WCPS, you can reqest data from it using WCS, and that will trigger the WCPS workflow on demand based on the specifics of the WCS request. |
The GDC specification should allow WCPS queries the same way it references CQL.
Background: Currently, GDC offers openEO, OAPI-Processing, and CQL. The latter has in common with WCPS that it is a query language approach, albeit with different mechanisms. So both should be possible.
I will be happy to discuss and co-work on prose.
The text was updated successfully, but these errors were encountered: