Skip to content
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

Add spatial_join #652

Open
deanm0000 opened this issue Jun 24, 2024 · 3 comments
Open

Add spatial_join #652

deanm0000 opened this issue Jun 24, 2024 · 3 comments

Comments

@deanm0000
Copy link

https://github.com/msalib/spatial-join

Not sure if you'd prefer to use r star directly but some form of spatial joins would be nice.

@kylebarron
Copy link
Member

Spatial joins are already half-implemented in #580. https://github.com/msalib/spatial-join is a useful reference but we can't use it directly because it uses geo objects. Additionally, the spatial joins here will use https://github.com/kylebarron/geo-index, which is more memory-efficient and will be quite a bit faster than rstar for our static data use case.

@deanm0000
Copy link
Author

Oh that's awesome. Is this going to be just nearest (or similar) or is the other half (yet to be implemented) going to be other predicates (contains, intersects, etc)?

@kylebarron
Copy link
Member

Initially intersects but should be all predicates eventually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants