py-geohash-any
py-geohash-any copied to clipboard
Not working...
Both of these should return 'area 51' in Nevada... according to https://geohash.softeng.co/ and http://geohash.co/
t = gh.encode(37.17773438, -115.83984375, 4)
> 'TbLc'
t = gh.decode("9qte")
> {'lon': 133.901367, 'w': 0.08789, 'lat': 68.840332, 'h': 0.043945}
results should be '9qte' and 37.17773438,-115.83984375