Module transit_model::gtfs[][src]

GTFS format management.

Structs

Configuration

parameters consolidation

Functions

from_read

Imports a Model from an object implementing Read and Seek and containing the GTFS.

read_from_path

Imports a Model from the GTFS files in the path directory.

read_from_zip

Imports a Model from a zip file containing the GTFS.

write

Exports a Model to GTFS files in the given directory. see NTFS to GTFS conversion