Skip to content

Commit

Permalink
ADES => OGC DRU
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Sep 2, 2024
1 parent b5cd5af commit 6280652
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions meta/implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,15 @@ OGC API - Processes and OGC EO Application Packages (AP) can generally be utiliz

As a pre-defined process that exposes itself as a normal openEO process.
It is not exposed to the user that in the background an AP is invoked.
2. **Pre-deployment through ADES**
In addition to the openEO API, a provider can offer access to an [Application Deployment and Execution Service (ADES)](https://github.com/eoepca/proc-ades).
The ADES is likely external to the openEO API tree due to the conflicting `GET /processes` endpoint.
As such the ADES exposes itself in the `GET /` endpoint of the openEO API instance through a link.
The link must have the relation type `http://www.opengis.net/def/rel/ogc/1.0/processes`, which points to the ADES `/processes` endpoint.
Users can deploy APs through the ADES and use them through the process `run_ogcapi`.
2. **Pre-deployment through *OGC API - Processes - Part 2: Deploy, Replace, Undeploy***

In addition to the openEO API, a provider can offer access to an instance of *OGC API - Processes - Part 2: Deploy, Replace, Undeploy* (OGC DRU).
The OGC DRU instance is likely external to the openEO API tree due to the conflicting `GET /processes` endpoint.
As such the OGC DRU instance exposes itself in the `GET /` endpoint of the openEO API instance through a link.
The link must have the relation type `http://www.opengis.net/def/rel/ogc/1.0/processes`, which points to the `/processes` of the OGC API - Processes endpoint.
Users can deploy APs through the OGC DRU instance and use them through the process `run_ogcapi`.

If the provider doesn't offer an ADES itself, users could also deploy their AP with another provider.
If the provider doesn't offer an OGC DRU instance itself, users could also deploy their AP with another provider.
In this case use the process `run_ogcapi_externally` instead.

Example process node:
Expand Down
2 changes: 1 addition & 1 deletion proposals/run_ogcapi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "run_ogcapi",
"summary": "Run a OGC API process",
"description": "Runs an OGC API - Processes process that the service provider offers through an Application Deployment and Execution Service (ADES).",
"description": "Runs an OGC API - Processes process that the service provider offers through an instance of OGC API - Processes - Part 2 (Deploy, Replace, Undeploy).",
"categories": [
"cubes",
"import",
Expand Down

0 comments on commit 6280652

Please sign in to comment.