1: # with GeoUtil.dll, which include a method GetDistance2: from GeoUtil import GeoUtil3: distance = GeoUtil.GetDistance(0, 0, 0, 0.1) * 10004: print distance
Result : 11131.9
1: # with GeoUtil.dll, which include a method GetDistance2: from GeoUtil import GeoUtil3: distance = GeoUtil.GetDistance(0, 0, 0, 0.1) * 10004: print distance
Result : 11131.9
Comments