6.1.1. aequilibrae.Project¶
- class aequilibrae.Project¶
Bases:
objectAequilibraE project class
from aequilibrae.project import Project existing = Project() existing.load('path/to/existing/project/folder') newfile = Project() newfile.new('path/to/new/project/folder')- __init__()¶
Methods
__init__()check_file_indices()Makes results_database.sqlite and the matrices folder compatible with project database
close()Safely closes the project
load(project_path)Loads project from disk
log()Returns a log object
new(project_path)Creates a new project
open(project_path)Loads project from disk
Attributes
matricesparameterszoning- __init__()¶