An open API service indexing awesome lists of open source software.

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

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
```