def geohash(latitude, longitude): return Geohash.encode(float(latitude), float(longitude)) # Cache responses from Nominatim for 1 month