A website and toolset documentation for moving the redistricting process into public view. Produced by Stamen Design for US Open Data in 2016.
The Open Redistricting website offers a simple interface for uploading current and proposed district maps (in .geojson
format), annotating and revising them, and supporting public feedback. It is basically a GitHub / Git client, designed to leverage the benefits of those tools without requiring users to familiarize themselves with them.
Open Redistricting repurposes core GitHub/Git features for the context of drawing legislative district maps as follows:
GitHub/Git | Open Redistrcting |
---|---|
Repository | Project |
Pull Request/Branch | Proposal |
Branch commit | Proposal revision |
To run locally, you'll want to:
git clone
this repositorynvm use
yarn use
yarn
yarn start
Deploying is as simple as npm run gh-deploy
.