-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Geometric lookups and "vector data cubes" #748
Labels
enhancement
New feature or request
Comments
Dimensional data.jl already handles point lookups a bit, see |
|
For sure. Except for the nesting, and there should be optimisations for finding polygons on these grids? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's super easy to create dimension axes that have vector lookups:
but some questions arise here.
color
as the values of the dimvector. What about 2d arrays?Contains
,Touches
,..
,At
, etc work, potentially using GeometryOps? Do we want an extension for this? I think this will involve geometric predicates at least.GI.geometrycolumns
of a raster to point to geometric lookups? Do we want to stash this in the metadata?The text was updated successfully, but these errors were encountered: