Re: [sumo-user] SUMO question about output representation

2017-04-19 Thread Jirayu Tippayagulpairod
Thank you, but nVehEntered still not solve the problem that i have got. I'm not sure that speed limit of road which is higher than the vehicles are effected or not ? Best regards, Jirayu 2017-04-18 18:59 GMT+07:00 Jakob Erdmann : > 1) -1 indicates that no vehicles

Re: [sumo-user] SUMO question about output representation

2017-04-18 Thread Jakob Erdmann
1) -1 indicates that no vehicles have completely passed the detector in that interval 2) if vehicles always change lanes while on the detector they are not counted. Also, vehicles which are still standing on the detector at the end of the interval are not counted. This counting could be

Re: [sumo-user] SUMO question about output representation

2017-04-17 Thread Jakob Erdmann
Hello, currently, the only tool that gives you a random distribution for a fixed-number flow is duarouter with the option --randomize-flows The input route file to duarouter should define a flow with vehsPerHour or some other fixed-number attribute. regards, Jakob 2017-04-17 11:37 GMT+02:00

Re: [sumo-user] SUMO question about output representation

2017-04-17 Thread Jirayu Tippayagulpairod
Hi, I get something that i want to know about randomness flow on SUMO . I want to know that can i generate the flow with some fix number like 1200 vehicles per hour but use the probability to let the demand be randomness approximate to Poission distribution. As i read the documentation on SUMO

Re: [sumo-user] SUMO question about output representation

2017-02-14 Thread Jirayu Tippayagulpairod
Thank you very much , if i consider on per edge then l = length of the edge , am i right ? Best regards, jirayu 2017-02-14 23:28 GMT+07:00 Jakob Erdmann : > density = s / t * 1000 / l > > with > s = sum of seconds all vehicles spent on the edge within the

Re: [sumo-user] SUMO question about output representation

2017-02-14 Thread Jakob Erdmann
density = s / t * 1000 / l with s = sum of seconds all vehicles spent on the edge within the aggregation interval t = aggregation interval in seconds l = length of the lane in m regards, Jakob 2017-02-14 16:12 GMT+01:00 Jirayu Tippayagulpairod : > Dear user and

Re: [sumo-user] SUMO question about output representation

2017-02-14 Thread Jirayu Tippayagulpairod
Dear user and developers, I have few question about density output that how does density in SUMO calculate ? I mean that SUMO program is calculated by approximation with travel-time or count the vehicle in specified edge or others ? I want some information because i would use it in some

Re: [sumo-user] SUMO question about output representation

2017-02-09 Thread Jirayu Tippayagulpairod
Thank you very much. It's helped me a lot 2017-02-08 22:39 GMT+07:00 Jakob Erdmann : > yes. (don't forget the quotes) > vTypes="bus" > > 2017-02-08 9:09 GMT+01:00 Jirayu Tippayagulpairod : > >> Oh thank you very much, It means that you use this

Re: [sumo-user] SUMO question about output representation

2017-02-08 Thread Jakob Erdmann
yes. (don't forget the quotes) vTypes="bus" 2017-02-08 9:09 GMT+01:00 Jirayu Tippayagulpairod : > Oh thank you very much, It means that you use this for example > > and import this as additional file before simulation , am i right ? > > Best regards, > Bank > > 2017-02-07

Re: [sumo-user] SUMO question about output representation

2017-02-08 Thread Jirayu Tippayagulpairod
Oh thank you very much, It means that you use this for example and import this as additional file before simulation , am i right ? Best regards, Bank 2017-02-07 14:08 GMT+07:00 Jakob Erdmann : > Yes, the metrics you require will be available separately for each of

Re: [sumo-user] SUMO question about output representation

2017-02-06 Thread Jakob Erdmann
Yes, the metrics you require will be available separately for each of the types you select (see http://sumo.dlr.de/wiki/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures#Value_Descriptions). By setting a different value for the output 'file' attribute for each type, it is easy to process them

Re: [sumo-user] SUMO question about output representation

2017-02-06 Thread Jirayu Tippayagulpairod
Thank you for your suggestion. But i still have some confused that if i generate the output via edge data , Could I export the output that I mentioned before (edge performance e.g. density and traveltime ) I apologize for any misunderstanding .I am some beginner in SUMO Best regards, Jirayu

Re: [sumo-user] SUMO question about output representation

2017-02-05 Thread Jakob Erdmann
When using simulated induction loops ( http://sumo.dlr.de/wiki/Simulation/Output/Induction_Loops_Detectors_(E1)) you can set the attribute splitByType="true" to get type-specific output. When using edgeData ( http://sumo.dlr.de/wiki/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures) you can

Re: [sumo-user] sumo question

2016-10-21 Thread 佐藤季久恵
Dear Marek Heinrich Thank you very much. Best regards, Hi, > > once you're on the command line cd into the folder containing > our sumo binary (e.g. sumo.exe on Windows) > and launch it by typing sumo.exe (win) or ./sumo depending (unix). > > You might need to set the your path variable. > >

Re: [sumo-user] sumo question

2016-10-21 Thread 佐藤季久恵
Dear Jakob Erdmann Thank you very much. Best regards, http://sumo.dlr.de/wiki/Basics/Basic_Computer_Skills#SUMO_0.12.3_and_later > > Hello, >> >> I am trying to start simulation on the command line. >> But, I couldn't. >> How can I start simulation without GUI? >> >> Regards >>

Re: [sumo-user] sumo question

2016-10-18 Thread sumo.mahei
Hi, once you're on the command line cd into the folder containing our sumo binary (e.g. sumo.exe on Windows) and launch it by typing sumo.exe (win) or ./sumo depending (unix). You might need to set the your path variable. Please have a look at: