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: README.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,20 @@ openEO develops interoperable processes for big Earth observation cloud processi
8
8
9
9
The [master branch](https://github.com/Open-EO/openeo-processes/tree/master) is the 'stable' version of the openEO processes specification. An exception is the [`proposals`](proposals/) folder, which provides experimental new processes currently under discussion. They may still change, but everyone is encouraged to implement them and give feedback.
10
10
11
-
The latest release is version **2.0.0-rc.1**. The [draft branch](https://github.com/Open-EO/openeo-processes/tree/draft) is where active development takes place. PRs should be made against the draft branch.
12
-
13
-
| Version / Branch | Status | openEO API versions |
|[1.1.0](https://processes.openeo.org/1.1.0/)| legacy version | 1.x.x |
19
-
|[1.0.0](https://processes.openeo.org/1.0.0/)| legacy version | 1.x.x |
20
-
|[1.0.0 RC1](https://processes.openeo.org/1.0.0-rc.1/)| legacy version | 1.x.x |
21
-
|[0.4.2](https://processes.openeo.org/0.4.2/)| legacy version | 0.4.x |
22
-
|[0.4.1](https://processes.openeo.org/0.4.1/)| legacy version | 0.4.x |
23
-
|[0.4.0](https://processes.openeo.org/0.4.0/)| legacy version | 0.4.x |
11
+
The latest release is version **2.0.0-rc.2**. The [draft branch](https://github.com/Open-EO/openeo-processes/tree/draft) is where active development takes place. PRs should be made against the draft branch.
12
+
13
+
| Version / Branch | Status | openEO API versions |
Copy file name to clipboardExpand all lines: dev/docs.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -113,8 +113,8 @@
113
113
props: {
114
114
document: 'processes.json',
115
115
categorize: true,
116
-
apiVersion: '1.2.0',
117
-
title: 'openEO processes (2.0.0-rc.1)',
116
+
apiVersion: '1.3.0',
117
+
title: 'openEO processes (2.0.0-rc.2)',
118
118
notice: '**Note:** This is the list of all processes specified by the openEO project. Back-ends implement a varying set of processes. Thus, the processes you can use at a specific back-end may derive from the specification, may include non-standardized processes and may not implement all processes listed here. Please check each back-end individually for the processes they support. The client libraries usually have a function called `listProcesses` or `list_processes` for that.',
0 commit comments