nickolasclarke / dispatch

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

check for trips where 1st trip energy > total bus energy #24

Open nickolasclarke opened 4 years ago

nickolasclarke commented 4 years ago

somewhat the inverse of #21 . If there is a particularly long route, we may get into an infinite loop of creating buses to serve that route.

As first step, we should flag the route and skip. As a second step, we should maybe break the route up? This will be important when we point this at a regional inter-city bus system.