Expand description

GTFS format management.

Structs

parameters consolidation

Structure to configure the GTFS reading

Functions

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

Imports a Model from a zip file containing the GTFS.

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

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.

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

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