You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GTFS static data is currently stored as text files and are read as CSV files when we need to retrieve data from them. This is slow, so we should store the data in an SQLite database instead.
GTFS static data is currently stored as text files and are read as CSV files when we need to retrieve data from them. This is slow, so we should store the data in an SQLite database instead.