Re: [sumo-user] (no subject)

2020-10-01 Thread Jakob Erdmann
The 'sumo' application by itself does not use python. What exactly are you running? Did you compare this to the running time on another computer with the same hardware and a different operating system? Possibly you are running the debug version. What is the output of calling 'sumo' without

[sumo-user] (no subject)

2020-10-01 Thread Pallavi Mandhare
Hi, Why sumo is so slow on ubuntu 20.04 please help I am using python3.8 -- Thanks & Regards Pallavi Mandhare Burande ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit

Re: [sumo-user] What is the unit of fuel in Emission Output?

2020-10-01 Thread The div
Thoughts: - unless the vehicle is parked the engine is still running so consumption is just the vehicle idling at the junction? (the period of zero usage is the vehicle coasting to a stop at the junction - arguably it shouldn't be zero so that may be a defect but i don't know the model)

Re: [sumo-user] What is the unit of fuel in Emission Output?

2020-10-01 Thread nohtyp
scenario.zip Attached sumo config files + plots + output generated by sumo-gui (simple.out.xml) See vehicle_1 and vehicle_0 (motion and moment_fuel plot). vehicle_1 starts use fuel in 30 second, but still waiting (v =

Re: [sumo-user] Different vehicle's distance results for different step-lenght

2020-10-01 Thread nohtyp
So with --step-method.ballistic it will behave as I assumed? Without this option is there uniform linear motion within step? -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list sumo-user@eclipse.org To

Re: [sumo-user] Regarding the Waiting Time in Tripinfo

2020-10-01 Thread Jakob Erdmann
"speed <= 0.1m/s" is the only equation that goes into that computation. (I've updated the wiki which had '<'). see https://github.com/eclipse/sumo/blob/4e540543f6815d10027a3763e302b28bdcdbd0f6/src/microsim/devices/MSDevice_Tripinfo.cpp#L166-L175 Am Do., 1. Okt. 2020 um 11:58 Uhr schrieb Radha

Re: [sumo-user] Vehicle ID of person

2020-10-01 Thread Jakob Erdmann
see https://github.com/eclipse/sumo/issues/7631 If you need more reliable data, consider using stop-ouput (for counting passengers) and tripinfo-output (for counting transfers per person). regards, Jakob Am Do., 1. Okt. 2020 um 11:43 Uhr schrieb Sasan Amini : > Dear SUMO team, > > Is there a

Re: [sumo-user] Regarding the Waiting Time in Tripinfo

2020-10-01 Thread Radha Reddy
Dear Jakob, Many thanks for your kind response. I saw the definition of Waiting Time, but my question is about the *mathematical equations for the same definition*. Regards Radha On Thu, Oct 1, 2020 at 9:41 AM Jakob Erdmann wrote: > Did you look at >

[sumo-user] Vehicle ID of person

2020-10-01 Thread Sasan Amini
Dear SUMO team, Is there a way to get the vehicle ID with which each person is traveling? This is very useful to get the number of passengers on each bus or to calculate the number of transfers each person makes during the entire trip. I can't find such an attribute in the FCD output, but maybe I

Re: [sumo-user] Regarding the Waiting Time in Tripinfo

2020-10-01 Thread Jakob Erdmann
Did you look at https://sumo.dlr.de/docs/Simulation/Output/TripInfo.html#generated_output ? If so, what is unclear about this? Am Do., 1. Okt. 2020 um 09:38 Uhr schrieb Radha Reddy < radha.reddy@gmail.com>: > Hello, > > I am really interesting in understanding the *waiting time* in tripinfo

[sumo-user] Regarding the Waiting Time in Tripinfo

2020-10-01 Thread Radha Reddy
Hello, I am really interesting in understanding the *waiting time* in tripinfo output file. Can you please provide any document(s) that explain the mathematical expressions behind this? Regards Radha ___ sumo-user mailing list sumo-user@eclipse.org To

Re: [sumo-user] SUMO dataset availability of long duration

2020-10-01 Thread Moyukh Laha
Ok. I think I will apply this constant factor idea. And maybe some random noise. Thank you very much. On Thu, 1 Oct 2020, 12:28 Michael Behrisch, wrote: > Hi, > if you really need different mobility patterns (more shopping and > leisure activities on weekends and more commutes on weekdays) you

Re: [sumo-user] Different vehicle's distance results for different step-lenght

2020-10-01 Thread Michael Behrisch
Hi, unfortunately your assumptions on the calculations are wrong. Unless you activate --step-method.ballistic sumo will first calculate the new speed v = v0 + a*dt and then assume this speed for the whole step s = s0 + v*dt. Best regards, Michael Am 25.09.20 um 20:12 schrieb nohtyp: Hi, How

Re: [sumo-user] SUMO dataset availability of long duration

2020-10-01 Thread Michael Behrisch
Hi, if you really need different mobility patterns (more shopping and leisure activities on weekends and more commutes on weekdays) you are probably out of luck. What we usually do is simple scaling by a constant factor for weekends and keeping weekdays identically. Best regards, Michael Am

Re: [sumo-user] What is the unit of fuel in Emission Output?

2020-10-01 Thread Michael Behrisch
Hi, > Vehicle starts to move in 140 second of simulation. > Vehicle starts to use fuel in 127 second of simulation. I cannot explain this behavior. Can you share your scenario? Best regards, Michael Am 29.09.20 um 21:57 schrieb nohtyp: Thanks, I understand now. Two more question about fuel