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: docs/index.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# openEO - Concepts and API Reference
2
2
3
-
_Work in progress, please contribute by adding [issues](https://github.com/Open-EO/openeo-api/issues)._
3
+
***Note:****The specification is currently still an early version, with the potential for some major things to change. The core is now fleshed out, so everybody is encouraged to try it out and give feedback (for example by adding [issues](https://github.com/Open-EO/openeo-api/issues)). But the goal is to actually be able to act on that feedback, which will mean changes are quite possible.*
4
4
5
-
openEO develops an open application programming interface(API) that connects clients like R, Python and JavaScript to big Earth observation cloud back-ends in a simple and unified way. The acronym openEO contracts two concepts:
5
+
openEO develops an open application programming interface(API) that connects clients like R, Python and JavaScript to big Earth observation cloud back-ends in a simple and unified way. The acronym openEO contracts two concepts:
6
6
7
7
-**open**: used here in the context of open source software; open source software is available in source code form, and can be freely modified and redistributed; the openEO project will create open source software, reusable under a liberal open source license (Apache 2.0)
8
8
-**EO**: Earth observation
@@ -18,11 +18,11 @@ The openEO API defines a [HTTP API](apireference.md) that lets cloud back-ends w
18
18
19
19
As an overview, the openEO API specifies how to
20
20
21
-
- discover which Earth observation data and processes are available at cloud back-ends,
22
-
- execute (chained) processes on back-ends,
21
+
- discover which Earth observation [data](collections.md) and [processes](processes.md) are available at cloud back-ends,
22
+
- execute [(chained) processes](processgraphs.md) on back-ends,
23
23
- run [user-defined functions](udfs.md) (UDFs) on back-ends where UDFs can be exposed to the data in different ways,
24
24
- download (intermediate) results, and
25
-
- manage user content including accounting.
25
+
- manage [user content including billing](usermanagement.md).
26
26
27
27
28
28
The API is defined as an [OpenAPI 3.0](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md) JSON file.
0 commit comments