Hi,
please keep the list posted, others might be interested too.

Am 20.11.2016 um 21:58 schrieb Fatima kader:
> For me,i want to generate routes file for 600 cars, how to do it please?
> because, i didn't understand which tools should i use?

If you just want 600 cars on a fixed route distributed over one hour,
you can write a flow into a route file and give it to sumo:
<flow id="car" begin="0" end="3600" number="600">
    <route edges="e1 e2"/>
</flow>

For random traffic, use randomTrips.py:
http://sumo.dlr.de/wiki/Tools/Trip#randomTrips.py

Best regards,
Michael


------------------------------------------------------------------------------
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to