chihacknight / chicago-elections-archive

Explore precinct-level results from historical Chicago elections
https://chicago-election-archive.netlify.app
MIT License
0 stars 0 forks source link

Chicago Elections Archive

Explore precinct-level results from recent and historical Chicago elections.

Screenshot of northeast Illinois presidential results

Setup - native

poetry install
npm install
make all

Setup - Docker

Set up local environment variables:

cp .env.sample .env

Build the containers and make the data:

docker-compose build

Run the site locally:

docker-compose up

Updating Data

To update data, modify the ELECTIONS variable in scripts/scrape_results_metadata.py with the ID from the Board of Election Commissioners website, and then regenerate input/results-metadata.json and output/results-metadata.json. Then re-run make all, or docker-compose run --rm app make all forcing execution if necessary.

Once this is done, make build-output can be run to GZIP all files in a separate directory that can be deployed to cloud storage with make deploy.

To update the displayed elections on the site, update ELECTION_ORDER in site/_data/site.js.

Data Notes