Demo: http://davidrs.github.io/sfhip-map/
Code was written for SFHIP at Code for SF hack nights.
cd
into the folder you cloned the code to.python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...
Data is from SFHIP google drive folders,
.../New Files/counts_census_by_alcohol_license_melted.csv
.../ABC_licenses_by_census_tract/ABC_licenses_by_census_tract.csv
As best I can tell it's 2014 data. Note there are three or four versions of some of these files with small but important differences.
The code uses LeafletJS the standard for open source mapping projects. Currently uses MapBox default for tile serving, should migrate to something scalable and free. OSM etc.