zoukankan      html  css  js  c++  java
  • 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

    个人学习记录
  • 相关阅读:
    gnuplot
    charles证书安装
    jenkins 配置ssh
    jenkins 配置slave
    centos 安装jenkins
    mac的一些命令
    docker 常用命令
    GO vim环境
    go vendor目录
    protobuf
  • 原文地址:https://www.cnblogs.com/jeshy/p/14350196.html
Copyright © 2011-2022 走看看