aequilibrae.utils.create_delaunay_network.DelaunayAnalysis#

class aequilibrae.utils.create_delaunay_network.DelaunayAnalysis(project)[source]#
__init__(project)[source]#

Start a Delaunay analysis

Arguments:

project (Project): The Project to connect to

Methods

__init__(project)

Start a Delaunay analysis

assign_matrix(matrix, result_name)

create_network([source, overwrite])

Creates a delaunay network based on the existing model

assign_matrix(matrix: AequilibraeMatrix, result_name: str)[source]#
create_network(source='zones', overwrite=False)[source]#

Creates a delaunay network based on the existing model

Arguments:

source (str, Optional): Source of the centroids/zones. Either zones or network. Default zones

overwrite path (bool, Optional): Whether to should overwrite an existing Delaunay Network. Default False