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

Adding location proximity with fuzzy match. #17

Open
kabilsharma opened this issue Jul 27, 2023 · 2 comments
Open

Adding location proximity with fuzzy match. #17

kabilsharma opened this issue Jul 27, 2023 · 2 comments
Labels
Feature request Feedback required We're waiting for a response from you (author of the issue)

Comments

@kabilsharma
Copy link

We all have encountered that many time dealing with point data like poi , admin points from multiple sources have duplicates. To append them with existing data we have two challenges geom and name could be slightly different.

So we need fuzzy and distance proximity at the same time.

Currently most people use postgis or python queries to find duplicates but i haven't come accross a tool which can achieve such results.

If needed i would provide you with python script to do the task but have no idea how it works in a plugin. Happy to help .

@gacarrillor
Copy link
Owner

Nice idea. Could you show us the Python implementation (even outside of the plugin for now) and perhaps some examples?

@gacarrillor gacarrillor added Feature request Feedback required We're waiting for a response from you (author of the issue) labels Jul 27, 2023
@gacarrillor
Copy link
Owner

Ping @kabilsharma, should you need any help, just let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Feedback required We're waiting for a response from you (author of the issue)
Projects
None yet
Development

No branches or pull requests

2 participants