Replies: 1 comment 2 replies
-
If you're asking if there is a Can you instead do this by passing a custom reduction function to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to perform a convolution on 2D data that's on an irregularly-spaced grid. Reading past issues, I came across #4196, which sounds like I could do what I want, but it looks like it doesn't take into account the irregular spacing. For example this MWE:
gives me the result regardless of whether or not the directions are irregularly-spaced.
The kernel itself is not important, so I'd be happy with a rolling mean that takes the grid spacing into account (which should be equivalent to a top-hat kernel).
Is there a solution already implemented for this?
Beta Was this translation helpful? Give feedback.
All reactions