Fork me on GitHub
摘要: from urllib.request import urlopen, quote import json def wgs84tobaidu(x,y): data=str(x)+','+str(y); output = 'json' url='http://api.map.baidu.com/geoconv/v1/?coords='+data+'&from=1&to=5&... 阅读全文
posted @ 2018-11-17 22:19 壶小旭 阅读(1901) 评论(1) 推荐(0) 编辑