Gtfs Feed Parser
Base class for GTFS parsers. This class implements the parsing CSV data from input streams and subclasses implement reading input streams from different sources
Inheritors
Functions
Parses agencies file from the GTFS feed
Parses attributions file from the GTFS feed
Parses calendar dates file from the GTFS feed
Parses calendars file from the GTFS feed
Parses fare attributes file from the GTFS feed
Parses fare rules file from the GTFS feed
Parses feed info file from the GTFS feed
Parses frequencies file from the GTFS feed
Parses levels file from the GTFS feed
Parses pathways file from the GTFS feed
Parses routes file from the GTFS feed
Parses shapes file from the GTFS feed
Parses stops file from the GTFS feed
Parses stop times file from the GTFS feed
Parses transfers file from the GTFS feed
Parses translations file from the GTFS feed
Parses trips file from the GTFS feed
Verifies that the GTFS feed contains all necessary files. Only the presence of files is validated, not their content.