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:
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 1"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "1"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 1
|
||||
|
||||
State Senate district 1 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 10"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "10"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 10
|
||||
|
||||
State Senate district 10 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 11"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "11"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 11
|
||||
|
||||
State Senate district 11 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 12"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "12"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 12
|
||||
|
||||
State Senate district 12 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 13"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "13"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 13
|
||||
|
||||
State Senate district 13 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 14"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "14"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 14
|
||||
|
||||
State Senate district 14 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 15"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "15"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 15
|
||||
|
||||
State Senate district 15 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 16"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "16"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 16
|
||||
|
||||
State Senate district 16 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 17"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "17"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 17
|
||||
|
||||
State Senate district 17 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 18"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "18"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 18
|
||||
|
||||
State Senate district 18 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 19"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "19"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 19
|
||||
|
||||
State Senate district 19 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 2"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "2"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 2
|
||||
|
||||
State Senate district 2 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 20"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "20"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 20
|
||||
|
||||
State Senate district 20 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 21"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "21"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 21
|
||||
|
||||
State Senate district 21 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 22"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "22"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 22
|
||||
|
||||
State Senate district 22 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 23"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "23"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 23
|
||||
|
||||
State Senate district 23 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 24"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "24"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 24
|
||||
|
||||
State Senate district 24 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 25"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "25"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 25
|
||||
|
||||
State Senate district 25 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 26"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "26"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 26
|
||||
|
||||
State Senate district 26 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 27"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "27"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 27
|
||||
|
||||
State Senate district 27 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 28"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "28"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 28
|
||||
|
||||
State Senate district 28 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 29"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "29"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 29
|
||||
|
||||
State Senate district 29 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 3"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "3"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 3
|
||||
|
||||
State Senate district 3 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 30"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "30"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 30
|
||||
|
||||
State Senate district 30 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 31"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "31"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 31
|
||||
|
||||
State Senate district 31 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 32"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "32"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 32
|
||||
|
||||
State Senate district 32 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 33"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "33"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 33
|
||||
|
||||
State Senate district 33 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 34"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "34"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 34
|
||||
|
||||
State Senate district 34 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 35"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "35"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 35
|
||||
|
||||
State Senate district 35 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 36"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "36"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 36
|
||||
|
||||
State Senate district 36 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 37"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "37"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 37
|
||||
|
||||
State Senate district 37 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 38"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "38"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 38
|
||||
|
||||
State Senate district 38 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 39"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "39"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 39
|
||||
|
||||
State Senate district 39 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 4"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "4"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 4
|
||||
|
||||
State Senate district 4 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 40"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "40"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 40
|
||||
|
||||
State Senate district 40 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 41"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "41"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 41
|
||||
|
||||
State Senate district 41 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 42"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "42"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 42
|
||||
|
||||
State Senate district 42 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 43"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "43"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 43
|
||||
|
||||
State Senate district 43 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 44"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "44"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 44
|
||||
|
||||
State Senate district 44 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 45"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "45"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 45
|
||||
|
||||
State Senate district 45 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 46"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "46"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 46
|
||||
|
||||
State Senate district 46 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 47"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "47"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 47
|
||||
|
||||
State Senate district 47 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 48"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "48"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 48
|
||||
|
||||
State Senate district 48 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 49"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "49"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 49
|
||||
|
||||
State Senate district 49 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 5"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "5"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 5
|
||||
|
||||
State Senate district 5 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 50"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "50"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 50
|
||||
|
||||
State Senate district 50 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 51"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "51"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 51
|
||||
|
||||
State Senate district 51 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 52"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "52"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 52
|
||||
|
||||
State Senate district 52 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 53"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "53"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 53
|
||||
|
||||
State Senate district 53 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 54"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "54"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 54
|
||||
|
||||
State Senate district 54 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 55"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "55"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 55
|
||||
|
||||
State Senate district 55 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 56"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "56"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 56
|
||||
|
||||
State Senate district 56 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 57"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "57"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 57
|
||||
|
||||
State Senate district 57 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 58"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "58"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 58
|
||||
|
||||
State Senate district 58 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 6"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "6"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 6
|
||||
|
||||
State Senate district 6 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 7"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "7"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 7
|
||||
|
||||
State Senate district 7 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 8"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "8"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 8
|
||||
|
||||
State Senate district 8 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL Senate District 9"
|
||||
classification: state-senate-district
|
||||
state: "IL"
|
||||
chamber: "senate"
|
||||
district: "9"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-senate-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL Senate District 9
|
||||
|
||||
State Senate district 9 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
Reference in New Issue
Block a user