https://github.com/caged/gerrymander
An exploration into statistical identification and analysis of gerrymandering
https://github.com/caged/gerrymander
Last synced: 12 months ago
JSON representation
An exploration into statistical identification and analysis of gerrymandering
- Host: GitHub
- URL: https://github.com/caged/gerrymander
- Owner: caged
- Created: 2015-03-10T03:33:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T03:43:40.000Z (about 11 years ago)
- Last Synced: 2025-03-13T15:19:23.716Z (over 1 year ago)
- Language: Shell
- Size: 133 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
An exploration into statistical identification and analysis of gerrymandering.
#### Getting bootstrapped
``` bash
# Download and import all required geometry including all US blockgroups,
# 114th congressional districts and all American Community Survey data
# for each block group
script/import-psql -d YOUR_DB_NAME
```