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

From OSM PBF to routable road network

1

I am looking for a solution to parse OSM PBF files and obtain a road network that is navigable offline. Ideally, it should split ways at intersections with other ways and country boundaries and deduce traversing options based on the oneway and access tags.

I have found the following:

But I was wondering whether there could be any more options around. I have checked the Frameworks wiki page, but the two from above that were mentioned there were listed under different categories.

asked 06 Jul '19, 17:17

flogoe's gravatar image

flogoe
76227
accept rate: 0%


One Answer:

0

The routing page might be a good place to start looking. In terms of public discussions, GraphHopper and OSRM get mentioned fairly frequently.

answered 07 Jul '19, 22:48

InsertUser's gravatar image

InsertUser
11.0k1369185
accept rate: 19%

Source code available on GitHub .