wdm0006 / pygeohash

Python module for interacting with geohashes
https://pygeohash.mcginniscommawill.com/
MIT License
161 stars 25 forks source link

How is geohash_approximate_distance calculated? #10

Closed raksha-agarwal closed 1 month ago

raksha-agarwal commented 2 years ago

Is there any reference available?

pgh.geohash_approximate_distance('twj1yw', 'twj1y7')>> 3803 pgh.geohash_haversine_distance('twj1yw', 'twj1y7') >>1111.949 Is it always greater than haversine distance

wdm0006 commented 1 month ago

docs updated