aequilibrae.utils.create_delaunay_network#

Classes

DelaunayAnalysis(project)

class aequilibrae.utils.create_delaunay_network.DelaunayAnalysis(project)[source]#
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