The Decennial Census is a static snapshot taken once every ten years. But democracy is dynamic; neighborhoods gentrify, populations displace, and demographics drift. By the time a mid-decade redistricting battle occurs (such as the 2024 maps drawn for the 2026 cycles), the PL 94-171 data generated years prior is heavily degraded. To fill the gap, analysts rely on the American Community Survey (ACS), which trades the accuracy of full enumeration for the recency of statistical sampling. Furthermore, when voting precincts are inevitably redrawn mid-decade, analysts must use spatial interpolation to artificially mathematically allocate populations to mismatched geometries. This module covers the dark art of reconstructing degraded data.

In This Module

  • Covers: The structural differences between the Decennial Census and the American Community Survey (ACS), handling spatial mismatch, and Aerial Interpolation techniques.
  • Why it matters: If you are litigating a map in 2027 based on 2020 boundary lines, your model is fatally disconnected from reality. You must be able to defend the statistical interpolation used to align old populations to new districts.
  • After this module, the reader can: Understand the margins of error inherent in ACS data and identify the correct methodologies for aggressively estimating precinct-level populations.

Reading List

Conceptual

  • Conceptual
    The essential primer. The Bureau explains why the ACS exists and its primary tradeoff: the 1-year estimates are highly up-to-date but statistically noisy (and only available for large populations), while the 5-year estimates are reliable but structurally lagging. Analysts must justify which tier they select based on the granular needs of their specific litigation.
  • 2. Brian Amos, Michael P. McDonald, and Michael Herron, Estimating the Effects of Redistricting (2017)
    Conceptual
    A high-level overview of the spatial mismatch problem. When the state draws a new State Senate map that splinters an old voting precinct down the middle, how do you know which half of the precinct's population lives in the new district? This text defines the necessity of mathematical estimation in dynamic election administration.

Methods

  • 3. Metric Geometry and Gerrymandering Group (MGGG Lab), Approaches to Precinct Data Disaggregation / Data Prorating
    Methods [Scale lens]
    A highly applied methodological walkthrough. MGGG explains the mathematical workflows required to disaggregate aggregated vote counts back down to the block level, and then re-aggregate them up into new hypothetical districts to test for the Zonation Effect. This is the cornerstone of modern computational redistricting workflows.

Technical Reference

  • 4. QGIS / Esri Documentation, Areal Interpolation Techniques
    Technical Reference
    The literal software operations. When performing spatial reconstruction, the analyst must choose between simple areal weighting (assuming population is evenly spread across a zone) or dasymetric mapping (using satellite/housing data to mask out lakes and uninhabited areas). This documentation is critical for justifying the chosen GIS geoprocessing tools to a judge.

Key Concepts

Why does Census data degrade over time and how does the American Community Survey compensate?

The Decennial Census is a static snapshot taken once every ten years, but democracy is dynamic. By mid-decade, PL 94-171 data is heavily degraded. The American Community Survey (ACS) fills this gap by trading the accuracy of full enumeration for the recency of statistical sampling. The 1-year estimates are current but noisy; the 5-year estimates are reliable but lagging. Analysts must justify which tier they select based on the needs of their specific litigation.

What is the spatial mismatch problem in redistricting?

When a state draws new district boundaries that splinter old voting precincts, analysts face a fundamental spatial mismatch: Census data was collected in one set of geographic containers, but new political boundaries use different containers. There is no way to know with certainty which portion of a split precinct's population falls into which new district without using mathematical interpolation methods to allocate population proportionally.

How does the MGGG Lab disaggregate vote counts across mismatched geographic boundaries?

The Metric Geometry and Gerrymandering Group (MGGG) provides workflows for disaggregating aggregated vote counts back down to the census block level and then re-aggregating them into hypothetical districts to test for the Zonation Effect. This is the cornerstone of modern computational redistricting: simulating how the same voters would have been distributed under alternative boundary configurations.

What is the difference between simple areal weighting and dasymetric mapping in spatial interpolation?

Simple areal weighting assumes population is evenly spread across a zone and distributes counts proportionally based on area overlap. Dasymetric mapping uses satellite imagery, housing data, and land-use classifications to mask out uninhabited areas before allocating population. Dasymetric methods produce more accurate results but require defending the chosen ancillary data sources during expert testimony.