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,15 @@ demographics:
race_native: 45
hispanic: 1224
bachelors_plus: 16482
districts:
- to: "us/states/vt/districts/00"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1224 |
| Bachelor's or higher | 16482 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 36
hispanic: 1047
bachelors_plus: 16644
districts:
- to: "us/states/vt/districts/00"
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, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 1047 |
| Bachelor's or higher | 16644 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 54
hispanic: 657
bachelors_plus: 10431
districts:
- to: "us/states/vt/districts/00"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 657 |
| Bachelor's or higher | 10431 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 194
hispanic: 4852
bachelors_plus: 93670
districts:
- to: "us/states/vt/districts/00"
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, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 4852 |
| Bachelor's or higher | 93670 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 41
hispanic: 96
bachelors_plus: 1394
districts:
- to: "us/states/vt/districts/00"
rel: in-district
area_weight: 0.9969
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, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 96 |
| Bachelor's or higher | 1394 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 141
hispanic: 1016
bachelors_plus: 14698
districts:
- to: "us/states/vt/districts/00"
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, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1016 |
| Bachelor's or higher | 14698 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 100
hispanic: 166
bachelors_plus: 3559
districts:
- to: "us/states/vt/districts/00"
rel: in-district
area_weight: 0.9992
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, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 166 |
| Bachelor's or higher | 3559 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 58
hispanic: 661
bachelors_plus: 11320
districts:
- to: "us/states/vt/districts/00"
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, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 661 |
| Bachelor's or higher | 11320 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 65
hispanic: 538
bachelors_plus: 12408
districts:
- to: "us/states/vt/districts/00"
rel: in-district
area_weight: 0.9987
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, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 538 |
| Bachelor's or higher | 12408 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 124
hispanic: 527
bachelors_plus: 8645
districts:
- to: "us/states/vt/districts/00"
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, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 527 |
| Bachelor's or higher | 8645 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 64
hispanic: 1347
bachelors_plus: 22264
districts:
- to: "us/states/vt/districts/00"
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, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1347 |
| Bachelor's or higher | 22264 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 24
hispanic: 1664
bachelors_plus: 29988
districts:
- to: "us/states/vt/districts/00"
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, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 1664 |
| Bachelor's or higher | 29988 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 75
hispanic: 1423
bachelors_plus: 22380
districts:
- to: "us/states/vt/districts/00"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 1423 |
| Bachelor's or higher | 22380 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 44
hispanic: 1327
bachelors_plus: 26971
districts:
- to: "us/states/vt/districts/00"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, vt]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 1327 |
| Bachelor's or higher | 26971 |
## Districts
- [VT-00](/us/states/vt/districts/00.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 213912
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, vt]
timestamp: "2026-07-03"
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Addison-1"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Addison-1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Addison-1
State House district Addison-1 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Addison-2"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Addison-2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Addison-2
State House district Addison-2 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Addison-3"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Addison-3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Addison-3
State House district Addison-3 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Addison-4"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Addison-4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Addison-4
State House district Addison-4 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Addison-5"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Addison-5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Addison-5
State House district Addison-5 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Addison-Rutland"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Addison-Rutland"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Addison-Rutland
State House district Addison-Rutland (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Bennington-1"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Bennington-1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Bennington-1
State House district Bennington-1 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Bennington-2"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Bennington-2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Bennington-2
State House district Bennington-2 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Bennington-3"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Bennington-3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Bennington-3
State House district Bennington-3 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Bennington-4"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Bennington-4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Bennington-4
State House district Bennington-4 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Bennington-5"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Bennington-5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Bennington-5
State House district Bennington-5 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Bennington-Rutland"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Bennington-Rutland"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Bennington-Rutland
State House district Bennington-Rutland (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Caledonia-1"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Caledonia-1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Caledonia-1
State House district Caledonia-1 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Caledonia-2"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Caledonia-2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Caledonia-2
State House district Caledonia-2 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Caledonia-3"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Caledonia-3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Caledonia-3
State House district Caledonia-3 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Caledonia-Essex"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Caledonia-Essex"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Caledonia-Essex
State House district Caledonia-Essex (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Caledonia-Washington"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Caledonia-Washington"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Caledonia-Washington
State House district Caledonia-Washington (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-1"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-1
State House district Chittenden-1 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-10"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-10
State House district Chittenden-10 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-11"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-11
State House district Chittenden-11 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-12"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-12
State House district Chittenden-12 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-13"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-13
State House district Chittenden-13 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-14"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-14
State House district Chittenden-14 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-15"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-15
State House district Chittenden-15 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-16"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-16
State House district Chittenden-16 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-17"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-17
State House district Chittenden-17 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-18"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-18
State House district Chittenden-18 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-19"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-19
State House district Chittenden-19 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-2"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-2
State House district Chittenden-2 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-20"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-20
State House district Chittenden-20 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-21"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-21
State House district Chittenden-21 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-22"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-22"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-22
State House district Chittenden-22 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-23"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-23"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-23
State House district Chittenden-23 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-24"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-24"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-24
State House district Chittenden-24 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-25"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-25"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-25
State House district Chittenden-25 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-3"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-3
State House district Chittenden-3 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-4"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-4
State House district Chittenden-4 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-5"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-5
State House district Chittenden-5 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-6"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-6"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-6
State House district Chittenden-6 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-7"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-7"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-7
State House district Chittenden-7 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-8"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-8"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-8
State House district Chittenden-8 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-9"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-9"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-9
State House district Chittenden-9 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Chittenden-Franklin"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Chittenden-Franklin"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Chittenden-Franklin
State House district Chittenden-Franklin (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Essex-Caledonia"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Essex-Caledonia"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Essex-Caledonia
State House district Essex-Caledonia (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Essex-Orleans"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Essex-Orleans"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Essex-Orleans
State House district Essex-Orleans (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Franklin-1"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Franklin-1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Franklin-1
State House district Franklin-1 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Franklin-2"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Franklin-2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Franklin-2
State House district Franklin-2 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Franklin-3"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Franklin-3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Franklin-3
State House district Franklin-3 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Franklin-4"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Franklin-4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Franklin-4
State House district Franklin-4 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Franklin-5"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Franklin-5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Franklin-5
State House district Franklin-5 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Franklin-6"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Franklin-6"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Franklin-6
State House district Franklin-6 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Franklin-7"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Franklin-7"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Franklin-7
State House district Franklin-7 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Franklin-8"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Franklin-8"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Franklin-8
State House district Franklin-8 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Grand Isle-Chittenden"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Grand Isle-Chittenden"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Grand Isle-Chittenden
State House district Grand Isle-Chittenden (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Lamoille-1"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Lamoille-1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Lamoille-1
State House district Lamoille-1 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Lamoille-2"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Lamoille-2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Lamoille-2
State House district Lamoille-2 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Lamoille-3"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Lamoille-3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Lamoille-3
State House district Lamoille-3 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Lamoille-Washington"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Lamoille-Washington"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Lamoille-Washington
State House district Lamoille-Washington (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Orange-1"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Orange-1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Orange-1
State House district Orange-1 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Orange-2"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Orange-2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Orange-2
State House district Orange-2 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Orange-3"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Orange-3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Orange-3
State House district Orange-3 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Orange-Caledonia"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Orange-Caledonia"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Orange-Caledonia
State House district Orange-Caledonia (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Orange-Washington-Addison"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Orange-Washington-Addison"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Orange-Washington-Addison
State House district Orange-Washington-Addison (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Orleans-1"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Orleans-1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Orleans-1
State House district Orleans-1 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Orleans-2"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Orleans-2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Orleans-2
State House district Orleans-2 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Orleans-3"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Orleans-3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Orleans-3
State House district Orleans-3 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Orleans-4"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Orleans-4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Orleans-4
State House district Orleans-4 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Orleans-Lamoille"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Orleans-Lamoille"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Orleans-Lamoille
State House district Orleans-Lamoille (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Rutland-1"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Rutland-1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Rutland-1
State House district Rutland-1 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Rutland-10"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Rutland-10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Rutland-10
State House district Rutland-10 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Rutland-11"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Rutland-11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Rutland-11
State House district Rutland-11 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Rutland-2"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Rutland-2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Rutland-2
State House district Rutland-2 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Rutland-3"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Rutland-3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Rutland-3
State House district Rutland-3 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Rutland-4"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Rutland-4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Rutland-4
State House district Rutland-4 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Rutland-5"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Rutland-5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Rutland-5
State House district Rutland-5 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Rutland-6"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Rutland-6"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Rutland-6
State House district Rutland-6 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Rutland-7"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Rutland-7"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Rutland-7
State House district Rutland-7 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Rutland-8"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Rutland-8"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Rutland-8
State House district Rutland-8 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Rutland-9"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Rutland-9"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Rutland-9
State House district Rutland-9 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Rutland-Bennington"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Rutland-Bennington"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Rutland-Bennington
State House district Rutland-Bennington (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Rutland-Windsor"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Rutland-Windsor"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Rutland-Windsor
State House district Rutland-Windsor (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Washington-1"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Washington-1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Washington-1
State House district Washington-1 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Washington-2"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Washington-2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Washington-2
State House district Washington-2 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Washington-3"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Washington-3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Washington-3
State House district Washington-3 (VT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "VT House District Washington-4"
classification: state-house-district
state: "VT"
chamber: "house"
district: "Washington-4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, vt]
timestamp: "2026-07-03"
---
# VT House District Washington-4
State House district Washington-4 (VT).
## Source
- boundary: Census TIGER 2024

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