-
I'm using However, I don't see how to use If |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
ATM You'll have to rechunk so that there is only one chunk along the axes you are interpolating over. Code-wise we could either migrate to using |
Beta Was this translation helpful? Give feedback.
ATM You'll have to rechunk so that there is only one chunk along the axes you are interpolating over.
Code-wise we could either migrate to using
xr.dot
(#6799 (comment)) or some clever tricks withmap_overlap
(#6799 (comment)) if you're up for it.