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.
-
-
Save luciovilla/0798511fa8279b6410b2 to your computer and use it in GitHub Desktop.
This file contains 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 $< > [email protected] | |
mv [email protected] $@ | |
clean: | |
-rm -f results.csv | |
.PHONY : clean |
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