Trouble using advanced indexing through space and time via opendap? #6496
Unanswered
najascutellatus
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello, I'm trying to calculate metrics at each point along a glider track and compare to a few different ocean models at the nearest grid location. I'm attempting to use advanced indexing to find the nearest neighbor to each surfacing, even though its such a small dataset (1100 that I am trying to work with in the full track), it's painfully slow when using OpenDAP and will usually not complete due to timeouts. Am I doing something wrong or is the server slow? Is there a more efficient way of accessing these specific points? Would looping through the points and using .sel be a better option for this specific case?
For brevity, I downsampled the glider to just 10 surfacing. It's still very slow.
Beta Was this translation helpful? Give feedback.
All reactions