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
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 154136
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, in]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 127476
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, in]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 138696
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, in]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 166145
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, in]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 222128
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, in]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 161824
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, in]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 185371
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, in]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 130064
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, in]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 150587
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, in]
timestamp: "2026-07-03"
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 1"
classification: state-house-district
state: "IN"
chamber: "house"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 1
State House district 1 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 10"
classification: state-house-district
state: "IN"
chamber: "house"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 10
State House district 10 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 100"
classification: state-house-district
state: "IN"
chamber: "house"
district: "100"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 100
State House district 100 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 11"
classification: state-house-district
state: "IN"
chamber: "house"
district: "11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 11
State House district 11 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 12"
classification: state-house-district
state: "IN"
chamber: "house"
district: "12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 12
State House district 12 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 13"
classification: state-house-district
state: "IN"
chamber: "house"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 13
State House district 13 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 14"
classification: state-house-district
state: "IN"
chamber: "house"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 14
State House district 14 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 15"
classification: state-house-district
state: "IN"
chamber: "house"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 15
State House district 15 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 16"
classification: state-house-district
state: "IN"
chamber: "house"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 16
State House district 16 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 17"
classification: state-house-district
state: "IN"
chamber: "house"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 17
State House district 17 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 18"
classification: state-house-district
state: "IN"
chamber: "house"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 18
State House district 18 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 19"
classification: state-house-district
state: "IN"
chamber: "house"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 19
State House district 19 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 2"
classification: state-house-district
state: "IN"
chamber: "house"
district: "2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 2
State House district 2 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 20"
classification: state-house-district
state: "IN"
chamber: "house"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 20
State House district 20 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 21"
classification: state-house-district
state: "IN"
chamber: "house"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 21
State House district 21 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 22"
classification: state-house-district
state: "IN"
chamber: "house"
district: "22"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 22
State House district 22 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 23"
classification: state-house-district
state: "IN"
chamber: "house"
district: "23"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 23
State House district 23 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 24"
classification: state-house-district
state: "IN"
chamber: "house"
district: "24"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 24
State House district 24 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 25"
classification: state-house-district
state: "IN"
chamber: "house"
district: "25"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 25
State House district 25 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 26"
classification: state-house-district
state: "IN"
chamber: "house"
district: "26"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 26
State House district 26 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 27"
classification: state-house-district
state: "IN"
chamber: "house"
district: "27"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 27
State House district 27 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 28"
classification: state-house-district
state: "IN"
chamber: "house"
district: "28"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 28
State House district 28 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 29"
classification: state-house-district
state: "IN"
chamber: "house"
district: "29"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 29
State House district 29 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 3"
classification: state-house-district
state: "IN"
chamber: "house"
district: "3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 3
State House district 3 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 30"
classification: state-house-district
state: "IN"
chamber: "house"
district: "30"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 30
State House district 30 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 31"
classification: state-house-district
state: "IN"
chamber: "house"
district: "31"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 31
State House district 31 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 32"
classification: state-house-district
state: "IN"
chamber: "house"
district: "32"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 32
State House district 32 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 33"
classification: state-house-district
state: "IN"
chamber: "house"
district: "33"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 33
State House district 33 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 34"
classification: state-house-district
state: "IN"
chamber: "house"
district: "34"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 34
State House district 34 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 35"
classification: state-house-district
state: "IN"
chamber: "house"
district: "35"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 35
State House district 35 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 36"
classification: state-house-district
state: "IN"
chamber: "house"
district: "36"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 36
State House district 36 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 37"
classification: state-house-district
state: "IN"
chamber: "house"
district: "37"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 37
State House district 37 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 38"
classification: state-house-district
state: "IN"
chamber: "house"
district: "38"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 38
State House district 38 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 39"
classification: state-house-district
state: "IN"
chamber: "house"
district: "39"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 39
State House district 39 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 4"
classification: state-house-district
state: "IN"
chamber: "house"
district: "4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 4
State House district 4 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 40"
classification: state-house-district
state: "IN"
chamber: "house"
district: "40"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 40
State House district 40 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 41"
classification: state-house-district
state: "IN"
chamber: "house"
district: "41"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 41
State House district 41 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 42"
classification: state-house-district
state: "IN"
chamber: "house"
district: "42"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 42
State House district 42 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 43"
classification: state-house-district
state: "IN"
chamber: "house"
district: "43"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 43
State House district 43 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 44"
classification: state-house-district
state: "IN"
chamber: "house"
district: "44"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 44
State House district 44 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 45"
classification: state-house-district
state: "IN"
chamber: "house"
district: "45"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 45
State House district 45 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 46"
classification: state-house-district
state: "IN"
chamber: "house"
district: "46"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 46
State House district 46 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 47"
classification: state-house-district
state: "IN"
chamber: "house"
district: "47"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 47
State House district 47 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 48"
classification: state-house-district
state: "IN"
chamber: "house"
district: "48"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 48
State House district 48 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 49"
classification: state-house-district
state: "IN"
chamber: "house"
district: "49"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 49
State House district 49 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 5"
classification: state-house-district
state: "IN"
chamber: "house"
district: "5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 5
State House district 5 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 50"
classification: state-house-district
state: "IN"
chamber: "house"
district: "50"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 50
State House district 50 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 51"
classification: state-house-district
state: "IN"
chamber: "house"
district: "51"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 51
State House district 51 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 52"
classification: state-house-district
state: "IN"
chamber: "house"
district: "52"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 52
State House district 52 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 53"
classification: state-house-district
state: "IN"
chamber: "house"
district: "53"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 53
State House district 53 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 54"
classification: state-house-district
state: "IN"
chamber: "house"
district: "54"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 54
State House district 54 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 55"
classification: state-house-district
state: "IN"
chamber: "house"
district: "55"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 55
State House district 55 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 56"
classification: state-house-district
state: "IN"
chamber: "house"
district: "56"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 56
State House district 56 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 57"
classification: state-house-district
state: "IN"
chamber: "house"
district: "57"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 57
State House district 57 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 58"
classification: state-house-district
state: "IN"
chamber: "house"
district: "58"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 58
State House district 58 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 59"
classification: state-house-district
state: "IN"
chamber: "house"
district: "59"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 59
State House district 59 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 6"
classification: state-house-district
state: "IN"
chamber: "house"
district: "6"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 6
State House district 6 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 60"
classification: state-house-district
state: "IN"
chamber: "house"
district: "60"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 60
State House district 60 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 61"
classification: state-house-district
state: "IN"
chamber: "house"
district: "61"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 61
State House district 61 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 62"
classification: state-house-district
state: "IN"
chamber: "house"
district: "62"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 62
State House district 62 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 63"
classification: state-house-district
state: "IN"
chamber: "house"
district: "63"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 63
State House district 63 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 64"
classification: state-house-district
state: "IN"
chamber: "house"
district: "64"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 64
State House district 64 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 65"
classification: state-house-district
state: "IN"
chamber: "house"
district: "65"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 65
State House district 65 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 66"
classification: state-house-district
state: "IN"
chamber: "house"
district: "66"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 66
State House district 66 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 67"
classification: state-house-district
state: "IN"
chamber: "house"
district: "67"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 67
State House district 67 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 68"
classification: state-house-district
state: "IN"
chamber: "house"
district: "68"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 68
State House district 68 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 69"
classification: state-house-district
state: "IN"
chamber: "house"
district: "69"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 69
State House district 69 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 7"
classification: state-house-district
state: "IN"
chamber: "house"
district: "7"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 7
State House district 7 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 70"
classification: state-house-district
state: "IN"
chamber: "house"
district: "70"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 70
State House district 70 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 71"
classification: state-house-district
state: "IN"
chamber: "house"
district: "71"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 71
State House district 71 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 72"
classification: state-house-district
state: "IN"
chamber: "house"
district: "72"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 72
State House district 72 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 73"
classification: state-house-district
state: "IN"
chamber: "house"
district: "73"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 73
State House district 73 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 74"
classification: state-house-district
state: "IN"
chamber: "house"
district: "74"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 74
State House district 74 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 75"
classification: state-house-district
state: "IN"
chamber: "house"
district: "75"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 75
State House district 75 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 76"
classification: state-house-district
state: "IN"
chamber: "house"
district: "76"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 76
State House district 76 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 77"
classification: state-house-district
state: "IN"
chamber: "house"
district: "77"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 77
State House district 77 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 78"
classification: state-house-district
state: "IN"
chamber: "house"
district: "78"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 78
State House district 78 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 79"
classification: state-house-district
state: "IN"
chamber: "house"
district: "79"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 79
State House district 79 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 8"
classification: state-house-district
state: "IN"
chamber: "house"
district: "8"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 8
State House district 8 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 80"
classification: state-house-district
state: "IN"
chamber: "house"
district: "80"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 80
State House district 80 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 81"
classification: state-house-district
state: "IN"
chamber: "house"
district: "81"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 81
State House district 81 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 82"
classification: state-house-district
state: "IN"
chamber: "house"
district: "82"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 82
State House district 82 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 83"
classification: state-house-district
state: "IN"
chamber: "house"
district: "83"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 83
State House district 83 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 84"
classification: state-house-district
state: "IN"
chamber: "house"
district: "84"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 84
State House district 84 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 85"
classification: state-house-district
state: "IN"
chamber: "house"
district: "85"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 85
State House district 85 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 86"
classification: state-house-district
state: "IN"
chamber: "house"
district: "86"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 86
State House district 86 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 87"
classification: state-house-district
state: "IN"
chamber: "house"
district: "87"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 87
State House district 87 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 88"
classification: state-house-district
state: "IN"
chamber: "house"
district: "88"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 88
State House district 88 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 89"
classification: state-house-district
state: "IN"
chamber: "house"
district: "89"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 89
State House district 89 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 9"
classification: state-house-district
state: "IN"
chamber: "house"
district: "9"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 9
State House district 9 (IN).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "IN House District 90"
classification: state-house-district
state: "IN"
chamber: "house"
district: "90"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, in]
timestamp: "2026-07-03"
---
# IN House District 90
State House district 90 (IN).
## Source
- boundary: Census TIGER 2024

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