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,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