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 aseerel4c26 ♦ |
The question has been closed for the following reason "Duplicate Question - answered too at graphhopper.com" by aseerel4c26 18 Aug '16, 00:05
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 ♦ |
cross-posted:
https://gis.stackexchange.com/questions/207103/i-want-to-build-the-graph-of-road-network-and-want-save-data-in-the-text-file(deleted there)and here :/ https://discuss.graphhopper.com/t/build-the-road-network-and-save-data-into-text-file/941