Skip to content

Commit 002f01e

Browse files
committed
Improved Doc Index
1 parent 6cfc4f1 commit 002f01e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# openEO - Concepts and API Reference
22

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.*
44

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:
66

77
- **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)
88
- **EO**: Earth observation
@@ -18,11 +18,11 @@ The openEO API defines a [HTTP API](apireference.md) that lets cloud back-ends w
1818

1919
As an overview, the openEO API specifies how to
2020

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,
2323
- run [user-defined functions](udfs.md) (UDFs) on back-ends where UDFs can be exposed to the data in different ways,
2424
- download (intermediate) results, and
25-
- manage user content including accounting.
25+
- manage [user content including billing](usermanagement.md).
2626

2727

2828
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

Comments
 (0)