Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Question about Algorithms for Bus Bunching Prevention SUMO

The first thing you should do is define a real schedule with 'until' values rather than relying on the 'duration' parameter alone: https://sumo.dlr.de/docs/Simulation/Public_Transport.html#public_transport_schedules
When this is used, any slack in the schedule is automatically used to counteract bunching because the first bus (running behind schedule) can start earlier than the second bus that has to wait for it's scheduled time.
The tool ptLine2flows can be used to generate a synthetic schedule for given sequences of stops: https://sumo.dlr.de/docs/Tutorials/PT_from_OpenStreetMap.html

regards,
Jakob

Am Fr., 17. Sept. 2021 um 03:13 Uhr schrieb vincentobiako <vincentobiako@xxxxxxxxx>:

Hello Everyone

 

I was curious to know if there was any python tools in SUMO that allowed for the prevention of bus bunching from occurring with a given simulation? If there is any, can you please direct me to an appropriate python tool?

 

Thank you in advance for the help

Ifezue

 

Sent from Mail for Windows

 

_______________________________________________
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