Package-level declarations

Contains classes used for parsing GTFS feeds

Types

Link copied to clipboard

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

Link copied to clipboard
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

Link copied to clipboard
class ZipGtfsFeedParser constructor(zipFile: ZipFile) : GtfsFeedParser

Parses GTFS feed from a ZIP archive