文件名称:xy_to_lonlat
介绍说明--下载内容均来自于网络,请自行研究使用
Python实现的OSGB36座标转为WGS84座标。
用pyproj库实现,应该是最简洁的实现了。
略作修改(设置好EPSG)也可用于其它座标系转换。
带一份测试数据:UK的高速公路节点座标数据。(The OSGB36 coordinates implemented by Python are converted to the WGS84 coordinates.)
用pyproj库实现,应该是最简洁的实现了。
略作修改(设置好EPSG)也可用于其它座标系转换。
带一份测试数据:UK的高速公路节点座标数据。(The OSGB36 coordinates implemented by Python are converted to the WGS84 coordinates.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
del_column.py | 269 | 2017-01-20 |
highway_link_coordinates.csv | 215098 | 2017-01-14 |
xy_to_lonlat.py | 858 | 2017-02-20 |