2015-12-31

What’s a district for?

I talk about redistricting with a lot of people. I hear a variety of goals for what people want to achieve with redistricting. We know it is possible to arrive at partisan and racial gerrymandering with redistricting. What else might we want out of redistricting?

  • Competitive elections: as many districts as possible should be close to 50%/50% split between The Two Parties.
  • Proportional representation: Overall, across a state or nationally, the legislative body elected should reflect the party, ideology, race, or ethnicity of the populace. For example, a population that is 20% green Martians should elect a legislature with 20% of the representatives being green Martians.
  • Compactness: districts should be geometrically nice, like soap bubbles.
  • Follow existing boundaries: Counties and cities should be divided as little as possible.
  • Regional identity: If a group of people in an area identify as a region, this should be observed.
  • Fair Algorithm: Design a process to follow that can’t be subverted.

I think it’s obvious we can’t get all of those things at the same time. I think I hear the most desire for competitive elections and proportional representation the most, and I think districts aren’t the right solution for those things.

Ohio just amended its constitution to change how state legislature districts are drawn ( http://blog.bdistricting.com/2015/12/ohio-bipartisan-redistricting.html ). Compared to the US Constitution, state constitutions are being amended all the time. I want to see a state change the whole way its smaller legislative body is elected to be an at-large, non-districted proportional representation system using Single Transferrable Vote (or another proportional representation election method). Single Transferrable Vote and related methods take in votes where people rank the candidates (1st, 2nd, 3rd, etc.). In short, try to give everyone their first-choice representative. If your first-choice candidate didn’t get enough support to qualify for a seat, maybe your second choice will. If your first choice was wildly popular, you’re part of a large faction and you might get both your first and second choice. If electing 20 seats, any group that can get together 1/20th of the vote should be able to get someone elected. A major party might run a slate of candidates and get 8 out of 20.

That’s great, but what’s a district for? A district is inherently geographical. It isn’t ideological. It isn’t racial. It can be those things if you make it that way, but a district is just a line on the map (with some people inside). To me, a district should balance the three factors of regional identity, following existing boundaries, and compactness. I don’t think there’s a hard priority to those three issues. Existing boundaries make a district easier to administer. Regional identity is important. Either of these might not divide conveniently into the right size chunks. If you can’t get those two things, draw the line compactly, if for no other reason than that it’s the opposite of the far-reaching, gerrymandering tendrils of some mapping horrors out there.

2015-12-30

The US as 50 equal population states

The US as 50 equal-population states.
This looks like it was a hand-tuned project, and as such has one person's understandings of what regions go together naturally. In some ways, this is better than an automated solution; it may be missing the mark in some places, but overall, I think it looks really good.

2015-12-07

Ohio Bipartisan Redistricting Commission Amendment

Ohio Bipartisan Redistricting Commission Amendment


This actually passed by popular referendum in November 2015. It's an interesting bill with a few wrinkles I haven't seen in other "independent commission" model plans. It has a lot more rules that bind that commission to produce a specific map. I guess we'll really know how it goes by September 2021, when the first result of this process is due.

Paragraph 3.B.1 allows for 95% to 105% of the ideal population of a district. This is an important legal precedent (unless it is maybe someday overturned by SCOTUS deciding that a stricter rule would be needed to satisfy "one person, one vote"). My maps hold to plus or minus 0.5% in almost all cases.

Sections 3.C-E define an algorithm! It might be unsatisfiable, but it has an escape clause. If a county happens to have 95% to 105% of the ideal population, it must be kept whole as one district. More populous counties are supposed to contain whole districts and one leftover region that merges with a neighboring district. It ends with, “Where feasible, no county shall be split more than once,” which I expect to be unenforceable.

3.D.2 “Representative districts shall be drawn so as to split the smallest possible number of municipal corporations and townships…” This is an interesting measure. I could automatically count this in my programs.

3.D.3 “… not more than one municipal corporation or township may be split per representative district.” This is another fascinating requirement, and I also expect it will be necessary to break it. But, it is easy to count.




And then there are a bunch of tedious tiebreaker-type rules for when the rules have to be broken.

Section 6.B calls for Fake Proportional Representation! “The statewide proportion of districts whose voters, based on statewide state and federal partisan general election results during the last ten years, favor each political party shall correspond closely to the statewide preferences of the voters of Ohio.”


I could probably write a program to do this whole process automatically. Lower down on Ohio's list of requirements is to "make compact districts." My code can do that quite well. Taking all of these requirements together, there's approximately zero wiggle room for the commission to actually do anything. We may as well save ourselves some money and automate them out of a job. Hire me for six months or a year, and I'll write the program to do it. It'd be a bargain.