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:
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 209107
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 279589
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 199976
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 132902
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 192464
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 152523
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 158195
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 115620
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 1"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "1"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 1
|
||||
|
||||
State House district 1 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 10"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "10"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 10
|
||||
|
||||
State House district 10 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 100"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "100"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 100
|
||||
|
||||
State House district 100 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 101"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "101"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 101
|
||||
|
||||
State House district 101 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 102"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "102"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 102
|
||||
|
||||
State House district 102 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 103"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "103"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 103
|
||||
|
||||
State House district 103 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 104"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "104"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 104
|
||||
|
||||
State House district 104 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 105"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "105"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 105
|
||||
|
||||
State House district 105 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 106"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "106"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 106
|
||||
|
||||
State House district 106 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 107"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "107"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 107
|
||||
|
||||
State House district 107 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 108"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "108"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 108
|
||||
|
||||
State House district 108 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 109"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "109"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 109
|
||||
|
||||
State House district 109 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 11"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "11"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 11
|
||||
|
||||
State House district 11 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 111"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "111"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 111
|
||||
|
||||
State House district 111 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 112"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "112"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 112
|
||||
|
||||
State House district 112 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 113"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "113"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 113
|
||||
|
||||
State House district 113 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 115"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "115"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 115
|
||||
|
||||
State House district 115 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 116"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "116"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 116
|
||||
|
||||
State House district 116 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 117"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "117"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 117
|
||||
|
||||
State House district 117 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 118"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "118"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 118
|
||||
|
||||
State House district 118 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 119"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "119"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 119
|
||||
|
||||
State House district 119 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 12"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "12"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 12
|
||||
|
||||
State House district 12 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 120"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "120"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 120
|
||||
|
||||
State House district 120 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 121"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "121"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 121
|
||||
|
||||
State House district 121 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 122"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "122"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 122
|
||||
|
||||
State House district 122 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 123"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "123"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 123
|
||||
|
||||
State House district 123 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 124"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "124"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 124
|
||||
|
||||
State House district 124 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 125"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "125"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 125
|
||||
|
||||
State House district 125 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 126"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "126"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 126
|
||||
|
||||
State House district 126 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 127"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "127"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 127
|
||||
|
||||
State House district 127 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 128"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "128"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 128
|
||||
|
||||
State House district 128 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 129"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "129"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 129
|
||||
|
||||
State House district 129 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 13"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "13"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 13
|
||||
|
||||
State House district 13 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 130"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "130"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 130
|
||||
|
||||
State House district 130 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 131"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "131"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 131
|
||||
|
||||
State House district 131 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 132"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "132"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 132
|
||||
|
||||
State House district 132 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 133"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "133"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 133
|
||||
|
||||
State House district 133 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 134"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "134"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 134
|
||||
|
||||
State House district 134 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 135"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "135"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 135
|
||||
|
||||
State House district 135 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 136"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "136"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 136
|
||||
|
||||
State House district 136 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 137"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "137"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 137
|
||||
|
||||
State House district 137 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 138"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "138"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 138
|
||||
|
||||
State House district 138 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 139"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "139"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 139
|
||||
|
||||
State House district 139 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 14"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "14"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 14
|
||||
|
||||
State House district 14 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 140"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "140"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 140
|
||||
|
||||
State House district 140 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 141"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "141"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 141
|
||||
|
||||
State House district 141 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 142"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "142"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 142
|
||||
|
||||
State House district 142 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 143"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "143"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 143
|
||||
|
||||
State House district 143 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 144"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "144"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 144
|
||||
|
||||
State House district 144 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 145"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "145"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 145
|
||||
|
||||
State House district 145 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 146"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "146"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 146
|
||||
|
||||
State House district 146 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 147"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "147"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 147
|
||||
|
||||
State House district 147 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 148"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "148"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 148
|
||||
|
||||
State House district 148 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 15"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "15"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 15
|
||||
|
||||
State House district 15 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 150"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "150"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 150
|
||||
|
||||
State House district 150 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 151"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "151"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 151
|
||||
|
||||
State House district 151 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 152"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "152"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 152
|
||||
|
||||
State House district 152 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 153"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "153"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 153
|
||||
|
||||
State House district 153 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 154"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "154"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 154
|
||||
|
||||
State House district 154 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 155"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "155"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 155
|
||||
|
||||
State House district 155 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 156"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "156"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 156
|
||||
|
||||
State House district 156 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 157"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "157"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 157
|
||||
|
||||
State House district 157 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 158"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "158"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 158
|
||||
|
||||
State House district 158 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 159"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "159"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 159
|
||||
|
||||
State House district 159 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 16"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "16"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 16
|
||||
|
||||
State House district 16 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 161"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "161"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 161
|
||||
|
||||
State House district 161 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 162"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "162"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 162
|
||||
|
||||
State House district 162 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 163"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "163"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 163
|
||||
|
||||
State House district 163 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 17"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "17"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 17
|
||||
|
||||
State House district 17 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 18"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "18"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 18
|
||||
|
||||
State House district 18 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 19"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "19"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 19
|
||||
|
||||
State House district 19 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 2"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "2"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 2
|
||||
|
||||
State House district 2 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 20"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "20"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 20
|
||||
|
||||
State House district 20 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 21"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "21"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 21
|
||||
|
||||
State House district 21 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 22"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "22"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 22
|
||||
|
||||
State House district 22 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 23"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "23"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 23
|
||||
|
||||
State House district 23 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 24"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "24"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 24
|
||||
|
||||
State House district 24 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 25"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "25"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 25
|
||||
|
||||
State House district 25 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 26"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "26"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 26
|
||||
|
||||
State House district 26 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 27"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "27"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 27
|
||||
|
||||
State House district 27 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 28"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "28"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 28
|
||||
|
||||
State House district 28 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 29"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "29"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 29
|
||||
|
||||
State House district 29 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 3"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "3"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 3
|
||||
|
||||
State House district 3 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 30"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "30"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 30
|
||||
|
||||
State House district 30 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 31"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "31"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 31
|
||||
|
||||
State House district 31 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 32"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "32"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 32
|
||||
|
||||
State House district 32 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 33"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "33"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 33
|
||||
|
||||
State House district 33 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 34"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "34"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 34
|
||||
|
||||
State House district 34 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 35"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "35"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 35
|
||||
|
||||
State House district 35 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 36"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "36"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 36
|
||||
|
||||
State House district 36 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 37"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "37"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 37
|
||||
|
||||
State House district 37 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MO House District 38"
|
||||
classification: state-house-district
|
||||
state: "MO"
|
||||
chamber: "house"
|
||||
district: "38"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mo]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MO House District 38
|
||||
|
||||
State House district 38 (MO).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user