Re: [sumo-user] Tour of the cars

2019-11-07 Thread Cristian Torres 24
Hello In the arrival position it appears to me as random, I am working through Sumopy. I want to generate the demand through OD matrices. Create some zones and add the number of cars. You know how I can solve that problem from Sumopy or what other alternative you know. Duda.PNG

Re: [sumo-user] Computing the throughput

2019-11-07 Thread Michael Behrisch
Hi, you could place a detector covering the whole area https://sumo.dlr.de/docs/Simulation/Output/Multi-Entry-Exit_Detectors_(E3).html No need for TraCI here. Best regards, Michael Am 07.11.19 um 16:57 schrieb suraty: > Hello, > > I am a beginner and I am using TraCI4matlab. > There is an

Re: [sumo-user] Generate polygons in a Manhattan model

2019-11-07 Thread Jakob Erdmann
There is no application in sumo to generate synthetic polygons. You can define them manually via netedit however. Am Mi., 6. Nov. 2019 um 00:41 Uhr schrieb Dayuan Tan : > Dear Cairo, > > You can use “polyconvert" command. I believe this is what you need: > >

Re: [sumo-user] How to add trips in the network file

2019-11-07 Thread Jakob Erdmann
see https://sumo.dlr.de/docs/SUMO_User_Documentation.html#demand_modelling If you upgrade to the latest release (1.3.1) you can also define the cars and their routes with a graphical application (netedit) Am Di., 5. Nov. 2019 um 23:58 Uhr schrieb Eshita Rastogi < eshi.2...@gmail.com>: > Hello

Re: [sumo-user] Regarding Time Loss in Tripinfo

2019-11-07 Thread Radha Reddy
Dear Michael, Many thanks for your kind response and information. Regards Radha On Wed, Nov 6, 2019 at 9:04 PM Michael Behrisch wrote: > Hi, > the time loss in a single time step is calculated as > step_length * (1 - v / v_max) > where v_max takes into account the speedFactor, maxSpeed on

[sumo-user] Computing the throughput

2019-11-07 Thread suraty
Hello, I am a beginner and I am using TraCI4matlab. There is an intersection in sumo and I would like to count the number of vehicles that cross the intersection per second (The throughput of intersection). How can I set the junction to count the number of vehicles that cross the intersection?

Re: [sumo-user] set actuated traffic light (delay_based) from python script

2019-11-07 Thread Michael Behrisch
Hi, this should be fixed now, see https://github.com/eclipse/sumo/issues/4324 Best regards, Michael Am 24.10.19 um 12:31 schrieb priyank soni: > Hi All, > > I am setting traffic program from python script, I want actuated traffic > light which is delay based (type = 4 should be passed > in 

Re: [sumo-user] Using Nagel-Schreckenberg model in SUMO

2019-11-07 Thread Michael Behrisch
Hi Pranjal, to the best of my knowledge there was no SUMO in 1998 and there never was a Nagel-Schreckenberg model implemented in SUMO. This is because the NaSch model is a cellular automaton and as such a space discrete model while SUMO uses a space continuous model. So while in principle you

Re: [sumo-user] Lane reservation for a specified vehicle type

2019-11-07 Thread Michael Behrisch
Hi, netedit is the tool to use. You might need to disable the "select edges" tickbox to edit lanes. Best regards, Michael Am 01.11.19 um 19:08 schrieb Soumya Sharma: > Hello All, > I am trying to run scenarios of simulations with Trucks and Trailers > only allowed in the left-most lane, or only

Re: [sumo-user] Model 4 Stages

2019-11-07 Thread Michael Behrisch
Hi, historically SUMO puts most emphasis on the last step which is the routing and route assignment and subsequent optimizations to the traffic management and treats the first three steps basically as a procedure to generate input for the final simulation. In a sense all our demand generating

Re: [sumo-user] How to add trips in the network file

2019-11-07 Thread Dayuan Tan
Hi Eshita, You can also use randomTrips.py to generate a rou.xml. For complete steps you can check my notes here (from very beginning to achieve a complete SUMO simulation): https://github.com/DayuanTan/SUMO_dy_public You’re welcome to star it if you like it. Thank you very much! Sincerely,

Re: [sumo-user] Asking for Converting from Synchro to Sumo software

2019-11-07 Thread Michael Behrisch
Hi, it seems no one here is using Synchro or has experience in converting. If you can send a small example file which is in a somehow readable format (so some text like format like XML) it should be not too hard to at least extract the geometries of the network and transfer this to the SUMO format

Re: [sumo-user] macroscopic traffic assignment

2019-11-07 Thread behzad bamdad mehrabani
Thank you very much for your response. Regards, On Thu, Nov 7, 2019 at 6:10 PM Michael Behrisch wrote: > Hi, > yes it is. Use the marouter tool: https://sumo.dlr.de/docs/MAROUTER.html > > Best regards, > Michael > > Am 07.11.19 um 09:35 schrieb behzad bamdad mehrabani: > > Hi dear all, > > Is

Re: [sumo-user] Link-Specific Car Following Calibration

2019-11-07 Thread Michael Behrisch
Hi, currently this is only possible using TraCI but now we have a ticket for that: https://github.com/eclipse/sumo/issues/6219 Best regards, Michael Am 03.11.19 um 16:23 schrieb MD_Traffic: > New SUMO user here. I'm am coming from other traffic simulation software, > like Vissim, where car

Re: [sumo-user] Receive or infer accidents over TraCI

2019-11-07 Thread Michael Behrisch
Hi Marc, you can retrieve information about colliding vehicles using the traci simulation interface, see https://sumo.dlr.de/docs/TraCI/Simulation_Value_Retrieval.html (getCollidingVehicles*). But in general (so with the default Krauss model) I would hesitate to call this an accident model. It

Re: [sumo-user] [TRACI4MATLAB][ADD VEHICLE][ELECTRIC VEHICLE]

2019-11-07 Thread Michael Behrisch
Hi, we cannot help with matlab here but can you try whether it works with the python client so that we can exlcude an error on the SUMO server side? Best regards, Michael Am 06.11.19 um 12:47 schrieb Luca Di Costanzo: > Hi guys, > > I'm using sumo 0.32 and the corresponding traci4matlab

Re: [sumo-user] macroscopic traffic assignment

2019-11-07 Thread Michael Behrisch
Hi, yes it is. Use the marouter tool: https://sumo.dlr.de/docs/MAROUTER.html Best regards, Michael Am 07.11.19 um 09:35 schrieb behzad bamdad mehrabani: > Hi dear all,  > Is it possible to run *macroscopic traffic assignment* in Sumo? if so, How?  > Regards, --  > Behzad Bamdad Mehrabani > * > *

[sumo-user] macroscopic traffic assignment

2019-11-07 Thread behzad bamdad mehrabani
Hi dear all, Is it possible to run *macroscopic traffic assignment* in Sumo? if so, How? Regards, -- Behzad Bamdad Mehrabani *Imam Khomeini International University(IKIU), Civil Engineering Department, Qazvin, Iran* E-mails: bm.bam...@gmail.com b.bam...@edu.ikiu.ac.ir cell: (+98)9127143657