query spatial point in irregular grid #270
Unanswered
raybellwaves
asked this question in
Q&A
Replies: 1 comment
-
See #202 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to query a spatial point in an xarray object which has dimensions x and y which are a function of lon and lat.
An example is the DataArray provided in the xarray docs: http://xarray.pydata.org/en/stable/plotting.html#multidimensional-coordinates
I would like to query the point lat = 20 and lon = 10.
I originally asked this in the xarray discussion: pydata/xarray#5009 and a kdtree solution was proposed. I would like to know if rioxarray can help.
Beta Was this translation helpful? Give feedback.
All reactions