API reference
gtfs
Modules for working with GTFS public transit schedule files.
| calendar | Cleaners & utilities specific to the calendar table. |
| cleaners | A set of functions that clean the gtfs data. |
| gtfs_utils | Utility functions for GTFS archives. |
| multi_validation | Validating multiple GTFS at once. |
| routes | Helpers for working with routes.txt. |
| validation | Validating GTFS data. |
| validators | A set of functions that validate the GTFS data. |
utils
Modules to handle common package utility functions.
| defence | Defensive check utility funcs. Internals only. |
| io | Helper functions to handle IO operations. |