rdatools / rdabase

Redistricting analytics data & shared code
MIT License
0 stars 0 forks source link

rdabase

Redistricting analytics data & shared code

Installation

To get the data locally, clone the repository:

$ git clone https://github.com/alecramsay/rdabase
$ cd rdabase

To use the shared code, install the package:

$ pip install rdabase

Data

The data are stored in the data directory by state. These pages describe each dataset:

At present, data for fifteen states have been extracted. In the future, we may extract data for other states.

Code

Some shared code and scripts are described here:

Sources

The data comes from the following sources:

Some things to be aware of:

Testing

$ pytest