Re: [sumo-user] Get vehicle flow rate

2018-11-11 Thread Jakob Erdmann via sumo-user
see http://sumo.dlr.de/wiki/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures Am Mo., 12. Nov. 2018 um 02:46 Uhr schrieb Lorenzo Cano Cesconetto via sumo-user : > Is it possible to easily get the average vehicle flow rate for each edge? > I think it could be a script that reads the trip-info

Re: [sumo-user] Question about busStop duration

2018-11-11 Thread Jakob Erdmann
I recommend subtracting the bus data from the OD-matrix and creating the bus traffic from a hand-created ptline-file using ptlines2flows.py If you already have the stops, combining them to lines should be fairly easy. The ptline format is now documented at http://sumo.dlr.de/wiki/Networks/Further_O

Re: [sumo-user] Question about busStop duration

2018-11-11 Thread michel . souweine
Hello, I am grateful for your advice and I apologize for forgetting to give some necessary details surronding my problem : My route.xml results from an usual od2trips + duarouter sequence, where traffic data described by taz and fma files depicte the observed traffic mixing passenger and bus f

[sumo-user] how to modify /add vType in original trips.xml

2018-11-11 Thread Jane Cheung
Hi, everyone There is a problem that I would like to ask for your help! Appreciate in advance! If the definition of the type like below: *http://sumo.dlr.de/wiki/Definition_of_Vehicles

Re: [sumo-user] Code written for v0.2 not working for v1

2018-11-11 Thread Jane Cheung
Jakob, thanks! On Fri, Nov 9, 2018 at 1:32 AM Jakob Erdmann wrote: > We have not tested client languages besides python and java but other > languages should work also. There yet is no documentation for this. > An important limitation of libsumo is the missing gui support ( > http://sumo.dlr.de

[sumo-user] Is it possible to get OD matrix from the trips.xml?

2018-11-11 Thread Jane Cheung
Hi everyone, is it pissible that we could also get the OD matrix from the trips.xml? If it was pissible, how could we do that? Best regards! Jane ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password,

Re: [sumo-user] Simulating "count lines"

2018-11-11 Thread Jakob Erdmann
Hello, unfortunately, there is currently no convenient way to retrieve the count. You might be able to improve your script by calling traci.inductionloop.getVehicleData because this clearly distinguishes between vehicles on the detector and vehicles that have passed it. Retrieval of counts is a kno

Re: [sumo-user] Question about busStop duration

2018-11-11 Thread Jakob Erdmann
Any stop attributes such as 'until' and 'duration' given as duarouter input (e.g. in trips) will be preserved in the output. The real question is, where does your stop data with duration etc come from in the first place? A similar issue is solved by the script sumo/tools/ptlines2flows.py when impo

[sumo-user] Απ: Reset Simulation

2018-11-11 Thread Χρήστος Σπαθάρης
Thank you very much. This was really helpful. Από: sumo-user-boun...@eclipse.org εκ μέρους του Jakob Erdmann Στάλθηκε: Κυριακή, 11 Νοεμβρίου 2018 10:09 πμ Προς: Sumo project User discussions Θέμα: Re: [sumo-user] Reset Simulation Also, you may find the command

Re: [sumo-user] Reset Simulation

2018-11-11 Thread Jakob Erdmann
Also, you may find the command traci.load() useful. to restart a simulation. e.g. traci.load (['-c', 'run.sumocfg']) Am Sa., 10. Nov. 2018 um 21:05 Uhr schrieb Thais Araújo < gama_th...@hotmail.com>: > Hi. Do you mean to start and end simulati

[sumo-user] Question about busStop duration

2018-11-11 Thread michel . souweine
Hello I would be grateful to kwon how to add stop duration on a route file created with duarouter An example of such a route is given by sumo on "Letting Vehicle stop at a busStop" but it's a route written by handand my route file has several hundreds records I might write a python