- Create the OSMnx Python environment (see below)
- Download and un-zip the data inputs (see below)
- Run the Jupyter notebooks in order
Create the OSMnx environment with:
conda env create -f environment.yml
The boundary shapefile data inputs are:
input_data/neighborhoods
: Zillow neighborhoods shapefiles (March 2018 release, with states in subfolders) from Zillow.input_data/places
: 2017 census places shapefiles (with states in subfolders) via HTTP or FTP.input_data/tracts
: 2017 census tracts shapefiles (with states in subfolders) via HTTP or HTTP.input_data/urbanized_areas
: 2017 census urban areas shapefile via HTTP or FTP.input_data/counties
: 2017 census counties shapefile via HTTP or FTP.