Function transit_model::gtfs::read_from_zip[][src]

pub fn read_from_zip<P: AsRef<Path>>(
    p: P,
    configuration: Configuration
) -> Result<Model>

Imports a Model from a zip file containing the GTFS.

The Configuration is used to control various parameters during the import.