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: "CT-01"
classification: congressional-district
state: "CT"
district: "CT-01"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, congressional-district, ct]
timestamp: "2026-07-03"
---
# CT-01
Congressional district CT-01.
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,21 @@
---
type: Jurisdiction
title: "CT-02"
classification: congressional-district
state: "CT"
district: "CT-02"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, congressional-district, ct]
timestamp: "2026-07-03"
---
# CT-02
Congressional district CT-02.
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,21 @@
---
type: Jurisdiction
title: "CT-03"
classification: congressional-district
state: "CT"
district: "CT-03"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, congressional-district, ct]
timestamp: "2026-07-03"
---
# CT-03
Congressional district CT-03.
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,21 @@
---
type: Jurisdiction
title: "CT-04"
classification: congressional-district
state: "CT"
district: "CT-04"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, congressional-district, ct]
timestamp: "2026-07-03"
---
# CT-04
Congressional district CT-04.
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,21 @@
---
type: Jurisdiction
title: "CT-05"
classification: congressional-district
state: "CT"
district: "CT-05"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, congressional-district, ct]
timestamp: "2026-07-03"
---
# CT-05
Congressional district CT-05.
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 1"
classification: state-house-district
state: "CT"
chamber: "house"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 1
State House district 1 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 10"
classification: state-house-district
state: "CT"
chamber: "house"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 10
State House district 10 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 100"
classification: state-house-district
state: "CT"
chamber: "house"
district: "100"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 100
State House district 100 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 101"
classification: state-house-district
state: "CT"
chamber: "house"
district: "101"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 101
State House district 101 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 102"
classification: state-house-district
state: "CT"
chamber: "house"
district: "102"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 102
State House district 102 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 103"
classification: state-house-district
state: "CT"
chamber: "house"
district: "103"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 103
State House district 103 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 104"
classification: state-house-district
state: "CT"
chamber: "house"
district: "104"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 104
State House district 104 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 105"
classification: state-house-district
state: "CT"
chamber: "house"
district: "105"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 105
State House district 105 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 106"
classification: state-house-district
state: "CT"
chamber: "house"
district: "106"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 106
State House district 106 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 107"
classification: state-house-district
state: "CT"
chamber: "house"
district: "107"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 107
State House district 107 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 108"
classification: state-house-district
state: "CT"
chamber: "house"
district: "108"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 108
State House district 108 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 109"
classification: state-house-district
state: "CT"
chamber: "house"
district: "109"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 109
State House district 109 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 11"
classification: state-house-district
state: "CT"
chamber: "house"
district: "11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 11
State House district 11 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 110"
classification: state-house-district
state: "CT"
chamber: "house"
district: "110"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 110
State House district 110 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 111"
classification: state-house-district
state: "CT"
chamber: "house"
district: "111"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 111
State House district 111 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 112"
classification: state-house-district
state: "CT"
chamber: "house"
district: "112"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 112
State House district 112 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 113"
classification: state-house-district
state: "CT"
chamber: "house"
district: "113"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 113
State House district 113 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 114"
classification: state-house-district
state: "CT"
chamber: "house"
district: "114"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 114
State House district 114 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 115"
classification: state-house-district
state: "CT"
chamber: "house"
district: "115"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 115
State House district 115 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 116"
classification: state-house-district
state: "CT"
chamber: "house"
district: "116"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 116
State House district 116 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 117"
classification: state-house-district
state: "CT"
chamber: "house"
district: "117"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 117
State House district 117 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 118"
classification: state-house-district
state: "CT"
chamber: "house"
district: "118"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 118
State House district 118 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 119"
classification: state-house-district
state: "CT"
chamber: "house"
district: "119"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 119
State House district 119 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 12"
classification: state-house-district
state: "CT"
chamber: "house"
district: "12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 12
State House district 12 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 120"
classification: state-house-district
state: "CT"
chamber: "house"
district: "120"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 120
State House district 120 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 121"
classification: state-house-district
state: "CT"
chamber: "house"
district: "121"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 121
State House district 121 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 122"
classification: state-house-district
state: "CT"
chamber: "house"
district: "122"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 122
State House district 122 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 123"
classification: state-house-district
state: "CT"
chamber: "house"
district: "123"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 123
State House district 123 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 124"
classification: state-house-district
state: "CT"
chamber: "house"
district: "124"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 124
State House district 124 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 125"
classification: state-house-district
state: "CT"
chamber: "house"
district: "125"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 125
State House district 125 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 126"
classification: state-house-district
state: "CT"
chamber: "house"
district: "126"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 126
State House district 126 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 127"
classification: state-house-district
state: "CT"
chamber: "house"
district: "127"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 127
State House district 127 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 128"
classification: state-house-district
state: "CT"
chamber: "house"
district: "128"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 128
State House district 128 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 129"
classification: state-house-district
state: "CT"
chamber: "house"
district: "129"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 129
State House district 129 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 13"
classification: state-house-district
state: "CT"
chamber: "house"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 13
State House district 13 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 130"
classification: state-house-district
state: "CT"
chamber: "house"
district: "130"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 130
State House district 130 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 131"
classification: state-house-district
state: "CT"
chamber: "house"
district: "131"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 131
State House district 131 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 132"
classification: state-house-district
state: "CT"
chamber: "house"
district: "132"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 132
State House district 132 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 133"
classification: state-house-district
state: "CT"
chamber: "house"
district: "133"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 133
State House district 133 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 134"
classification: state-house-district
state: "CT"
chamber: "house"
district: "134"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 134
State House district 134 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 135"
classification: state-house-district
state: "CT"
chamber: "house"
district: "135"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 135
State House district 135 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 136"
classification: state-house-district
state: "CT"
chamber: "house"
district: "136"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 136
State House district 136 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 137"
classification: state-house-district
state: "CT"
chamber: "house"
district: "137"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 137
State House district 137 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 138"
classification: state-house-district
state: "CT"
chamber: "house"
district: "138"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 138
State House district 138 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 139"
classification: state-house-district
state: "CT"
chamber: "house"
district: "139"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 139
State House district 139 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 14"
classification: state-house-district
state: "CT"
chamber: "house"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 14
State House district 14 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 140"
classification: state-house-district
state: "CT"
chamber: "house"
district: "140"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 140
State House district 140 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 141"
classification: state-house-district
state: "CT"
chamber: "house"
district: "141"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 141
State House district 141 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 142"
classification: state-house-district
state: "CT"
chamber: "house"
district: "142"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 142
State House district 142 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 143"
classification: state-house-district
state: "CT"
chamber: "house"
district: "143"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 143
State House district 143 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 144"
classification: state-house-district
state: "CT"
chamber: "house"
district: "144"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 144
State House district 144 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 145"
classification: state-house-district
state: "CT"
chamber: "house"
district: "145"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 145
State House district 145 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 146"
classification: state-house-district
state: "CT"
chamber: "house"
district: "146"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 146
State House district 146 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 147"
classification: state-house-district
state: "CT"
chamber: "house"
district: "147"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 147
State House district 147 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 148"
classification: state-house-district
state: "CT"
chamber: "house"
district: "148"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 148
State House district 148 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 149"
classification: state-house-district
state: "CT"
chamber: "house"
district: "149"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 149
State House district 149 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 15"
classification: state-house-district
state: "CT"
chamber: "house"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 15
State House district 15 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 150"
classification: state-house-district
state: "CT"
chamber: "house"
district: "150"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 150
State House district 150 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 151"
classification: state-house-district
state: "CT"
chamber: "house"
district: "151"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 151
State House district 151 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 16"
classification: state-house-district
state: "CT"
chamber: "house"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 16
State House district 16 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 17"
classification: state-house-district
state: "CT"
chamber: "house"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 17
State House district 17 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 18"
classification: state-house-district
state: "CT"
chamber: "house"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 18
State House district 18 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 19"
classification: state-house-district
state: "CT"
chamber: "house"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 19
State House district 19 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 2"
classification: state-house-district
state: "CT"
chamber: "house"
district: "2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 2
State House district 2 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 20"
classification: state-house-district
state: "CT"
chamber: "house"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 20
State House district 20 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 21"
classification: state-house-district
state: "CT"
chamber: "house"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 21
State House district 21 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 22"
classification: state-house-district
state: "CT"
chamber: "house"
district: "22"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 22
State House district 22 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 23"
classification: state-house-district
state: "CT"
chamber: "house"
district: "23"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 23
State House district 23 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 24"
classification: state-house-district
state: "CT"
chamber: "house"
district: "24"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 24
State House district 24 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 25"
classification: state-house-district
state: "CT"
chamber: "house"
district: "25"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 25
State House district 25 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 26"
classification: state-house-district
state: "CT"
chamber: "house"
district: "26"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 26
State House district 26 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 27"
classification: state-house-district
state: "CT"
chamber: "house"
district: "27"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 27
State House district 27 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 28"
classification: state-house-district
state: "CT"
chamber: "house"
district: "28"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 28
State House district 28 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 29"
classification: state-house-district
state: "CT"
chamber: "house"
district: "29"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 29
State House district 29 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 3"
classification: state-house-district
state: "CT"
chamber: "house"
district: "3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 3
State House district 3 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 30"
classification: state-house-district
state: "CT"
chamber: "house"
district: "30"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 30
State House district 30 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 31"
classification: state-house-district
state: "CT"
chamber: "house"
district: "31"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 31
State House district 31 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 32"
classification: state-house-district
state: "CT"
chamber: "house"
district: "32"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 32
State House district 32 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 33"
classification: state-house-district
state: "CT"
chamber: "house"
district: "33"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 33
State House district 33 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 34"
classification: state-house-district
state: "CT"
chamber: "house"
district: "34"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 34
State House district 34 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 35"
classification: state-house-district
state: "CT"
chamber: "house"
district: "35"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 35
State House district 35 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 36"
classification: state-house-district
state: "CT"
chamber: "house"
district: "36"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 36
State House district 36 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 37"
classification: state-house-district
state: "CT"
chamber: "house"
district: "37"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 37
State House district 37 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 38"
classification: state-house-district
state: "CT"
chamber: "house"
district: "38"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 38
State House district 38 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 39"
classification: state-house-district
state: "CT"
chamber: "house"
district: "39"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 39
State House district 39 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 4"
classification: state-house-district
state: "CT"
chamber: "house"
district: "4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 4
State House district 4 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 40"
classification: state-house-district
state: "CT"
chamber: "house"
district: "40"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 40
State House district 40 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 41"
classification: state-house-district
state: "CT"
chamber: "house"
district: "41"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 41
State House district 41 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 42"
classification: state-house-district
state: "CT"
chamber: "house"
district: "42"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 42
State House district 42 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 43"
classification: state-house-district
state: "CT"
chamber: "house"
district: "43"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 43
State House district 43 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 44"
classification: state-house-district
state: "CT"
chamber: "house"
district: "44"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 44
State House district 44 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 45"
classification: state-house-district
state: "CT"
chamber: "house"
district: "45"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 45
State House district 45 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 46"
classification: state-house-district
state: "CT"
chamber: "house"
district: "46"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 46
State House district 46 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 47"
classification: state-house-district
state: "CT"
chamber: "house"
district: "47"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 47
State House district 47 (CT).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "CT House District 48"
classification: state-house-district
state: "CT"
chamber: "house"
district: "48"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, ct]
timestamp: "2026-07-03"
---
# CT House District 48
State House district 48 (CT).
## Source
- boundary: Census TIGER 2024

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