Need advice on simulating real time bus movement and eta predictions

Posted by Weird_Celebration651@reddit | Python | View on Reddit | 7 comments

Hello Everyone,

I'm currently studying in college and for semester project i have selected project which can simulate real time bus movement and can predict at what bus will arrive that the certain destination.

What I have:

  1. Bus departure time from station
  2. Distance between each bus stop
  3. Bus stop map coordinates

What I'm trying to achive:

  1. Simulating bus moving on real map
  2. Variable speeds, dwell times, traffic variation.
  3. Estimate arrival time per stop using distance and speed.
  4. Live dashboard predicting at what time will reach certain stop based upon traffic flow,speed

Help I need:

  1. How to simulate it on real map (showing bus is actually moving along the route)
  2. What are the best tools for this project
  3. How to model traffic flow

Thanks