Open
Description
I've been thinking about how we could run (parts of) sgkit on Cubed (#908). One thing that would help is using xarray.map_blocks
(or xarray.apply_ufunc
) instead of dask.array.map_blocks
, since the Xarray version can now dispatch to Dask and Cubed (as well as plain NumPy).