RaenonX / Madison-Metro-Sim

Madison Metro System simulator. (UW Madison 2020 Fall CS 638 Project)
2 stars 2 forks source link

Plots for travel time analysis #27

Open yayen-lin opened 3 years ago

yayen-lin commented 3 years ago

continue from #22

Desired Plot Designed (so far)

Screen Shot 2020-10-09 at 9 08 27 PM

3 Plots For One Route

Line Plot Part:

Travel time from one stop to another

Bar Plot Part:

Calculate the number of passenger boarding

  1. Use files from #1 (Daily Boardings Based on Routes and Bus Stops)
    • this will give us the average number of boarding per day
  2. This link to obtain how many bus launches per day
  3. Then we can estimate the number of boarding per bus launch
    • however, ofc we want to be more precise, but I haven't had an idea about how to manipulate the Traffic Flow data to distribute the number of boarding.
  4. Approximating Boarding Time
    • Approximating how much time should be added to our Travel Time Line Plot
      • since if a stop has a larger passenger boarding, it'll take more time for that bus to take off.
      • I'm thinking + 30sec for a bus from slow down -> stop at a stop -> take off and speed up to normal speed
      • +3-5sec per passenger boarding with some noise (range from -1 to 1) added to it
      • (ignore cases of wheelchair boarding)

Last Step: Run Simulation For Our Approximation

RaenonX commented 3 years ago

@yayen-lin Too long. Make it more simple or split into 3 issues.

Same thing, imperial tone, don't use "I" voice in the main comment. Only use it for commenting.

Also same thing, don't use label as a sub-issue indicator.

And, have a descriptive title. What is "Discuss here!" and "Create Plots"? This sim is simulating many things, not creating plots only.