M-Helm / GeohashDelta

Returns the distance between two geohashes in meters using the Haversine equation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Returns distance in meters between two geohashes.

USAGE: >>>from geohash_delta import GeohashDelta
>>>gd = GeohashDelta()
>>>print gd(hash1, hash2)

helm@sawatchgroup.com

About

Returns the distance between two geohashes in meters using the Haversine equation.

License:MIT License


Languages

Language:Python 100.0%