Re: [sumo-user] Visual settings for total volume

2021-05-19 Thread Jakob Erdmann
No. You can put an arbitrary single id there (i.e. myData). This is just to distinguish multiple outputs in the same file. Am Mi., 19. Mai 2021 um 10:30 Uhr schrieb Peter Biczok via sumo-user < sumo-user@eclipse.org>: > Loading additional-files from 'out.add.xml' ... > Error: Attribute 'id' is

Re: [sumo-user] Visual settings for total volume

2021-05-19 Thread Jakob Erdmann
use Am Mi., 19. Mai 2021 um 11:37 Uhr schrieb Peter Biczok via sumo-user < sumo-user@eclipse.org>: > OK, and what can I do so that it would not quit on error? > > On 19 May 2021, at 11:34, Jakob Erdmann wrote: > > No. You can put an arbitrary single id there (i.e. myData). This is just > to

Re: [sumo-user] Visual settings for total volume

2021-05-19 Thread Peter Biczok via sumo-user
No, unfortunatelly that did not fix the issue. Still no edgeDataOutput.xml was created on simulation. > On 19 May 2021, at 11:43, Jakob Erdmann wrote: > > use > > Am Mi., 19. Mai 2021 um 11:37 Uhr schrieb Peter Biczok via sumo-user > mailto:sumo-user@eclipse.org>>: > OK, and what can I do

Re: [sumo-user] Visual settings for total volume

2021-05-19 Thread Peter Biczok via sumo-user
Thanks Jakob, I added to my config file but there is no dump when I run sumo foutca.sumocfg or sumo -c foutca.sumocfg as opposed to what https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures.html

Re: [sumo-user] Visual settings for total volume

2021-05-19 Thread Peter Biczok via sumo-user
Loading additional-files from 'out.add.xml' ... Error: Attribute 'id' is missing in definition of a edgeData. Loading of additional-files failed. Quitting (on error). Should I be listing all the edge IDs? > On 19 May 2021, at 10:24, Jakob Erdmann wrote: > > put > > > > into

Re: [sumo-user] Visual settings for total volume

2021-05-19 Thread Jakob Erdmann
put into an extra file called 'out.add.xml' and add the line into your sumocfg Am Mi., 19. Mai 2021 um 10:20 Uhr schrieb Peter Biczok via sumo-user < sumo-user@eclipse.org>: > Thanks Jakob, > > I added > > > > > to my config file but there is no dump when I

Re: [sumo-user] Questions about the junction

2021-05-19 Thread Jakob Erdmann
SUMO currently expects there to be at most 1 sidewalk per road running to the right of the road lanes (on the left, for left-hand networks). If you need sidewalk on both sides of an one-way road, then you must add an extra edge for the sidewalk in the opposite direction. regards, Jakob Am Di.,

Re: [sumo-user] Visual settings for total volume

2021-05-19 Thread Peter Biczok via sumo-user
OK, and what can I do so that it would not quit on error? > On 19 May 2021, at 11:34, Jakob Erdmann wrote: > > No. You can put an arbitrary single id there (i.e. myData). This is just to > distinguish multiple outputs in the same file. > > Am Mi., 19. Mai 2021 um 10:30 Uhr schrieb Peter

Re: [sumo-user] Visual settings for total volume

2021-05-19 Thread Peter Biczok via sumo-user
Hi Jakob, It worked, first the file was empty but on second run it created edgeData. Thanks a lot! Peter > On 19 May 2021, at 11:54, Jakob Erdmann wrote: > > Please post the exact error message > > Am Mi., 19. Mai 2021 um 11:49 Uhr schrieb Peter Biczok via sumo-user >

[sumo-user] Queuing for Pedestrian or Person Agents at Bus Stops

2021-05-19 Thread obiakoifezue
Hello Everyone I am trying to validate realistic ridership data against the simulated ridership data for a bus route system with multiple bus stops along the route. I was wondering if there was a way to observe, obtain, and change the arrival rates of person or pedestrian agents at a specific bus

Re: [sumo-user] dealing with errors (getParameterWithKey)

2021-05-19 Thread ali mirzaei
Dear Harald, I have not. I will install the latest version as soon as possible. Regards, Ali On Mon, May 17, 2021 at 11:43 AM Harald Schaefer wrote: > Hi Ali, > > have you tried the latest version 1.9.1? > > For me it works with a recent build version (v1_9_1+0299-ed28f7acbb) > > if

Re: [sumo-user] Questions about the junction

2021-05-19 Thread Yiran Zhang
Thanks Jacob! Best, Yiran On Wed, May 19, 2021 at 12:30 AM Jakob Erdmann wrote: > SUMO currently expects there to be at most 1 sidewalk per road running to > the right of the road lanes (on the left, for left-hand networks). > If you need sidewalk on both sides of an one-way road, then you

[sumo-user] Queuing with Pedestrian or Person Agents at Bus Stops

2021-05-19 Thread obiakoifezue
Hello Everyone I was wondering if there was a way to obtain arrival rates of pedestrians at a specific bus stop of interest? When I looked at the documentation for pedestrians or persons there only seems to be consideration for departure rates of persons from a start position to its end position.