-
Hello, First off, let me preface my question by saying I have working knowledge of xarray but data science and GIS is not my specialty. We are prototyping different ways of solving a geographical intersection problem, and our team has been looking at a few different solutions. Its essentially a lat/long grid space, so we looked at geohashing, and H3 in particular appeals to us. So we essentially have potentially thousands of variables across a x/y grid space, and each variable is a sparse matrix (filled 2-3%, e.g. country sized at most). When we walk down this path, the obvious thing you realize with H3 is that a state like Texas would be like 300k cells at resolution 10 (5km), but would only be 5300 something cells when you collapse it and express it as a combination of resulting resolution 1 through 10 cells. My question is this: would uxarray be the right tool for the job for this? We want to essentially be able to query for the intersection (values of all matrices) at a given x/y level, expressed at the highest resolution (10 in example above). Here is a drawing of it for the visually inclined: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @dev360 This is some very interesting work! I don't believe that Since you are already familiar with Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
I would ask over at https://github.com/martinfleis/xvec |
Beta Was this translation helpful? Give feedback.
I would ask over at https://github.com/martinfleis/xvec