flâneur — a map of the web's best reading

Urban Street Network Centrality – Geoff Boeing

geoffboeing.com · 269 words · saved by 1 readers

Check out the journal article about OSMnx. We can measure and visualize how “important” a node or an edge is in a network by calculating its centrality. Lots of flavors of centrality ex…

Check out the journal article about OSMnx. We can measure and visualize how “important” a node or an edge is in a network by calculating its centrality. Lots of flavors of centrality exist in network science, including closeness, betweenness, degree, eigenvector, and PageRank. Closeness centrality measures the average shortest path between each node in the network and every other node: more central nodes are closer to all other nodes. We can calculate this easily with OSMnx , as seen in this GitHub demo . For example, here is the node closeness centrality for Piedmont, California: The nodes ar

Explore this link on the map →

related reading