6.1.1. aequilibrae.Project

class aequilibrae.Project

Bases: object

AequilibraE 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__()

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.

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

zoning

__init__()

Initialize self. See help(type(self)) for accurate signature.