# Functions
GetString convenience method; gets a string representation of a field.
NewAdapter returns a basic adapter for the given URL.
NewDirAdapter returns an initialized DirAdapter.
NewOverlayAdapter returns a new OverlayAdapter.
NewReader returns an initialized CSV Reader.
No description provided by the author
No description provided by the author
No description provided by the author
NewWriter returns a new Writer.
NewZipAdapter returns an initialized zip adapter.
NewZipWriterAdapter returns a new ZipWriterAdapter.
No description provided by the author
ReadRows iterates through csv rows with callback.
SetString convenience method; checks for SetString method.
# Variables
No description provided by the author
# Structs
DirAdapter supports plain directories of CSV files.
OverlayAdapter searches a specified list of directories for the specified file.
Reader reads GTFS entities from CSV files.
Row is a row value with a header.
TmpZipAdapter is similar to ZipAdapter, but deletes the file on close.
URLAdapter downloads a GTFS URL to a temporary file, and removes the file when it is closed.
Writer implements a GTFS CSV Writer.
ZipAdapter supports reading from zip archives.
ZipWriterAdapter functions the same as DirAdapter, but writes to a temporary directory, and creates a zip archive when closed.
# Interfaces
Adapter provides an interface for working with various kinds of GTFS sources: zip, directory, url.
WriterAdapter provides a writing interface.