Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

"deep link" from Python/R client session to web editor #262

Open soxofaan opened 2 years ago

soxofaan commented 2 years ago

Feature idea (to be discussed how useful/feasible this is):

soxofaan commented 2 years ago

(hard part of this is probably getting the auth tokens from python space to browser space is a secure manner)

m-mohr commented 2 years ago

Yes, the authentication issue is really the hardest part, I think.

And there's the rabbit hole: Which editor to open? editor.openeo.cloud or editor.openeo.org ;-)

soxofaan commented 2 years ago

Which editor to open? editor.openeo.cloud or editor.openeo.org ;-)

That could be done with an argument e.g. connection.open_webeditor("editor.openeo.org"), a client config file entry or ultimately even a discovery/detection mechanism (e.g. something along the lines of prepending "editor." to the back-end hostname)