Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 196 Bytes

File metadata and controls

10 lines (8 loc) · 196 Bytes

Returns distance in meters between two geohashes.

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

helm@sawatchgroup.com