Open-EO / openeo.org

openeo.org landing page
https://openeo.org
Apache License 2.0
6 stars 16 forks source link

Process description should state that back-end can derive #27

Closed m-mohr closed 3 years ago

m-mohr commented 3 years ago

Originates from https://github.com/Open-EO/openeo-processes/pull/215#discussion_r551218809

processes.openeo.org and all other places where the general processes are shown to users should state that these are just the generic specifications and back-ends can derive from that. We should guide users how they can find/request the back-end specific process descriptions in the clients.

soxofaan commented 3 years ago

Related idea (probably for another github ticket): on hub.openeo.org and editor.openeo.org: add visual indication that a process provided by a backend differs from official spec

m-mohr commented 3 years ago

Yes, indeed, there's an issue for that: https://github.com/Open-EO/openeo-web-editor/issues/32

m-mohr commented 3 years ago

This will be added:

**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 are likely not implement all processes listed here. Please check each back-end individually for the processes they support. The client libraries usually have a process called `listProcesses` or `list_processes` for that.

m-mohr commented 3 years ago

image

m-mohr commented 3 years ago

This is available at openeo.org (see https://openeo.org/documentation/1.0/processes.html ) now and will be available to processes.openeo.org (draft & 1.0.0) once the CDN has updated.

soxofaan commented 3 years ago

I think there is a typo in there:

Thus, the processes you can use at a specific back-end may ... and are likely not implement all processes

m-mohr commented 3 years ago

Argh, going to fix it in all places... Thanks.