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

Possibility to download JSON/CSV after synchronous jobs #147

Closed jonathom closed 3 years ago

jonathom commented 3 years ago

As discussed, the possibility to not only view the result of such calculations in the web editor but to also download/view the respective text as 'pure' JSON / CSV would be greatly appreciated.

m-mohr commented 3 years ago

The download itself is a bug of the back-end: https://github.com/Open-EO/openeo-python-driver/issues/50

What I can do is to allow the "rendered" version (i.e. the HTML version of JSON) to optionally be shown also in a text editor (Code Mirror).

m-mohr commented 3 years ago

Implemented, will be available soon in v0.8.0.