Replies: 1 comment
-
Do you want to get the model data for those points? There is the I think the main issue you're running into which is currently handled in this function besides applying the As a first step, you could check if ...or use the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am new to Pyresample, and I am currently struggling with collocating model and altimeter tracks. I have the following case: a geophysical model with a given variable (background map), and one X-track track (dotted line).
I want to collocate the modeled fields onto the Jason-1 lat,lon points. I am using the kd_tree.get_neighbour_info function for that:
However, I am obtaining the following error:
Is it because part of the observations fall outside the model domain? Any tips?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions