首页 > 其他 > 详细

GraphHopper-初识

时间:2019-08-23 11:50:08      阅读:349      评论:0      收藏:0      [点我收藏+]

GraphHopper
  GraphHopper is a fast and Open Source road routing engine.
  Is fast and memory efficient
  Works with OpenStreetMap data
  Business-friendly due to Apache License
  Scales from big server to mobile device
  Implemented in Java™
  Works on Android and Raspberry Pi
  Has a large test suite
  Highly customizable

1 OpenStreetMap 地图数据 (china-latest.osm.pbf和china-latest-free.shp)
China:https://download.geofabrik.de/asia/china.html
2 git graphhopper
https://github.com/graphhopper/graphhopper
数据基元
https://wiki.openstreetmap.org/wiki/Elements
Nodes: 点----空间位置
Ways:路---线或区域 2到2000个点组成
Relations:关系----上述对象之间的关系(路径relation 转向relation 多边形)
Tag:属性数据----矢量基元

GraphHopper-初识

原文:https://www.cnblogs.com/jeshy/p/11398701.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!