nickolasclarke / dispatch

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

generateTrips() should use full route_type list #46

Closed nickolasclarke closed 4 years ago

nickolasclarke commented 4 years ago

Generate trips only builds for route_type = 3 https://github.com/nickolasclarke/dispatch/blob/78cdd6855c8cfdde63fd17af053d108827e26df6/src/parse_gtfs.py#L153

It should use the route_types outlined in https://github.com/nickolasclarke/dispatch/blob/78cdd6855c8cfdde63fd17af053d108827e26df6/src/parse_gtfs.py#L339

r-barnes commented 4 years ago

Fixed.