A map of the Chicago mayoral election results of February 25, 2015, by precinct. Election results data scraped from the Chicago Board of Elections. Colors by ColorBrewer. Precinct shapefiles from a FOIA request to the Chicago Board of Elections, processed into TopoJSON by ogr2ogr, PostGIS, and topojson. Ward boundaries aggregated from precincts using PostGIS. City boundary data from City of Chicago data portal.
Last active
May 29, 2016 20:00
Chicago 2015 mayoral election results by precinct
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: results.csv | |
results.csv: scrape.py | |
python $< > $@.tmp | |
mv $@.tmp $@ | |
clean: | |
-rm -f results.csv | |
.PHONY : clean |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment