nickolasclarke / dispatch

A discrete-event simulation (DES) model for simulating deployment of EV bus fleets, using GTFS data
2 stars 0 forks source link

Figure out how to ID road segements and how many buses pass through them. #7

Closed nickolasclarke closed 5 years ago

nickolasclarke commented 5 years ago
  1. Check that road segments are not unique and shared by trips (and ideally overlapping routes as well).
  1. If the road segments are shared, count the number of buses that pass through.
nickolasclarke commented 5 years ago

this was accomplished in merging issue-1