Module transit_model::gtfs[][src]

Expand description

GTFS format management.

Structs

Configuration

parameters consolidation

Reader

Structure to configure the GTFS reading

Functions

from_dir

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

from_zip

Imports a Model from a zip file containing the GTFS.

from_zip_reader

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

read

Imports a Model from the GTFS. files in the given directory. This method will try to detect if the input is a zipped archive or not. If the default file type mechanism is not enough, you can use from_zip or from_dir.

write

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