Function transit_model::gtfs::from_dir

source ·
pub fn from_dir<P: AsRef<Path>>(p: P) -> Result<Model>
Expand description

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

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