We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f739c3e commit dafa4abCopy full SHA for dafa4ab
README.md
@@ -1,5 +1,5 @@
1
#坐标转换python版本
2
-之前提供了js版本的坐标转换工具,现在提供一下python版本的给有需要的人,希望能对大家有用
+之前提供了[js版本的坐标转换工具](https://github.com/wandergis/coordTransform),现在提供一下python版本的给有需要的人,希望能对大家有用
3
#使用方法
4
1. 由于代码里面使用了**requests**来请求百度geocode接口,因此需要这个功能的童鞋请务必先安装requests模块,可以借助pip或者easy_install来安装
5
```
@@ -28,4 +28,4 @@ key = 'your key here' # 这里填写你的百度开放平台的key
28
29
30
#sometips
31
-代码最后写了一些示例代码,不需要的同学可以删掉,完全可以作为一个坐标转换模块引用到大家的项目中
+代码最后写了一些示例代码,不需要的同学可以删掉,完全可以作为一个坐标转换模块引用到大家的项目中
0 commit comments