You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@VincentVerelst the convolution operation has been added to xarray (I wasn't aware of it). We can adapt the apply_kernel implementation and simplify the code. pydata/xarray#4196 (comment)
Let me know if you would have time looking into it.
The text was updated successfully, but these errors were encountered:
Hi @clausmichele , I had a look at the rolling + dot approach via xarray. Is it not more difficult to handle borders via this approach? According to the spec, the following options are available: "numeric value, replicate, reflect, reflect_pixel, wrap".
These are readily available in scipy.ndimage.convolve, but apparently not in xarray.DataArray.rolling.
I started trying to re-implement it but it's not that easy as you expected. It doesn't have high priority at the moment, but when I'll have time I want to benchmark the two implementations.
@VincentVerelst the convolution operation has been added to xarray (I wasn't aware of it). We can adapt the apply_kernel implementation and simplify the code.
pydata/xarray#4196 (comment)
Let me know if you would have time looking into it.
The text was updated successfully, but these errors were encountered: