6.1.2.5. aequilibrae.project.Network

class aequilibrae.project.Network(project)

Bases: object

Network class. Member of an AequilibraE Project

__init__(project)None

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(project)

Initialize self.

build_graphs([fields, modes])

Builds graphs for all modes currently available in the model

convex_hull()

Queries the model for the convex hull of the entire network

count_centroids()

Returns the number of centroids in the model

count_links()

Returns the number of links in the model

count_nodes()

Returns the number of nodes in the model

create_from_osm([west, south, east, north, …])

Downloads the network from Open-Street Maps

extent()

Queries the extent of the network included in the model

list_modes()

Returns a list of all the modes in this model

set_time_field(time_field)

Set the time field for all graphs built in the model

skimmable_fields()

Returns a list of all fields that can be skimmed

Attributes

link_types

protected_fields

req_link_flds

req_node_flds

__init__(project)None

Initialize self. See help(type(self)) for accurate signature.