pub fn write_to_zip<P: AsRef<Path>>(
    model: Model,
    path: P,
    extend_route_type: bool
) -> Result<()>
Expand description

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