This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

[closed] build the road network and save data into text file

0

I want to build the road network of any city and save the graph data into text file. For this purpose, I have followed this tutorial. In this tutorial they have used the GraphHopper. The output of GraphHopper is in binary format. Following files have been generated.

edges geometry, location_index, names,nodes,nodes_ch_fastest_car,properties,shortcuts_fastest_car

I do not know how to read it. Can somebody help me??

asked 16 Aug '16, 08:42

Araron's gravatar image

Araron
41114
accept rate: 0%

edited 18 Aug '16, 00:06

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

The question has been closed for the following reason “Duplicate Question - answered too at graphhopper.com” by aseerel4c26 18 Aug ‘16, 00:05


One Answer:

4

I suspect that you will need to read the graphhopper developer and API guides here https://github.com/graphhopper/graphhopper

Or, if you are a ODL customer, ask them.

answered 16 Aug '16, 10:33

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

Source code available on GitHub .