Open-EO / openeo-udf

The OpenEO UDF Python reference implementation and interface description
https://open-eo.github.io/openeo-udf/
Apache License 2.0
6 stars 1 forks source link

Ep 3456 datacube extensions #29

Open tbanyai opened 4 years ago

tbanyai commented 4 years ago

I would like to add the following functionality to the datacube in order that the behaviour is identical both on client and server side:

The changes are strictly additive, added few extra functions in src/openeo_udf/api/datacube.py + corresponding unit tests. Requires matplotlib as extra dependency, but i believe that is implicitly the case already because xarray depends on it.