Calvin Brown

Automating GIS and Data Analysis with Python


Creating powerful analysis and automation tools that can be shared and accessed on the cloud

I created a Jupyter Binder (see link below) that uses Python to automate the downloading, processing, and visual communication of census data. The Notebook walks users through the process of downloading census data via the Census Data API, munging the data to calculate bicycle mode share by census tract, and joining the data to census tract geographic data for mapping. Finally, the script uses Folium and Leaflet to create an interactive choropleth map that displays the bicycle commute to work mode share for each census tract.

Project Goals

Hover over the map to see a quick demo of the final output:

jupyter_binder_static

Click here to load the Binder: Binder_Launch   It may take a few minutes to load!