python的坐标代码_基于Python的地图坐标服务接口调用代码实例
代碼描述:基于Python的地圖坐標服務接口調用代碼實例
關聯數據:地圖坐標服務
接口地址:http://www.juhe.cn/docs/api/id/32
#!/usr/bin/python
# -*- coding: utf-8 -*-
import json, urllib
from urllib import urlencode
#----------------------------------
# 地圖坐標服務調用示例代碼 - 聚合數據
# 在線接口文檔:http://www.juhe.cn/docs/32
#----------------------------------
def main():
#配置您申請的APPKey
appkey = "*********************"
#1.經緯度轉換
request1(appkey,"GET")
#經緯度轉換
def request1(appkey, m="GET"):
url = "http://v.juhe.cn/offset/index"
params = {
"lng" : "", #經度,如:116.3974965092
"lat" : "", #緯度,如:39.908700982285396
"type" : "", #轉換類型,1:GPS->百度, 2: 百度->GPS ,3:GPS->谷歌, 4:谷歌->GPS<br/> 5:百度->谷歌 ,6:谷歌->百度
"dtype" : "", #返回數據格式:json或xml或jsonp,默認json
"callback" : "", #返回格式選擇jsonp時,必須傳遞
"key" : appkey, #你申請的key
}
params = urlencode(params)
if m =="GET":
f = urllib.urlopen("%s?%s" % (url, params))
else:
f = urllib.urlopen(url, params)
content = f.read()
res = json.loads(content)
if res:
error_code = res["error_code"]
if error_code == 0:
#成功請求
print res["result"]
else:
print "%s:%s" % (res["error_code"],res["reason"])
else:
print "request api error"
if __name__ == '__main__':
main()
新人創作打卡挑戰賽發博客就能抽獎!定制產品紅包拿不停!總結
以上是生活随笔為你收集整理的python的坐标代码_基于Python的地图坐标服务接口调用代码实例的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 讯飞C/C++语音合成基础篇
- 下一篇: 喀什大学计算机科学与技术学院在哪个校区,