geohash icon indicating copy to clipboard operation
geohash copied to clipboard

Golang geohash library

Results 4 geohash issues
Sort by recently updated
recently updated
newest added

Hey, I'm using your library for testing and I ran into a functionality issue Geohash Ints have that you might be able to help me sort out. Geohashes (string) are...

From the documentation, this library can support up to 12 characters of precision. Do we have a table describing the potential error delta similar to this table on Wikipedia? https://en.wikipedia.org/wiki/Geohash#Digits_and_precision_in_km...

Determine whether the implementation is subject to the edge-case bug described in: https://github.com/microsoft/garnet/pull/348#issuecomment-2096096777 Thank you to @PaulusParssinen for building on this technique and highlighting a potential problem.

For a project, I was looking for a way to convert a bounds to a geohash. Given the difference in precision levels of geohash, I thought it would get close...