纯Python的Geocoding模块:Geocoder
jopen
10年前
纯Python的Geocoding模块,使用简单,可利用Google或Bing提供的geocoding服务,获取标准化的地理坐标等结构化信息。
>>> g = geocoder.google('New York City') >>> g.latlng [40.7127837, -74.0059413] >>> g.state 'New York' >>> g.json ...
Features
- GeoJSON Support
- OpenStreetMap Support
- Command Line Interface
- Confidence Score
- Well Known Text Support
项目主页:http://www.open-open.com/lib/view/home/1422926990732