-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
I would like to perform 2d convolution operation with dask-data stored in xarray, defining the kernel.
Related issue are:
#1142
#2010
#1323
Referring to Dask, they have a specific image-oriented API which allows for convolutions:
http://image.dask.org/en/latest/dask_image.ndfilters.html
And this guy already implemented convolution operation based on xarray and dask:
https://github.com/serazing
https://github.com/serazing/xscale
https://xscale.readthedocs.io/en/latest/api.html
Are there plans to implement this feature?
In the meanwhile I'll try dask-image and xscale.
m-mohr