jbusecke/xarrayutils

Optimize `filtering` module for dask.

jbusecke opened this issue · 0 comments

Currently the filtering is implemented with astropy.convolution and requires the dimensions to be one chunk in the direction that is filtered.

I wonder if there is a way to do the convolution with dask, without affecting the chunks?