Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Visual settings for total volume

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@xxxxxxxxxxx>:
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 <namdre.sumo@xxxxxxxxx> wrote:

put
<additional>
         <edgeData file="edgeDataOutput.xml"/>
    </additional>
into an extra file called 'out.add.xml'
and add the line
<additional value="out.add.xml"/> into your sumocfg

Am Mi., 19. Mai 2021 um 10:20 Uhr schrieb Peter Biczok via sumo-user <sumo-user@xxxxxxxxxxx>:
Thanks Jakob,

I added 
    <additional>
         <edgeData file="edgeDataOutput.xml"/>
    </additional>

to my config file but there is no dump when I run
sumo foutca.sumocfg or
sumo -c foutca.sumocfg

as opposed to what 
says.

What am I doing wrong?



On 18 May 2021, at 08:27, Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:

For volume, I can recommend 'color by edgeData'. Either
- edgeData output from a finished simulation (i.e. keyword 'entered')
- output of countEdgeUsage.py with option --intermediate (keyword 'intermediate'). The 1.9.2 version also supports time lines

regards,
Jakob

Am Mo., 17. Mai 2021 um 20:37 Uhr schrieb Peter Biczok via sumo-user <sumo-user@xxxxxxxxxxx>:
Hi Guys!

Is there a way to visualise the TOTAL amount of volume on all the Streets in Sumo 1.9?

There are various View settings for vehicles, persons, streets etc, but I cannot seem to find a way to visualise the streets according to the total volume of vehicles. 

I attach a screenshot from the 2020 Tutorial youtube video where the Fastest routes has a similar visual, but I would like to have volume. 

Any thoughts?

Many thanks

Peter. 

 <Screenshot 2021-05-17 at 20.35.29.png><Screenshot 2021-05-17 at 20.32.36.png>
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top