Calculating slope(using polyfit) between sliding window of two xarray #6984
Unanswered
mohseniaref
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Can you use |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying two calculate slope between sliding window(3x4) of two xarray dataset.you can imagine we want to calculate slope of dx and dy and put the value in the center of sliding window for x=3,y=4. I really appreciate if someone could help me to calculate slope or any function between sliding window of xarray in x,y dimension. Finally ,I want to interpolate the slope results into similar grid dataset of original dataset like dv
https://stackoverflow.com/questions/73596059/calculating-slope-between-sliding-window-of-two-xarray
Beta Was this translation helpful? Give feedback.
All reactions