Solved! Go to Solution.
Is there some way to set a variable penalty at a junction that is determined by direction of travel?
Is there some way to set a variable penalty at a junction that is determined by direction of travel?
A junction only has one cost for going though it. It does not/can not differentiate the travel direction. So you have to use the edges to define the from/to travel direction.
Jay Sandhu
Jay, I believed this might be the case. Thanks for clarifying.
You can overcome your problem if you change your node structure and have only one node point instead of two and use the simple FT/TF method.
regards,
I am setting up the network to model transfers and have set the elevation field values for the bus routes to the bus route number. I currently have two junction features, one for accessing a bus route from the street and one for bus-to-bus transfers, the first of which connects a bus route to the street center line file and the second which connects bus lines at a given stop.
The transfer junction has a penalty of ten minutes whether an agent is transferring "up" or "down".