new_geohash

HSTB.kluster.modules.georeference.new_geohash(latitude, longitude, precision)

compute new geohash for given latitude longitude

Parameters
  • latitude (float) – latitude as float

  • longitude (float) – longitude as float

  • precision (int) – precision as integer

Returns

geohash string encoded as bytes

Return type

bytes