Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Departure time of a vehicle given a certain lane

Hi Arslane!

First of all thank you for your response,

I'm using the output commands to get some information about vehicle routes and compute them by using xml generated files.
The problem is that I cannot find commands to retrieve information about the departure times for all the vehicles crossing a specific lane, but just the departure times for the vehicles entering in the network. I don't need to retrieve the number of vehicles but the departure time given a certain lane.

best,
Graziano


Il giorno dom 27 gen 2019 alle ore 18:43 Arslane Hamza Cherif <arslane.hamzacherif@xxxxxxxxx> ha scritto:
Hello Graziano, 

Since you did not provide any details regarding your working environment, I guess that is not a problem,

In my opinion, you should take a closer look at the TraCI API which allows you to simulate vehicles with Python, and retrieve many interesting & useful data, 

For instance, you can retrieve the number of Vehicles which entered an edge of the road network during the last time step with the last step vehicle number (0x10) functiondescribed here

Best wishes,
Arslane

Le dim. 27 janv. 2019 à 18:40, Graziano Manduzio <graziano.manduzio@xxxxxxxxx> a écrit :
hello,

I'm a researcher at the university of Florence and I'm using Sumo for my works.
I'd like to know how it is possible to get as output, data related to the departure times of all vehicles crossing a given lane that is not an entering network lane.

Thanks,
Graziano
_______________________________________________
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
_______________________________________________
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