Graph: national county↔district↔legislator authority layer

The first edges in the repo. Every US county now links to the districts it
sits in, weighted by area overlap, and every legislator links to the district
they represent — county → district → representative, traversable.

Data (PostGIS, no Atlas dependency — computed directly from geometry):
- data/county_district_edges.jsonl — 16,328 weighted edges. area_weight =
  ST_Area(ST_Intersection(county, district))/ST_Area(county) over ST_MakeValid
  Census TIGER 2024 geometries, overlaps <0.5% dropped. Uses area-intersection,
  NOT centroid-in-polygon, so urban districts that carve through counties
  (e.g. GA CD-5 / Atlanta across Clayton+DeKalb+Fulton) are captured, not
  silently dropped. Per-county weights sum to ~1.0 per district type.

build.py:
- ~6,896 new district nodes: 435 CD (ACS demographics where available; sparse
  for the 8 states missing from acs_cd) + 4,927 state-house + 1,897 state-senate
  (geometry-only). GEOID/number-keyed, stable.
- county index.md gains a `districts:` block (frontmatter) + a ## Districts
  section (body links, so link-integrity checks them).
- legislators + US House members gain `represents:` pointing at their district
  node; edge stored once on the person, inverse left to the view.
- schemas/jurisdiction: classification enum + chamber/districts fields.

Honest gaps (logged, not hidden): ID + NH have no state-house geometry, so
their house districts get nodes (represents resolves) but no county edges;
CD nodes for acs_cd-missing states are demographically sparse.

Deterministic (byte-identical rebuild); validate.py passes 26,617 records,
link-integrity clean (every district/represents link resolves).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Fabio
2026-07-04 22:28:08 -04:00
parent 6c9990a115
commit 1beeaab2db
18213 changed files with 280514 additions and 3515 deletions
@@ -22,9 +22,27 @@ demographics:
race_native: 36
hispanic: 2289
bachelors_plus: 17744
districts:
- to: "us/states/al/districts/06"
rel: in-district
area_weight: 0.9942
- to: "us/states/al/districts/senate/30"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/69"
rel: in-district
area_weight: 0.6622
- to: "us/states/al/districts/house/42"
rel: in-district
area_weight: 0.2905
- to: "us/states/al/districts/house/88"
rel: in-district
area_weight: 0.0472
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 2289 |
| Bachelor's or higher | 17744 |
## Districts
- [AL-06](/us/states/al/districts/06.md) — 99% (congressional)
- [AL Senate District 30](/us/states/al/districts/senate/30.md) — 100% (state senate)
- [AL House District 69](/us/states/al/districts/house/69.md) — 66% (state house)
- [AL House District 42](/us/states/al/districts/house/42.md) — 29% (state house)
- [AL House District 88](/us/states/al/districts/house/88.md) — 5% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,45 @@ demographics:
race_native: 910
hispanic: 14276
bachelors_plus: 81746
districts:
- to: "us/states/al/districts/01"
rel: in-district
area_weight: 0.8273
- to: "us/states/al/districts/senate/22"
rel: in-district
area_weight: 0.5933
- to: "us/states/al/districts/senate/32"
rel: in-district
area_weight: 0.1888
- to: "us/states/al/districts/senate/33"
rel: in-district
area_weight: 0.0467
- to: "us/states/al/districts/house/66"
rel: in-district
area_weight: 0.2161
- to: "us/states/al/districts/house/65"
rel: in-district
area_weight: 0.1894
- to: "us/states/al/districts/house/64"
rel: in-district
area_weight: 0.137
- to: "us/states/al/districts/house/95"
rel: in-district
area_weight: 0.0817
- to: "us/states/al/districts/house/102"
rel: in-district
area_weight: 0.0738
- to: "us/states/al/districts/house/96"
rel: in-district
area_weight: 0.0655
- to: "us/states/al/districts/house/94"
rel: in-district
area_weight: 0.0653
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +92,21 @@ County jurisdiction — 6 officeholders mapped.
| Hispanic/Latino | 14276 |
| Bachelor's or higher | 81746 |
## Districts
- [AL-01](/us/states/al/districts/01.md) — 83% (congressional)
- [AL Senate District 22](/us/states/al/districts/senate/22.md) — 59% (state senate)
- [AL Senate District 32](/us/states/al/districts/senate/32.md) — 19% (state senate)
- [AL Senate District 33](/us/states/al/districts/senate/33.md) — 5% (state senate)
- [AL House District 66](/us/states/al/districts/house/66.md) — 22% (state house)
- [AL House District 65](/us/states/al/districts/house/65.md) — 19% (state house)
- [AL House District 64](/us/states/al/districts/house/64.md) — 14% (state house)
- [AL House District 95](/us/states/al/districts/house/95.md) — 8% (state house)
- [AL House District 102](/us/states/al/districts/house/102.md) — 7% (state house)
- [AL House District 96](/us/states/al/districts/house/96.md) — 7% (state house)
- [AL House District 94](/us/states/al/districts/house/94.md) — 7% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 39
hispanic: 1534
bachelors_plus: 2605
districts:
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 0.9981
- to: "us/states/al/districts/senate/28"
rel: in-district
area_weight: 0.9996
- to: "us/states/al/districts/house/84"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1534 |
| Bachelor's or higher | 2605 |
## Districts
- [AL-02](/us/states/al/districts/02.md) — 100% (congressional)
- [AL Senate District 28](/us/states/al/districts/senate/28.md) — 100% (state senate)
- [AL House District 84](/us/states/al/districts/house/84.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 130
hispanic: 766
bachelors_plus: 2571
districts:
- to: "us/states/al/districts/06"
rel: in-district
area_weight: 0.9992
- to: "us/states/al/districts/senate/14"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/49"
rel: in-district
area_weight: 0.6809
- to: "us/states/al/districts/house/72"
rel: in-district
area_weight: 0.3188
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 766 |
| Bachelor's or higher | 2571 |
## Districts
- [AL-06](/us/states/al/districts/06.md) — 100% (congressional)
- [AL Senate District 14](/us/states/al/districts/senate/14.md) — 100% (state senate)
- [AL House District 49](/us/states/al/districts/house/49.md) — 68% (state house)
- [AL House District 72](/us/states/al/districts/house/72.md) — 32% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 216
hispanic: 6130
bachelors_plus: 8985
districts:
- to: "us/states/al/districts/04"
rel: in-district
area_weight: 0.9985
- to: "us/states/al/districts/senate/17"
rel: in-district
area_weight: 0.7421
- to: "us/states/al/districts/senate/9"
rel: in-district
area_weight: 0.2576
- to: "us/states/al/districts/house/34"
rel: in-district
area_weight: 0.6626
- to: "us/states/al/districts/house/11"
rel: in-district
area_weight: 0.3372
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 6130 |
| Bachelor's or higher | 8985 |
## Districts
- [AL-04](/us/states/al/districts/04.md) — 100% (congressional)
- [AL Senate District 17](/us/states/al/districts/senate/17.md) — 74% (state senate)
- [AL Senate District 9](/us/states/al/districts/senate/9.md) — 26% (state senate)
- [AL House District 34](/us/states/al/districts/house/34.md) — 66% (state house)
- [AL House District 11](/us/states/al/districts/house/11.md) — 34% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 0
hispanic: 602
bachelors_plus: 793
districts:
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/al/districts/senate/28"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/house/84"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 602 |
| Bachelor's or higher | 793 |
## Districts
- [AL-02](/us/states/al/districts/02.md) — 100% (congressional)
- [AL Senate District 28](/us/states/al/districts/senate/28.md) — 100% (state senate)
- [AL House District 84](/us/states/al/districts/house/84.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 85
hispanic: 316
bachelors_plus: 2497
districts:
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 0.9993
- to: "us/states/al/districts/senate/23"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/house/90"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 316 |
| Bachelor's or higher | 2497 |
## Districts
- [AL-02](/us/states/al/districts/02.md) — 100% (congressional)
- [AL Senate District 23](/us/states/al/districts/senate/23.md) — 100% (state senate)
- [AL House District 90](/us/states/al/districts/house/90.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 450
hispanic: 5388
bachelors_plus: 22540
districts:
- to: "us/states/al/districts/03"
rel: in-district
area_weight: 1.0
- to: "us/states/al/districts/senate/12"
rel: in-district
area_weight: 0.9997
- to: "us/states/al/districts/house/29"
rel: in-district
area_weight: 0.3669
- to: "us/states/al/districts/house/40"
rel: in-district
area_weight: 0.2749
- to: "us/states/al/districts/house/36"
rel: in-district
area_weight: 0.1906
- to: "us/states/al/districts/house/32"
rel: in-district
area_weight: 0.1181
- to: "us/states/al/districts/house/35"
rel: in-district
area_weight: 0.0495
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction.
| Hispanic/Latino | 5388 |
| Bachelor's or higher | 22540 |
## Districts
- [AL-03](/us/states/al/districts/03.md) — 100% (congressional)
- [AL Senate District 12](/us/states/al/districts/senate/12.md) — 100% (state senate)
- [AL House District 29](/us/states/al/districts/house/29.md) — 37% (state house)
- [AL House District 40](/us/states/al/districts/house/40.md) — 27% (state house)
- [AL House District 36](/us/states/al/districts/house/36.md) — 19% (state house)
- [AL House District 32](/us/states/al/districts/house/32.md) — 12% (state house)
- [AL House District 35](/us/states/al/districts/house/35.md) — 5% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 51
hispanic: 1372
bachelors_plus: 4819
districts:
- to: "us/states/al/districts/03"
rel: in-district
area_weight: 0.999
- to: "us/states/al/districts/senate/13"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/37"
rel: in-district
area_weight: 0.7733
- to: "us/states/al/districts/house/38"
rel: in-district
area_weight: 0.2264
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 1372 |
| Bachelor's or higher | 4819 |
## Districts
- [AL-03](/us/states/al/districts/03.md) — 100% (congressional)
- [AL Senate District 13](/us/states/al/districts/senate/13.md) — 100% (state senate)
- [AL House District 37](/us/states/al/districts/house/37.md) — 77% (state house)
- [AL House District 38](/us/states/al/districts/house/38.md) — 23% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 62
hispanic: 469
bachelors_plus: 4525
districts:
- to: "us/states/al/districts/03"
rel: in-district
area_weight: 0.9982
- to: "us/states/al/districts/senate/10"
rel: in-district
area_weight: 0.9996
- to: "us/states/al/districts/house/39"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 469 |
| Bachelor's or higher | 4525 |
## Districts
- [AL-03](/us/states/al/districts/03.md) — 100% (congressional)
- [AL Senate District 10](/us/states/al/districts/senate/10.md) — 100% (state senate)
- [AL House District 39](/us/states/al/districts/house/39.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 135
hispanic: 4707
bachelors_plus: 6966
districts:
- to: "us/states/al/districts/06"
rel: in-district
area_weight: 1.0
- to: "us/states/al/districts/senate/30"
rel: in-district
area_weight: 0.5371
- to: "us/states/al/districts/senate/14"
rel: in-district
area_weight: 0.4628
- to: "us/states/al/districts/house/42"
rel: in-district
area_weight: 0.89
- to: "us/states/al/districts/house/49"
rel: in-district
area_weight: 0.1099
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 4707 |
| Bachelor's or higher | 6966 |
## Districts
- [AL-06](/us/states/al/districts/06.md) — 100% (congressional)
- [AL Senate District 30](/us/states/al/districts/senate/30.md) — 54% (state senate)
- [AL Senate District 14](/us/states/al/districts/senate/14.md) — 46% (state senate)
- [AL House District 42](/us/states/al/districts/house/42.md) — 89% (state house)
- [AL House District 49](/us/states/al/districts/house/49.md) — 11% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 22
hispanic: 144
bachelors_plus: 1900
districts:
- to: "us/states/al/districts/07"
rel: in-district
area_weight: 0.9996
- to: "us/states/al/districts/senate/24"
rel: in-district
area_weight: 0.9997
- to: "us/states/al/districts/house/65"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 144 |
| Bachelor's or higher | 1900 |
## Districts
- [AL-07](/us/states/al/districts/07.md) — 100% (congressional)
- [AL Senate District 24](/us/states/al/districts/senate/24.md) — 100% (state senate)
- [AL House District 65](/us/states/al/districts/house/65.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 35
hispanic: 275
bachelors_plus: 3160
districts:
- to: "us/states/al/districts/07"
rel: in-district
area_weight: 0.6757
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 0.323
- to: "us/states/al/districts/senate/23"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/65"
rel: in-district
area_weight: 0.5102
- to: "us/states/al/districts/house/68"
rel: in-district
area_weight: 0.4898
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 275 |
| Bachelor's or higher | 3160 |
## Districts
- [AL-07](/us/states/al/districts/07.md) — 68% (congressional)
- [AL-02](/us/states/al/districts/02.md) — 32% (congressional)
- [AL Senate District 23](/us/states/al/districts/senate/23.md) — 100% (state senate)
- [AL House District 65](/us/states/al/districts/house/65.md) — 51% (state house)
- [AL House District 68](/us/states/al/districts/house/68.md) — 49% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 24
hispanic: 465
bachelors_plus: 1939
districts:
- to: "us/states/al/districts/03"
rel: in-district
area_weight: 1.0
- to: "us/states/al/districts/senate/13"
rel: in-district
area_weight: 0.9997
- to: "us/states/al/districts/house/35"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 465 |
| Bachelor's or higher | 1939 |
## Districts
- [AL-03](/us/states/al/districts/03.md) — 100% (congressional)
- [AL Senate District 13](/us/states/al/districts/senate/13.md) — 100% (state senate)
- [AL House District 35](/us/states/al/districts/house/35.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 48
hispanic: 325
bachelors_plus: 2682
districts:
- to: "us/states/al/districts/03"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/senate/13"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/40"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 325 |
| Bachelor's or higher | 2682 |
## Districts
- [AL-03](/us/states/al/districts/03.md) — 100% (congressional)
- [AL Senate District 13](/us/states/al/districts/senate/13.md) — 100% (state senate)
- [AL House District 40](/us/states/al/districts/house/40.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 343
hispanic: 5396
bachelors_plus: 12167
districts:
- to: "us/states/al/districts/01"
rel: in-district
area_weight: 0.999
- to: "us/states/al/districts/senate/31"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/house/91"
rel: in-district
area_weight: 0.5799
- to: "us/states/al/districts/house/90"
rel: in-district
area_weight: 0.2453
- to: "us/states/al/districts/house/92"
rel: in-district
area_weight: 0.1747
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 5396 |
| Bachelor's or higher | 12167 |
## Districts
- [AL-01](/us/states/al/districts/01.md) — 100% (congressional)
- [AL Senate District 31](/us/states/al/districts/senate/31.md) — 100% (state senate)
- [AL House District 91](/us/states/al/districts/house/91.md) — 58% (state house)
- [AL House District 90](/us/states/al/districts/house/90.md) — 25% (state house)
- [AL House District 92](/us/states/al/districts/house/92.md) — 17% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 120
hispanic: 2049
bachelors_plus: 12243
districts:
- to: "us/states/al/districts/04"
rel: in-district
area_weight: 0.9981
- to: "us/states/al/districts/senate/6"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/house/18"
rel: in-district
area_weight: 0.7019
- to: "us/states/al/districts/house/7"
rel: in-district
area_weight: 0.22
- to: "us/states/al/districts/house/3"
rel: in-district
area_weight: 0.078
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 2049 |
| Bachelor's or higher | 12243 |
## Districts
- [AL-04](/us/states/al/districts/04.md) — 100% (congressional)
- [AL Senate District 6](/us/states/al/districts/senate/6.md) — 100% (state senate)
- [AL House District 18](/us/states/al/districts/house/18.md) — 70% (state house)
- [AL House District 7](/us/states/al/districts/house/7.md) — 22% (state house)
- [AL House District 3](/us/states/al/districts/house/3.md) — 8% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 22
hispanic: 117
bachelors_plus: 1559
districts:
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 0.9988
- to: "us/states/al/districts/senate/23"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/90"
rel: in-district
area_weight: 0.5484
- to: "us/states/al/districts/house/68"
rel: in-district
area_weight: 0.4514
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 117 |
| Bachelor's or higher | 1559 |
## Districts
- [AL-02](/us/states/al/districts/02.md) — 100% (congressional)
- [AL Senate District 23](/us/states/al/districts/senate/23.md) — 100% (state senate)
- [AL House District 90](/us/states/al/districts/house/90.md) — 55% (state house)
- [AL House District 68](/us/states/al/districts/house/68.md) — 45% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 7
hispanic: 253
bachelors_plus: 1467
districts:
- to: "us/states/al/districts/06"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/senate/30"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/house/33"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 253 |
| Bachelor's or higher | 1467 |
## Districts
- [AL-06](/us/states/al/districts/06.md) — 100% (congressional)
- [AL Senate District 30](/us/states/al/districts/senate/30.md) — 100% (state senate)
- [AL House District 33](/us/states/al/districts/house/33.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 117
hispanic: 765
bachelors_plus: 6474
districts:
- to: "us/states/al/districts/01"
rel: in-district
area_weight: 0.999
- to: "us/states/al/districts/senate/31"
rel: in-district
area_weight: 0.9997
- to: "us/states/al/districts/house/92"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 765 |
| Bachelor's or higher | 6474 |
## Districts
- [AL-01](/us/states/al/districts/01.md) — 100% (congressional)
- [AL Senate District 31](/us/states/al/districts/senate/31.md) — 100% (state senate)
- [AL House District 92](/us/states/al/districts/house/92.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 64
hispanic: 288
bachelors_plus: 2205
districts:
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 0.9986
- to: "us/states/al/districts/senate/25"
rel: in-district
area_weight: 0.9996
- to: "us/states/al/districts/house/90"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 288 |
| Bachelor's or higher | 2205 |
## Districts
- [AL-02](/us/states/al/districts/02.md) — 100% (congressional)
- [AL Senate District 25](/us/states/al/districts/senate/25.md) — 100% (state senate)
- [AL House District 90](/us/states/al/districts/house/90.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 341
hispanic: 4563
bachelors_plus: 16645
districts:
- to: "us/states/al/districts/04"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/senate/4"
rel: in-district
area_weight: 0.9997
- to: "us/states/al/districts/house/12"
rel: in-district
area_weight: 0.5538
- to: "us/states/al/districts/house/11"
rel: in-district
area_weight: 0.3547
- to: "us/states/al/districts/house/14"
rel: in-district
area_weight: 0.0914
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 4563 |
| Bachelor's or higher | 16645 |
## Districts
- [AL-04](/us/states/al/districts/04.md) — 100% (congressional)
- [AL Senate District 4](/us/states/al/districts/senate/4.md) — 100% (state senate)
- [AL House District 12](/us/states/al/districts/house/12.md) — 55% (state house)
- [AL House District 11](/us/states/al/districts/house/11.md) — 35% (state house)
- [AL House District 14](/us/states/al/districts/house/14.md) — 9% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 247
hispanic: 3533
bachelors_plus: 9161
districts:
- to: "us/states/al/districts/01"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/senate/31"
rel: in-district
area_weight: 0.5888
- to: "us/states/al/districts/senate/29"
rel: in-district
area_weight: 0.4109
- to: "us/states/al/districts/house/93"
rel: in-district
area_weight: 0.5949
- to: "us/states/al/districts/house/89"
rel: in-district
area_weight: 0.4044
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 3533 |
| Bachelor's or higher | 9161 |
## Districts
- [AL-01](/us/states/al/districts/01.md) — 100% (congressional)
- [AL Senate District 31](/us/states/al/districts/senate/31.md) — 59% (state senate)
- [AL Senate District 29](/us/states/al/districts/senate/29.md) — 41% (state senate)
- [AL House District 93](/us/states/al/districts/house/93.md) — 59% (state house)
- [AL House District 89](/us/states/al/districts/house/89.md) — 40% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 46
hispanic: 360
bachelors_plus: 5834
districts:
- to: "us/states/al/districts/07"
rel: in-district
area_weight: 0.9994
- to: "us/states/al/districts/senate/23"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/house/67"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 360 |
| Bachelor's or higher | 5834 |
## Districts
- [AL-07](/us/states/al/districts/07.md) — 100% (congressional)
- [AL Senate District 23](/us/states/al/districts/senate/23.md) — 100% (state senate)
- [AL House District 67](/us/states/al/districts/house/67.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 1215
hispanic: 12382
bachelors_plus: 9411
districts:
- to: "us/states/al/districts/04"
rel: in-district
area_weight: 0.9976
- to: "us/states/al/districts/senate/8"
rel: in-district
area_weight: 0.6648
- to: "us/states/al/districts/senate/10"
rel: in-district
area_weight: 0.3352
- to: "us/states/al/districts/house/24"
rel: in-district
area_weight: 0.6529
- to: "us/states/al/districts/house/39"
rel: in-district
area_weight: 0.3469
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 12382 |
| Bachelor's or higher | 9411 |
## Districts
- [AL-04](/us/states/al/districts/04.md) — 100% (congressional)
- [AL Senate District 8](/us/states/al/districts/senate/8.md) — 66% (state senate)
- [AL Senate District 10](/us/states/al/districts/senate/10.md) — 34% (state senate)
- [AL House District 24](/us/states/al/districts/house/24.md) — 65% (state house)
- [AL House District 39](/us/states/al/districts/house/39.md) — 35% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 170
hispanic: 3034
bachelors_plus: 21446
districts:
- to: "us/states/al/districts/06"
rel: in-district
area_weight: 0.9927
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 0.006
- to: "us/states/al/districts/senate/25"
rel: in-district
area_weight: 0.8644
- to: "us/states/al/districts/senate/30"
rel: in-district
area_weight: 0.1354
- to: "us/states/al/districts/house/31"
rel: in-district
area_weight: 0.6959
- to: "us/states/al/districts/house/75"
rel: in-district
area_weight: 0.2376
- to: "us/states/al/districts/house/88"
rel: in-district
area_weight: 0.0662
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3034 |
| Bachelor's or higher | 21446 |
## Districts
- [AL-06](/us/states/al/districts/06.md) — 99% (congressional)
- [AL-02](/us/states/al/districts/02.md) — 1% (congressional)
- [AL Senate District 25](/us/states/al/districts/senate/25.md) — 86% (state senate)
- [AL Senate District 30](/us/states/al/districts/senate/30.md) — 14% (state senate)
- [AL House District 31](/us/states/al/districts/house/31.md) — 70% (state house)
- [AL House District 75](/us/states/al/districts/house/75.md) — 24% (state house)
- [AL House District 88](/us/states/al/districts/house/88.md) — 7% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 1040
hispanic: 862
bachelors_plus: 4805
districts:
- to: "us/states/al/districts/01"
rel: in-district
area_weight: 0.9985
- to: "us/states/al/districts/senate/22"
rel: in-district
area_weight: 0.9994
- to: "us/states/al/districts/house/66"
rel: in-district
area_weight: 0.6782
- to: "us/states/al/districts/house/92"
rel: in-district
area_weight: 0.3211
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 862 |
| Bachelor's or higher | 4805 |
## Districts
- [AL-01](/us/states/al/districts/01.md) — 100% (congressional)
- [AL Senate District 22](/us/states/al/districts/senate/22.md) — 100% (state senate)
- [AL House District 66](/us/states/al/districts/house/66.md) — 68% (state house)
- [AL House District 92](/us/states/al/districts/house/92.md) — 32% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 526
hispanic: 5393
bachelors_plus: 18125
districts:
- to: "us/states/al/districts/03"
rel: in-district
area_weight: 0.9996
- to: "us/states/al/districts/senate/10"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/29"
rel: in-district
area_weight: 0.4656
- to: "us/states/al/districts/house/30"
rel: in-district
area_weight: 0.3168
- to: "us/states/al/districts/house/28"
rel: in-district
area_weight: 0.2174
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 5393 |
| Bachelor's or higher | 18125 |
## Districts
- [AL-03](/us/states/al/districts/03.md) — 100% (congressional)
- [AL Senate District 10](/us/states/al/districts/senate/10.md) — 100% (state senate)
- [AL House District 29](/us/states/al/districts/house/29.md) — 47% (state house)
- [AL House District 30](/us/states/al/districts/house/30.md) — 32% (state house)
- [AL House District 28](/us/states/al/districts/house/28.md) — 22% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 22
hispanic: 150
bachelors_plus: 2227
districts:
- to: "us/states/al/districts/04"
rel: in-district
area_weight: 1.0
- to: "us/states/al/districts/senate/5"
rel: in-district
area_weight: 1.0
- to: "us/states/al/districts/house/16"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 150 |
| Bachelor's or higher | 2227 |
## Districts
- [AL-04](/us/states/al/districts/04.md) — 100% (congressional)
- [AL Senate District 5](/us/states/al/districts/senate/5.md) — 100% (state senate)
- [AL House District 16](/us/states/al/districts/house/16.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 235
hispanic: 6573
bachelors_plus: 4614
districts:
- to: "us/states/al/districts/04"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/senate/6"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/18"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 6573 |
| Bachelor's or higher | 4614 |
## Districts
- [AL-04](/us/states/al/districts/04.md) — 100% (congressional)
- [AL Senate District 6](/us/states/al/districts/senate/6.md) — 100% (state senate)
- [AL House District 18](/us/states/al/districts/house/18.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 66
hispanic: 1437
bachelors_plus: 3231
districts:
- to: "us/states/al/districts/01"
rel: in-district
area_weight: 0.9997
- to: "us/states/al/districts/senate/29"
rel: in-district
area_weight: 0.9997
- to: "us/states/al/districts/house/87"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1437 |
| Bachelor's or higher | 3231 |
## Districts
- [AL-01](/us/states/al/districts/01.md) — 100% (congressional)
- [AL Senate District 29](/us/states/al/districts/senate/29.md) — 100% (state senate)
- [AL House District 87](/us/states/al/districts/house/87.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 9
hispanic: 10
bachelors_plus: 1050
districts:
- to: "us/states/al/districts/07"
rel: in-district
area_weight: 0.9991
- to: "us/states/al/districts/senate/24"
rel: in-district
area_weight: 0.9997
- to: "us/states/al/districts/house/72"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 10 |
| Bachelor's or higher | 1050 |
## Districts
- [AL-07](/us/states/al/districts/07.md) — 100% (congressional)
- [AL Senate District 24](/us/states/al/districts/senate/24.md) — 100% (state senate)
- [AL House District 72](/us/states/al/districts/house/72.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 60
hispanic: 195
bachelors_plus: 2400
districts:
- to: "us/states/al/districts/07"
rel: in-district
area_weight: 0.9997
- to: "us/states/al/districts/senate/24"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/72"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 195 |
| Bachelor's or higher | 2400 |
## Districts
- [AL-07](/us/states/al/districts/07.md) — 100% (congressional)
- [AL Senate District 24](/us/states/al/districts/senate/24.md) — 100% (state senate)
- [AL House District 72](/us/states/al/districts/house/72.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 41
hispanic: 390
bachelors_plus: 3907
districts:
- to: "us/states/al/districts/01"
rel: in-district
area_weight: 0.9961
- to: "us/states/al/districts/senate/28"
rel: in-district
area_weight: 0.9996
- to: "us/states/al/districts/house/85"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 390 |
| Bachelor's or higher | 3907 |
## Districts
- [AL-01](/us/states/al/districts/01.md) — 100% (congressional)
- [AL Senate District 28](/us/states/al/districts/senate/28.md) — 100% (state senate)
- [AL House District 85](/us/states/al/districts/house/85.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 303
hispanic: 4984
bachelors_plus: 23639
districts:
- to: "us/states/al/districts/01"
rel: in-district
area_weight: 0.998
- to: "us/states/al/districts/senate/29"
rel: in-district
area_weight: 0.874
- to: "us/states/al/districts/senate/28"
rel: in-district
area_weight: 0.1256
- to: "us/states/al/districts/house/86"
rel: in-district
area_weight: 0.7639
- to: "us/states/al/districts/house/87"
rel: in-district
area_weight: 0.1293
- to: "us/states/al/districts/house/85"
rel: in-district
area_weight: 0.0882
- to: "us/states/al/districts/house/93"
rel: in-district
area_weight: 0.0182
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 4984 |
| Bachelor's or higher | 23639 |
## Districts
- [AL-01](/us/states/al/districts/01.md) — 100% (congressional)
- [AL Senate District 29](/us/states/al/districts/senate/29.md) — 87% (state senate)
- [AL Senate District 28](/us/states/al/districts/senate/28.md) — 13% (state senate)
- [AL House District 86](/us/states/al/districts/house/86.md) — 76% (state house)
- [AL House District 87](/us/states/al/districts/house/87.md) — 13% (state house)
- [AL House District 85](/us/states/al/districts/house/85.md) — 9% (state house)
- [AL House District 93](/us/states/al/districts/house/93.md) — 2% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 254
hispanic: 1897
bachelors_plus: 8345
districts:
- to: "us/states/al/districts/05"
rel: in-district
area_weight: 0.9983
- to: "us/states/al/districts/senate/8"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/house/23"
rel: in-district
area_weight: 0.8785
- to: "us/states/al/districts/house/22"
rel: in-district
area_weight: 0.1214
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 1897 |
| Bachelor's or higher | 8345 |
## Districts
- [AL-05](/us/states/al/districts/05.md) — 100% (congressional)
- [AL Senate District 8](/us/states/al/districts/senate/8.md) — 100% (state senate)
- [AL House District 23](/us/states/al/districts/house/23.md) — 88% (state house)
- [AL House District 22](/us/states/al/districts/house/22.md) — 12% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,90 @@ demographics:
race_native: 2099
hispanic: 36545
bachelors_plus: 231370
districts:
- to: "us/states/al/districts/07"
rel: in-district
area_weight: 0.5966
- to: "us/states/al/districts/06"
rel: in-district
area_weight: 0.4015
- to: "us/states/al/districts/senate/19"
rel: in-district
area_weight: 0.2757
- to: "us/states/al/districts/senate/17"
rel: in-district
area_weight: 0.2297
- to: "us/states/al/districts/senate/5"
rel: in-district
area_weight: 0.1983
- to: "us/states/al/districts/senate/20"
rel: in-district
area_weight: 0.1241
- to: "us/states/al/districts/senate/15"
rel: in-district
area_weight: 0.0748
- to: "us/states/al/districts/senate/18"
rel: in-district
area_weight: 0.0575
- to: "us/states/al/districts/senate/16"
rel: in-district
area_weight: 0.0399
- to: "us/states/al/districts/house/16"
rel: in-district
area_weight: 0.2149
- to: "us/states/al/districts/house/51"
rel: in-district
area_weight: 0.1781
- to: "us/states/al/districts/house/60"
rel: in-district
area_weight: 0.0813
- to: "us/states/al/districts/house/44"
rel: in-district
area_weight: 0.0761
- to: "us/states/al/districts/house/15"
rel: in-district
area_weight: 0.0738
- to: "us/states/al/districts/house/57"
rel: in-district
area_weight: 0.0679
- to: "us/states/al/districts/house/56"
rel: in-district
area_weight: 0.0532
- to: "us/states/al/districts/house/59"
rel: in-district
area_weight: 0.0502
- to: "us/states/al/districts/house/45"
rel: in-district
area_weight: 0.0363
- to: "us/states/al/districts/house/58"
rel: in-district
area_weight: 0.0279
- to: "us/states/al/districts/house/14"
rel: in-district
area_weight: 0.0276
- to: "us/states/al/districts/house/48"
rel: in-district
area_weight: 0.0263
- to: "us/states/al/districts/house/55"
rel: in-district
area_weight: 0.0202
- to: "us/states/al/districts/house/46"
rel: in-district
area_weight: 0.0185
- to: "us/states/al/districts/house/54"
rel: in-district
area_weight: 0.0179
- to: "us/states/al/districts/house/47"
rel: in-district
area_weight: 0.0163
- to: "us/states/al/districts/house/52"
rel: in-district
area_weight: 0.0134
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +137,36 @@ County jurisdiction — 5 officeholders mapped.
| Hispanic/Latino | 36545 |
| Bachelor's or higher | 231370 |
## Districts
- [AL-07](/us/states/al/districts/07.md) — 60% (congressional)
- [AL-06](/us/states/al/districts/06.md) — 40% (congressional)
- [AL Senate District 19](/us/states/al/districts/senate/19.md) — 28% (state senate)
- [AL Senate District 17](/us/states/al/districts/senate/17.md) — 23% (state senate)
- [AL Senate District 5](/us/states/al/districts/senate/5.md) — 20% (state senate)
- [AL Senate District 20](/us/states/al/districts/senate/20.md) — 12% (state senate)
- [AL Senate District 15](/us/states/al/districts/senate/15.md) — 7% (state senate)
- [AL Senate District 18](/us/states/al/districts/senate/18.md) — 6% (state senate)
- [AL Senate District 16](/us/states/al/districts/senate/16.md) — 4% (state senate)
- [AL House District 16](/us/states/al/districts/house/16.md) — 21% (state house)
- [AL House District 51](/us/states/al/districts/house/51.md) — 18% (state house)
- [AL House District 60](/us/states/al/districts/house/60.md) — 8% (state house)
- [AL House District 44](/us/states/al/districts/house/44.md) — 8% (state house)
- [AL House District 15](/us/states/al/districts/house/15.md) — 7% (state house)
- [AL House District 57](/us/states/al/districts/house/57.md) — 7% (state house)
- [AL House District 56](/us/states/al/districts/house/56.md) — 5% (state house)
- [AL House District 59](/us/states/al/districts/house/59.md) — 5% (state house)
- [AL House District 45](/us/states/al/districts/house/45.md) — 4% (state house)
- [AL House District 58](/us/states/al/districts/house/58.md) — 3% (state house)
- [AL House District 14](/us/states/al/districts/house/14.md) — 3% (state house)
- [AL House District 48](/us/states/al/districts/house/48.md) — 3% (state house)
- [AL House District 55](/us/states/al/districts/house/55.md) — 2% (state house)
- [AL House District 46](/us/states/al/districts/house/46.md) — 2% (state house)
- [AL House District 54](/us/states/al/districts/house/54.md) — 2% (state house)
- [AL House District 47](/us/states/al/districts/house/47.md) — 2% (state house)
- [AL House District 52](/us/states/al/districts/house/52.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 25
hispanic: 262
bachelors_plus: 1681
districts:
- to: "us/states/al/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/senate/5"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/house/17"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 262 |
| Bachelor's or higher | 1681 |
## Districts
- [AL-04](/us/states/al/districts/04.md) — 100% (congressional)
- [AL Senate District 5](/us/states/al/districts/senate/5.md) — 100% (state senate)
- [AL House District 17](/us/states/al/districts/house/17.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,30 @@ demographics:
race_native: 317
hispanic: 3317
bachelors_plus: 26918
districts:
- to: "us/states/al/districts/04"
rel: in-district
area_weight: 0.7171
- to: "us/states/al/districts/05"
rel: in-district
area_weight: 0.2826
- to: "us/states/al/districts/senate/1"
rel: in-district
area_weight: 0.9997
- to: "us/states/al/districts/house/1"
rel: in-district
area_weight: 0.5129
- to: "us/states/al/districts/house/2"
rel: in-district
area_weight: 0.3503
- to: "us/states/al/districts/house/3"
rel: in-district
area_weight: 0.1365
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3317 |
| Bachelor's or higher | 26918 |
## Districts
- [AL-04](/us/states/al/districts/04.md) — 72% (congressional)
- [AL-05](/us/states/al/districts/05.md) — 28% (congressional)
- [AL Senate District 1](/us/states/al/districts/senate/1.md) — 100% (state senate)
- [AL House District 1](/us/states/al/districts/house/1.md) — 51% (state house)
- [AL House District 2](/us/states/al/districts/house/2.md) — 35% (state house)
- [AL House District 3](/us/states/al/districts/house/3.md) — 14% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 1237
hispanic: 1044
bachelors_plus: 4782
districts:
- to: "us/states/al/districts/05"
rel: in-district
area_weight: 0.998
- to: "us/states/al/districts/senate/6"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/house/7"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1044 |
| Bachelor's or higher | 4782 |
## Districts
- [AL-05](/us/states/al/districts/05.md) — 100% (congressional)
- [AL Senate District 6](/us/states/al/districts/senate/6.md) — 100% (state senate)
- [AL House District 7](/us/states/al/districts/house/7.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,42 @@ demographics:
race_native: 742
hispanic: 9779
bachelors_plus: 69554
districts:
- to: "us/states/al/districts/03"
rel: in-district
area_weight: 0.9982
- to: "us/states/al/districts/senate/27"
rel: in-district
area_weight: 0.5463
- to: "us/states/al/districts/senate/13"
rel: in-district
area_weight: 0.4533
- to: "us/states/al/districts/house/38"
rel: in-district
area_weight: 0.3527
- to: "us/states/al/districts/house/83"
rel: in-district
area_weight: 0.1669
- to: "us/states/al/districts/house/37"
rel: in-district
area_weight: 0.1265
- to: "us/states/al/districts/house/82"
rel: in-district
area_weight: 0.1161
- to: "us/states/al/districts/house/81"
rel: in-district
area_weight: 0.0959
- to: "us/states/al/districts/house/80"
rel: in-district
area_weight: 0.0749
- to: "us/states/al/districts/house/79"
rel: in-district
area_weight: 0.0666
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +89,20 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 9779 |
| Bachelor's or higher | 69554 |
## Districts
- [AL-03](/us/states/al/districts/03.md) — 100% (congressional)
- [AL Senate District 27](/us/states/al/districts/senate/27.md) — 55% (state senate)
- [AL Senate District 13](/us/states/al/districts/senate/13.md) — 45% (state senate)
- [AL House District 38](/us/states/al/districts/house/38.md) — 35% (state house)
- [AL House District 83](/us/states/al/districts/house/83.md) — 17% (state house)
- [AL House District 37](/us/states/al/districts/house/37.md) — 13% (state house)
- [AL House District 82](/us/states/al/districts/house/82.md) — 12% (state house)
- [AL House District 81](/us/states/al/districts/house/81.md) — 10% (state house)
- [AL House District 80](/us/states/al/districts/house/80.md) — 7% (state house)
- [AL House District 79](/us/states/al/districts/house/79.md) — 7% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,42 @@ demographics:
race_native: 1281
hispanic: 8295
bachelors_plus: 33231
districts:
- to: "us/states/al/districts/05"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/senate/1"
rel: in-district
area_weight: 0.6038
- to: "us/states/al/districts/senate/3"
rel: in-district
area_weight: 0.218
- to: "us/states/al/districts/senate/6"
rel: in-district
area_weight: 0.1347
- to: "us/states/al/districts/senate/2"
rel: in-district
area_weight: 0.0433
- to: "us/states/al/districts/house/2"
rel: in-district
area_weight: 0.4034
- to: "us/states/al/districts/house/5"
rel: in-district
area_weight: 0.3371
- to: "us/states/al/districts/house/4"
rel: in-district
area_weight: 0.1453
- to: "us/states/al/districts/house/6"
rel: in-district
area_weight: 0.1082
- to: "us/states/al/districts/house/25"
rel: in-district
area_weight: 0.0058
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +89,20 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 8295 |
| Bachelor's or higher | 33231 |
## Districts
- [AL-05](/us/states/al/districts/05.md) — 100% (congressional)
- [AL Senate District 1](/us/states/al/districts/senate/1.md) — 60% (state senate)
- [AL Senate District 3](/us/states/al/districts/senate/3.md) — 22% (state senate)
- [AL Senate District 6](/us/states/al/districts/senate/6.md) — 13% (state senate)
- [AL Senate District 2](/us/states/al/districts/senate/2.md) — 4% (state senate)
- [AL House District 2](/us/states/al/districts/house/2.md) — 40% (state house)
- [AL House District 5](/us/states/al/districts/house/5.md) — 34% (state house)
- [AL House District 4](/us/states/al/districts/house/4.md) — 15% (state house)
- [AL House District 6](/us/states/al/districts/house/6.md) — 11% (state house)
- [AL House District 25](/us/states/al/districts/house/25.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 11
hispanic: 16
bachelors_plus: 1304
districts:
- to: "us/states/al/districts/07"
rel: in-district
area_weight: 0.9972
- to: "us/states/al/districts/senate/23"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/69"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 16 |
| Bachelor's or higher | 1304 |
## Districts
- [AL-07](/us/states/al/districts/07.md) — 100% (congressional)
- [AL Senate District 23](/us/states/al/districts/senate/23.md) — 100% (state senate)
- [AL House District 69](/us/states/al/districts/house/69.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 6
hispanic: 408
bachelors_plus: 3543
districts:
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 0.9976
- to: "us/states/al/districts/senate/28"
rel: in-district
area_weight: 0.9996
- to: "us/states/al/districts/house/82"
rel: in-district
area_weight: 0.9994
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 408 |
| Bachelor's or higher | 3543 |
## Districts
- [AL-02](/us/states/al/districts/02.md) — 100% (congressional)
- [AL Senate District 28](/us/states/al/districts/senate/28.md) — 100% (state senate)
- [AL House District 82](/us/states/al/districts/house/82.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,57 @@ demographics:
race_native: 2015
hispanic: 27577
bachelors_plus: 181770
districts:
- to: "us/states/al/districts/05"
rel: in-district
area_weight: 0.9989
- to: "us/states/al/districts/senate/7"
rel: in-district
area_weight: 0.3206
- to: "us/states/al/districts/senate/8"
rel: in-district
area_weight: 0.2885
- to: "us/states/al/districts/senate/9"
rel: in-district
area_weight: 0.2178
- to: "us/states/al/districts/senate/2"
rel: in-district
area_weight: 0.1364
- to: "us/states/al/districts/senate/3"
rel: in-district
area_weight: 0.0367
- to: "us/states/al/districts/house/22"
rel: in-district
area_weight: 0.4103
- to: "us/states/al/districts/house/10"
rel: in-district
area_weight: 0.1317
- to: "us/states/al/districts/house/21"
rel: in-district
area_weight: 0.1127
- to: "us/states/al/districts/house/6"
rel: in-district
area_weight: 0.099
- to: "us/states/al/districts/house/20"
rel: in-district
area_weight: 0.0808
- to: "us/states/al/districts/house/19"
rel: in-district
area_weight: 0.0781
- to: "us/states/al/districts/house/25"
rel: in-district
area_weight: 0.0414
- to: "us/states/al/districts/house/53"
rel: in-district
area_weight: 0.0362
- to: "us/states/al/districts/house/4"
rel: in-district
area_weight: 0.0098
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +104,25 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 27577 |
| Bachelor's or higher | 181770 |
## Districts
- [AL-05](/us/states/al/districts/05.md) — 100% (congressional)
- [AL Senate District 7](/us/states/al/districts/senate/7.md) — 32% (state senate)
- [AL Senate District 8](/us/states/al/districts/senate/8.md) — 29% (state senate)
- [AL Senate District 9](/us/states/al/districts/senate/9.md) — 22% (state senate)
- [AL Senate District 2](/us/states/al/districts/senate/2.md) — 14% (state senate)
- [AL Senate District 3](/us/states/al/districts/senate/3.md) — 4% (state senate)
- [AL House District 22](/us/states/al/districts/house/22.md) — 41% (state house)
- [AL House District 10](/us/states/al/districts/house/10.md) — 13% (state house)
- [AL House District 21](/us/states/al/districts/house/21.md) — 11% (state house)
- [AL House District 6](/us/states/al/districts/house/6.md) — 10% (state house)
- [AL House District 20](/us/states/al/districts/house/20.md) — 8% (state house)
- [AL House District 19](/us/states/al/districts/house/19.md) — 8% (state house)
- [AL House District 25](/us/states/al/districts/house/25.md) — 4% (state house)
- [AL House District 53](/us/states/al/districts/house/53.md) — 4% (state house)
- [AL House District 4](/us/states/al/districts/house/4.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 54
hispanic: 506
bachelors_plus: 3598
districts:
- to: "us/states/al/districts/07"
rel: in-district
area_weight: 1.0
- to: "us/states/al/districts/senate/24"
rel: in-district
area_weight: 0.9997
- to: "us/states/al/districts/house/68"
rel: in-district
area_weight: 0.5465
- to: "us/states/al/districts/house/71"
rel: in-district
area_weight: 0.4533
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 506 |
| Bachelor's or higher | 3598 |
## Districts
- [AL-07](/us/states/al/districts/07.md) — 100% (congressional)
- [AL Senate District 24](/us/states/al/districts/senate/24.md) — 100% (state senate)
- [AL House District 68](/us/states/al/districts/house/68.md) — 55% (state house)
- [AL House District 71](/us/states/al/districts/house/71.md) — 45% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 181
hispanic: 925
bachelors_plus: 3816
districts:
- to: "us/states/al/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/senate/4"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/17"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 925 |
| Bachelor's or higher | 3816 |
## Districts
- [AL-04](/us/states/al/districts/04.md) — 100% (congressional)
- [AL Senate District 4](/us/states/al/districts/senate/4.md) — 100% (state senate)
- [AL House District 17](/us/states/al/districts/house/17.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 1321
hispanic: 17192
bachelors_plus: 18815
districts:
- to: "us/states/al/districts/04"
rel: in-district
area_weight: 0.9976
- to: "us/states/al/districts/senate/9"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/27"
rel: in-district
area_weight: 0.7427
- to: "us/states/al/districts/house/26"
rel: in-district
area_weight: 0.257
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 17192 |
| Bachelor's or higher | 18815 |
## Districts
- [AL-04](/us/states/al/districts/04.md) — 100% (congressional)
- [AL Senate District 9](/us/states/al/districts/senate/9.md) — 100% (state senate)
- [AL House District 27](/us/states/al/districts/house/27.md) — 74% (state house)
- [AL House District 26](/us/states/al/districts/house/26.md) — 26% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,57 @@ demographics:
race_native: 1747
hispanic: 14244
bachelors_plus: 98710
districts:
- to: "us/states/al/districts/01"
rel: in-district
area_weight: 0.4667
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 0.3181
- to: "us/states/al/districts/senate/34"
rel: in-district
area_weight: 0.464
- to: "us/states/al/districts/senate/35"
rel: in-district
area_weight: 0.2066
- to: "us/states/al/districts/senate/33"
rel: in-district
area_weight: 0.0583
- to: "us/states/al/districts/senate/22"
rel: in-district
area_weight: 0.0427
- to: "us/states/al/districts/house/102"
rel: in-district
area_weight: 0.3467
- to: "us/states/al/districts/house/105"
rel: in-district
area_weight: 0.1628
- to: "us/states/al/districts/house/98"
rel: in-district
area_weight: 0.0891
- to: "us/states/al/districts/house/100"
rel: in-district
area_weight: 0.0445
- to: "us/states/al/districts/house/97"
rel: in-district
area_weight: 0.0366
- to: "us/states/al/districts/house/99"
rel: in-district
area_weight: 0.0317
- to: "us/states/al/districts/house/101"
rel: in-district
area_weight: 0.025
- to: "us/states/al/districts/house/104"
rel: in-district
area_weight: 0.0184
- to: "us/states/al/districts/house/103"
rel: in-district
area_weight: 0.0166
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +104,25 @@ County jurisdiction — 4 officeholders mapped.
| Hispanic/Latino | 14244 |
| Bachelor's or higher | 98710 |
## Districts
- [AL-01](/us/states/al/districts/01.md) — 47% (congressional)
- [AL-02](/us/states/al/districts/02.md) — 32% (congressional)
- [AL Senate District 34](/us/states/al/districts/senate/34.md) — 46% (state senate)
- [AL Senate District 35](/us/states/al/districts/senate/35.md) — 21% (state senate)
- [AL Senate District 33](/us/states/al/districts/senate/33.md) — 6% (state senate)
- [AL Senate District 22](/us/states/al/districts/senate/22.md) — 4% (state senate)
- [AL House District 102](/us/states/al/districts/house/102.md) — 35% (state house)
- [AL House District 105](/us/states/al/districts/house/105.md) — 16% (state house)
- [AL House District 98](/us/states/al/districts/house/98.md) — 9% (state house)
- [AL House District 100](/us/states/al/districts/house/100.md) — 4% (state house)
- [AL House District 97](/us/states/al/districts/house/97.md) — 4% (state house)
- [AL House District 99](/us/states/al/districts/house/99.md) — 3% (state house)
- [AL House District 101](/us/states/al/districts/house/101.md) — 2% (state house)
- [AL House District 104](/us/states/al/districts/house/104.md) — 2% (state house)
- [AL House District 103](/us/states/al/districts/house/103.md) — 2% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 169
hispanic: 45
bachelors_plus: 2293
districts:
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 0.9988
- to: "us/states/al/districts/senate/23"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/house/68"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 45 |
| Bachelor's or higher | 2293 |
## Districts
- [AL-02](/us/states/al/districts/02.md) — 100% (congressional)
- [AL Senate District 23](/us/states/al/districts/senate/23.md) — 100% (state senate)
- [AL House District 68](/us/states/al/districts/house/68.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,42 @@ demographics:
race_native: 1198
hispanic: 12002
bachelors_plus: 79213
districts:
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 0.9964
- to: "us/states/al/districts/senate/25"
rel: in-district
area_weight: 0.6332
- to: "us/states/al/districts/senate/26"
rel: in-district
area_weight: 0.3664
- to: "us/states/al/districts/house/90"
rel: in-district
area_weight: 0.3875
- to: "us/states/al/districts/house/75"
rel: in-district
area_weight: 0.2085
- to: "us/states/al/districts/house/76"
rel: in-district
area_weight: 0.1428
- to: "us/states/al/districts/house/78"
rel: in-district
area_weight: 0.1389
- to: "us/states/al/districts/house/69"
rel: in-district
area_weight: 0.0721
- to: "us/states/al/districts/house/74"
rel: in-district
area_weight: 0.0267
- to: "us/states/al/districts/house/77"
rel: in-district
area_weight: 0.0233
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +89,20 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 12002 |
| Bachelor's or higher | 79213 |
## Districts
- [AL-02](/us/states/al/districts/02.md) — 100% (congressional)
- [AL Senate District 25](/us/states/al/districts/senate/25.md) — 63% (state senate)
- [AL Senate District 26](/us/states/al/districts/senate/26.md) — 37% (state senate)
- [AL House District 90](/us/states/al/districts/house/90.md) — 39% (state house)
- [AL House District 75](/us/states/al/districts/house/75.md) — 21% (state house)
- [AL House District 76](/us/states/al/districts/house/76.md) — 14% (state house)
- [AL House District 78](/us/states/al/districts/house/78.md) — 14% (state house)
- [AL House District 69](/us/states/al/districts/house/69.md) — 7% (state house)
- [AL House District 74](/us/states/al/districts/house/74.md) — 3% (state house)
- [AL House District 77](/us/states/al/districts/house/77.md) — 2% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,30 @@ demographics:
race_native: 770
hispanic: 14293
bachelors_plus: 29912
districts:
- to: "us/states/al/districts/05"
rel: in-district
area_weight: 0.9995
- to: "us/states/al/districts/senate/3"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/9"
rel: in-district
area_weight: 0.6762
- to: "us/states/al/districts/house/8"
rel: in-district
area_weight: 0.1594
- to: "us/states/al/districts/house/4"
rel: in-district
area_weight: 0.1307
- to: "us/states/al/districts/house/7"
rel: in-district
area_weight: 0.0336
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 14293 |
| Bachelor's or higher | 29912 |
## Districts
- [AL-05](/us/states/al/districts/05.md) — 100% (congressional)
- [AL Senate District 3](/us/states/al/districts/senate/3.md) — 100% (state senate)
- [AL House District 9](/us/states/al/districts/house/9.md) — 68% (state house)
- [AL House District 8](/us/states/al/districts/house/8.md) — 16% (state house)
- [AL House District 4](/us/states/al/districts/house/4.md) — 13% (state house)
- [AL House District 7](/us/states/al/districts/house/7.md) — 3% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 0
hispanic: 17
bachelors_plus: 1164
districts:
- to: "us/states/al/districts/07"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/senate/23"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/house/67"
rel: in-district
area_weight: 0.9195
- to: "us/states/al/districts/house/68"
rel: in-district
area_weight: 0.0804
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 17 |
| Bachelor's or higher | 1164 |
## Districts
- [AL-07](/us/states/al/districts/07.md) — 100% (congressional)
- [AL Senate District 23](/us/states/al/districts/senate/23.md) — 100% (state senate)
- [AL House District 67](/us/states/al/districts/house/67.md) — 92% (state house)
- [AL House District 68](/us/states/al/districts/house/68.md) — 8% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 61
hispanic: 666
bachelors_plus: 2439
districts:
- to: "us/states/al/districts/07"
rel: in-district
area_weight: 0.9984
- to: "us/states/al/districts/senate/21"
rel: in-district
area_weight: 0.9992
- to: "us/states/al/districts/house/61"
rel: in-district
area_weight: 0.6098
- to: "us/states/al/districts/house/71"
rel: in-district
area_weight: 0.3896
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 666 |
| Bachelor's or higher | 2439 |
## Districts
- [AL-07](/us/states/al/districts/07.md) — 100% (congressional)
- [AL Senate District 21](/us/states/al/districts/senate/21.md) — 100% (state senate)
- [AL House District 61](/us/states/al/districts/house/61.md) — 61% (state house)
- [AL House District 71](/us/states/al/districts/house/71.md) — 39% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 104
hispanic: 902
bachelors_plus: 7595
districts:
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/al/districts/senate/31"
rel: in-district
area_weight: 0.9996
- to: "us/states/al/districts/house/89"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 902 |
| Bachelor's or higher | 7595 |
## Districts
- [AL-02](/us/states/al/districts/02.md) — 100% (congressional)
- [AL Senate District 31](/us/states/al/districts/senate/31.md) — 100% (state senate)
- [AL House District 89](/us/states/al/districts/house/89.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 35
hispanic: 669
bachelors_plus: 4105
districts:
- to: "us/states/al/districts/03"
rel: in-district
area_weight: 0.9996
- to: "us/states/al/districts/senate/13"
rel: in-district
area_weight: 0.9997
- to: "us/states/al/districts/house/37"
rel: in-district
area_weight: 0.9994
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 669 |
| Bachelor's or higher | 4105 |
## Districts
- [AL-03](/us/states/al/districts/03.md) — 100% (congressional)
- [AL Senate District 13](/us/states/al/districts/senate/13.md) — 100% (state senate)
- [AL House District 37](/us/states/al/districts/house/37.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,30 @@ demographics:
race_native: 76
hispanic: 3527
bachelors_plus: 9615
districts:
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 0.9961
- to: "us/states/al/districts/senate/28"
rel: in-district
area_weight: 0.7798
- to: "us/states/al/districts/senate/27"
rel: in-district
area_weight: 0.2198
- to: "us/states/al/districts/house/84"
rel: in-district
area_weight: 0.6928
- to: "us/states/al/districts/house/83"
rel: in-district
area_weight: 0.2698
- to: "us/states/al/districts/house/80"
rel: in-district
area_weight: 0.0369
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3527 |
| Bachelor's or higher | 9615 |
## Districts
- [AL-02](/us/states/al/districts/02.md) — 100% (congressional)
- [AL Senate District 28](/us/states/al/districts/senate/28.md) — 78% (state senate)
- [AL Senate District 27](/us/states/al/districts/senate/27.md) — 22% (state senate)
- [AL House District 84](/us/states/al/districts/house/84.md) — 69% (state house)
- [AL House District 83](/us/states/al/districts/house/83.md) — 27% (state house)
- [AL House District 80](/us/states/al/districts/house/80.md) — 4% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,48 @@ demographics:
race_native: 752
hispanic: 18735
bachelors_plus: 108456
districts:
- to: "us/states/al/districts/06"
rel: in-district
area_weight: 0.9977
- to: "us/states/al/districts/senate/15"
rel: in-district
area_weight: 0.3785
- to: "us/states/al/districts/senate/11"
rel: in-district
area_weight: 0.2895
- to: "us/states/al/districts/senate/14"
rel: in-district
area_weight: 0.2821
- to: "us/states/al/districts/senate/16"
rel: in-district
area_weight: 0.0499
- to: "us/states/al/districts/house/41"
rel: in-district
area_weight: 0.548
- to: "us/states/al/districts/house/49"
rel: in-district
area_weight: 0.1703
- to: "us/states/al/districts/house/45"
rel: in-district
area_weight: 0.1235
- to: "us/states/al/districts/house/43"
rel: in-district
area_weight: 0.0653
- to: "us/states/al/districts/house/73"
rel: in-district
area_weight: 0.0637
- to: "us/states/al/districts/house/15"
rel: in-district
area_weight: 0.0149
- to: "us/states/al/districts/house/48"
rel: in-district
area_weight: 0.0143
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +95,22 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 18735 |
| Bachelor's or higher | 108456 |
## Districts
- [AL-06](/us/states/al/districts/06.md) — 100% (congressional)
- [AL Senate District 15](/us/states/al/districts/senate/15.md) — 38% (state senate)
- [AL Senate District 11](/us/states/al/districts/senate/11.md) — 29% (state senate)
- [AL Senate District 14](/us/states/al/districts/senate/14.md) — 28% (state senate)
- [AL Senate District 16](/us/states/al/districts/senate/16.md) — 5% (state senate)
- [AL House District 41](/us/states/al/districts/house/41.md) — 55% (state house)
- [AL House District 49](/us/states/al/districts/house/49.md) — 17% (state house)
- [AL House District 45](/us/states/al/districts/house/45.md) — 12% (state house)
- [AL House District 43](/us/states/al/districts/house/43.md) — 7% (state house)
- [AL House District 73](/us/states/al/districts/house/73.md) — 6% (state house)
- [AL House District 15](/us/states/al/districts/house/15.md) — 1% (state house)
- [AL House District 48](/us/states/al/districts/house/48.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 337
hispanic: 2805
bachelors_plus: 18784
districts:
- to: "us/states/al/districts/03"
rel: in-district
area_weight: 0.9982
- to: "us/states/al/districts/senate/11"
rel: in-district
area_weight: 0.5767
- to: "us/states/al/districts/senate/17"
rel: in-district
area_weight: 0.4231
- to: "us/states/al/districts/house/30"
rel: in-district
area_weight: 0.4563
- to: "us/states/al/districts/house/50"
rel: in-district
area_weight: 0.376
- to: "us/states/al/districts/house/36"
rel: in-district
area_weight: 0.1375
- to: "us/states/al/districts/house/45"
rel: in-district
area_weight: 0.0299
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction.
| Hispanic/Latino | 2805 |
| Bachelor's or higher | 18784 |
## Districts
- [AL-03](/us/states/al/districts/03.md) — 100% (congressional)
- [AL Senate District 11](/us/states/al/districts/senate/11.md) — 58% (state senate)
- [AL Senate District 17](/us/states/al/districts/senate/17.md) — 42% (state senate)
- [AL House District 30](/us/states/al/districts/house/30.md) — 46% (state house)
- [AL House District 50](/us/states/al/districts/house/50.md) — 38% (state house)
- [AL House District 36](/us/states/al/districts/house/36.md) — 14% (state house)
- [AL House District 45](/us/states/al/districts/house/45.md) — 3% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 13
hispanic: 87
bachelors_plus: 1992
districts:
- to: "us/states/al/districts/07"
rel: in-district
area_weight: 1.0
- to: "us/states/al/districts/senate/24"
rel: in-district
area_weight: 0.9998
- to: "us/states/al/districts/house/71"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 87 |
| Bachelor's or higher | 1992 |
## Districts
- [AL-07](/us/states/al/districts/07.md) — 100% (congressional)
- [AL Senate District 24](/us/states/al/districts/senate/24.md) — 100% (state senate)
- [AL House District 71](/us/states/al/districts/house/71.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,36 @@ demographics:
race_native: 118
hispanic: 1947
bachelors_plus: 14132
districts:
- to: "us/states/al/districts/03"
rel: in-district
area_weight: 0.9468
- to: "us/states/al/districts/06"
rel: in-district
area_weight: 0.0532
- to: "us/states/al/districts/senate/11"
rel: in-district
area_weight: 0.503
- to: "us/states/al/districts/senate/12"
rel: in-district
area_weight: 0.4968
- to: "us/states/al/districts/house/33"
rel: in-district
area_weight: 0.4755
- to: "us/states/al/districts/house/32"
rel: in-district
area_weight: 0.2571
- to: "us/states/al/districts/house/35"
rel: in-district
area_weight: 0.2253
- to: "us/states/al/districts/house/36"
rel: in-district
area_weight: 0.042
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +83,18 @@ County jurisdiction.
| Hispanic/Latino | 1947 |
| Bachelor's or higher | 14132 |
## Districts
- [AL-03](/us/states/al/districts/03.md) — 95% (congressional)
- [AL-06](/us/states/al/districts/06.md) — 5% (congressional)
- [AL Senate District 11](/us/states/al/districts/senate/11.md) — 50% (state senate)
- [AL Senate District 12](/us/states/al/districts/senate/12.md) — 50% (state senate)
- [AL House District 33](/us/states/al/districts/house/33.md) — 48% (state house)
- [AL House District 32](/us/states/al/districts/house/32.md) — 26% (state house)
- [AL House District 35](/us/states/al/districts/house/35.md) — 23% (state house)
- [AL House District 36](/us/states/al/districts/house/36.md) — 4% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 102
hispanic: 1183
bachelors_plus: 8176
districts:
- to: "us/states/al/districts/03"
rel: in-district
area_weight: 0.9978
- to: "us/states/al/districts/senate/27"
rel: in-district
area_weight: 0.8512
- to: "us/states/al/districts/senate/30"
rel: in-district
area_weight: 0.1486
- to: "us/states/al/districts/house/81"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1183 |
| Bachelor's or higher | 8176 |
## Districts
- [AL-03](/us/states/al/districts/03.md) — 100% (congressional)
- [AL Senate District 27](/us/states/al/districts/senate/27.md) — 85% (state senate)
- [AL Senate District 30](/us/states/al/districts/senate/30.md) — 15% (state senate)
- [AL House District 81](/us/states/al/districts/house/81.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,48 @@ demographics:
race_native: 190
hispanic: 14030
bachelors_plus: 73504
districts:
- to: "us/states/al/districts/04"
rel: in-district
area_weight: 0.6246
- to: "us/states/al/districts/07"
rel: in-district
area_weight: 0.3752
- to: "us/states/al/districts/senate/5"
rel: in-district
area_weight: 0.4837
- to: "us/states/al/districts/senate/21"
rel: in-district
area_weight: 0.3456
- to: "us/states/al/districts/senate/24"
rel: in-district
area_weight: 0.1705
- to: "us/states/al/districts/house/16"
rel: in-district
area_weight: 0.3765
- to: "us/states/al/districts/house/62"
rel: in-district
area_weight: 0.2387
- to: "us/states/al/districts/house/61"
rel: in-district
area_weight: 0.165
- to: "us/states/al/districts/house/72"
rel: in-district
area_weight: 0.096
- to: "us/states/al/districts/house/71"
rel: in-district
area_weight: 0.0856
- to: "us/states/al/districts/house/63"
rel: in-district
area_weight: 0.0192
- to: "us/states/al/districts/house/70"
rel: in-district
area_weight: 0.0191
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +95,22 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 14030 |
| Bachelor's or higher | 73504 |
## Districts
- [AL-04](/us/states/al/districts/04.md) — 62% (congressional)
- [AL-07](/us/states/al/districts/07.md) — 38% (congressional)
- [AL Senate District 5](/us/states/al/districts/senate/5.md) — 48% (state senate)
- [AL Senate District 21](/us/states/al/districts/senate/21.md) — 35% (state senate)
- [AL Senate District 24](/us/states/al/districts/senate/24.md) — 17% (state senate)
- [AL House District 16](/us/states/al/districts/house/16.md) — 38% (state house)
- [AL House District 62](/us/states/al/districts/house/62.md) — 24% (state house)
- [AL House District 61](/us/states/al/districts/house/61.md) — 16% (state house)
- [AL House District 72](/us/states/al/districts/house/72.md) — 10% (state house)
- [AL House District 71](/us/states/al/districts/house/71.md) — 9% (state house)
- [AL House District 63](/us/states/al/districts/house/63.md) — 2% (state house)
- [AL House District 70](/us/states/al/districts/house/70.md) — 2% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 77
hispanic: 2435
bachelors_plus: 10561
districts:
- to: "us/states/al/districts/04"
rel: in-district
area_weight: 0.9982
- to: "us/states/al/districts/senate/5"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/house/13"
rel: in-district
area_weight: 0.5212
- to: "us/states/al/districts/house/14"
rel: in-district
area_weight: 0.4786
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 2435 |
| Bachelor's or higher | 10561 |
## Districts
- [AL-04](/us/states/al/districts/04.md) — 100% (congressional)
- [AL Senate District 5](/us/states/al/districts/senate/5.md) — 100% (state senate)
- [AL House District 13](/us/states/al/districts/house/13.md) — 52% (state house)
- [AL House District 14](/us/states/al/districts/house/14.md) — 48% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 1011
hispanic: 159
bachelors_plus: 2662
districts:
- to: "us/states/al/districts/02"
rel: in-district
area_weight: 0.9985
- to: "us/states/al/districts/senate/22"
rel: in-district
area_weight: 0.9997
- to: "us/states/al/districts/house/65"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 159 |
| Bachelor's or higher | 2662 |
## Districts
- [AL-02](/us/states/al/districts/02.md) — 100% (congressional)
- [AL Senate District 22](/us/states/al/districts/senate/22.md) — 100% (state senate)
- [AL House District 65](/us/states/al/districts/house/65.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 3
hispanic: 3
bachelors_plus: 1314
districts:
- to: "us/states/al/districts/07"
rel: in-district
area_weight: 0.9996
- to: "us/states/al/districts/senate/23"
rel: in-district
area_weight: 1.0
- to: "us/states/al/districts/house/69"
rel: in-district
area_weight: 0.8587
- to: "us/states/al/districts/house/68"
rel: in-district
area_weight: 0.141
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 3 |
| Bachelor's or higher | 1314 |
## Districts
- [AL-07](/us/states/al/districts/07.md) — 100% (congressional)
- [AL Senate District 23](/us/states/al/districts/senate/23.md) — 100% (state senate)
- [AL House District 69](/us/states/al/districts/house/69.md) — 86% (state house)
- [AL House District 68](/us/states/al/districts/house/68.md) — 14% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 78
hispanic: 880
bachelors_plus: 3385
districts:
- to: "us/states/al/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/senate/4"
rel: in-district
area_weight: 0.9999
- to: "us/states/al/districts/house/14"
rel: in-district
area_weight: 0.9743
- to: "us/states/al/districts/house/17"
rel: in-district
area_weight: 0.0255
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, al]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 880 |
| Bachelor's or higher | 3385 |
## Districts
- [AL-04](/us/states/al/districts/04.md) — 100% (congressional)
- [AL Senate District 4](/us/states/al/districts/senate/4.md) — 100% (state senate)
- [AL House District 14](/us/states/al/districts/house/14.md) — 97% (state house)
- [AL House District 17](/us/states/al/districts/house/17.md) — 3% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 147964
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, al]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 130574
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, al]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 126407
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, al]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 115123
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, al]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 197382
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, al]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 204288
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, al]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 135097
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, al]
timestamp: "2026-07-03"
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 1"
classification: state-house-district
state: "AL"
chamber: "house"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 1
State House district 1 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 10"
classification: state-house-district
state: "AL"
chamber: "house"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 10
State House district 10 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 100"
classification: state-house-district
state: "AL"
chamber: "house"
district: "100"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 100
State House district 100 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 101"
classification: state-house-district
state: "AL"
chamber: "house"
district: "101"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 101
State House district 101 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 102"
classification: state-house-district
state: "AL"
chamber: "house"
district: "102"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 102
State House district 102 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 103"
classification: state-house-district
state: "AL"
chamber: "house"
district: "103"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 103
State House district 103 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 104"
classification: state-house-district
state: "AL"
chamber: "house"
district: "104"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 104
State House district 104 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 105"
classification: state-house-district
state: "AL"
chamber: "house"
district: "105"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 105
State House district 105 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 11"
classification: state-house-district
state: "AL"
chamber: "house"
district: "11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 11
State House district 11 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 12"
classification: state-house-district
state: "AL"
chamber: "house"
district: "12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 12
State House district 12 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 13"
classification: state-house-district
state: "AL"
chamber: "house"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 13
State House district 13 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 14"
classification: state-house-district
state: "AL"
chamber: "house"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 14
State House district 14 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 15"
classification: state-house-district
state: "AL"
chamber: "house"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 15
State House district 15 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 16"
classification: state-house-district
state: "AL"
chamber: "house"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 16
State House district 16 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 17"
classification: state-house-district
state: "AL"
chamber: "house"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 17
State House district 17 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 18"
classification: state-house-district
state: "AL"
chamber: "house"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 18
State House district 18 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 19"
classification: state-house-district
state: "AL"
chamber: "house"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 19
State House district 19 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 2"
classification: state-house-district
state: "AL"
chamber: "house"
district: "2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 2
State House district 2 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 20"
classification: state-house-district
state: "AL"
chamber: "house"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 20
State House district 20 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 21"
classification: state-house-district
state: "AL"
chamber: "house"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 21
State House district 21 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 22"
classification: state-house-district
state: "AL"
chamber: "house"
district: "22"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 22
State House district 22 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 23"
classification: state-house-district
state: "AL"
chamber: "house"
district: "23"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 23
State House district 23 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 24"
classification: state-house-district
state: "AL"
chamber: "house"
district: "24"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 24
State House district 24 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 25"
classification: state-house-district
state: "AL"
chamber: "house"
district: "25"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 25
State House district 25 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 26"
classification: state-house-district
state: "AL"
chamber: "house"
district: "26"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 26
State House district 26 (AL).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "AL House District 27"
classification: state-house-district
state: "AL"
chamber: "house"
district: "27"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, al]
timestamp: "2026-07-03"
---
# AL House District 27
State House district 27 (AL).
## Source
- boundary: Census TIGER 2024

Some files were not shown because too many files have changed in this diff Show More