stamen / open-redistricting

A collaborative, open legislative redistricting tool, built atop GitHub.
http://openredist.org/
BSD 2-Clause "Simplified" License
25 stars 2 forks source link
democracy election legislature map redistricting

US Open Data: Open Redistricting

A website and toolset documentation for moving the redistricting process into public view. Produced by Stamen Design for US Open Data in 2016.

How it works

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

Resources

Running / Deploying

To run locally, you'll want to:

nvm use
yarn use
yarn
yarn start

Deploying is as simple as npm run gh-deploy.