You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from pygeohash.distances import geohash_haversine_distance
from pygeohash import decode_exactly
a, b = 'te7uwgh', 'te7uwgk'
geohash_haversine_distance(a, b)
This is returning 0 as output whereas the actual distance between the two hashes is approximately 152 metres
The text was updated successfully, but these errors were encountered:
This is returning 0 as output whereas the actual distance between the two hashes is approximately 152 metres
The text was updated successfully, but these errors were encountered: