Skip to content

Commit 8b69ead

Browse files
authored
fixed #9
1 parent fca0ceb commit 8b69ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coordTransform_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
x_pi = 3.14159265358979324 * 3000.0 / 180.0
77
pi = 3.1415926535897932384626 # π
88
a = 6378245.0 # 长半轴
9-
ee = 0.00669342162296594323 # 第一偏心率
9+
ee = 0.00669342162296594323 # 偏心率平方
1010

1111

1212
class Geocoding:

0 commit comments

Comments
 (0)