xarray-contrib / xarray-regrid

Regridding utility for xarray
https://xarray-regrid.readthedocs.org/
Apache License 2.0
71 stars 7 forks source link

Conservative: add dask support #7

Closed BSchilperoort closed 1 year ago

BSchilperoort commented 1 year ago

Currently, the conservative regrid method does not support Dask. Regridding could be faster/less memory intensive if dask is supported.

Can possibly be implemented by changing the xr.dot function to dask.array.dot.