6.1.3.1. aequilibrae.project.Zone¶
- class aequilibrae.project.Zone(dataset: dict, zoning)¶
Bases:
SafeClassSingle zone object that can be queried and manipulated in memory
- __init__(dataset: dict, zoning)¶
Methods
__init__(dataset, zoning)add_centroid(point[, robust])Adds a centroid to the network file
connect_db()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)¶