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
|[Commercial Data](extensions/commercial-data/)| 0.1.0 | experimental | Provides an interface for discovering, ordering and using commercial data. |
35
-
|[Federation](extensions/federation/)| 0.1.0 | experimental | Covers federation aspects, i.e. where multiple back-ends are exposed as a single API. |
36
-
|[Remote UDP](extensions/remote-udp/)| 0.1.0 | experimental | Load user-defined processes that are hosted externally through the process namespace into process graphs. |
|[Commercial Data](extensions/commercial-data/)| 0.1.0 | experimental | Provides an interface for discovering, ordering and using commercial data. |
35
+
|[Federation](extensions/federation/)| 0.1.0 | experimental | Covers federation aspects, i.e. where multiple back-ends are exposed as a single API. |
36
+
|[Remote Process Definition](extensions/remote-process-definition/)| 0.1.0 | experimental | Load user-defined processes that are hosted externally through the process namespace into process graphs. |
37
37
38
38
## Repository
39
39
@@ -44,7 +44,7 @@ This repository contains a set of files formally describing the openEO API, each
44
44
* The [assets](assets/) folder contains some useful additional files such as examples or schemas. All of these are non-binding additions. The source of truth are the top-level specification files.
45
45
* The [extensions](extensions/) folder contains extensions to the openEO API.
46
46
47
-
# Development
47
+
##Development
48
48
49
49
The `draft` branch is the latest version and is the one to create Pull Requests against.
Copy file name to clipboardExpand all lines: extensions/remote-process-definition/README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
-
# Remote UDP Extension
1
+
# Remote Process Definition Extension
2
2
3
3
The openEO API is a specification for interoperable cloud-based processing of large Earth observation datasets.
4
4
5
5
This extension enables user to load user-defined processes that are hosted external to the openEO API (e.g., GitHub or cloud storage) through the process namespace into process graphs.
0 commit comments