GtfsFeedParser

abstract class GtfsFeedParser : AutoCloseable

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

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard

Parses agencies file from the GTFS feed

Link copied to clipboard

Parses attributions file from the GTFS feed

Link copied to clipboard

Parses calendar dates file from the GTFS feed

Link copied to clipboard

Parses calendars file from the GTFS feed

Link copied to clipboard

Parses fare attributes file from the GTFS feed

Link copied to clipboard

Parses fare rules file from the GTFS feed

Link copied to clipboard

Parses feed info file from the GTFS feed

Link copied to clipboard

Parses frequencies file from the GTFS feed

Link copied to clipboard

Parses levels file from the GTFS feed

Link copied to clipboard

Parses pathways file from the GTFS feed

Link copied to clipboard

Parses routes file from the GTFS feed

Link copied to clipboard

Parses shapes file from the GTFS feed

Link copied to clipboard

Parses stops file from the GTFS feed

Link copied to clipboard

Parses stop times file from the GTFS feed

Link copied to clipboard

Parses transfers file from the GTFS feed

Link copied to clipboard

Parses translations file from the GTFS feed

Link copied to clipboard

Parses trips file from the GTFS feed

Link copied to clipboard

Verifies that the GTFS feed contains all necessary files. Only the presence of files is validated, not their content.