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

Geohash idea for Bus stops (and other location redundancy) de-duplication #14

Open
answerquest opened this issue Mar 5, 2018 · 1 comment

Comments

@answerquest
Copy link
Collaborator

From Pune Open Data portal, we have lat-long data of bus stops, but it is non-unique and heavily repeating in some cases. The BRT stops were there in a separate unique list so they are easy to pry out, but the larger dataset of non-BRT stops needs work.

Geohashes resolve lat-long values into square areas. So, a pair of lat-longs that are very close to each other but not the same can be resolved to belong to the same geohash. So, this could be a way of clustering the stops data. Links:

@answerquest
Copy link
Collaborator Author

answerquest commented Mar 30, 2018

Some more links:

  • http://www.movable-type.co.uk/scripts/geohash.html
  • http://geohash.gofreerange.com/
    Wanted: A combination of these tools. A map where we can fix the precision (like, 5 chars), where we can click to reveal the geohash for that area, and where we can type in lat-long or geohash to browse to that place.
    And, something more: We should be able to input other kinds of hyperlinks like google maps shortlinks or long URLs, and get the corresponding geohash. The tool's URL should accept parameters.

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