python使用geohash把经纬度转化为字符串
15 May 2015
|
使用geohash把经纬度转化为字符串
http://en.wikipedia.org/wiki/Geohash
easy_install python-geohash
import geohash
print geohash.encode(39.92324, 116.3906, 5)