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

Adopt geohash as finger-print and spatial reference #3

Open
ppKrauss opened this issue Aug 21, 2018 · 0 comments
Open

Adopt geohash as finger-print and spatial reference #3

ppKrauss opened this issue Aug 21, 2018 · 0 comments

Comments

@ppKrauss
Copy link
Contributor

ppKrauss commented Aug 21, 2018

The Geohash function transforms lat-long standard coordinates into one base32 number that can be represented as 64bit number into databases. The two sides of the bridge offers latlog:

  • Wikipedia offers LatLong P625 property.

  • OSM nodes: as demonstrated by simple-osmWd2csv, is automatic to get from dump and convert to Geohash.

  • OSM ways and relations: the BBOX of the geometry is a fast and universal characteristic of any geometry, and its scale (square-root of box area) can be used as precision reference to the length of the Geohash. The center of the BBOX is easy to be calculated, and it is used as "fake centroid" in Overpass and many other applications.


Exemplo de link para resolução Geohash http://geohash.org/6uvxhgpts06:Q519154

ppKrauss added a commit that referenced this issue Aug 21, 2018
ppKrauss added a commit that referenced this issue Aug 21, 2018
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