Network Centrality

Once you have created a cityseer compatible networkx graph and the derivative NetworkStructure, you can calculate a variety of centrality metrics.

Metric distance network centrality

Calculate metric distance centralities from a geopandas GeoDataFrame.

Notebook

Angular distance network centrality

Calculate angular (geometric or “simplest”) distance centralities from a geopandas GeoDataFrame.

Notebook

Network centrality from OSM data

Calculate metric distance centralities for OSM data.

Notebook

Adding GTFS transport data

GTFS transport data support is still experimental.

Add GTFS transportation data to the network.

Notebook