Open-EO / openeo-r-client

R client package for working with openEO backends

Home Page:https://open-eo.github.io/openeo-r-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualize Process Graphs with Vue

flahn opened this issue · comments

Title Visualize Process Graphs with Vue
Date 2021-11-18
Issue #98
Category Usability
Description Similarly to processes and collections process graphs shall be added to the list of externally visualized elements. At this point the only way to really inspect the graph is by printing it as JSON to console. The first step would be the mere visualization with the Vue Components, which is already available for the openEO WebEditor. By enabling this feature we facilitate a better look-and-feel between the different client software. Furthermore this would also be ideal to have in RMarkdown and probably later also in Jupyter.
Dependencies OpenEO Vue Components
Links RMarkdown, Jupyter, RStudio
Priority Medium
Impact Medium
Effort Low

Similarly to processes and collections it might be a good idea to add process graphs to the list of externally visualized elements. At this point the only way to really inspect the graph is by printing it as JSON to console. First step would be the mere visualization. Later we could think about editing fields in RStudio, here the backward communication HTML widget -> R Session might prevent the latter. However, I think the visualization at least would be an asset.

Furthermore this would also be ideal to have in RMarkdown and probably later also in Jupyter.