nickolasclarke / dispatch

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

Generalize parse_gtfs.py to accept any GTFS feed. #17

Closed nickolasclarke closed 4 years ago

nickolasclarke commented 4 years ago

parse_gtfs is very brittle right now. It essentially only works for Minneapolis. I will work through a battery of other feeds of varying quality to determine where it needs more flexibility. This will likely result in a few other issues, but I'll keep this branch for general work.

nickolasclarke commented 4 years ago

most of this has been resolved in subsequent commits on #21 and the jlsim branch