Skip to content

Commit e7ba686

Browse files
committed
ADES => OGC DRU
1 parent b5cd5af commit e7ba686

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

dev/.words

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ Hyndman
4848
date1
4949
date2
5050
favor
51+
Undeploy

meta/implementation.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,15 @@ OGC API - Processes and OGC EO Application Packages (AP) can generally be utiliz
239239

240240
As a pre-defined process that exposes itself as a normal openEO process.
241241
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`.
249249

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.
251251
In this case use the process `run_ogcapi_externally` instead.
252252

253253
Example process node:
@@ -257,7 +257,7 @@ OGC API - Processes and OGC EO Application Packages (AP) can generally be utiliz
257257
"process_id": "run_ogcapi",
258258
"arguments": {
259259
"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
261261
"context": { // Parameters as defined in the CWL file
262262
"cwl_param1": true,
263263
"param2": 99

proposals/run_ogcapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "run_ogcapi",
33
"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).",
55
"categories": [
66
"cubes",
77
"import",

0 commit comments

Comments
 (0)