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

Export to JS/Python/R #184

Closed m-mohr closed 3 years ago

m-mohr commented 3 years ago

From a process graph it should be relatively easy to construct Python, JS and R code so that it would be an idea to allow exporting process graphs to openEO scripts for our cmd line libraries.

For R and JS this should be relatively easy, but for Python there's probably the drawback that there are so many convenience functions that not fully cover the processes. So in the end we would use the generic process wrapper function instead of the optimized versions, which leads to suboptimal code I guess.

Additional idea: Export Python to JupyterLab and R to the RStudio cloud thing.

m-mohr commented 3 years ago
m-mohr commented 3 years ago

Still want to implement Formula support for JS, but the essentials are implemented. Yay!