Skip to content

Library: verde, function: rolling_window #155

Answered by santisoler
jgsnow asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jgsnow! Thanks for opening this topic. Trying to reply to your questions here:

  1. Yes. You can use the rolling window function to scatter points. That's the point of this function. Applying rolling windows to gridded data can be done much more efficiently than what the rolling window implements (kd-trees), since with gridded data you can rely on indices for selecting points. You're right about the examples in the docs: they only use gridded coordinates. We should change them to use scattered points as well.
  2. The description for spacing is wrong. The spacing is the distance between the centers of neighboring windows. We should update it as well. A better description of it is given in the …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jgsnow
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants