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

Support direct access in math mode for more than one parameter #166

Closed m-mohr closed 3 years ago

m-mohr commented 3 years ago

Right now the shortcut to array elements in the math editor just works for the first parameter. Especially for fit_curve and predict_curve it would be good to support also more parameters (here the second 'parameters' parameter). So that you could for example write $parameters.1 or so.

m-mohr commented 3 years ago

Implemented, you can now use it @clausmichele . Pleas let me know if you run into problems.