aequilibrae.utils.create_example#
Functions
|
Copies an example model to a new project project and returns the project handle |
- aequilibrae.utils.create_example.create_example(path: str, from_model='sioux_falls') Project [source]#
Copies an example model to a new project project and returns the project handle
- Arguments:
path (
str
): Path where to create a new model. must be a non-existing folder/directory.from_model (
str
, Optional): Example to create from sioux_falls, nauru or coquimbo. Defaults to sioux_falls- Returns:
project (
Project
): Aequilibrae Project handle (open)