nickolasclarke / dispatch

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

refactor to remove dependence on `block_id` field. #10

Open nickolasclarke opened 5 years ago

nickolasclarke commented 5 years ago

block_id is an optional field in the GTFS spec. In order to run against all GTFS feeds, we'll need to refactor to build our own block_id or otherwise on feeds without.

nickolasclarke commented 5 years ago

This should be left until we get a working MVP with feeds that do include block_id