<div dir="ltr">I am looking for library that is processing OSM data into routing graph. <br>This graph will be later processed by my program so tight integration with <br>existing routing engine is unneeded and unwanted. <br><br>I am hoping that I will be able to reuse already existing code that is<br>supporting relation restrictions, access tags etc.<br><br>It is not necessary that it is high performance, simplicity and small<br>line count would be preferable.<br><br>Is there some obvious solution? From what I found OSRM and <br>OpenTripPlanner are promising. In case of OSRM "Project OSRM is a stack <br>of high-performance tools" is quite scary. With OpenTripPlanner I am <br>unsure whatever <a href="https://github.com/opentripplanner/OpenTripPlanner/wiki/GraphBuilder">https://github.com/opentripplanner/OpenTripPlanner/wiki/GraphBuilder</a> <br>is tightly coupled to other parts of application or is it something <br>that is generally usable.<br></div>