Skip to main content

Redistricting analytics for scoring ensembles of redistricting plans

Project description

rdascore

Compute Dave's Redistricting (DRA) analytics for an ensemble of redistricting plans.

Installation

To clone the repository:

$ git clone https://github.com/rdatools/rdascore
$ cd rdascore

To run the sample code, install the dependencies:

pip install -r requirements.txt

To install the package in another project:

$ pip install rdascore

As noted next, you probably also want to clone the companion rdabase repository.

Usage

There are both code and script examples of how to use this code in the sample directory. That directory also contains some sample results from the main scoring function analyze_plan(). The samples use data from the companion rdabase repo.

Notes

With four exceptions, analyze_plan() computes all the analytics that DRA does:

  • For a variety of reasons, DRA's production TypeScript package dra-analytics does not calculate a few minor things that show up in the UI. The Python port rdapy does not either. This repo uses the latter, so those few things also aren't in the "scorecard" output.
  • To keep the results simple, district-level results are suppressed. The scorecard is a simple flat dictionary of metric key/value pairs.
  • To maximize throughput KIWYSI compactness is not calculated. The simple naive approach to performing compactness calculations is to dissolve precinct shapes into district shapes, but dissolve is very expensive operation. Analyzing a congressional plan for North Carolina take ~60 seconds. A much faster approach is to convert precinct shapes into topologies using TopoJSON like DRA does and then merging precincts into district shapes. That approach takes ~5 seconds, virtually all of the time being calling TopoJSON merge() from Python and marshalling the result back from JavaScript. I could have chosen to implement a Python native version of merge(). Instead, I chose to skip KIWYSI compactness (which requires actual district shapes) and just calculate the two main compactness metrics in DRA: Reock and Polsby-Popper. Together these only depend on district area, perimeter, and diameter, and with some pre-processing once per state (analogous to converting shapes into a topology) these values can be imputed without ever creating the district shapes. The result is that analyzing a congressional plan for North Carolina — calculating all the analytics — takes a small fraction of a second.
  • Finally, we've already created the precinct contiguity graphs as part of finding root map candidates in our rdaroot GitHub repo, and, by definition, the plans in our ensembles are contiguous. Hence, we don't check that.

Testing

$ pytest --disable-warnings

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rdascore-4.0.3.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

rdascore-4.0.3-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

Details for the file rdascore-4.0.3.tar.gz.

File metadata

  • Download URL: rdascore-4.0.3.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for rdascore-4.0.3.tar.gz
Algorithm Hash digest
SHA256 7744eefcbecbd72552e6c00c8df5d11c095e29e954a7a2471974e0e88366254a
MD5 fadc9cb6b2836c41b2f342159cfc936b
BLAKE2b-256 383c4fb0ad02d79d0415e8cba9de68aa9fd19e9e46df086a46749c964dd7df93

See more details on using hashes here.

File details

Details for the file rdascore-4.0.3-py3-none-any.whl.

File metadata

  • Download URL: rdascore-4.0.3-py3-none-any.whl
  • Upload date:
  • Size: 12.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for rdascore-4.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8c9ebcf26093e251b05432cc6d461b7c8c0259ea71f5a875e5cd19dc48eb4f01
MD5 9d1bf25884657c7f9ca6d702144621aa
BLAKE2b-256 fbb356f54cb7f89002bcfbebc5053a0f3fe7c6cba041860ae107d5cbb306314a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page