aequilibrae.utils.create_example#

Functions

create_example(path[, from_model])

Copies an example model to a new project project and returns the project handle

list_examples()

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)

aequilibrae.utils.create_example.list_examples() List[str][source]#