NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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


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.

permanent link

answered 16 Aug '16, 10:33

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×21

question asked: 16 Aug '16, 08:42

question was seen: 1,985 times

last updated: 18 Aug '16, 00:06

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum