Re: [sumo-user] Issue with xml2csv in cmd

2023-05-09 Thread Harald Schaefer
Hi Soumya please see https://sumo.dlr.de/docs/Tools/index.html#how_to_use_python_tools in the SUMO documentation Am 09.05.23 um 15:44 schrieb Soumya Sharma via sumo-user: Hi, I am trying to use the xml2csv.py file to convert XML output files to CSV using Command Prompt on my Windows machin

[sumo-user] Merging and vehicle behavior

2023-05-09 Thread Albert Jeans
I am trying to simulate a 4-lane freeway offramp where the left 2 lanes turn left and the right 2 lanes turn right at a signalized intersection at the end of the ramp. The ramp is about 500 m long, but traffic is often heavy enough that queues can fill the entire ramp. Traffic comes from 2, 2-lane

Re: [sumo-user] SUMO does't work after being upgraded to 1.17.0

2023-05-09 Thread The div
see if these do something different ./sumo and ./sumo-gui If they work/or the behaviour is changed then it means sumo/bin is not in your path --- Original Message --- On Tuesday, May 9th, 2023 at 16:27, yu tang wrote: > Hi, > > I have used Homebrew to upgrade SUMO to the latest version

[sumo-user] Issue with xml2csv in cmd

2023-05-09 Thread Soumya Sharma via sumo-user
Hi, I am trying to use the xml2csv.py file to convert XML output files to CSV using Command Prompt on my Windows machine. However, the command line just opens the xml2csv file in Notepad instead of converting the file. Here is what I tried to do: 1. Changed my directory: C:\Users\Soumya>cd /D "G:\

Re: [sumo-user] SITE EVALUATION

2023-05-09 Thread Jakob Erdmann
personinfo-output records the exact vehicle that was taken by each person so this will show up along with the person id in the xml/csv output. (along with the time spent waiting for pickup). Am Di., 9. Mai 2023 um 12:46 Uhr schrieb Haritonov Alexander < haritonov.alexan...@gmail.com>: > Thank you

Re: [sumo-user] SITE EVALUATION

2023-05-09 Thread Haritonov Alexander
Thank you very much! In my case traffic will only happen inside the site, meaning I have an entry and an exit point as well as one pick-up/drop-off point. The passengers will arrive at the site in their vehicles and then be dropped off. Then at shift change, they need to be picked up and leave the

Re: [sumo-user] SITE EVALUATION

2023-05-09 Thread Jakob Erdmann
> Can sumo handle this data generation? Yes. Depending on the required level of detail (i.e. having morning and evening in a single simulation, detailed public transport, parking search, consistency in returning to the original home location) you could either set this up with two randomTrips calls

[sumo-user] SITE EVALUATION

2023-05-09 Thread Haritonov Alexander
Dear Community! I have the following task at hand. There is a large factory that requires a multi-modal traffic sim. In this stage, I have to simulate approx a 2000 people shift change that will go like this: 2000 people arrive at the factory. 50% by bus 50% by car. Those who will come by bus will

Re: [sumo-user] Automatically add second sidewalk to one-way edges

2023-05-09 Thread Jakob Erdmann
Both-sided sidewalks on one-way streets should be imported from OSM already. Can you provide a small sample of OSM data along with the netconvert options you are currently using? Fixing all edges with netedit is still possible. It just takes a few more steps (-: 1a. in select mode, select all lan

Re: [sumo-user] vehicle parameters for the current step

2023-05-09 Thread Jakob Erdmann
- version 1.17 already includes simulation.executeMove and can be installed via pip so you don't even need to build anything by yourself: https://sumo.dlr.de/docs/Downloads.php#python_packages_virtual_environments - if you want to build sumo yourself on Linux, make sure that you have all the requir