Now that we have migrated to xarray, one step towards allowing for better dask enabled computations would be to switch all internal numpy calls to xarray ufuncs calls (https://docs.xarray.dev/en/stable/api.html#universal-functions). This will call the appropriate array operator instead of having to load into memory.
Now that we have migrated to xarray, one step towards allowing for better dask enabled computations would be to switch all internal numpy calls to xarray
ufuncscalls (https://docs.xarray.dev/en/stable/api.html#universal-functions). This will call the appropriate array operator instead of having to load into memory.