geohash
geohash copied to clipboard
Geohash for Rust
This would make backwards compatibility nicer. I know precision wise it is pointless but we have some 16-length geohashes lying around and limiting to 12 is going to make migrating...
[Question/Doubt] Is there a way to find neighbours of a geohash within given radius? what is the default proximity in current implementation of "Struct geohash::Neighbors"? Same question for decode_bbox.
While optimizing GeoHash conversions in [Garnet](https://github.com/microsoft/garnet/pull/348), I came across small error in the[ McLoughlin's quantization approach](https://mmcloughlin.com/posts/geohash-assembly) that this library is seemingly also based on. [Quoting from myself:](https://github.com/microsoft/garnet/pull/348#issuecomment-2096096777) > The statement...