Geohash ######### :: from honeybees.library.geohash import plot_geohash_shifts plot_geohash_shifts(bits=31) .. image:: images/geohash_31bits.svg :align: center :: from honeybees.library.geohash import plot_geohash_shifts plot_geohash_shifts(bits=32) .. image:: images/geohash_32bits.svg :align: center .. automodule:: honeybees.library.geohash :members: