[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
|
[sumo-user] 回复: travel time
|
thanks for your answer
there are still some questions
1。 duarouter use incomplete trip/flow file ,net xml file ,weight file and additional file to generate complete route file 。 right?
2 weight is generated from additional file with <edgedate>/<lanedata> element。 right?
3 if 2 is right , which application can use additional file to generate weight file
thank you for help me :)
发自网易邮箱大师
Hello,
1) the travel time of an edge usually equals it's length divided by it's speed limit. The actual speed of any one vehicle may differ from the speed limit and thus the travel time may be different as well. See
http://sumo.dlr.de/wiki/Simulation/VehicleSpeed
2) the 'stored travel time' of a lane you can see in sumo-gui, is a way to customized the travel time values that are used when re-routing vehicles within the simulation (
http://sumo.dlr.de/wiki/Simulation/Routing).
regards,
Jakob