6.1.3.1. aequilibrae.project.Zone¶
-
class
aequilibrae.project.Zone(dataset: dict, zoning)¶ Bases:
aequilibrae.project.network.safe_class.SafeClassSingle zone object that can be queried and manipulated in memory
-
__init__(dataset: dict, zoning)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(dataset, zoning)Initialize self.
add_centroid(point)Adds a centroid to the network file
connect_mode(mode_id[, link_types, connectors])Adds centroid connectors for the desired mode to the network file
delete()Removes the zone from the database
disconnect_mode(mode_id)Removes centroid connectors for the desired mode from the network file
save()Saves/Updates the zone data to the database
-
__init__(dataset: dict, zoning)¶ Initialize self. See help(type(self)) for accurate signature.
-