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
@@ -0,0 +1,21 @@
---
type: Jurisdiction
title: "ID-01"
classification: congressional-district
state: "ID"
district: "ID-01"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, congressional-district, id]
timestamp: "2026-07-03"
---
# ID-01
Congressional district ID-01.
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,21 @@
---
type: Jurisdiction
title: "ID-02"
classification: congressional-district
state: "ID"
district: "ID-02"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, congressional-district, id]
timestamp: "2026-07-03"
---
# ID-02
Congressional district ID-02.
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 10A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "10A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 10A
State House district 10A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 10B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "10B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 10B
State House district 10B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 11A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "11A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 11A
State House district 11A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 11B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "11B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 11B
State House district 11B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 12A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "12A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 12A
State House district 12A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 12B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "12B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 12B
State House district 12B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 13A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "13A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 13A
State House district 13A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 13B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "13B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 13B
State House district 13B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 14A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "14A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 14A
State House district 14A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 14B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "14B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 14B
State House district 14B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 15A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "15A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 15A
State House district 15A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 15B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "15B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 15B
State House district 15B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 16A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "16A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 16A
State House district 16A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 16B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "16B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 16B
State House district 16B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 17A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "17A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 17A
State House district 17A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 17B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "17B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 17B
State House district 17B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 18A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "18A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 18A
State House district 18A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 18B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "18B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 18B
State House district 18B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 19A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "19A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 19A
State House district 19A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 19B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "19B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 19B
State House district 19B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 1A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "1A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 1A
State House district 1A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 1B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "1B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 1B
State House district 1B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 20A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "20A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 20A
State House district 20A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 20B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "20B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 20B
State House district 20B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 21A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "21A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 21A
State House district 21A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 21B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "21B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 21B
State House district 21B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 22B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "22B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 22B
State House district 22B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 23A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "23A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 23A
State House district 23A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 23B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "23B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 23B
State House district 23B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 24A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "24A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 24A
State House district 24A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 24B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "24B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 24B
State House district 24B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 25A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "25A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 25A
State House district 25A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 25B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "25B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 25B
State House district 25B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 26A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "26A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 26A
State House district 26A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 26B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "26B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 26B
State House district 26B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 27A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "27A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 27A
State House district 27A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 27B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "27B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 27B
State House district 27B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 28A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "28A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 28A
State House district 28A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 28B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "28B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 28B
State House district 28B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 29A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "29A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 29A
State House district 29A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 29B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "29B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 29B
State House district 29B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 2A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "2A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 2A
State House district 2A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 2B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "2B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 2B
State House district 2B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 30A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "30A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 30A
State House district 30A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 30B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "30B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 30B
State House district 30B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 31A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "31A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 31A
State House district 31A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 31B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "31B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 31B
State House district 31B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 32A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "32A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 32A
State House district 32A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 32B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "32B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 32B
State House district 32B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 33A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "33A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 33A
State House district 33A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 33B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "33B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 33B
State House district 33B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 34A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "34A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 34A
State House district 34A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 34B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "34B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 34B
State House district 34B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 35A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "35A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 35A
State House district 35A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 35B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "35B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 35B
State House district 35B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 3A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "3A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 3A
State House district 3A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 3B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "3B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 3B
State House district 3B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 4A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "4A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 4A
State House district 4A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 4B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "4B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 4B
State House district 4B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 5A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "5A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 5A
State House district 5A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 5B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "5B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 5B
State House district 5B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 6A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "6A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 6A
State House district 6A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 6B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "6B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 6B
State House district 6B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 7A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "7A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 7A
State House district 7A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 7B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "7B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 7B
State House district 7B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 8A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "8A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 8A
State House district 8A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 8B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "8B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 8B
State House district 8B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 9A"
classification: state-house-district
state: "ID"
chamber: "house"
district: "9A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 9A
State House district 9A (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID House District 9B"
classification: state-house-district
state: "ID"
chamber: "house"
district: "9B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, id]
timestamp: "2026-07-03"
---
# ID House District 9B
State House district 9B (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 1"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 1
State Senate district 1 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 10"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 10
State Senate district 10 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 11"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 11
State Senate district 11 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 12"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 12
State Senate district 12 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 13"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 13
State Senate district 13 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 14"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 14
State Senate district 14 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 15"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 15
State Senate district 15 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 16"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 16
State Senate district 16 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 17"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 17
State Senate district 17 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 18"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 18
State Senate district 18 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 19"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 19
State Senate district 19 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 2"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 2
State Senate district 2 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 20"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 20
State Senate district 20 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 21"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 21
State Senate district 21 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 22"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "22"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 22
State Senate district 22 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 23"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "23"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 23
State Senate district 23 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 24"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "24"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 24
State Senate district 24 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 25"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "25"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 25
State Senate district 25 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 26"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "26"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 26
State Senate district 26 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 27"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "27"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 27
State Senate district 27 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 28"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "28"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 28
State Senate district 28 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 29"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "29"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 29
State Senate district 29 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 3"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 3
State Senate district 3 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 30"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "30"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 30
State Senate district 30 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 31"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "31"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 31
State Senate district 31 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 32"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "32"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 32
State Senate district 32 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 33"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "33"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 33
State Senate district 33 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 34"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "34"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 34
State Senate district 34 (ID).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "ID Senate District 35"
classification: state-senate-district
state: "ID"
chamber: "senate"
district: "35"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, id]
timestamp: "2026-07-03"
---
# ID Senate District 35
State Senate district 35 (ID).
## Source
- boundary: Census TIGER 2024

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