aequilibrae.utils.simwrapper.generate_simwrapper_config#
Utilities to generate SimWrapper dashboard configuration for an AequilibraE project.
Usage#
Generate SimWrapper dashboard for an open project#
>>> from aequilibrae.project import Project
>>> from aequilibrae.utils.simwrapper.generate_simwrapper_config import SimwrapperConfigGenerator
>>> prj = Project()
>>> prj.open('/path/to/project')
>>> gen = SimwrapperConfigGenerator(prj, output_dir='simwrapper')
>>> gen.write_yamls()
Notes
output_dir must be inside the project directory
Functions
|
Command-line entry point for generating SimWrapper configs. |
Classes
|
Generates SimWrapper dashboard configuration for an AequilibraE project. |