You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new mode to the Editor (right now: Model, JSON), which is JavaScript.
The code can then generate a process graph for the other modes. Generating JS from a process graph is probably a bit more difficult though.
Why? It would probably help with two use-cases:
Attract GEE users (many use JS especially in their Editor)
Automate some block generation, e.g. if you need a block 10x with varying parameters or need to generate stuff like long lists for apply_kernel or aggregate_temporal. This can be programmed much easier with JS.
The text was updated successfully, but these errors were encountered:
m-mohr
changed the title
Allow JS mode
Support JavaScript coding
Jul 12, 2021
Add a new mode to the Editor (right now: Model, JSON), which is JavaScript.
The code can then generate a process graph for the other modes. Generating JS from a process graph is probably a bit more difficult though.
Why? It would probably help with two use-cases:
The text was updated successfully, but these errors were encountered: