• MapMatching


    第一步: 生成github tokens 在 Settings / Developer settings / Personal access tokens
      jeshy_git_token
      你自己的Token******72245e4c6*****
    第二步: 需要在 mavn安装目录 编辑配置文件 settings.xml
      <server>
        <id>github</id>
        <username>jeshy</username>
        <password>你自己的Token******72245e4c6*****</password>
      </server>
    第三步: clone map-matching
      D:WorkspaceGraphHopper>git clone https://github.com/graphhopper/map-matching.git
    第四步:
      D:WorkspaceGraphHoppermap-matching>mvn package -DskipTests
    第五步:生成 graph-cache
      D:WorkspaceGraphHoppermap-matching>java -jar matching-web/target/graphhopper-map-matching-web-3.0-SNAPSHOT.jar import map-data/leipzig_germany.osm.pbf
    第六步:匹配
      D:WorkspaceGraphHoppermap-matching>java -jar matching-web/target/graphhopper-map-matching-web-3.0-SNAPSHOT.jar match matching-web/src/test/resources/test1.gpx
        loading graph from cache
        matching-websrc est esources est1.gpx
        matches: 138, gps entries:264
        gpx length: 9551.638 vs 9536.442
        export results to:D:WorkspaceGraphHoppermap-matchingmatching-websrc est esources est1.gpx.res.gpx
        gps import took:0.105556495s, match took: 0.36684602

    个人学习记录
  • 相关阅读:
    二叉树
    树的存储表示
    Jarvis OJ | WEB
    xctf | pwn进阶
    《C++Primer Plus》 | 处理数据
    xctf---stack2 | gdb&IDA 调试
    IDA | Windows主机与Ubuntu 16.04远程调试
    ROP | 中级
    IDA | 窗口
    epub reading
  • 原文地址:https://www.cnblogs.com/jeshy/p/14350196.html
Copyright © 2020-2023  润新知