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
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 132150
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, wy]
timestamp: "2026-07-03"
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 1"
classification: state-house-district
state: "WY"
chamber: "house"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 1
State House district 1 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 10"
classification: state-house-district
state: "WY"
chamber: "house"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 10
State House district 10 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 11"
classification: state-house-district
state: "WY"
chamber: "house"
district: "11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 11
State House district 11 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 12"
classification: state-house-district
state: "WY"
chamber: "house"
district: "12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 12
State House district 12 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 13"
classification: state-house-district
state: "WY"
chamber: "house"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 13
State House district 13 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 14"
classification: state-house-district
state: "WY"
chamber: "house"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 14
State House district 14 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 15"
classification: state-house-district
state: "WY"
chamber: "house"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 15
State House district 15 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 16"
classification: state-house-district
state: "WY"
chamber: "house"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 16
State House district 16 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 17"
classification: state-house-district
state: "WY"
chamber: "house"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 17
State House district 17 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 18"
classification: state-house-district
state: "WY"
chamber: "house"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 18
State House district 18 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 19"
classification: state-house-district
state: "WY"
chamber: "house"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 19
State House district 19 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 2"
classification: state-house-district
state: "WY"
chamber: "house"
district: "2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 2
State House district 2 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 20"
classification: state-house-district
state: "WY"
chamber: "house"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 20
State House district 20 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 21"
classification: state-house-district
state: "WY"
chamber: "house"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 21
State House district 21 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 22"
classification: state-house-district
state: "WY"
chamber: "house"
district: "22"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 22
State House district 22 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 23"
classification: state-house-district
state: "WY"
chamber: "house"
district: "23"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 23
State House district 23 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 24"
classification: state-house-district
state: "WY"
chamber: "house"
district: "24"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 24
State House district 24 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 25"
classification: state-house-district
state: "WY"
chamber: "house"
district: "25"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 25
State House district 25 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 26"
classification: state-house-district
state: "WY"
chamber: "house"
district: "26"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 26
State House district 26 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 27"
classification: state-house-district
state: "WY"
chamber: "house"
district: "27"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 27
State House district 27 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 28"
classification: state-house-district
state: "WY"
chamber: "house"
district: "28"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 28
State House district 28 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 29"
classification: state-house-district
state: "WY"
chamber: "house"
district: "29"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 29
State House district 29 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 3"
classification: state-house-district
state: "WY"
chamber: "house"
district: "3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 3
State House district 3 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 30"
classification: state-house-district
state: "WY"
chamber: "house"
district: "30"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 30
State House district 30 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 31"
classification: state-house-district
state: "WY"
chamber: "house"
district: "31"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 31
State House district 31 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 32"
classification: state-house-district
state: "WY"
chamber: "house"
district: "32"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 32
State House district 32 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 33"
classification: state-house-district
state: "WY"
chamber: "house"
district: "33"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 33
State House district 33 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 34"
classification: state-house-district
state: "WY"
chamber: "house"
district: "34"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 34
State House district 34 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 35"
classification: state-house-district
state: "WY"
chamber: "house"
district: "35"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 35
State House district 35 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 36"
classification: state-house-district
state: "WY"
chamber: "house"
district: "36"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 36
State House district 36 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 37"
classification: state-house-district
state: "WY"
chamber: "house"
district: "37"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 37
State House district 37 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 38"
classification: state-house-district
state: "WY"
chamber: "house"
district: "38"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 38
State House district 38 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 39"
classification: state-house-district
state: "WY"
chamber: "house"
district: "39"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 39
State House district 39 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 4"
classification: state-house-district
state: "WY"
chamber: "house"
district: "4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 4
State House district 4 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 40"
classification: state-house-district
state: "WY"
chamber: "house"
district: "40"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 40
State House district 40 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 41"
classification: state-house-district
state: "WY"
chamber: "house"
district: "41"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 41
State House district 41 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 42"
classification: state-house-district
state: "WY"
chamber: "house"
district: "42"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 42
State House district 42 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 43"
classification: state-house-district
state: "WY"
chamber: "house"
district: "43"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 43
State House district 43 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 44"
classification: state-house-district
state: "WY"
chamber: "house"
district: "44"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 44
State House district 44 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 45"
classification: state-house-district
state: "WY"
chamber: "house"
district: "45"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 45
State House district 45 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 46"
classification: state-house-district
state: "WY"
chamber: "house"
district: "46"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 46
State House district 46 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 47"
classification: state-house-district
state: "WY"
chamber: "house"
district: "47"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 47
State House district 47 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 48"
classification: state-house-district
state: "WY"
chamber: "house"
district: "48"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 48
State House district 48 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 49"
classification: state-house-district
state: "WY"
chamber: "house"
district: "49"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 49
State House district 49 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 5"
classification: state-house-district
state: "WY"
chamber: "house"
district: "5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 5
State House district 5 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 50"
classification: state-house-district
state: "WY"
chamber: "house"
district: "50"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 50
State House district 50 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 51"
classification: state-house-district
state: "WY"
chamber: "house"
district: "51"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 51
State House district 51 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 52"
classification: state-house-district
state: "WY"
chamber: "house"
district: "52"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 52
State House district 52 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 53"
classification: state-house-district
state: "WY"
chamber: "house"
district: "53"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 53
State House district 53 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 54"
classification: state-house-district
state: "WY"
chamber: "house"
district: "54"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 54
State House district 54 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 55"
classification: state-house-district
state: "WY"
chamber: "house"
district: "55"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 55
State House district 55 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 56"
classification: state-house-district
state: "WY"
chamber: "house"
district: "56"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 56
State House district 56 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 57"
classification: state-house-district
state: "WY"
chamber: "house"
district: "57"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 57
State House district 57 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 58"
classification: state-house-district
state: "WY"
chamber: "house"
district: "58"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 58
State House district 58 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 59"
classification: state-house-district
state: "WY"
chamber: "house"
district: "59"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 59
State House district 59 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 6"
classification: state-house-district
state: "WY"
chamber: "house"
district: "6"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 6
State House district 6 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 60"
classification: state-house-district
state: "WY"
chamber: "house"
district: "60"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 60
State House district 60 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 61"
classification: state-house-district
state: "WY"
chamber: "house"
district: "61"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 61
State House district 61 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 62"
classification: state-house-district
state: "WY"
chamber: "house"
district: "62"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 62
State House district 62 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 7"
classification: state-house-district
state: "WY"
chamber: "house"
district: "7"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 7
State House district 7 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 8"
classification: state-house-district
state: "WY"
chamber: "house"
district: "8"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 8
State House district 8 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY House District 9"
classification: state-house-district
state: "WY"
chamber: "house"
district: "9"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, wy]
timestamp: "2026-07-03"
---
# WY House District 9
State House district 9 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 1"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 1
State Senate district 1 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 10"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 10
State Senate district 10 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 11"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 11
State Senate district 11 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 12"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 12
State Senate district 12 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 13"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 13
State Senate district 13 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 14"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 14
State Senate district 14 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 15"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 15
State Senate district 15 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 16"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 16
State Senate district 16 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 17"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 17
State Senate district 17 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 18"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 18
State Senate district 18 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 19"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 19
State Senate district 19 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 2"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 2
State Senate district 2 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 20"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 20
State Senate district 20 (WY).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "WY Senate District 21"
classification: state-senate-district
state: "WY"
chamber: "senate"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, wy]
timestamp: "2026-07-03"
---
# WY Senate District 21
State Senate district 21 (WY).
## Source
- boundary: Census TIGER 2024

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