Hi again,
Sorry for sending multiple emails, but I hope I get an explanation for the
issues that I faced with TAPAS data as I mentioned in my former email.
Greeting,
===
Hello Sumo users,
I'm using TAPAS cologne routes in the 6 to 8 XML file in my research
experimen
Hello,
there is no such thing at the moment (although there are ideas:
https://github.com/DLR-TS/sumo/issues/1622).
Maybe this script which generates area-detectors at each traffic light
controlled intersection is relevant for you:
http://sumo.dlr.de/wiki/Tools/Output#generateTLSE3Detectors.py
rega
Hello everyone,
Is there such thing as a Intersection file output ?
How can I produce one ?
Kind regards,
josé
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from
this list, visi
No, this is not possible.
If you have to perform a lot of routing, you could start another instance
of sumo without traffic, synchronize the travel times periodically and then
run your routing queries (traci.simulation.findRoute) in a parallel process
on that instance.
regards,
Jakob
2018-04-07 23
Hello,
The difference between setting parameter currentTravelTimes to True or
False is only apparent when there is congestion in the network.
With 'False', empty-network travel times are used (or times loaded via
option --weight-files).
With 'True', travel times are set to current average travel ti
Hello Jakob,
the aforementioned bug is fixed in the latest development version. When
loading simulation state that contains flows, make sure to load the
original route files that were used when saving the state. You do not need
to manage begin and end time as this is handled by sumo. Just define yo