You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meta/implementation.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,15 +239,15 @@ OGC API - Processes and OGC EO Application Packages (AP) can generally be utiliz
239
239
240
240
As a pre-defined process that exposes itself as a normal openEO process.
241
241
It is not exposed to the user that in the background an AP is invoked.
242
-
2.**Pre-deployment through ADES**
243
-
244
-
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).
245
-
The ADES is likely external to the openEO API tree due to the conflicting `GET /processes` endpoint.
246
-
As such the ADES exposes itself in the `GET /` endpoint of the openEO API instance through a link.
247
-
The link must have the relation type `http://www.opengis.net/def/rel/ogc/1.0/processes`, which points to the ADES `/processes` endpoint.
248
-
Users can deploy APs through the ADES and use them through the process `run_ogcapi`.
242
+
2.**Pre-deployment through *OGC API - Processes - Part 2: Deploy, Replace, Undeploy***
243
+
244
+
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).
245
+
The OGC DRU instance is likely external to the openEO API tree due to the conflicting `GET /processes` endpoint.
246
+
As such the OGC DRU instance exposes itself in the `GET /` endpoint of the openEO API instance through a link.
247
+
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.
248
+
Users can deploy APs through the OGC DRU instance and use them through the process `run_ogcapi`.
249
249
250
-
If the provider doesn't offer an ADES itself, users could also deploy their AP with another provider.
250
+
If the provider doesn't offer an OGC DRU instance itself, users could also deploy their AP with another provider.
251
251
In this case use the process `run_ogcapi_externally` instead.
252
252
253
253
Example process node:
@@ -257,7 +257,7 @@ OGC API - Processes and OGC EO Application Packages (AP) can generally be utiliz
257
257
"process_id": "run_ogcapi",
258
258
"arguments": {
259
259
"data": ..., // Data, e.g. subtypes datacube or stac
260
-
"id": "my-ap", // Identifier of the application package in the ADES
260
+
"id": "my-ap", // Identifier of the application package in OGC API - Processes
261
261
"context": { // Parameters as defined in the CWL file
Copy file name to clipboardExpand all lines: proposals/run_ogcapi.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"id": "run_ogcapi",
3
3
"summary": "Run a OGC API process",
4
-
"description": "Runs an OGC API - Processes process that the service provider offers through an Application Deployment and Execution Service (ADES).",
4
+
"description": "Runs an OGC API - Processes process that the service provider offers through an instance of OGC API - Processes - Part 2 (Deploy, Replace, Undeploy).",
0 commit comments