Examples
The following Jupyter
notebooks provide some examples of how this package can be used.
Getting Started Guide
The Getting Started
guide from the intro.
Graph Cleaning Guide
Graph Cleaning
as described in the graph cleaning guide.
Importing OSM data
Examples showing how to import OSM data as discussed in OSM and NetworkX.
Centralities for Inner London
Computing network centralities for London:
-
OS Open data: Github: centrality_os_open.ipynb
-
OSM data: Github: centrality_osm.ipynb
Accessibility to Pubs for Inner London
Computing landuse acccessibility to pubs in London.
Street Network continuity
Computing street network continuities for street names, route identifiers, and highway types:
-
OS Open data: Github: open_roads_continuity.ipynb
-
OSM data: Github: osm_continuity.ipynb