pgMapMatch:GPS轨迹的地图匹配

时间:2021-05-30 15:07:23
【文件属性】:
文件名称:pgMapMatch:GPS轨迹的地图匹配
文件大小:2.22MB
文件格式:ZIP
更新时间:2021-05-30 15:07:23
Python 地图匹配 GPS 轨迹的地图匹配,使用 pgrouting 构建 有关算法的详细信息,请参阅 (提供非付费预印本。) 如有问题和反馈,请联系 。 入门 使用git clone https://github.com/amillb/pgMapMatch.git下载此存储库 您需要将街道边缘表加载到 PostgreSQL 数据库中。 最简单的方法是: 下载的摘录,例如为大都市地区制作的。 使用将 OpenStreetMap 数据加载到 PostgreSQL。 您可以使用另一个 OSM 导入工具,但您需要确保您的街道列名称与config.py名称匹配(请参阅下面的第 3 步)。 将街道几何图形转换为合适的投影,例如: ALTER TABLE streets_table ALTER COLUMN geom_way TYPE Geometry(LineString, your_srid)
【文件预览】:
pgMapMatch-master
----mapmatching_coefficients.txt(85B)
----.DS_Store(6KB)
----testdata()
--------sf_streets.zip(2.24MB)
--------testtrace_36Uturns.gpx(75KB)
--------.DS_Store(6KB)
--------testtrace_36.gpx(75KB)
--------testtrace_36sparse.gpx(2KB)
--------testtrace_65.gpx(46KB)
----tests.py(6KB)
----__init__.py(49B)
----LICENSE(1KB)
----__main__.py(4KB)
----README.md(4KB)
----tools.py(18KB)
----mapmatcher.py(75KB)
----config_template.py(3KB)

网友评论