Open-EO / openeo.org

openeo.org landing page
https://openeo.org
Apache License 2.0
5 stars 15 forks source link

use of earth engine backend in 'getting started samples'? #81

Closed jdries closed 8 months ago

jdries commented 8 months ago

Via openEO platform support, we received a message from a somewhat frustrated user who followed our Python 'getting started' example. It directed him to the earth engine backend, and then mentioned 'OIDC authentication' which of course doesn't work: https://openeo.org/documentation/1.0/python/#installation

So to fix this, there's various options:

  1. Put a warning in place that more clearly explains the state of the GEE backend
  2. Use a different backend
m-mohr commented 8 months ago

There is a mention that only Basic is supported.So it seems the user didn't fully read the guide. We can of course make the warning larger, but as usual people will also not always read that. The same will happen with other backends for sure.

For Google Earth Engine, only Basic Authentication is supported at the moment.

m-mohr commented 8 months ago

Fixed via 42eacec3