I would like to add the following functionality to the datacube in order that the behaviour is identical both on client and server side:
load/save xarray.DataArray to file in netcdf and json format
their wrapper for datacubes
a convenience function that plots the contents of a datacube
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.
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.