#manipulate #collection #static #constant #function #geohash #geo-hashes

geohash-tools

A collection of functions to manipulate GeoHashes

5 releases

0.1.3 Oct 23, 2022
0.1.2 Oct 23, 2022
0.1.1 Oct 23, 2022
0.1.0 Oct 23, 2022
0.0.0 Oct 23, 2022

#2162 in Algorithms

MIT license

7KB
71 lines

geohash-tools

A collection of functions to manipulate GeoHashes.

docs.rs Crates.io

Features

  • General GeoHash runes
  • General static / constant accessors calculated at compile-time


- [x] GeoHash to Integer → Integer to GeoHash

License

Licensed under the MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)

Origin

A previously private, integrated set of functions re-packaged into a Open-Source library as of Hacktoberfest 2022.


lib.rs:

geohash-tools

geohash-tools is a collection of functions for manipulating GeoHashes in Rust.
You can find more about geohash algorithm on Wikipedia.

Dependencies

~0.7–1.2MB
~26K SLoC