地图匹配算法开源项目合集

leuvenmapmatching

基于隐马尔可夫原理进行地图匹配的python包,但是官方文档说明较简略。
https://leuvenmapmatching.readthedocs.io/en/latest/usage/introduction.html

noiseplanet

匹配完的轨迹可视化效果很好,值得学习。基于leuvenmapmatching进行的二次开发。
https://github.com/arthurdjn/noiseplanet
地图匹配算法开源项目合集_第1张图片
地图匹配算法开源项目合集_第2张图片

fastmapmatching

封装了ST-Matching算法,有c++和python两个接口,需在linux环境下运行。
https://fmm-wiki.github.io/

参考资料

  • Yin Lou, Chengyang Zhang, Yu Zheng, Xing Xie. Map-Matching for Low-Sampling-Rate GPS Trajectories. In Proceedings of ACM SIGSPATIAL Conference on Geographical Information Systems (ACM GIS 2009).
  • 郑宇轨迹数据挖掘的slides
    https://www.microsoft.com/en-us/research/publication/trajectory-data-mining-an-overview/

你可能感兴趣的:(gis/空间分析)