1
qvvo Apr 8, 2013
本人搞GIS的,长见识了,谢谢
|
2
zuroc Apr 9, 2013
https://github.com/doat/geodis
#getting a city by lat,lon >>> print geodis.City.getByLatLon(31.78,35.21, conn) Location: {'name': 'West Jerusalem', 'country': 'Israel', 'lon': '35.21961', 'zipcode': '', 'state': 'Jerusalem District', 'lat': '31.78199'} |