coordTransform_py icon indicating copy to clipboard operation
coordTransform_py copied to clipboard

提供百度坐标系(bd-09)、火星坐标系(国测局坐标系、gcj02)、WGS84坐标系直接的坐标互转,也提供了解析高德地址的方法的python版本

Results 17 coordTransform_py issues
Sort by recently updated
recently updated
newest added

https://github.com/wandergis/coordTransform_py/blob/39e54c64cbc61086ea0389368d4909e52aadd2e6/coordTransform_utils.py#L6 网上流传的各种语言的版本都是相同的算法,有可靠出处吗?

AttributeError: module 'urllib' has no attribute 'urlencode' AttributeError: module 'urllib' has no attribute 'parse' Do as follows `import urllib.parse` `import urllib.request` `geocoding = urllib.parse.urlencode(geocoding)` `ret = urllib.request.urlopen("%s?%s" % ("http://restapi.amap.com/v3/geocode/geo", geocoding))`...

A return value of tuple type is more __pythonic__

新增转换.gpx文件内坐标系的方法,并更新相关参数

博主,这个坐标转换的原理,或者说公式在那里可以参考呀

GCJ02转WGS84 通常有几百米的误差

加了个 c# 的版本,可以写到 md 文件中。 https://github.com/topcss/coordtransform

6378245 是克拉索夫斯基椭球定义的地球长半轴长度,这是一个很老的地球参考椭球参数,请问这里为什么选用这个椭球参数?