DirectoryGtfsFeedParser

Parses uncompressed GTFS files from a directory. The directory must contain all files of the GTFS feed

Parameters

dirPath

Path to the directory which contains files of the GTFS feed

Constructors

Link copied to clipboard
constructor(dirPath: Path)

Functions

Link copied to clipboard
open override fun close()

Does nothing

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.