6.1.2.1. aequilibrae.project.About¶
- class aequilibrae.project.About(project)¶
Bases:
objectProvides an interface for querying and editing the about table of an AequilibraE project
p = Project() p.open('my/project/folder') about = p.about about.description = 'This is the example project. Do not use for forecast' about.write_back()- __init__(project)¶
Methods
__init__(project)add_info_field(info_field)Adds new information field to the model
create()Creates the 'about' table for project files that did not previously contain it
list_fields()Returns a list of all characteristics the about table holds
write_back()Saves the information parameters back to the project database
- __init__(project)¶