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,24 @@ demographics:
race_native: 300
hispanic: 4043
bachelors_plus: 17886
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/10"
rel: in-district
area_weight: 0.9982
- to: "us/states/wy/districts/house/14"
rel: in-district
area_weight: 0.6309
- to: "us/states/wy/districts/house/46"
rel: in-district
area_weight: 0.3674
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 4043 |
| Bachelor's or higher | 17886 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 10](/us/states/wy/districts/senate/10.md) — 100% (state senate)
- [WY House District 14](/us/states/wy/districts/house/14.md) — 63% (state house)
- [WY House District 46](/us/states/wy/districts/house/46.md) — 37% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,30 @@ demographics:
race_native: 89
hispanic: 1143
bachelors_plus: 2439
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/19"
rel: in-district
area_weight: 0.5766
- to: "us/states/wy/districts/senate/20"
rel: in-district
area_weight: 0.4233
- to: "us/states/wy/districts/house/26"
rel: in-district
area_weight: 0.5766
- to: "us/states/wy/districts/house/27"
rel: in-district
area_weight: 0.2447
- to: "us/states/wy/districts/house/28"
rel: in-district
area_weight: 0.1786
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction.
| Hispanic/Latino | 1143 |
| Bachelor's or higher | 2439 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 19](/us/states/wy/districts/senate/19.md) — 58% (state senate)
- [WY Senate District 20](/us/states/wy/districts/senate/20.md) — 42% (state senate)
- [WY House District 26](/us/states/wy/districts/house/26.md) — 58% (state house)
- [WY House District 27](/us/states/wy/districts/house/27.md) — 24% (state house)
- [WY House District 28](/us/states/wy/districts/house/28.md) — 18% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 612
hispanic: 4562
bachelors_plus: 10035
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/23"
rel: in-district
area_weight: 0.5343
- to: "us/states/wy/districts/senate/1"
rel: in-district
area_weight: 0.4629
- to: "us/states/wy/districts/house/3"
rel: in-district
area_weight: 0.5323
- to: "us/states/wy/districts/house/52"
rel: in-district
area_weight: 0.4629
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 4562 |
| Bachelor's or higher | 10035 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 23](/us/states/wy/districts/senate/23.md) — 53% (state senate)
- [WY Senate District 1](/us/states/wy/districts/senate/1.md) — 46% (state senate)
- [WY House District 3](/us/states/wy/districts/house/3.md) — 53% (state house)
- [WY House District 52](/us/states/wy/districts/house/52.md) — 46% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 126
hispanic: 2640
bachelors_plus: 3302
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/11"
rel: in-district
area_weight: 0.9998
- to: "us/states/wy/districts/house/47"
rel: in-district
area_weight: 0.6943
- to: "us/states/wy/districts/house/15"
rel: in-district
area_weight: 0.3055
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 2640 |
| Bachelor's or higher | 3302 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 11](/us/states/wy/districts/senate/11.md) — 100% (state senate)
- [WY House District 47](/us/states/wy/districts/house/47.md) — 69% (state house)
- [WY House District 15](/us/states/wy/districts/house/15.md) — 31% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 4
hispanic: 1127
bachelors_plus: 3299
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/2"
rel: in-district
area_weight: 0.9997
- to: "us/states/wy/districts/house/6"
rel: in-district
area_weight: 0.6587
- to: "us/states/wy/districts/house/62"
rel: in-district
area_weight: 0.3409
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1127 |
| Bachelor's or higher | 3299 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 2](/us/states/wy/districts/senate/2.md) — 100% (state senate)
- [WY House District 6](/us/states/wy/districts/house/6.md) — 66% (state house)
- [WY House District 62](/us/states/wy/districts/house/62.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: 13
hispanic: 158
bachelors_plus: 1505
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 0.9999
- to: "us/states/wy/districts/senate/1"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/house/1"
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 158 |
| Bachelor's or higher | 1505 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 1](/us/states/wy/districts/senate/1.md) — 100% (state senate)
- [WY House District 1](/us/states/wy/districts/house/1.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: 7233
hispanic: 2745
bachelors_plus: 9835
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/26"
rel: in-district
area_weight: 0.5547
- to: "us/states/wy/districts/senate/25"
rel: in-district
area_weight: 0.2951
- to: "us/states/wy/districts/senate/20"
rel: in-district
area_weight: 0.1501
- to: "us/states/wy/districts/house/34"
rel: in-district
area_weight: 0.5536
- to: "us/states/wy/districts/house/33"
rel: in-district
area_weight: 0.2851
- to: "us/states/wy/districts/house/28"
rel: in-district
area_weight: 0.1501
- to: "us/states/wy/districts/house/54"
rel: in-district
area_weight: 0.01
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +83,18 @@ County jurisdiction.
| Hispanic/Latino | 2745 |
| Bachelor's or higher | 9835 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 26](/us/states/wy/districts/senate/26.md) — 55% (state senate)
- [WY Senate District 25](/us/states/wy/districts/senate/25.md) — 30% (state senate)
- [WY Senate District 20](/us/states/wy/districts/senate/20.md) — 15% (state senate)
- [WY House District 34](/us/states/wy/districts/house/34.md) — 55% (state house)
- [WY House District 33](/us/states/wy/districts/house/33.md) — 29% (state house)
- [WY House District 28](/us/states/wy/districts/house/28.md) — 15% (state house)
- [WY House District 54](/us/states/wy/districts/house/54.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: 92
hispanic: 1288
bachelors_plus: 2764
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 0.9999
- to: "us/states/wy/districts/senate/3"
rel: in-district
area_weight: 0.9998
- to: "us/states/wy/districts/house/5"
rel: in-district
area_weight: 0.5879
- to: "us/states/wy/districts/house/2"
rel: in-district
area_weight: 0.4119
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 1288 |
| Bachelor's or higher | 2764 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 3](/us/states/wy/districts/senate/3.md) — 100% (state senate)
- [WY House District 5](/us/states/wy/districts/house/5.md) — 59% (state house)
- [WY House District 2](/us/states/wy/districts/house/2.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: 25
hispanic: 183
bachelors_plus: 1194
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/20"
rel: in-district
area_weight: 0.9999
- to: "us/states/wy/districts/house/28"
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 183 |
| Bachelor's or higher | 1194 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 20](/us/states/wy/districts/senate/20.md) — 100% (state senate)
- [WY House District 28](/us/states/wy/districts/house/28.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: 144
hispanic: 373
bachelors_plus: 2769
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/22"
rel: in-district
area_weight: 0.9998
- to: "us/states/wy/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, wy]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 373 |
| Bachelor's or higher | 2769 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 22](/us/states/wy/districts/senate/22.md) — 100% (state senate)
- [WY House District 40](/us/states/wy/districts/house/40.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: 1027
hispanic: 16004
bachelors_plus: 31406
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/6"
rel: in-district
area_weight: 0.7224
- to: "us/states/wy/districts/senate/5"
rel: in-district
area_weight: 0.206
- to: "us/states/wy/districts/senate/31"
rel: in-district
area_weight: 0.0452
- to: "us/states/wy/districts/senate/4"
rel: in-district
area_weight: 0.0182
- to: "us/states/wy/districts/senate/8"
rel: in-district
area_weight: 0.0054
- to: "us/states/wy/districts/house/10"
rel: in-district
area_weight: 0.4629
- to: "us/states/wy/districts/house/4"
rel: in-district
area_weight: 0.2595
- to: "us/states/wy/districts/house/42"
rel: in-district
area_weight: 0.193
- to: "us/states/wy/districts/house/43"
rel: in-district
area_weight: 0.0444
- to: "us/states/wy/districts/house/8"
rel: in-district
area_weight: 0.0173
- to: "us/states/wy/districts/house/12"
rel: in-district
area_weight: 0.013
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +95,22 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 16004 |
| Bachelor's or higher | 31406 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 6](/us/states/wy/districts/senate/6.md) — 72% (state senate)
- [WY Senate District 5](/us/states/wy/districts/senate/5.md) — 21% (state senate)
- [WY Senate District 31](/us/states/wy/districts/senate/31.md) — 5% (state senate)
- [WY Senate District 4](/us/states/wy/districts/senate/4.md) — 2% (state senate)
- [WY Senate District 8](/us/states/wy/districts/senate/8.md) — 1% (state senate)
- [WY House District 10](/us/states/wy/districts/house/10.md) — 46% (state house)
- [WY House District 4](/us/states/wy/districts/house/4.md) — 26% (state house)
- [WY House District 42](/us/states/wy/districts/house/42.md) — 19% (state house)
- [WY House District 43](/us/states/wy/districts/house/43.md) — 4% (state house)
- [WY House District 8](/us/states/wy/districts/house/8.md) — 2% (state house)
- [WY House District 12](/us/states/wy/districts/house/12.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: 57
hispanic: 1131
bachelors_plus: 4744
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 0.9999
- to: "us/states/wy/districts/senate/14"
rel: in-district
area_weight: 0.6753
- to: "us/states/wy/districts/senate/16"
rel: in-district
area_weight: 0.3246
- to: "us/states/wy/districts/house/18"
rel: in-district
area_weight: 0.5706
- to: "us/states/wy/districts/house/22"
rel: in-district
area_weight: 0.2094
- to: "us/states/wy/districts/house/21"
rel: in-district
area_weight: 0.1151
- to: "us/states/wy/districts/house/20"
rel: in-district
area_weight: 0.1046
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1131 |
| Bachelor's or higher | 4744 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 14](/us/states/wy/districts/senate/14.md) — 68% (state senate)
- [WY Senate District 16](/us/states/wy/districts/senate/16.md) — 32% (state senate)
- [WY House District 18](/us/states/wy/districts/house/18.md) — 57% (state house)
- [WY House District 22](/us/states/wy/districts/house/22.md) — 21% (state house)
- [WY House District 21](/us/states/wy/districts/house/21.md) — 12% (state house)
- [WY House District 20](/us/states/wy/districts/house/20.md) — 10% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,36 @@ demographics:
race_native: 419
hispanic: 7577
bachelors_plus: 20937
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/30"
rel: in-district
area_weight: 0.8881
- to: "us/states/wy/districts/senate/2"
rel: in-district
area_weight: 0.092
- to: "us/states/wy/districts/senate/29"
rel: in-district
area_weight: 0.0153
- to: "us/states/wy/districts/house/38"
rel: in-district
area_weight: 0.702
- to: "us/states/wy/districts/house/58"
rel: in-district
area_weight: 0.1862
- to: "us/states/wy/districts/house/62"
rel: in-district
area_weight: 0.092
- to: "us/states/wy/districts/house/37"
rel: in-district
area_weight: 0.0137
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +83,18 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 7577 |
| Bachelor's or higher | 20937 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 30](/us/states/wy/districts/senate/30.md) — 89% (state senate)
- [WY Senate District 2](/us/states/wy/districts/senate/2.md) — 9% (state senate)
- [WY Senate District 29](/us/states/wy/districts/senate/29.md) — 2% (state senate)
- [WY House District 38](/us/states/wy/districts/house/38.md) — 70% (state house)
- [WY House District 58](/us/states/wy/districts/house/58.md) — 19% (state house)
- [WY House District 62](/us/states/wy/districts/house/62.md) — 9% (state house)
- [WY House District 37](/us/states/wy/districts/house/37.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: 57
hispanic: 133
bachelors_plus: 535
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/3"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/house/2"
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 133 |
| Bachelor's or higher | 535 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 3](/us/states/wy/districts/senate/3.md) — 100% (state senate)
- [WY House District 2](/us/states/wy/districts/house/2.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: 157
hispanic: 1828
bachelors_plus: 11016
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 0.9997
- to: "us/states/wy/districts/senate/18"
rel: in-district
area_weight: 0.7534
- to: "us/states/wy/districts/senate/20"
rel: in-district
area_weight: 0.2083
- to: "us/states/wy/districts/senate/19"
rel: in-district
area_weight: 0.0382
- to: "us/states/wy/districts/house/24"
rel: in-district
area_weight: 0.5206
- to: "us/states/wy/districts/house/50"
rel: in-district
area_weight: 0.2328
- to: "us/states/wy/districts/house/28"
rel: in-district
area_weight: 0.2083
- to: "us/states/wy/districts/house/26"
rel: in-district
area_weight: 0.0283
- to: "us/states/wy/districts/house/25"
rel: in-district
area_weight: 0.0099
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +86,19 @@ County jurisdiction.
| Hispanic/Latino | 1828 |
| Bachelor's or higher | 11016 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 18](/us/states/wy/districts/senate/18.md) — 75% (state senate)
- [WY Senate District 20](/us/states/wy/districts/senate/20.md) — 21% (state senate)
- [WY Senate District 19](/us/states/wy/districts/senate/19.md) — 4% (state senate)
- [WY House District 24](/us/states/wy/districts/house/24.md) — 52% (state house)
- [WY House District 50](/us/states/wy/districts/house/50.md) — 23% (state house)
- [WY House District 28](/us/states/wy/districts/house/28.md) — 21% (state house)
- [WY House District 26](/us/states/wy/districts/house/26.md) — 3% (state house)
- [WY House District 25](/us/states/wy/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: 35
hispanic: 761
bachelors_plus: 1850
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/6"
rel: in-district
area_weight: 0.9998
- to: "us/states/wy/districts/house/4"
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 761 |
| Bachelor's or higher | 1850 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 6](/us/states/wy/districts/senate/6.md) — 100% (state senate)
- [WY House District 4](/us/states/wy/districts/house/4.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: 282
hispanic: 1596
bachelors_plus: 9734
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 0.9999
- to: "us/states/wy/districts/senate/22"
rel: in-district
area_weight: 0.5271
- to: "us/states/wy/districts/senate/21"
rel: in-district
area_weight: 0.4727
- to: "us/states/wy/districts/house/51"
rel: in-district
area_weight: 0.4378
- to: "us/states/wy/districts/house/40"
rel: in-district
area_weight: 0.3215
- to: "us/states/wy/districts/house/30"
rel: in-district
area_weight: 0.238
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1596 |
| Bachelor's or higher | 9734 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 22](/us/states/wy/districts/senate/22.md) — 53% (state senate)
- [WY Senate District 21](/us/states/wy/districts/senate/21.md) — 47% (state senate)
- [WY House District 51](/us/states/wy/districts/house/51.md) — 44% (state house)
- [WY House District 40](/us/states/wy/districts/house/40.md) — 32% (state house)
- [WY House District 30](/us/states/wy/districts/house/30.md) — 24% (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: 648
bachelors_plus: 2946
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/14"
rel: in-district
area_weight: 0.9997
- to: "us/states/wy/districts/house/20"
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 648 |
| Bachelor's or higher | 2946 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 14](/us/states/wy/districts/senate/14.md) — 100% (state senate)
- [WY House District 20](/us/states/wy/districts/house/20.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: 226
hispanic: 6991
bachelors_plus: 7463
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/11"
rel: in-district
area_weight: 0.802
- to: "us/states/wy/districts/senate/14"
rel: in-district
area_weight: 0.1939
- to: "us/states/wy/districts/house/47"
rel: in-district
area_weight: 0.7987
- to: "us/states/wy/districts/house/18"
rel: in-district
area_weight: 0.1939
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 6991 |
| Bachelor's or higher | 7463 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 11](/us/states/wy/districts/senate/11.md) — 80% (state senate)
- [WY Senate District 14](/us/states/wy/districts/senate/14.md) — 19% (state senate)
- [WY House District 47](/us/states/wy/districts/house/47.md) — 80% (state house)
- [WY House District 18](/us/states/wy/districts/house/18.md) — 19% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 61
hispanic: 3575
bachelors_plus: 14972
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/17"
rel: in-district
area_weight: 0.9327
- to: "us/states/wy/districts/senate/16"
rel: in-district
area_weight: 0.0671
- to: "us/states/wy/districts/house/23"
rel: in-district
area_weight: 0.9322
- to: "us/states/wy/districts/house/22"
rel: in-district
area_weight: 0.0671
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 3575 |
| Bachelor's or higher | 14972 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 17](/us/states/wy/districts/senate/17.md) — 93% (state senate)
- [WY Senate District 16](/us/states/wy/districts/senate/16.md) — 7% (state senate)
- [WY House District 23](/us/states/wy/districts/house/23.md) — 93% (state house)
- [WY House District 22](/us/states/wy/districts/house/22.md) — 7% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 40
hispanic: 2087
bachelors_plus: 3975
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 0.9996
- to: "us/states/wy/districts/senate/15"
rel: in-district
area_weight: 0.7545
- to: "us/states/wy/districts/senate/14"
rel: in-district
area_weight: 0.2451
- to: "us/states/wy/districts/house/19"
rel: in-district
area_weight: 0.751
- to: "us/states/wy/districts/house/18"
rel: in-district
area_weight: 0.2451
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 2087 |
| Bachelor's or higher | 3975 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 15](/us/states/wy/districts/senate/15.md) — 75% (state senate)
- [WY Senate District 14](/us/states/wy/districts/senate/14.md) — 25% (state senate)
- [WY House District 19](/us/states/wy/districts/house/19.md) — 75% (state house)
- [WY House District 18](/us/states/wy/districts/house/18.md) — 25% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 33
hispanic: 1089
bachelors_plus: 1742
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/20"
rel: in-district
area_weight: 0.9999
- to: "us/states/wy/districts/house/27"
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1089 |
| Bachelor's or higher | 1742 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 20](/us/states/wy/districts/senate/20.md) — 100% (state senate)
- [WY House District 27](/us/states/wy/districts/house/27.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: 173
hispanic: 365
bachelors_plus: 1294
districts:
- to: "us/states/wy/districts/00"
rel: in-district
area_weight: 1.0
- to: "us/states/wy/districts/senate/1"
rel: in-district
area_weight: 0.5484
- to: "us/states/wy/districts/senate/3"
rel: in-district
area_weight: 0.4514
- to: "us/states/wy/districts/house/1"
rel: in-district
area_weight: 0.5483
- to: "us/states/wy/districts/house/2"
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, wy]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 365 |
| Bachelor's or higher | 1294 |
## Districts
- [WY-00](/us/states/wy/districts/00.md) — 100% (congressional)
- [WY Senate District 1](/us/states/wy/districts/senate/1.md) — 55% (state senate)
- [WY Senate District 3](/us/states/wy/districts/senate/3.md) — 45% (state senate)
- [WY House District 1](/us/states/wy/districts/house/1.md) — 55% (state house)
- [WY House District 2](/us/states/wy/districts/house/2.md) — 45% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries