Since the openeo studio has to support UDP's that were not generated by the studio, and consequently have no python code associated, there has to be a way to derive the python code necessary to generate the UDP, from it.
It was mentioned during a meeting that the library to convert from udp to python was currently not being maintained.
It is actually not a standalone library, but some code that's part of the openeo web editor : https://github.com/Open-EO/openeo-web-editor/blob/a2beda3a2d45eacd61a37001b2755ddfcf90a5b0/src/export/python.js
Evaluate the status of this function and whether it is worth extracting into a separate module / maintaining.
Since the openeo studio has to support UDP's that were not generated by the studio, and consequently have no python code associated, there has to be a way to derive the python code necessary to generate the UDP, from it.
It was mentioned during a meeting that the library to convert from udp to python was currently not being maintained.
It is actually not a standalone library, but some code that's part of the openeo web editor : https://github.com/Open-EO/openeo-web-editor/blob/a2beda3a2d45eacd61a37001b2755ddfcf90a5b0/src/export/python.js
Evaluate the status of this function and whether it is worth extracting into a separate module / maintaining.