Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Vehicle counts every specific 1 hour for 24 hours

Hello,
the vehicle_count value is producing results as expected in our test. Can you provide a small input sample to reproduce your issue?
Note, that you might find it more useful to use specialized outputs such as edgeData output rather than --full-output which puts everything in one file.

regards,
Jakob

Am So., 19. Mai 2019 um 21:21 Uhr schrieb hdero <hdero753@xxxxxxxxx>:
Hello,
I am new sumo user, I have been trying to:
1. Count the number of vehicles generated during simulation every hour in
every lane for generating a real time traffic data
2. Record the vehicle counts and the edge/ lane coordinates as well in a
separate output file along with the time which is [1h,2h,...] for a 24hr
simulation time.

i was able to produce the output file, however the vehicle counts are
recorded as zero in this file by using the following command.
sumo -c map3.sumocfg --full-output my_full5_output.xml

and when i added the following in my configuration file the total number of
inserted vehicles shows on the command window.
 <report>
        <verbose value="true"/>
        <no-step-log value="true"/>
    </report>

Can you please help me out. Thanks in advance




--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top