Module uber_turns

Source
Expand description

To deal with complicated intersections and short roads in OSM, cluster intersections close together and then calculate UberTurns that string together several turns.

Structsยง

IntersectionCluster
This only applies to VehiclePathfinder; walking through these intersections is nothing special. And in fact, even lanes only for buses/bikes are ignored.
UberTurn
UberTurnV2
A sequence of movements through a cluster of intersections. Like UberTurn, but at the granularity of directed roads, not lanes.

Functionsยง

flood ๐Ÿ”’
trace_back ๐Ÿ”’