A visualization of bike trips in Chicago. See what Divvy data can say about Chicago's geography.
Uses D3js and Leaflet to visualize a heatmap over voronoi tiles around the City of Chicago's Divvy Stations.
Feedback, fixes and suggestions are most welcome! Thanks for checking it out.
Uses data-workflow to automate the entire data workflow, from munging to running the server locally.
Requires numpy and data-workflow.
If you have data-workflow and numpy, all you need to do is git clone, type workflow
in the command-line, wait ~90 seconds for the data crunching, and goto localhost:8000
in your web-browser to see the locally hosted version of the visualization.