new_geohash¶
- HSTB.kluster.modules.georeference.new_geohash(latitude, longitude, precision)¶
compute new geohash for given latitude longitude
- Parameters
latitude (
float) – latitude as floatlongitude (
float) – longitude as floatprecision (
int) – precision as integer
- Returns
geohash string encoded as bytes
- Return type
bytes