<div dir="ltr">Hi,<div><br></div><div>I have a small question.</div><div><br></div><div>Most of the algos do not take turn restrictions into account.</div><div><br></div><div>If wanted to use for example pgr_ksp (k-shortest path) for example, then that algo will not take turn restrictions into account. </div>
<div><br></div><div>The only way i could think about making the algo's work, is to rewire the graph table, so that nodes with turn restrictions, will be removed and instead adding longer edges instead to cover all the travel options. (for each edge, that contains the node in question, append and rewire, its a bit complicated but you should get the idea from my very limited description)</div>
<div><br></div><div>My question is, is there such a tool which extends the graph table as produced by either osm2po or osm2pgrouting for turn restrictions? </div><div><br></div><div>Is there a different solution i am missing?<br>
</div><div><br></div><div>Thanks for your help!</div></div>