(no title)
zlurker | 3 years ago
https://mmcloughlin.com/posts/geohash-assembly
The simplified TLDR is:
1. Convert lat and long to something that's represented by bits. 2. Interleave these bits such that lat and long bits alternate in the sequence. 3. Optionally, but seems to be the standard, encode the bits into the custom base32 character set.
cultofmetatron|3 years ago