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,21 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL-01"
|
||||
classification: congressional-district
|
||||
state: "IL"
|
||||
district: "IL-01"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL-01
|
||||
|
||||
Congressional district IL-01.
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL-02"
|
||||
classification: congressional-district
|
||||
state: "IL"
|
||||
district: "IL-02"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL-02
|
||||
|
||||
Congressional district IL-02.
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL-03"
|
||||
classification: congressional-district
|
||||
state: "IL"
|
||||
district: "IL-03"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL-03
|
||||
|
||||
Congressional district IL-03.
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL-04"
|
||||
classification: congressional-district
|
||||
state: "IL"
|
||||
district: "IL-04"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL-04
|
||||
|
||||
Congressional district IL-04.
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL-05"
|
||||
classification: congressional-district
|
||||
state: "IL"
|
||||
district: "IL-05"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL-05
|
||||
|
||||
Congressional district IL-05.
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL-06"
|
||||
classification: congressional-district
|
||||
state: "IL"
|
||||
district: "IL-06"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL-06
|
||||
|
||||
Congressional district IL-06.
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL-07"
|
||||
classification: congressional-district
|
||||
state: "IL"
|
||||
district: "IL-07"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL-07
|
||||
|
||||
Congressional district IL-07.
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL-08"
|
||||
classification: congressional-district
|
||||
state: "IL"
|
||||
district: "IL-08"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL-08
|
||||
|
||||
Congressional district IL-08.
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL-09"
|
||||
classification: congressional-district
|
||||
state: "IL"
|
||||
district: "IL-09"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL-09
|
||||
|
||||
Congressional district IL-09.
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL-10"
|
||||
classification: congressional-district
|
||||
state: "IL"
|
||||
district: "IL-10"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL-10
|
||||
|
||||
Congressional district IL-10.
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 245812
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 128277
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 170665
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 191171
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 145625
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 169888
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 132466
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 1"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "1"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 1
|
||||
|
||||
State House district 1 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 10"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "10"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 10
|
||||
|
||||
State House district 10 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 100"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "100"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 100
|
||||
|
||||
State House district 100 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 101"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "101"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 101
|
||||
|
||||
State House district 101 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 102"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "102"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 102
|
||||
|
||||
State House district 102 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 103"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "103"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 103
|
||||
|
||||
State House district 103 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 104"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "104"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 104
|
||||
|
||||
State House district 104 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 105"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "105"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 105
|
||||
|
||||
State House district 105 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 106"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "106"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 106
|
||||
|
||||
State House district 106 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 107"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "107"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 107
|
||||
|
||||
State House district 107 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 108"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "108"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 108
|
||||
|
||||
State House district 108 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 109"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "109"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 109
|
||||
|
||||
State House district 109 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 11"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "11"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 11
|
||||
|
||||
State House district 11 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 110"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "110"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 110
|
||||
|
||||
State House district 110 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 111"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "111"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 111
|
||||
|
||||
State House district 111 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 112"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "112"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 112
|
||||
|
||||
State House district 112 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 113"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "113"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 113
|
||||
|
||||
State House district 113 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 114"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "114"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 114
|
||||
|
||||
State House district 114 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 115"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "115"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 115
|
||||
|
||||
State House district 115 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 116"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "116"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 116
|
||||
|
||||
State House district 116 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 117"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "117"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 117
|
||||
|
||||
State House district 117 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 118"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "118"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 118
|
||||
|
||||
State House district 118 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 12"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "12"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 12
|
||||
|
||||
State House district 12 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 13"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "13"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 13
|
||||
|
||||
State House district 13 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 14"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "14"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 14
|
||||
|
||||
State House district 14 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 15"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "15"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 15
|
||||
|
||||
State House district 15 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 16"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "16"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 16
|
||||
|
||||
State House district 16 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 17"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "17"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 17
|
||||
|
||||
State House district 17 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 18"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "18"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 18
|
||||
|
||||
State House district 18 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 19"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "19"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 19
|
||||
|
||||
State House district 19 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 2"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "2"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 2
|
||||
|
||||
State House district 2 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 20"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "20"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 20
|
||||
|
||||
State House district 20 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 21"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "21"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 21
|
||||
|
||||
State House district 21 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 22"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "22"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 22
|
||||
|
||||
State House district 22 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 23"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "23"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 23
|
||||
|
||||
State House district 23 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 24"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "24"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 24
|
||||
|
||||
State House district 24 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 25"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "25"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 25
|
||||
|
||||
State House district 25 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 26"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "26"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 26
|
||||
|
||||
State House district 26 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 27"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "27"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 27
|
||||
|
||||
State House district 27 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 28"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "28"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 28
|
||||
|
||||
State House district 28 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 29"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "29"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 29
|
||||
|
||||
State House district 29 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 3"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "3"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 3
|
||||
|
||||
State House district 3 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 30"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "30"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 30
|
||||
|
||||
State House district 30 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 31"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "31"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 31
|
||||
|
||||
State House district 31 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 32"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "32"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 32
|
||||
|
||||
State House district 32 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 33"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "33"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 33
|
||||
|
||||
State House district 33 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 34"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "34"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 34
|
||||
|
||||
State House district 34 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 35"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "35"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 35
|
||||
|
||||
State House district 35 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 36"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "36"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 36
|
||||
|
||||
State House district 36 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 37"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "37"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 37
|
||||
|
||||
State House district 37 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 38"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "38"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 38
|
||||
|
||||
State House district 38 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 39"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "39"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 39
|
||||
|
||||
State House district 39 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 4"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "4"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 4
|
||||
|
||||
State House district 4 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 40"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "40"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 40
|
||||
|
||||
State House district 40 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 41"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "41"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 41
|
||||
|
||||
State House district 41 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 42"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "42"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 42
|
||||
|
||||
State House district 42 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 43"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "43"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 43
|
||||
|
||||
State House district 43 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 44"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "44"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 44
|
||||
|
||||
State House district 44 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 45"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "45"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 45
|
||||
|
||||
State House district 45 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 46"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "46"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 46
|
||||
|
||||
State House district 46 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 47"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "47"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 47
|
||||
|
||||
State House district 47 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 48"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "48"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 48
|
||||
|
||||
State House district 48 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 49"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "49"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 49
|
||||
|
||||
State House district 49 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 5"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "5"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 5
|
||||
|
||||
State House district 5 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 50"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "50"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 50
|
||||
|
||||
State House district 50 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 51"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "51"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 51
|
||||
|
||||
State House district 51 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 52"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "52"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 52
|
||||
|
||||
State House district 52 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 53"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "53"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 53
|
||||
|
||||
State House district 53 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 54"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "54"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 54
|
||||
|
||||
State House district 54 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 55"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "55"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 55
|
||||
|
||||
State House district 55 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 56"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "56"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 56
|
||||
|
||||
State House district 56 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 57"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "57"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 57
|
||||
|
||||
State House district 57 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 58"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "58"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 58
|
||||
|
||||
State House district 58 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 59"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "59"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 59
|
||||
|
||||
State House district 59 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 6"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "6"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 6
|
||||
|
||||
State House district 6 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 60"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "60"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 60
|
||||
|
||||
State House district 60 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 61"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "61"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 61
|
||||
|
||||
State House district 61 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 62"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "62"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 62
|
||||
|
||||
State House district 62 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 63"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "63"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 63
|
||||
|
||||
State House district 63 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 64"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "64"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 64
|
||||
|
||||
State House district 64 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 65"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "65"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 65
|
||||
|
||||
State House district 65 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 66"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "66"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 66
|
||||
|
||||
State House district 66 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "IL House District 67"
|
||||
classification: state-house-district
|
||||
state: "IL"
|
||||
chamber: "house"
|
||||
district: "67"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, il]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# IL House District 67
|
||||
|
||||
State House district 67 (IL).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user