Matching algorithms #40
WolfgangFahl
started this conversation in
Ideas
Replies: 3 comments 8 replies
-
Edit distance: https://stackoverflow.com/questions/2460177/edit-distance-in-python |
Beta Was this translation helpful? Give feedback.
1 reply
-
Fixed-radius near neighbors: https://en.wikipedia.org/wiki/Fixed-radius_near_neighbors |
Beta Was this translation helpful? Give feedback.
2 replies
-
Run with BallTree the result is for the query of all of the trees in the radius of 500Kms sorted by distance. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we have different sources for countries, regions and cities we need to match the entries.
Fortunately the lat/lang is readily available to calculate the distance of places e.g. by haversine.
Beta Was this translation helpful? Give feedback.
All reactions