GTFS-Tools API¶
The foundation for GTFS-Tools is the gtfs_tools.gtfs.GtfsDataset
object. The properties representing
each of the GTFS tables represented is a subclass of gtfs_tools.gtfs.GtfsFile
. Of these, likely the most
useful are gtfs_tools.gtfs.GtfsStops
and gtfs_tools.gtfs.GtfsRoutes
.
gtfs_tools.gtfs¶
gtfs_tools.utils¶
Utilities included to speed up the development and creation of build scripts.
gtfs_tools.utils.gtfs¶
Utility functions specific to working with GTFS data.
gtfs_tools.utils.validation¶
Functions for validating GTFS data.