Open-EO / openeo-processes

Interoperable processes for openEO's big Earth observation cloud processing.
https://processes.openeo.org
Apache License 2.0
48 stars 15 forks source link

run_udf: context parameter only allows object #376

Closed m-mohr closed 2 years ago

m-mohr commented 2 years ago

Process ID: run_udf

Describe the issue: The context parameter in run_udf only allows to pass an object although all other processes allow any data type.

Proposed solution: Change the context parameter to allow all data types.