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 point-to-point join #286

Open
mbloch opened this issue Jun 11, 2018 · 0 comments
Open

Add point-to-point join #286

mbloch opened this issue Jun 11, 2018 · 0 comments

Comments

@mbloch
Copy link
Owner

mbloch commented Jun 11, 2018

An example use case would be joining one layer of cities to another, where the coordinates of cities in the two datasets don't exactly match and there is no key field to join on. There should be a parameter giving a distance tolerance for matching coordinates. If there are multiple candidate joins within the given tolerance, the closest should be selected. Performance should be better than the brute force solution.

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