- api/convenience will hold convenience functions for database lookup
and data grouping
- pt_map/model_test_fields holds the data from the GTFS reference
relevant to model development
- pt_map/test_data holds example data to be used to test models
- Ported the bridge that was using a custom GTFS class and Pandas
Dataframes to a native Django solution for and interface between db
and csv (see api/io.py)
- Fixed some issues regarding the compliance of the exported csv files
with the GTFS reference. I.e. now allowing times 24:00:00 <= t >=
24:59:59