UrbanAnalyst / dodgr

Distances on Directed Graphs in R
https://urbananalyst.github.io/dodgr/
127 stars 16 forks source link

Traffic light time penalties #177

Closed mpadge closed 2 years ago

mpadge commented 2 years ago

These are incorporated for turns across junctions, but currently not implemented for straight line travel across junctions. Need to modify the compound junction construction routines to add time penalty for straight across junctions with traffic lights

mpadge commented 2 years ago

Actually already done in sc_traffic_lights() function. All good.