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

Support for distance join between points #219

Open
pinireisman opened this issue Jun 10, 2018 · 0 comments
Open

Support for distance join between points #219

pinireisman opened this issue Jun 10, 2018 · 0 comments

Comments

@pinireisman
Copy link

For parallelizing clustering algorithms at scale, it would be very useful to have an optimized join query between sets of points to find pairs of points that are within distance X from one another (similar to the Distance Join in the GeoSpark-SQL project)

One can achieve that by building polygons around one set of points and then using the "point within polygon" query, but this seems wasteful.

Any plans for such a join?

thanks!

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

1 participant