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 c33e108 commit a6bbaeaCopy full SHA for a6bbaea
README.md
@@ -2,7 +2,7 @@
2
此模块用于百度坐标系(bd-09)、火星坐标系(国测局坐标系、gcj02)、WGS84坐标系的相互转换,并提供中文地址到坐标的转换功能,仅使用Python标准模块,无其他依赖。中文地址到坐标转换使用高德地图API,需要[申请](http://lbs.amap.com/)API KEY。
3
# 使用说明
4
```
5
- lng = 128.543
+lng = 128.543
6
lat = 37.065
7
result1 = gcj02_to_bd09(lng, lat)#火星坐标系->百度坐标系
8
result2 = bd09_to_gcj02(lng, lat)#百度坐标系->火星坐标系
0 commit comments