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,30 @@ demographics:
race_native: 483
hispanic: 13423
bachelors_plus: 2398
districts:
- to: "us/states/wa/districts/05"
rel: in-district
area_weight: 0.9293
- to: "us/states/wa/districts/04"
rel: in-district
area_weight: 0.0707
- to: "us/states/wa/districts/senate/9"
rel: in-district
area_weight: 0.9318
- to: "us/states/wa/districts/senate/13"
rel: in-district
area_weight: 0.0681
- to: "us/states/wa/districts/house/9"
rel: in-district
area_weight: 0.9318
- to: "us/states/wa/districts/house/13"
rel: in-district
area_weight: 0.0681
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 13423 |
| Bachelor's or higher | 2398 |
## Districts
- [WA-05](/us/states/wa/districts/05.md) — 93% (congressional)
- [WA-04](/us/states/wa/districts/04.md) — 7% (congressional)
- [WA Senate District 9](/us/states/wa/districts/senate/9.md) — 93% (state senate)
- [WA Senate District 13](/us/states/wa/districts/senate/13.md) — 7% (state senate)
- [WA House District 9](/us/states/wa/districts/house/9.md) — 93% (state house)
- [WA House District 13](/us/states/wa/districts/house/13.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: 254
hispanic: 1028
bachelors_plus: 5617
districts:
- to: "us/states/wa/districts/05"
rel: in-district
area_weight: 0.9994
- to: "us/states/wa/districts/senate/9"
rel: in-district
area_weight: 0.9996
- to: "us/states/wa/districts/house/9"
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1028 |
| Bachelor's or higher | 5617 |
## Districts
- [WA-05](/us/states/wa/districts/05.md) — 100% (congressional)
- [WA Senate District 9](/us/states/wa/districts/senate/9.md) — 100% (state senate)
- [WA House District 9](/us/states/wa/districts/house/9.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,39 @@ demographics:
race_native: 2237
hispanic: 54546
bachelors_plus: 64110
districts:
- to: "us/states/wa/districts/04"
rel: in-district
area_weight: 0.9993
- to: "us/states/wa/districts/senate/16"
rel: in-district
area_weight: 0.3543
- to: "us/states/wa/districts/senate/8"
rel: in-district
area_weight: 0.2886
- to: "us/states/wa/districts/senate/14"
rel: in-district
area_weight: 0.2461
- to: "us/states/wa/districts/senate/15"
rel: in-district
area_weight: 0.111
- to: "us/states/wa/districts/house/16"
rel: in-district
area_weight: 0.3543
- to: "us/states/wa/districts/house/8"
rel: in-district
area_weight: 0.2886
- to: "us/states/wa/districts/house/14"
rel: in-district
area_weight: 0.2461
- to: "us/states/wa/districts/house/15"
rel: in-district
area_weight: 0.111
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +86,19 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 54546 |
| Bachelor's or higher | 64110 |
## Districts
- [WA-04](/us/states/wa/districts/04.md) — 100% (congressional)
- [WA Senate District 16](/us/states/wa/districts/senate/16.md) — 35% (state senate)
- [WA Senate District 8](/us/states/wa/districts/senate/8.md) — 29% (state senate)
- [WA Senate District 14](/us/states/wa/districts/senate/14.md) — 25% (state senate)
- [WA Senate District 15](/us/states/wa/districts/senate/15.md) — 11% (state senate)
- [WA House District 16](/us/states/wa/districts/house/16.md) — 35% (state house)
- [WA House District 8](/us/states/wa/districts/house/8.md) — 29% (state house)
- [WA House District 14](/us/states/wa/districts/house/14.md) — 25% (state house)
- [WA House District 15](/us/states/wa/districts/house/15.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: 887
hispanic: 23247
bachelors_plus: 23640
districts:
- to: "us/states/wa/districts/08"
rel: in-district
area_weight: 0.9978
- to: "us/states/wa/districts/senate/12"
rel: in-district
area_weight: 0.9985
- to: "us/states/wa/districts/house/12"
rel: in-district
area_weight: 0.9985
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 23247 |
| Bachelor's or higher | 23640 |
## Districts
- [WA-08](/us/states/wa/districts/08.md) — 100% (congressional)
- [WA Senate District 12](/us/states/wa/districts/senate/12.md) — 100% (state senate)
- [WA House District 12](/us/states/wa/districts/house/12.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: 2743
hispanic: 5273
bachelors_plus: 26850
districts:
- to: "us/states/wa/districts/06"
rel: in-district
area_weight: 0.663
- to: "us/states/wa/districts/senate/24"
rel: in-district
area_weight: 0.6616
- to: "us/states/wa/districts/house/24"
rel: in-district
area_weight: 0.6616
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 5273 |
| Bachelor's or higher | 26850 |
## Districts
- [WA-06](/us/states/wa/districts/06.md) — 66% (congressional)
- [WA Senate District 24](/us/states/wa/districts/senate/24.md) — 66% (state senate)
- [WA House District 24](/us/states/wa/districts/house/24.md) — 66% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,39 @@ demographics:
race_native: 3943
hispanic: 63672
bachelors_plus: 163945
districts:
- to: "us/states/wa/districts/03"
rel: in-district
area_weight: 0.9999
- to: "us/states/wa/districts/senate/20"
rel: in-district
area_weight: 0.5732
- to: "us/states/wa/districts/senate/17"
rel: in-district
area_weight: 0.2155
- to: "us/states/wa/districts/senate/18"
rel: in-district
area_weight: 0.125
- to: "us/states/wa/districts/senate/49"
rel: in-district
area_weight: 0.0862
- to: "us/states/wa/districts/house/20"
rel: in-district
area_weight: 0.5732
- to: "us/states/wa/districts/house/17"
rel: in-district
area_weight: 0.2155
- to: "us/states/wa/districts/house/18"
rel: in-district
area_weight: 0.125
- to: "us/states/wa/districts/house/49"
rel: in-district
area_weight: 0.0862
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +86,19 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 63672 |
| Bachelor's or higher | 163945 |
## Districts
- [WA-03](/us/states/wa/districts/03.md) — 100% (congressional)
- [WA Senate District 20](/us/states/wa/districts/senate/20.md) — 57% (state senate)
- [WA Senate District 17](/us/states/wa/districts/senate/17.md) — 22% (state senate)
- [WA Senate District 18](/us/states/wa/districts/senate/18.md) — 12% (state senate)
- [WA Senate District 49](/us/states/wa/districts/senate/49.md) — 9% (state senate)
- [WA House District 20](/us/states/wa/districts/house/20.md) — 57% (state house)
- [WA House District 17](/us/states/wa/districts/house/17.md) — 22% (state house)
- [WA House District 18](/us/states/wa/districts/house/18.md) — 12% (state house)
- [WA House District 49](/us/states/wa/districts/house/49.md) — 9% (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: 335
bachelors_plus: 1065
districts:
- to: "us/states/wa/districts/05"
rel: in-district
area_weight: 0.9998
- to: "us/states/wa/districts/senate/9"
rel: in-district
area_weight: 0.9997
- to: "us/states/wa/districts/house/9"
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 335 |
| Bachelor's or higher | 1065 |
## Districts
- [WA-05](/us/states/wa/districts/05.md) — 100% (congressional)
- [WA Senate District 9](/us/states/wa/districts/senate/9.md) — 100% (state senate)
- [WA House District 9](/us/states/wa/districts/house/9.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: 1452
hispanic: 11775
bachelors_plus: 18416
districts:
- to: "us/states/wa/districts/03"
rel: in-district
area_weight: 0.9999
- to: "us/states/wa/districts/senate/20"
rel: in-district
area_weight: 0.7785
- to: "us/states/wa/districts/senate/19"
rel: in-district
area_weight: 0.2213
- to: "us/states/wa/districts/house/20"
rel: in-district
area_weight: 0.7785
- to: "us/states/wa/districts/house/19"
rel: in-district
area_weight: 0.2213
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 11775 |
| Bachelor's or higher | 18416 |
## Districts
- [WA-03](/us/states/wa/districts/03.md) — 100% (congressional)
- [WA Senate District 20](/us/states/wa/districts/senate/20.md) — 78% (state senate)
- [WA Senate District 19](/us/states/wa/districts/senate/19.md) — 22% (state senate)
- [WA House District 20](/us/states/wa/districts/house/20.md) — 78% (state house)
- [WA House District 19](/us/states/wa/districts/house/19.md) — 22% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 501
hispanic: 15729
bachelors_plus: 8251
districts:
- to: "us/states/wa/districts/04"
rel: in-district
area_weight: 0.9978
- to: "us/states/wa/districts/senate/7"
rel: in-district
area_weight: 0.9214
- to: "us/states/wa/districts/senate/13"
rel: in-district
area_weight: 0.0786
- to: "us/states/wa/districts/house/7"
rel: in-district
area_weight: 0.9214
- to: "us/states/wa/districts/house/13"
rel: in-district
area_weight: 0.0786
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 15729 |
| Bachelor's or higher | 8251 |
## Districts
- [WA-04](/us/states/wa/districts/04.md) — 100% (congressional)
- [WA Senate District 7](/us/states/wa/districts/senate/7.md) — 92% (state senate)
- [WA Senate District 13](/us/states/wa/districts/senate/13.md) — 8% (state senate)
- [WA House District 7](/us/states/wa/districts/house/7.md) — 92% (state house)
- [WA House District 13](/us/states/wa/districts/house/13.md) — 8% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 997
hispanic: 269
bachelors_plus: 1213
districts:
- to: "us/states/wa/districts/05"
rel: in-district
area_weight: 0.9996
- to: "us/states/wa/districts/senate/7"
rel: in-district
area_weight: 1.0
- to: "us/states/wa/districts/house/7"
rel: in-district
area_weight: 1.0
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 269 |
| Bachelor's or higher | 1213 |
## Districts
- [WA-05](/us/states/wa/districts/05.md) — 100% (congressional)
- [WA Senate District 7](/us/states/wa/districts/senate/7.md) — 100% (state senate)
- [WA House District 7](/us/states/wa/districts/house/7.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: 1342
hispanic: 54664
bachelors_plus: 16765
districts:
- to: "us/states/wa/districts/05"
rel: in-district
area_weight: 0.8986
- to: "us/states/wa/districts/04"
rel: in-district
area_weight: 0.1014
- to: "us/states/wa/districts/senate/16"
rel: in-district
area_weight: 0.9825
- to: "us/states/wa/districts/senate/14"
rel: in-district
area_weight: 0.0093
- to: "us/states/wa/districts/senate/8"
rel: in-district
area_weight: 0.0079
- to: "us/states/wa/districts/house/16"
rel: in-district
area_weight: 0.9825
- to: "us/states/wa/districts/house/14"
rel: in-district
area_weight: 0.0093
- to: "us/states/wa/districts/house/8"
rel: in-district
area_weight: 0.0079
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +83,18 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 54664 |
| Bachelor's or higher | 16765 |
## Districts
- [WA-05](/us/states/wa/districts/05.md) — 90% (congressional)
- [WA-04](/us/states/wa/districts/04.md) — 10% (congressional)
- [WA Senate District 16](/us/states/wa/districts/senate/16.md) — 98% (state senate)
- [WA Senate District 14](/us/states/wa/districts/senate/14.md) — 1% (state senate)
- [WA Senate District 8](/us/states/wa/districts/senate/8.md) — 1% (state senate)
- [WA House District 16](/us/states/wa/districts/house/16.md) — 98% (state house)
- [WA House District 14](/us/states/wa/districts/house/14.md) — 1% (state house)
- [WA House District 8](/us/states/wa/districts/house/8.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: 1
hispanic: 117
bachelors_plus: 766
districts:
- to: "us/states/wa/districts/05"
rel: in-district
area_weight: 0.9999
- to: "us/states/wa/districts/senate/9"
rel: in-district
area_weight: 0.9999
- to: "us/states/wa/districts/house/9"
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 117 |
| Bachelor's or higher | 766 |
## Districts
- [WA-05](/us/states/wa/districts/05.md) — 100% (congressional)
- [WA Senate District 9](/us/states/wa/districts/senate/9.md) — 100% (state senate)
- [WA House District 9](/us/states/wa/districts/house/9.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: 1589
hispanic: 44645
bachelors_plus: 15153
districts:
- to: "us/states/wa/districts/04"
rel: in-district
area_weight: 0.9997
- to: "us/states/wa/districts/senate/13"
rel: in-district
area_weight: 0.9213
- to: "us/states/wa/districts/senate/16"
rel: in-district
area_weight: 0.0787
- to: "us/states/wa/districts/house/13"
rel: in-district
area_weight: 0.9213
- to: "us/states/wa/districts/house/16"
rel: in-district
area_weight: 0.0787
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 5 officeholders mapped.
| Hispanic/Latino | 44645 |
| Bachelor's or higher | 15153 |
## Districts
- [WA-04](/us/states/wa/districts/04.md) — 100% (congressional)
- [WA Senate District 13](/us/states/wa/districts/senate/13.md) — 92% (state senate)
- [WA Senate District 16](/us/states/wa/districts/senate/16.md) — 8% (state senate)
- [WA House District 13](/us/states/wa/districts/house/13.md) — 92% (state house)
- [WA House District 16](/us/states/wa/districts/house/16.md) — 8% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 3240
hispanic: 8617
bachelors_plus: 13656
districts:
- to: "us/states/wa/districts/06"
rel: in-district
area_weight: 0.8706
- to: "us/states/wa/districts/senate/24"
rel: in-district
area_weight: 0.613
- to: "us/states/wa/districts/senate/19"
rel: in-district
area_weight: 0.2575
- to: "us/states/wa/districts/house/24"
rel: in-district
area_weight: 0.613
- to: "us/states/wa/districts/house/19"
rel: in-district
area_weight: 0.2575
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 8617 |
| Bachelor's or higher | 13656 |
## Districts
- [WA-06](/us/states/wa/districts/06.md) — 87% (congressional)
- [WA Senate District 24](/us/states/wa/districts/senate/24.md) — 61% (state senate)
- [WA Senate District 19](/us/states/wa/districts/senate/19.md) — 26% (state senate)
- [WA House District 24](/us/states/wa/districts/house/24.md) — 61% (state house)
- [WA House District 19](/us/states/wa/districts/house/19.md) — 26% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 874
hispanic: 7582
bachelors_plus: 32984
districts:
- to: "us/states/wa/districts/02"
rel: in-district
area_weight: 0.4111
- to: "us/states/wa/districts/senate/10"
rel: in-district
area_weight: 0.41
- to: "us/states/wa/districts/house/10"
rel: in-district
area_weight: 0.41
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 7582 |
| Bachelor's or higher | 32984 |
## Districts
- [WA-02](/us/states/wa/districts/02.md) — 41% (congressional)
- [WA Senate District 10](/us/states/wa/districts/senate/10.md) — 41% (state senate)
- [WA House District 10](/us/states/wa/districts/house/10.md) — 41% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 357
hispanic: 1480
bachelors_plus: 18142
districts:
- to: "us/states/wa/districts/06"
rel: in-district
area_weight: 0.8358
- to: "us/states/wa/districts/senate/24"
rel: in-district
area_weight: 0.8341
- to: "us/states/wa/districts/house/24"
rel: in-district
area_weight: 0.8341
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1480 |
| Bachelor's or higher | 18142 |
## Districts
- [WA-06](/us/states/wa/districts/06.md) — 84% (congressional)
- [WA Senate District 24](/us/states/wa/districts/senate/24.md) — 83% (state senate)
- [WA House District 24](/us/states/wa/districts/house/24.md) — 83% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,126 @@ demographics:
race_native: 14675
hispanic: 251983
bachelors_plus: 1340944
districts:
- to: "us/states/wa/districts/08"
rel: in-district
area_weight: 0.7608
- to: "us/states/wa/districts/09"
rel: in-district
area_weight: 0.0867
- to: "us/states/wa/districts/07"
rel: in-district
area_weight: 0.0661
- to: "us/states/wa/districts/01"
rel: in-district
area_weight: 0.0375
- to: "us/states/wa/districts/senate/12"
rel: in-district
area_weight: 0.3468
- to: "us/states/wa/districts/senate/5"
rel: in-district
area_weight: 0.3336
- to: "us/states/wa/districts/senate/45"
rel: in-district
area_weight: 0.0451
- to: "us/states/wa/districts/senate/34"
rel: in-district
area_weight: 0.0291
- to: "us/states/wa/districts/senate/47"
rel: in-district
area_weight: 0.0279
- to: "us/states/wa/districts/senate/41"
rel: in-district
area_weight: 0.026
- to: "us/states/wa/districts/senate/33"
rel: in-district
area_weight: 0.02
- to: "us/states/wa/districts/senate/11"
rel: in-district
area_weight: 0.018
- to: "us/states/wa/districts/senate/48"
rel: in-district
area_weight: 0.0175
- to: "us/states/wa/districts/senate/30"
rel: in-district
area_weight: 0.017
- to: "us/states/wa/districts/senate/31"
rel: in-district
area_weight: 0.0154
- to: "us/states/wa/districts/senate/1"
rel: in-district
area_weight: 0.0133
- to: "us/states/wa/districts/senate/37"
rel: in-district
area_weight: 0.0106
- to: "us/states/wa/districts/senate/46"
rel: in-district
area_weight: 0.0094
- to: "us/states/wa/districts/senate/36"
rel: in-district
area_weight: 0.0074
- to: "us/states/wa/districts/senate/43"
rel: in-district
area_weight: 0.0064
- to: "us/states/wa/districts/senate/32"
rel: in-district
area_weight: 0.0062
- to: "us/states/wa/districts/house/12"
rel: in-district
area_weight: 0.3468
- to: "us/states/wa/districts/house/5"
rel: in-district
area_weight: 0.3336
- to: "us/states/wa/districts/house/45"
rel: in-district
area_weight: 0.0451
- to: "us/states/wa/districts/house/34"
rel: in-district
area_weight: 0.0291
- to: "us/states/wa/districts/house/47"
rel: in-district
area_weight: 0.0279
- to: "us/states/wa/districts/house/41"
rel: in-district
area_weight: 0.026
- to: "us/states/wa/districts/house/33"
rel: in-district
area_weight: 0.02
- to: "us/states/wa/districts/house/11"
rel: in-district
area_weight: 0.018
- to: "us/states/wa/districts/house/48"
rel: in-district
area_weight: 0.0175
- to: "us/states/wa/districts/house/30"
rel: in-district
area_weight: 0.017
- to: "us/states/wa/districts/house/31"
rel: in-district
area_weight: 0.0154
- to: "us/states/wa/districts/house/1"
rel: in-district
area_weight: 0.0133
- to: "us/states/wa/districts/house/37"
rel: in-district
area_weight: 0.0106
- to: "us/states/wa/districts/house/46"
rel: in-district
area_weight: 0.0094
- to: "us/states/wa/districts/house/36"
rel: in-district
area_weight: 0.0074
- to: "us/states/wa/districts/house/43"
rel: in-district
area_weight: 0.0064
- to: "us/states/wa/districts/house/32"
rel: in-district
area_weight: 0.0062
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +173,48 @@ County jurisdiction — 25 officeholders mapped.
| Hispanic/Latino | 251983 |
| Bachelor's or higher | 1340944 |
## Districts
- [WA-08](/us/states/wa/districts/08.md) — 76% (congressional)
- [WA-09](/us/states/wa/districts/09.md) — 9% (congressional)
- [WA-07](/us/states/wa/districts/07.md) — 7% (congressional)
- [WA-01](/us/states/wa/districts/01.md) — 4% (congressional)
- [WA Senate District 12](/us/states/wa/districts/senate/12.md) — 35% (state senate)
- [WA Senate District 5](/us/states/wa/districts/senate/5.md) — 33% (state senate)
- [WA Senate District 45](/us/states/wa/districts/senate/45.md) — 5% (state senate)
- [WA Senate District 34](/us/states/wa/districts/senate/34.md) — 3% (state senate)
- [WA Senate District 47](/us/states/wa/districts/senate/47.md) — 3% (state senate)
- [WA Senate District 41](/us/states/wa/districts/senate/41.md) — 3% (state senate)
- [WA Senate District 33](/us/states/wa/districts/senate/33.md) — 2% (state senate)
- [WA Senate District 11](/us/states/wa/districts/senate/11.md) — 2% (state senate)
- [WA Senate District 48](/us/states/wa/districts/senate/48.md) — 2% (state senate)
- [WA Senate District 30](/us/states/wa/districts/senate/30.md) — 2% (state senate)
- [WA Senate District 31](/us/states/wa/districts/senate/31.md) — 2% (state senate)
- [WA Senate District 1](/us/states/wa/districts/senate/1.md) — 1% (state senate)
- [WA Senate District 37](/us/states/wa/districts/senate/37.md) — 1% (state senate)
- [WA Senate District 46](/us/states/wa/districts/senate/46.md) — 1% (state senate)
- [WA Senate District 36](/us/states/wa/districts/senate/36.md) — 1% (state senate)
- [WA Senate District 43](/us/states/wa/districts/senate/43.md) — 1% (state senate)
- [WA Senate District 32](/us/states/wa/districts/senate/32.md) — 1% (state senate)
- [WA House District 12](/us/states/wa/districts/house/12.md) — 35% (state house)
- [WA House District 5](/us/states/wa/districts/house/5.md) — 33% (state house)
- [WA House District 45](/us/states/wa/districts/house/45.md) — 5% (state house)
- [WA House District 34](/us/states/wa/districts/house/34.md) — 3% (state house)
- [WA House District 47](/us/states/wa/districts/house/47.md) — 3% (state house)
- [WA House District 41](/us/states/wa/districts/house/41.md) — 3% (state house)
- [WA House District 33](/us/states/wa/districts/house/33.md) — 2% (state house)
- [WA House District 11](/us/states/wa/districts/house/11.md) — 2% (state house)
- [WA House District 48](/us/states/wa/districts/house/48.md) — 2% (state house)
- [WA House District 30](/us/states/wa/districts/house/30.md) — 2% (state house)
- [WA House District 31](/us/states/wa/districts/house/31.md) — 2% (state house)
- [WA House District 1](/us/states/wa/districts/house/1.md) — 1% (state house)
- [WA House District 37](/us/states/wa/districts/house/37.md) — 1% (state house)
- [WA House District 46](/us/states/wa/districts/house/46.md) — 1% (state house)
- [WA House District 36](/us/states/wa/districts/house/36.md) — 1% (state house)
- [WA House District 43](/us/states/wa/districts/house/43.md) — 1% (state house)
- [WA House District 32](/us/states/wa/districts/house/32.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: 2796
hispanic: 26018
bachelors_plus: 103110
districts:
- to: "us/states/wa/districts/06"
rel: in-district
area_weight: 0.7779
- to: "us/states/wa/districts/senate/23"
rel: in-district
area_weight: 0.3117
- to: "us/states/wa/districts/senate/35"
rel: in-district
area_weight: 0.2279
- to: "us/states/wa/districts/senate/26"
rel: in-district
area_weight: 0.1854
- to: "us/states/wa/districts/house/23"
rel: in-district
area_weight: 0.3117
- to: "us/states/wa/districts/house/35"
rel: in-district
area_weight: 0.2279
- to: "us/states/wa/districts/house/26"
rel: in-district
area_weight: 0.1854
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 26018 |
| Bachelor's or higher | 103110 |
## Districts
- [WA-06](/us/states/wa/districts/06.md) — 78% (congressional)
- [WA Senate District 23](/us/states/wa/districts/senate/23.md) — 31% (state senate)
- [WA Senate District 35](/us/states/wa/districts/senate/35.md) — 23% (state senate)
- [WA Senate District 26](/us/states/wa/districts/senate/26.md) — 19% (state senate)
- [WA House District 23](/us/states/wa/districts/house/23.md) — 31% (state house)
- [WA House District 35](/us/states/wa/districts/house/35.md) — 23% (state house)
- [WA House District 26](/us/states/wa/districts/house/26.md) — 19% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 237
hispanic: 4974
bachelors_plus: 15196
districts:
- to: "us/states/wa/districts/08"
rel: in-district
area_weight: 0.9988
- to: "us/states/wa/districts/senate/13"
rel: in-district
area_weight: 0.9994
- to: "us/states/wa/districts/house/13"
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 4974 |
| Bachelor's or higher | 15196 |
## Districts
- [WA-08](/us/states/wa/districts/08.md) — 100% (congressional)
- [WA Senate District 13](/us/states/wa/districts/senate/13.md) — 100% (state senate)
- [WA House District 13](/us/states/wa/districts/house/13.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: 331
hispanic: 3089
bachelors_plus: 7995
districts:
- to: "us/states/wa/districts/04"
rel: in-district
area_weight: 0.9998
- to: "us/states/wa/districts/senate/14"
rel: in-district
area_weight: 0.671
- to: "us/states/wa/districts/senate/17"
rel: in-district
area_weight: 0.3289
- to: "us/states/wa/districts/house/14"
rel: in-district
area_weight: 0.671
- to: "us/states/wa/districts/house/17"
rel: in-district
area_weight: 0.3289
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3089 |
| Bachelor's or higher | 7995 |
## Districts
- [WA-04](/us/states/wa/districts/04.md) — 100% (congressional)
- [WA Senate District 14](/us/states/wa/districts/senate/14.md) — 67% (state senate)
- [WA Senate District 17](/us/states/wa/districts/senate/17.md) — 33% (state senate)
- [WA House District 14](/us/states/wa/districts/house/14.md) — 67% (state house)
- [WA House District 17](/us/states/wa/districts/house/17.md) — 33% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 1203
hispanic: 9810
bachelors_plus: 17522
districts:
- to: "us/states/wa/districts/03"
rel: in-district
area_weight: 0.9989
- to: "us/states/wa/districts/senate/20"
rel: in-district
area_weight: 0.7693
- to: "us/states/wa/districts/senate/19"
rel: in-district
area_weight: 0.2305
- to: "us/states/wa/districts/house/20"
rel: in-district
area_weight: 0.7693
- to: "us/states/wa/districts/house/19"
rel: in-district
area_weight: 0.2305
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 9810 |
| Bachelor's or higher | 17522 |
## Districts
- [WA-03](/us/states/wa/districts/03.md) — 100% (congressional)
- [WA Senate District 20](/us/states/wa/districts/senate/20.md) — 77% (state senate)
- [WA Senate District 19](/us/states/wa/districts/senate/19.md) — 23% (state senate)
- [WA House District 20](/us/states/wa/districts/house/20.md) — 77% (state house)
- [WA House District 19](/us/states/wa/districts/house/19.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: 218
hispanic: 477
bachelors_plus: 2630
districts:
- to: "us/states/wa/districts/05"
rel: in-district
area_weight: 0.9997
- to: "us/states/wa/districts/senate/9"
rel: in-district
area_weight: 0.9999
- to: "us/states/wa/districts/house/9"
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 477 |
| Bachelor's or higher | 2630 |
## Districts
- [WA-05](/us/states/wa/districts/05.md) — 100% (congressional)
- [WA Senate District 9](/us/states/wa/districts/senate/9.md) — 100% (state senate)
- [WA House District 9](/us/states/wa/districts/house/9.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: 1578
hispanic: 8685
bachelors_plus: 14853
districts:
- to: "us/states/wa/districts/06"
rel: in-district
area_weight: 0.953
- to: "us/states/wa/districts/senate/35"
rel: in-district
area_weight: 0.9496
- to: "us/states/wa/districts/house/35"
rel: in-district
area_weight: 0.9496
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 8685 |
| Bachelor's or higher | 14853 |
## Districts
- [WA-06](/us/states/wa/districts/06.md) — 95% (congressional)
- [WA Senate District 35](/us/states/wa/districts/senate/35.md) — 95% (state senate)
- [WA House District 35](/us/states/wa/districts/house/35.md) — 95% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 3847
hispanic: 9128
bachelors_plus: 10737
districts:
- to: "us/states/wa/districts/04"
rel: in-district
area_weight: 0.9993
- to: "us/states/wa/districts/senate/7"
rel: in-district
area_weight: 0.9999
- to: "us/states/wa/districts/house/7"
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 6 officeholders mapped.
| Hispanic/Latino | 9128 |
| Bachelor's or higher | 10737 |
## Districts
- [WA-04](/us/states/wa/districts/04.md) — 100% (congressional)
- [WA Senate District 7](/us/states/wa/districts/senate/7.md) — 100% (state senate)
- [WA House District 7](/us/states/wa/districts/house/7.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: 467
hispanic: 2378
bachelors_plus: 6266
districts:
- to: "us/states/wa/districts/03"
rel: in-district
area_weight: 0.7697
- to: "us/states/wa/districts/senate/19"
rel: in-district
area_weight: 0.7692
- to: "us/states/wa/districts/house/19"
rel: in-district
area_weight: 0.7692
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2378 |
| Bachelor's or higher | 6266 |
## Districts
- [WA-03](/us/states/wa/districts/03.md) — 77% (congressional)
- [WA Senate District 19](/us/states/wa/districts/senate/19.md) — 77% (state senate)
- [WA House District 19](/us/states/wa/districts/house/19.md) — 77% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 299
hispanic: 565
bachelors_plus: 2980
districts:
- to: "us/states/wa/districts/05"
rel: in-district
area_weight: 0.9999
- to: "us/states/wa/districts/senate/7"
rel: in-district
area_weight: 0.9999
- to: "us/states/wa/districts/house/7"
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 565 |
| Bachelor's or higher | 2980 |
## Districts
- [WA-05](/us/states/wa/districts/05.md) — 100% (congressional)
- [WA Senate District 7](/us/states/wa/districts/senate/7.md) — 100% (state senate)
- [WA House District 7](/us/states/wa/districts/house/7.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,63 @@ demographics:
race_native: 9941
hispanic: 119500
bachelors_plus: 268021
districts:
- to: "us/states/wa/districts/08"
rel: in-district
area_weight: 0.6946
- to: "us/states/wa/districts/10"
rel: in-district
area_weight: 0.1554
- to: "us/states/wa/districts/06"
rel: in-district
area_weight: 0.1009
- to: "us/states/wa/districts/senate/2"
rel: in-district
area_weight: 0.4119
- to: "us/states/wa/districts/senate/31"
rel: in-district
area_weight: 0.293
- to: "us/states/wa/districts/senate/28"
rel: in-district
area_weight: 0.0902
- to: "us/states/wa/districts/senate/26"
rel: in-district
area_weight: 0.0636
- to: "us/states/wa/districts/senate/25"
rel: in-district
area_weight: 0.0367
- to: "us/states/wa/districts/senate/27"
rel: in-district
area_weight: 0.0249
- to: "us/states/wa/districts/senate/29"
rel: in-district
area_weight: 0.0193
- to: "us/states/wa/districts/house/2"
rel: in-district
area_weight: 0.4119
- to: "us/states/wa/districts/house/31"
rel: in-district
area_weight: 0.293
- to: "us/states/wa/districts/house/28"
rel: in-district
area_weight: 0.0902
- to: "us/states/wa/districts/house/26"
rel: in-district
area_weight: 0.0636
- to: "us/states/wa/districts/house/25"
rel: in-district
area_weight: 0.0367
- to: "us/states/wa/districts/house/27"
rel: in-district
area_weight: 0.0249
- to: "us/states/wa/districts/house/29"
rel: in-district
area_weight: 0.0193
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +110,27 @@ County jurisdiction — 7 officeholders mapped.
| Hispanic/Latino | 119500 |
| Bachelor's or higher | 268021 |
## Districts
- [WA-08](/us/states/wa/districts/08.md) — 69% (congressional)
- [WA-10](/us/states/wa/districts/10.md) — 16% (congressional)
- [WA-06](/us/states/wa/districts/06.md) — 10% (congressional)
- [WA Senate District 2](/us/states/wa/districts/senate/2.md) — 41% (state senate)
- [WA Senate District 31](/us/states/wa/districts/senate/31.md) — 29% (state senate)
- [WA Senate District 28](/us/states/wa/districts/senate/28.md) — 9% (state senate)
- [WA Senate District 26](/us/states/wa/districts/senate/26.md) — 6% (state senate)
- [WA Senate District 25](/us/states/wa/districts/senate/25.md) — 4% (state senate)
- [WA Senate District 27](/us/states/wa/districts/senate/27.md) — 2% (state senate)
- [WA Senate District 29](/us/states/wa/districts/senate/29.md) — 2% (state senate)
- [WA House District 2](/us/states/wa/districts/house/2.md) — 41% (state house)
- [WA House District 31](/us/states/wa/districts/house/31.md) — 29% (state house)
- [WA House District 28](/us/states/wa/districts/house/28.md) — 9% (state house)
- [WA House District 26](/us/states/wa/districts/house/26.md) — 6% (state house)
- [WA House District 25](/us/states/wa/districts/house/25.md) — 4% (state house)
- [WA House District 27](/us/states/wa/districts/house/27.md) — 2% (state house)
- [WA House District 29](/us/states/wa/districts/house/29.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: 111
hispanic: 1409
bachelors_plus: 11868
districts:
- to: "us/states/wa/districts/02"
rel: in-district
area_weight: 0.4132
- to: "us/states/wa/districts/senate/40"
rel: in-district
area_weight: 0.3095
- to: "us/states/wa/districts/house/40"
rel: in-district
area_weight: 0.3095
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1409 |
| Bachelor's or higher | 11868 |
## Districts
- [WA-02](/us/states/wa/districts/02.md) — 41% (congressional)
- [WA Senate District 40](/us/states/wa/districts/senate/40.md) — 31% (state senate)
- [WA House District 40](/us/states/wa/districts/house/40.md) — 31% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 1862
hispanic: 25367
bachelors_plus: 39728
districts:
- to: "us/states/wa/districts/02"
rel: in-district
area_weight: 0.9157
- to: "us/states/wa/districts/senate/39"
rel: in-district
area_weight: 0.7938
- to: "us/states/wa/districts/senate/40"
rel: in-district
area_weight: 0.0727
- to: "us/states/wa/districts/senate/10"
rel: in-district
area_weight: 0.0493
- to: "us/states/wa/districts/house/39"
rel: in-district
area_weight: 0.7938
- to: "us/states/wa/districts/house/40"
rel: in-district
area_weight: 0.0727
- to: "us/states/wa/districts/house/10"
rel: in-district
area_weight: 0.0493
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 25367 |
| Bachelor's or higher | 39728 |
## Districts
- [WA-02](/us/states/wa/districts/02.md) — 92% (congressional)
- [WA Senate District 39](/us/states/wa/districts/senate/39.md) — 79% (state senate)
- [WA Senate District 40](/us/states/wa/districts/senate/40.md) — 7% (state senate)
- [WA Senate District 10](/us/states/wa/districts/senate/10.md) — 5% (state senate)
- [WA House District 39](/us/states/wa/districts/house/39.md) — 79% (state house)
- [WA House District 40](/us/states/wa/districts/house/40.md) — 7% (state house)
- [WA House District 10](/us/states/wa/districts/house/10.md) — 5% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 120
hispanic: 832
bachelors_plus: 3869
districts:
- to: "us/states/wa/districts/03"
rel: in-district
area_weight: 0.9996
- to: "us/states/wa/districts/senate/17"
rel: in-district
area_weight: 0.9997
- to: "us/states/wa/districts/house/17"
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 832 |
| Bachelor's or higher | 3869 |
## Districts
- [WA-03](/us/states/wa/districts/03.md) — 100% (congressional)
- [WA Senate District 17](/us/states/wa/districts/senate/17.md) — 100% (state senate)
- [WA House District 17](/us/states/wa/districts/house/17.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,69 @@ demographics:
race_native: 8838
hispanic: 102350
bachelors_plus: 308148
districts:
- to: "us/states/wa/districts/08"
rel: in-district
area_weight: 0.7545
- to: "us/states/wa/districts/01"
rel: in-district
area_weight: 0.1192
- to: "us/states/wa/districts/02"
rel: in-district
area_weight: 0.0886
- to: "us/states/wa/districts/senate/39"
rel: in-district
area_weight: 0.5875
- to: "us/states/wa/districts/senate/12"
rel: in-district
area_weight: 0.2075
- to: "us/states/wa/districts/senate/44"
rel: in-district
area_weight: 0.0488
- to: "us/states/wa/districts/senate/10"
rel: in-district
area_weight: 0.0463
- to: "us/states/wa/districts/senate/38"
rel: in-district
area_weight: 0.0368
- to: "us/states/wa/districts/senate/21"
rel: in-district
area_weight: 0.0161
- to: "us/states/wa/districts/senate/1"
rel: in-district
area_weight: 0.0107
- to: "us/states/wa/districts/senate/32"
rel: in-district
area_weight: 0.0074
- to: "us/states/wa/districts/house/39"
rel: in-district
area_weight: 0.5875
- to: "us/states/wa/districts/house/12"
rel: in-district
area_weight: 0.2075
- to: "us/states/wa/districts/house/44"
rel: in-district
area_weight: 0.0488
- to: "us/states/wa/districts/house/10"
rel: in-district
area_weight: 0.0463
- to: "us/states/wa/districts/house/38"
rel: in-district
area_weight: 0.0368
- to: "us/states/wa/districts/house/21"
rel: in-district
area_weight: 0.0161
- to: "us/states/wa/districts/house/1"
rel: in-district
area_weight: 0.0107
- to: "us/states/wa/districts/house/32"
rel: in-district
area_weight: 0.0074
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +116,29 @@ County jurisdiction — 8 officeholders mapped.
| Hispanic/Latino | 102350 |
| Bachelor's or higher | 308148 |
## Districts
- [WA-08](/us/states/wa/districts/08.md) — 75% (congressional)
- [WA-01](/us/states/wa/districts/01.md) — 12% (congressional)
- [WA-02](/us/states/wa/districts/02.md) — 9% (congressional)
- [WA Senate District 39](/us/states/wa/districts/senate/39.md) — 59% (state senate)
- [WA Senate District 12](/us/states/wa/districts/senate/12.md) — 21% (state senate)
- [WA Senate District 44](/us/states/wa/districts/senate/44.md) — 5% (state senate)
- [WA Senate District 10](/us/states/wa/districts/senate/10.md) — 5% (state senate)
- [WA Senate District 38](/us/states/wa/districts/senate/38.md) — 4% (state senate)
- [WA Senate District 21](/us/states/wa/districts/senate/21.md) — 2% (state senate)
- [WA Senate District 1](/us/states/wa/districts/senate/1.md) — 1% (state senate)
- [WA Senate District 32](/us/states/wa/districts/senate/32.md) — 1% (state senate)
- [WA House District 39](/us/states/wa/districts/house/39.md) — 59% (state house)
- [WA House District 12](/us/states/wa/districts/house/12.md) — 21% (state house)
- [WA House District 44](/us/states/wa/districts/house/44.md) — 5% (state house)
- [WA House District 10](/us/states/wa/districts/house/10.md) — 5% (state house)
- [WA House District 38](/us/states/wa/districts/house/38.md) — 4% (state house)
- [WA House District 21](/us/states/wa/districts/house/21.md) — 2% (state house)
- [WA House District 1](/us/states/wa/districts/house/1.md) — 1% (state house)
- [WA House District 32](/us/states/wa/districts/house/32.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,45 @@ demographics:
race_native: 5459
hispanic: 38877
bachelors_plus: 172788
districts:
- to: "us/states/wa/districts/05"
rel: in-district
area_weight: 0.9998
- to: "us/states/wa/districts/senate/9"
rel: in-district
area_weight: 0.4828
- to: "us/states/wa/districts/senate/6"
rel: in-district
area_weight: 0.2329
- to: "us/states/wa/districts/senate/4"
rel: in-district
area_weight: 0.2247
- to: "us/states/wa/districts/senate/7"
rel: in-district
area_weight: 0.0362
- to: "us/states/wa/districts/senate/3"
rel: in-district
area_weight: 0.0232
- to: "us/states/wa/districts/house/9"
rel: in-district
area_weight: 0.4828
- to: "us/states/wa/districts/house/6"
rel: in-district
area_weight: 0.2329
- to: "us/states/wa/districts/house/4"
rel: in-district
area_weight: 0.2247
- to: "us/states/wa/districts/house/7"
rel: in-district
area_weight: 0.0362
- to: "us/states/wa/districts/house/3"
rel: in-district
area_weight: 0.0232
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +92,21 @@ County jurisdiction — 6 officeholders mapped.
| Hispanic/Latino | 38877 |
| Bachelor's or higher | 172788 |
## Districts
- [WA-05](/us/states/wa/districts/05.md) — 100% (congressional)
- [WA Senate District 9](/us/states/wa/districts/senate/9.md) — 48% (state senate)
- [WA Senate District 6](/us/states/wa/districts/senate/6.md) — 23% (state senate)
- [WA Senate District 4](/us/states/wa/districts/senate/4.md) — 22% (state senate)
- [WA Senate District 7](/us/states/wa/districts/senate/7.md) — 4% (state senate)
- [WA Senate District 3](/us/states/wa/districts/senate/3.md) — 2% (state senate)
- [WA House District 9](/us/states/wa/districts/house/9.md) — 48% (state house)
- [WA House District 6](/us/states/wa/districts/house/6.md) — 23% (state house)
- [WA House District 4](/us/states/wa/districts/house/4.md) — 22% (state house)
- [WA House District 7](/us/states/wa/districts/house/7.md) — 4% (state house)
- [WA House District 3](/us/states/wa/districts/house/3.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: 1954
hispanic: 2012
bachelors_plus: 10492
districts:
- to: "us/states/wa/districts/05"
rel: in-district
area_weight: 0.9999
- to: "us/states/wa/districts/senate/7"
rel: in-district
area_weight: 0.9999
- to: "us/states/wa/districts/house/7"
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2012 |
| Bachelor's or higher | 10492 |
## Districts
- [WA-05](/us/states/wa/districts/05.md) — 100% (congressional)
- [WA Senate District 7](/us/states/wa/districts/senate/7.md) — 100% (state senate)
- [WA House District 7](/us/states/wa/districts/house/7.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: 3375
hispanic: 31748
bachelors_plus: 114273
districts:
- to: "us/states/wa/districts/10"
rel: in-district
area_weight: 0.6149
- to: "us/states/wa/districts/03"
rel: in-district
area_weight: 0.3683
- to: "us/states/wa/districts/senate/35"
rel: in-district
area_weight: 0.3994
- to: "us/states/wa/districts/senate/2"
rel: in-district
area_weight: 0.3422
- to: "us/states/wa/districts/senate/22"
rel: in-district
area_weight: 0.155
- to: "us/states/wa/districts/senate/20"
rel: in-district
area_weight: 0.0474
- to: "us/states/wa/districts/senate/19"
rel: in-district
area_weight: 0.0373
- to: "us/states/wa/districts/house/35"
rel: in-district
area_weight: 0.3994
- to: "us/states/wa/districts/house/2"
rel: in-district
area_weight: 0.3422
- to: "us/states/wa/districts/house/22"
rel: in-district
area_weight: 0.155
- to: "us/states/wa/districts/house/20"
rel: in-district
area_weight: 0.0474
- to: "us/states/wa/districts/house/19"
rel: in-district
area_weight: 0.0373
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +95,22 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 31748 |
| Bachelor's or higher | 114273 |
## Districts
- [WA-10](/us/states/wa/districts/10.md) — 61% (congressional)
- [WA-03](/us/states/wa/districts/03.md) — 37% (congressional)
- [WA Senate District 35](/us/states/wa/districts/senate/35.md) — 40% (state senate)
- [WA Senate District 2](/us/states/wa/districts/senate/2.md) — 34% (state senate)
- [WA Senate District 22](/us/states/wa/districts/senate/22.md) — 16% (state senate)
- [WA Senate District 20](/us/states/wa/districts/senate/20.md) — 5% (state senate)
- [WA Senate District 19](/us/states/wa/districts/senate/19.md) — 4% (state senate)
- [WA House District 35](/us/states/wa/districts/house/35.md) — 40% (state house)
- [WA House District 2](/us/states/wa/districts/house/2.md) — 34% (state house)
- [WA House District 22](/us/states/wa/districts/house/22.md) — 16% (state house)
- [WA House District 20](/us/states/wa/districts/house/20.md) — 5% (state house)
- [WA House District 19](/us/states/wa/districts/house/19.md) — 4% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 10
hispanic: 261
bachelors_plus: 1077
districts:
- to: "us/states/wa/districts/03"
rel: in-district
area_weight: 0.9637
- to: "us/states/wa/districts/senate/19"
rel: in-district
area_weight: 0.9646
- to: "us/states/wa/districts/house/19"
rel: in-district
area_weight: 0.9646
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 261 |
| Bachelor's or higher | 1077 |
## Districts
- [WA-03](/us/states/wa/districts/03.md) — 96% (congressional)
- [WA Senate District 19](/us/states/wa/districts/senate/19.md) — 96% (state senate)
- [WA House District 19](/us/states/wa/districts/house/19.md) — 96% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 756
hispanic: 14816
bachelors_plus: 17835
districts:
- to: "us/states/wa/districts/05"
rel: in-district
area_weight: 0.9996
- to: "us/states/wa/districts/senate/16"
rel: in-district
area_weight: 0.9999
- to: "us/states/wa/districts/house/16"
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 14816 |
| Bachelor's or higher | 17835 |
## Districts
- [WA-05](/us/states/wa/districts/05.md) — 100% (congressional)
- [WA Senate District 16](/us/states/wa/districts/senate/16.md) — 100% (state senate)
- [WA House District 16](/us/states/wa/districts/house/16.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: 4102
hispanic: 24461
bachelors_plus: 85596
districts:
- to: "us/states/wa/districts/02"
rel: in-district
area_weight: 0.866
- to: "us/states/wa/districts/senate/42"
rel: in-district
area_weight: 0.8225
- to: "us/states/wa/districts/senate/40"
rel: in-district
area_weight: 0.0426
- to: "us/states/wa/districts/house/42"
rel: in-district
area_weight: 0.8225
- to: "us/states/wa/districts/house/40"
rel: in-district
area_weight: 0.0426
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 24461 |
| Bachelor's or higher | 85596 |
## Districts
- [WA-02](/us/states/wa/districts/02.md) — 87% (congressional)
- [WA Senate District 42](/us/states/wa/districts/senate/42.md) — 82% (state senate)
- [WA Senate District 40](/us/states/wa/districts/senate/40.md) — 4% (state senate)
- [WA House District 42](/us/states/wa/districts/house/42.md) — 82% (state house)
- [WA House District 40](/us/states/wa/districts/house/40.md) — 4% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 298
hispanic: 3827
bachelors_plus: 17728
districts:
- to: "us/states/wa/districts/05"
rel: in-district
area_weight: 0.9999
- to: "us/states/wa/districts/senate/9"
rel: in-district
area_weight: 0.9999
- to: "us/states/wa/districts/house/9"
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 3827 |
| Bachelor's or higher | 17728 |
## Districts
- [WA-05](/us/states/wa/districts/05.md) — 100% (congressional)
- [WA Senate District 9](/us/states/wa/districts/senate/9.md) — 100% (state senate)
- [WA House District 9](/us/states/wa/districts/house/9.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: 8138
hispanic: 134645
bachelors_plus: 41240
districts:
- to: "us/states/wa/districts/04"
rel: in-district
area_weight: 0.9993
- to: "us/states/wa/districts/senate/14"
rel: in-district
area_weight: 0.512
- to: "us/states/wa/districts/senate/15"
rel: in-district
area_weight: 0.4879
- to: "us/states/wa/districts/house/14"
rel: in-district
area_weight: 0.512
- to: "us/states/wa/districts/house/15"
rel: in-district
area_weight: 0.4879
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, wa]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 134645 |
| Bachelor's or higher | 41240 |
## Districts
- [WA-04](/us/states/wa/districts/04.md) — 100% (congressional)
- [WA Senate District 14](/us/states/wa/districts/senate/14.md) — 51% (state senate)
- [WA Senate District 15](/us/states/wa/districts/senate/15.md) — 49% (state senate)
- [WA House District 14](/us/states/wa/districts/house/14.md) — 51% (state house)
- [WA House District 15](/us/states/wa/districts/house/15.md) — 49% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 315490
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, wa]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 221666
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, wa]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 173215
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, wa]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 130023
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, wa]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 183903
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, wa]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 216645
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, wa]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 417520
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, wa]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 234619
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, wa]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 237684
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, wa]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 179098
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, wa]
timestamp: "2026-07-03"
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 1"
classification: state-house-district
state: "WA"
chamber: "house"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 1
State House district 1 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 10"
classification: state-house-district
state: "WA"
chamber: "house"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 10
State House district 10 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 11"
classification: state-house-district
state: "WA"
chamber: "house"
district: "11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 11
State House district 11 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 12"
classification: state-house-district
state: "WA"
chamber: "house"
district: "12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 12
State House district 12 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 13"
classification: state-house-district
state: "WA"
chamber: "house"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 13
State House district 13 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 14"
classification: state-house-district
state: "WA"
chamber: "house"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 14
State House district 14 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 15"
classification: state-house-district
state: "WA"
chamber: "house"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 15
State House district 15 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 16"
classification: state-house-district
state: "WA"
chamber: "house"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 16
State House district 16 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 17"
classification: state-house-district
state: "WA"
chamber: "house"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 17
State House district 17 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 18"
classification: state-house-district
state: "WA"
chamber: "house"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 18
State House district 18 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 19"
classification: state-house-district
state: "WA"
chamber: "house"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 19
State House district 19 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 2"
classification: state-house-district
state: "WA"
chamber: "house"
district: "2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 2
State House district 2 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 20"
classification: state-house-district
state: "WA"
chamber: "house"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 20
State House district 20 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 21"
classification: state-house-district
state: "WA"
chamber: "house"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 21
State House district 21 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 22"
classification: state-house-district
state: "WA"
chamber: "house"
district: "22"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 22
State House district 22 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 23"
classification: state-house-district
state: "WA"
chamber: "house"
district: "23"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 23
State House district 23 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 24"
classification: state-house-district
state: "WA"
chamber: "house"
district: "24"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 24
State House district 24 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 25"
classification: state-house-district
state: "WA"
chamber: "house"
district: "25"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 25
State House district 25 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 26"
classification: state-house-district
state: "WA"
chamber: "house"
district: "26"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 26
State House district 26 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 27"
classification: state-house-district
state: "WA"
chamber: "house"
district: "27"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 27
State House district 27 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 28"
classification: state-house-district
state: "WA"
chamber: "house"
district: "28"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 28
State House district 28 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 29"
classification: state-house-district
state: "WA"
chamber: "house"
district: "29"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 29
State House district 29 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 3"
classification: state-house-district
state: "WA"
chamber: "house"
district: "3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 3
State House district 3 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 30"
classification: state-house-district
state: "WA"
chamber: "house"
district: "30"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 30
State House district 30 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 31"
classification: state-house-district
state: "WA"
chamber: "house"
district: "31"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 31
State House district 31 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 32"
classification: state-house-district
state: "WA"
chamber: "house"
district: "32"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 32
State House district 32 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 33"
classification: state-house-district
state: "WA"
chamber: "house"
district: "33"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 33
State House district 33 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 34"
classification: state-house-district
state: "WA"
chamber: "house"
district: "34"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 34
State House district 34 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 35"
classification: state-house-district
state: "WA"
chamber: "house"
district: "35"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 35
State House district 35 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 36"
classification: state-house-district
state: "WA"
chamber: "house"
district: "36"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 36
State House district 36 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 37"
classification: state-house-district
state: "WA"
chamber: "house"
district: "37"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 37
State House district 37 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 38"
classification: state-house-district
state: "WA"
chamber: "house"
district: "38"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 38
State House district 38 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 39"
classification: state-house-district
state: "WA"
chamber: "house"
district: "39"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 39
State House district 39 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 4"
classification: state-house-district
state: "WA"
chamber: "house"
district: "4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 4
State House district 4 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 40"
classification: state-house-district
state: "WA"
chamber: "house"
district: "40"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 40
State House district 40 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 41"
classification: state-house-district
state: "WA"
chamber: "house"
district: "41"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 41
State House district 41 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 42"
classification: state-house-district
state: "WA"
chamber: "house"
district: "42"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 42
State House district 42 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 43"
classification: state-house-district
state: "WA"
chamber: "house"
district: "43"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 43
State House district 43 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 44"
classification: state-house-district
state: "WA"
chamber: "house"
district: "44"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 44
State House district 44 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 45"
classification: state-house-district
state: "WA"
chamber: "house"
district: "45"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 45
State House district 45 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 46"
classification: state-house-district
state: "WA"
chamber: "house"
district: "46"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 46
State House district 46 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 47"
classification: state-house-district
state: "WA"
chamber: "house"
district: "47"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 47
State House district 47 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 48"
classification: state-house-district
state: "WA"
chamber: "house"
district: "48"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 48
State House district 48 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 49"
classification: state-house-district
state: "WA"
chamber: "house"
district: "49"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 49
State House district 49 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 5"
classification: state-house-district
state: "WA"
chamber: "house"
district: "5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 5
State House district 5 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 6"
classification: state-house-district
state: "WA"
chamber: "house"
district: "6"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 6
State House district 6 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 7"
classification: state-house-district
state: "WA"
chamber: "house"
district: "7"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 7
State House district 7 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 8"
classification: state-house-district
state: "WA"
chamber: "house"
district: "8"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 8
State House district 8 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA House District 9"
classification: state-house-district
state: "WA"
chamber: "house"
district: "9"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wa]
timestamp: "2026-07-03"
---
# WA House District 9
State House district 9 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA Senate District 1"
classification: state-senate-district
state: "WA"
chamber: "senate"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wa]
timestamp: "2026-07-03"
---
# WA Senate District 1
State Senate district 1 (WA).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WA Senate District 10"
classification: state-senate-district
state: "WA"
chamber: "senate"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wa]
timestamp: "2026-07-03"
---
# WA Senate District 10
State Senate district 10 (WA).
## Source
- boundary: Census TIGER 2024

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