I wish to establish a delay for a specific path. In network analysis, is that possible? I require guidance.
Solved! Go to Solution.
The wait at a traffic signal depends on when the car arrives there and also which direction it will go, i.e., straight, left, right or U-turn. So how are you modeling the delay? One way is to simply delay the overall speed/travel time on all the edges or add a user junction at the traffic signal junction and add a junction delay in the network dataset. Or use the turn category evaluator in the network dataset to set up the delays. More info here:
Turn category evaluator—ArcGIS Pro | Documentation
Jay Sandhu
If your goal is to delay a path, and you have that path as some line feature, then you can load it into a route analysis layer as a Line Barrier with scaled cost. Set the cost with the amount of delay. See more here:
Barriers—ArcGIS Pro | Documentation
Jay Sandhu
i don't want to change the route direction
How to add the waiting time for a traffic signal to a route.Normally, the entire time is displayed. I'd like to increase the overall wait time.
The wait at a traffic signal depends on when the car arrives there and also which direction it will go, i.e., straight, left, right or U-turn. So how are you modeling the delay? One way is to simply delay the overall speed/travel time on all the edges or add a user junction at the traffic signal junction and add a junction delay in the network dataset. Or use the turn category evaluator in the network dataset to set up the delays. More info here:
Turn category evaluator—ArcGIS Pro | Documentation
Jay Sandhu
thank you