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:
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 79
|
||||
hispanic: 1350
|
||||
bachelors_plus: 16343
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/senate/50"
|
||||
rel: in-district
|
||||
area_weight: 0.7846
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.2153
|
||||
- to: "us/states/il/districts/house/99"
|
||||
rel: in-district
|
||||
area_weight: 0.4839
|
||||
- to: "us/states/il/districts/house/100"
|
||||
rel: in-district
|
||||
area_weight: 0.3008
|
||||
- to: "us/states/il/districts/house/94"
|
||||
rel: in-district
|
||||
area_weight: 0.2153
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1350 |
|
||||
| Bachelor's or higher | 16343 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 50](/us/states/il/districts/senate/50.md) — 78% (state senate)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 22% (state senate)
|
||||
- [IL House District 99](/us/states/il/districts/house/99.md) — 48% (state house)
|
||||
- [IL House District 100](/us/states/il/districts/house/100.md) — 30% (state house)
|
||||
- [IL House District 94](/us/states/il/districts/house/94.md) — 22% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,18 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 33
|
||||
bachelors_plus: 599
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9994
|
||||
- to: "us/states/il/districts/house/118"
|
||||
rel: in-district
|
||||
area_weight: 0.9994
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +65,12 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 33 |
|
||||
| Bachelor's or higher | 599 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL House District 118](/us/states/il/districts/house/118.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 196
|
||||
hispanic: 336
|
||||
bachelors_plus: 3523
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/il/districts/senate/55"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/109"
|
||||
rel: in-district
|
||||
area_weight: 0.6776
|
||||
- to: "us/states/il/districts/house/110"
|
||||
rel: in-district
|
||||
area_weight: 0.3224
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 336 |
|
||||
| Bachelor's or higher | 3523 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 55](/us/states/il/districts/senate/55.md) — 100% (state senate)
|
||||
- [IL House District 109](/us/states/il/districts/house/109.md) — 68% (state house)
|
||||
- [IL House District 110](/us/states/il/districts/house/110.md) — 32% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,39 @@ demographics:
|
||||
race_native: 194
|
||||
hispanic: 13651
|
||||
bachelors_plus: 11785
|
||||
districts:
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.6699
|
||||
- to: "us/states/il/districts/11"
|
||||
rel: in-district
|
||||
area_weight: 0.3301
|
||||
- to: "us/states/il/districts/senate/35"
|
||||
rel: in-district
|
||||
area_weight: 0.5049
|
||||
- to: "us/states/il/districts/senate/45"
|
||||
rel: in-district
|
||||
area_weight: 0.4325
|
||||
- to: "us/states/il/districts/senate/34"
|
||||
rel: in-district
|
||||
area_weight: 0.0625
|
||||
- to: "us/states/il/districts/house/69"
|
||||
rel: in-district
|
||||
area_weight: 0.5049
|
||||
- to: "us/states/il/districts/house/89"
|
||||
rel: in-district
|
||||
area_weight: 0.2486
|
||||
- to: "us/states/il/districts/house/90"
|
||||
rel: in-district
|
||||
area_weight: 0.1839
|
||||
- to: "us/states/il/districts/house/68"
|
||||
rel: in-district
|
||||
area_weight: 0.0625
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +86,19 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 13651 |
|
||||
| Bachelor's or higher | 11785 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-16](/us/states/il/districts/16.md) — 67% (congressional)
|
||||
- [IL-11](/us/states/il/districts/11.md) — 33% (congressional)
|
||||
- [IL Senate District 35](/us/states/il/districts/senate/35.md) — 50% (state senate)
|
||||
- [IL Senate District 45](/us/states/il/districts/senate/45.md) — 43% (state senate)
|
||||
- [IL Senate District 34](/us/states/il/districts/senate/34.md) — 6% (state senate)
|
||||
- [IL House District 69](/us/states/il/districts/house/69.md) — 50% (state house)
|
||||
- [IL House District 89](/us/states/il/districts/house/89.md) — 25% (state house)
|
||||
- [IL House District 90](/us/states/il/districts/house/90.md) — 18% (state house)
|
||||
- [IL House District 68](/us/states/il/districts/house/68.md) — 6% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 11
|
||||
hispanic: 424
|
||||
bachelors_plus: 738
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/50"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/99"
|
||||
rel: in-district
|
||||
area_weight: 0.6986
|
||||
- to: "us/states/il/districts/house/100"
|
||||
rel: in-district
|
||||
area_weight: 0.3014
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 424 |
|
||||
| Bachelor's or higher | 738 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 50](/us/states/il/districts/senate/50.md) — 100% (state senate)
|
||||
- [IL House District 99](/us/states/il/districts/house/99.md) — 70% (state house)
|
||||
- [IL House District 100](/us/states/il/districts/house/100.md) — 30% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,36 @@ demographics:
|
||||
race_native: 11
|
||||
hispanic: 3357
|
||||
bachelors_plus: 6706
|
||||
districts:
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.8173
|
||||
- to: "us/states/il/districts/14"
|
||||
rel: in-district
|
||||
area_weight: 0.1827
|
||||
- to: "us/states/il/districts/senate/37"
|
||||
rel: in-district
|
||||
area_weight: 0.8782
|
||||
- to: "us/states/il/districts/senate/53"
|
||||
rel: in-district
|
||||
area_weight: 0.0629
|
||||
- to: "us/states/il/districts/senate/38"
|
||||
rel: in-district
|
||||
area_weight: 0.0589
|
||||
- to: "us/states/il/districts/house/73"
|
||||
rel: in-district
|
||||
area_weight: 0.8782
|
||||
- to: "us/states/il/districts/house/105"
|
||||
rel: in-district
|
||||
area_weight: 0.0629
|
||||
- to: "us/states/il/districts/house/76"
|
||||
rel: in-district
|
||||
area_weight: 0.0589
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +83,18 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 3357 |
|
||||
| Bachelor's or higher | 6706 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-16](/us/states/il/districts/16.md) — 82% (congressional)
|
||||
- [IL-14](/us/states/il/districts/14.md) — 18% (congressional)
|
||||
- [IL Senate District 37](/us/states/il/districts/senate/37.md) — 88% (state senate)
|
||||
- [IL Senate District 53](/us/states/il/districts/senate/53.md) — 6% (state senate)
|
||||
- [IL Senate District 38](/us/states/il/districts/senate/38.md) — 6% (state senate)
|
||||
- [IL House District 73](/us/states/il/districts/house/73.md) — 88% (state house)
|
||||
- [IL House District 105](/us/states/il/districts/house/105.md) — 6% (state house)
|
||||
- [IL House District 76](/us/states/il/districts/house/76.md) — 6% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 3
|
||||
hispanic: 36
|
||||
bachelors_plus: 781
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9992
|
||||
- to: "us/states/il/districts/senate/50"
|
||||
rel: in-district
|
||||
area_weight: 0.9992
|
||||
- to: "us/states/il/districts/house/100"
|
||||
rel: in-district
|
||||
area_weight: 0.9992
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 36 |
|
||||
| Bachelor's or higher | 781 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 50](/us/states/il/districts/senate/50.md) — 100% (state senate)
|
||||
- [IL House District 100](/us/states/il/districts/house/100.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 44
|
||||
hispanic: 820
|
||||
bachelors_plus: 2593
|
||||
districts:
|
||||
- to: "us/states/il/districts/17"
|
||||
rel: in-district
|
||||
area_weight: 0.9995
|
||||
- to: "us/states/il/districts/senate/45"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/il/districts/house/89"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 820 |
|
||||
| Bachelor's or higher | 2593 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-17](/us/states/il/districts/17.md) — 100% (congressional)
|
||||
- [IL Senate District 45](/us/states/il/districts/senate/45.md) — 100% (state senate)
|
||||
- [IL House District 89](/us/states/il/districts/house/89.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 128
|
||||
hispanic: 2929
|
||||
bachelors_plus: 2319
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/50"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/il/districts/house/99"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 2929 |
|
||||
| Bachelor's or higher | 2319 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 50](/us/states/il/districts/senate/50.md) — 100% (state senate)
|
||||
- [IL House District 99](/us/states/il/districts/house/99.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,39 @@ demographics:
|
||||
race_native: 381
|
||||
hispanic: 17249
|
||||
bachelors_plus: 86606
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.6216
|
||||
- to: "us/states/il/districts/13"
|
||||
rel: in-district
|
||||
area_weight: 0.1924
|
||||
- to: "us/states/il/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.1859
|
||||
- to: "us/states/il/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 0.684
|
||||
- to: "us/states/il/districts/senate/52"
|
||||
rel: in-district
|
||||
area_weight: 0.3159
|
||||
- to: "us/states/il/districts/house/101"
|
||||
rel: in-district
|
||||
area_weight: 0.586
|
||||
- to: "us/states/il/districts/house/104"
|
||||
rel: in-district
|
||||
area_weight: 0.2901
|
||||
- to: "us/states/il/districts/house/102"
|
||||
rel: in-district
|
||||
area_weight: 0.0981
|
||||
- to: "us/states/il/districts/house/103"
|
||||
rel: in-district
|
||||
area_weight: 0.0258
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +86,19 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 17249 |
|
||||
| Bachelor's or higher | 86606 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 62% (congressional)
|
||||
- [IL-13](/us/states/il/districts/13.md) — 19% (congressional)
|
||||
- [IL-02](/us/states/il/districts/02.md) — 19% (congressional)
|
||||
- [IL Senate District 51](/us/states/il/districts/senate/51.md) — 68% (state senate)
|
||||
- [IL Senate District 52](/us/states/il/districts/senate/52.md) — 32% (state senate)
|
||||
- [IL House District 101](/us/states/il/districts/house/101.md) — 59% (state house)
|
||||
- [IL House District 104](/us/states/il/districts/house/104.md) — 29% (state house)
|
||||
- [IL House District 102](/us/states/il/districts/house/102.md) — 10% (state house)
|
||||
- [IL House District 103](/us/states/il/districts/house/103.md) — 3% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,33 @@ demographics:
|
||||
race_native: 21
|
||||
hispanic: 1112
|
||||
bachelors_plus: 5432
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9987
|
||||
- to: "us/states/il/districts/senate/54"
|
||||
rel: in-district
|
||||
area_weight: 0.6844
|
||||
- to: "us/states/il/districts/senate/48"
|
||||
rel: in-district
|
||||
area_weight: 0.3156
|
||||
- to: "us/states/il/districts/house/107"
|
||||
rel: in-district
|
||||
area_weight: 0.4942
|
||||
- to: "us/states/il/districts/house/95"
|
||||
rel: in-district
|
||||
area_weight: 0.1959
|
||||
- to: "us/states/il/districts/house/108"
|
||||
rel: in-district
|
||||
area_weight: 0.1902
|
||||
- to: "us/states/il/districts/house/96"
|
||||
rel: in-district
|
||||
area_weight: 0.1197
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +80,17 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1112 |
|
||||
| Bachelor's or higher | 5432 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 54](/us/states/il/districts/senate/54.md) — 68% (state senate)
|
||||
- [IL Senate District 48](/us/states/il/districts/senate/48.md) — 32% (state senate)
|
||||
- [IL House District 107](/us/states/il/districts/house/107.md) — 49% (state house)
|
||||
- [IL House District 95](/us/states/il/districts/house/95.md) — 20% (state house)
|
||||
- [IL House District 108](/us/states/il/districts/house/108.md) — 19% (state house)
|
||||
- [IL House District 96](/us/states/il/districts/house/96.md) — 12% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 57
|
||||
hispanic: 285
|
||||
bachelors_plus: 3622
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9969
|
||||
- to: "us/states/il/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/il/districts/house/102"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 285 |
|
||||
| Bachelor's or higher | 3622 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 51](/us/states/il/districts/senate/51.md) — 100% (state senate)
|
||||
- [IL House District 102](/us/states/il/districts/house/102.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 15
|
||||
hispanic: 264
|
||||
bachelors_plus: 1566
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/55"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/house/110"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 264 |
|
||||
| Bachelor's or higher | 1566 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 55](/us/states/il/districts/senate/55.md) — 100% (state senate)
|
||||
- [IL House District 110](/us/states/il/districts/house/110.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 77
|
||||
hispanic: 1512
|
||||
bachelors_plus: 9017
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/senate/55"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/110"
|
||||
rel: in-district
|
||||
area_weight: 0.5065
|
||||
- to: "us/states/il/districts/house/109"
|
||||
rel: in-district
|
||||
area_weight: 0.4935
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1512 |
|
||||
| Bachelor's or higher | 9017 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 55](/us/states/il/districts/senate/55.md) — 100% (state senate)
|
||||
- [IL House District 110](/us/states/il/districts/house/110.md) — 51% (state house)
|
||||
- [IL House District 109](/us/states/il/districts/house/109.md) — 49% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 20
|
||||
hispanic: 1809
|
||||
bachelors_plus: 11520
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.5275
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.4725
|
||||
- to: "us/states/il/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/101"
|
||||
rel: in-district
|
||||
area_weight: 0.7102
|
||||
- to: "us/states/il/districts/house/102"
|
||||
rel: in-district
|
||||
area_weight: 0.2897
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1809 |
|
||||
| Bachelor's or higher | 11520 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 53% (congressional)
|
||||
- [IL-15](/us/states/il/districts/15.md) — 47% (congressional)
|
||||
- [IL Senate District 51](/us/states/il/districts/senate/51.md) — 100% (state senate)
|
||||
- [IL House District 101](/us/states/il/districts/house/101.md) — 71% (state house)
|
||||
- [IL House District 102](/us/states/il/districts/house/102.md) — 29% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,252 @@ demographics:
|
||||
race_native: 47333
|
||||
hispanic: 1387163
|
||||
bachelors_plus: 2210554
|
||||
districts:
|
||||
- to: "us/states/il/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.1018
|
||||
- to: "us/states/il/districts/06"
|
||||
rel: in-district
|
||||
area_weight: 0.0861
|
||||
- to: "us/states/il/districts/05"
|
||||
rel: in-district
|
||||
area_weight: 0.0728
|
||||
- to: "us/states/il/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.063
|
||||
- to: "us/states/il/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.0542
|
||||
- to: "us/states/il/districts/04"
|
||||
rel: in-district
|
||||
area_weight: 0.0514
|
||||
- to: "us/states/il/districts/09"
|
||||
rel: in-district
|
||||
area_weight: 0.0505
|
||||
- to: "us/states/il/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.042
|
||||
- to: "us/states/il/districts/03"
|
||||
rel: in-district
|
||||
area_weight: 0.0338
|
||||
- to: "us/states/il/districts/10"
|
||||
rel: in-district
|
||||
area_weight: 0.022
|
||||
- to: "us/states/il/districts/11"
|
||||
rel: in-district
|
||||
area_weight: 0.0071
|
||||
- to: "us/states/il/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.0421
|
||||
- to: "us/states/il/districts/senate/18"
|
||||
rel: in-district
|
||||
area_weight: 0.04
|
||||
- to: "us/states/il/districts/senate/26"
|
||||
rel: in-district
|
||||
area_weight: 0.0385
|
||||
- to: "us/states/il/districts/senate/17"
|
||||
rel: in-district
|
||||
area_weight: 0.0359
|
||||
- to: "us/states/il/districts/senate/14"
|
||||
rel: in-district
|
||||
area_weight: 0.0339
|
||||
- to: "us/states/il/districts/senate/28"
|
||||
rel: in-district
|
||||
area_weight: 0.0327
|
||||
- to: "us/states/il/districts/senate/19"
|
||||
rel: in-district
|
||||
area_weight: 0.0295
|
||||
- to: "us/states/il/districts/senate/27"
|
||||
rel: in-district
|
||||
area_weight: 0.026
|
||||
- to: "us/states/il/districts/senate/29"
|
||||
rel: in-district
|
||||
area_weight: 0.0246
|
||||
- to: "us/states/il/districts/senate/9"
|
||||
rel: in-district
|
||||
area_weight: 0.0241
|
||||
- to: "us/states/il/districts/senate/41"
|
||||
rel: in-district
|
||||
area_weight: 0.0225
|
||||
- to: "us/states/il/districts/senate/4"
|
||||
rel: in-district
|
||||
area_weight: 0.022
|
||||
- to: "us/states/il/districts/senate/22"
|
||||
rel: in-district
|
||||
area_weight: 0.0217
|
||||
- to: "us/states/il/districts/senate/11"
|
||||
rel: in-district
|
||||
area_weight: 0.0207
|
||||
- to: "us/states/il/districts/senate/39"
|
||||
rel: in-district
|
||||
area_weight: 0.0207
|
||||
- to: "us/states/il/districts/senate/8"
|
||||
rel: in-district
|
||||
area_weight: 0.0173
|
||||
- to: "us/states/il/districts/senate/16"
|
||||
rel: in-district
|
||||
area_weight: 0.0166
|
||||
- to: "us/states/il/districts/senate/10"
|
||||
rel: in-district
|
||||
area_weight: 0.0163
|
||||
- to: "us/states/il/districts/senate/1"
|
||||
rel: in-district
|
||||
area_weight: 0.0152
|
||||
- to: "us/states/il/districts/senate/40"
|
||||
rel: in-district
|
||||
area_weight: 0.0112
|
||||
- to: "us/states/il/districts/senate/5"
|
||||
rel: in-district
|
||||
area_weight: 0.0109
|
||||
- to: "us/states/il/districts/senate/13"
|
||||
rel: in-district
|
||||
area_weight: 0.0102
|
||||
- to: "us/states/il/districts/senate/3"
|
||||
rel: in-district
|
||||
area_weight: 0.0097
|
||||
- to: "us/states/il/districts/senate/12"
|
||||
rel: in-district
|
||||
area_weight: 0.009
|
||||
- to: "us/states/il/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.0068
|
||||
- to: "us/states/il/districts/senate/20"
|
||||
rel: in-district
|
||||
area_weight: 0.0066
|
||||
- to: "us/states/il/districts/senate/25"
|
||||
rel: in-district
|
||||
area_weight: 0.0057
|
||||
- to: "us/states/il/districts/house/38"
|
||||
rel: in-district
|
||||
area_weight: 0.0235
|
||||
- to: "us/states/il/districts/house/30"
|
||||
rel: in-district
|
||||
area_weight: 0.0234
|
||||
- to: "us/states/il/districts/house/56"
|
||||
rel: in-district
|
||||
area_weight: 0.0229
|
||||
- to: "us/states/il/districts/house/82"
|
||||
rel: in-district
|
||||
area_weight: 0.0225
|
||||
- to: "us/states/il/districts/house/34"
|
||||
rel: in-district
|
||||
area_weight: 0.0224
|
||||
- to: "us/states/il/districts/house/57"
|
||||
rel: in-district
|
||||
area_weight: 0.0223
|
||||
- to: "us/states/il/districts/house/52"
|
||||
rel: in-district
|
||||
area_weight: 0.0221
|
||||
- to: "us/states/il/districts/house/36"
|
||||
rel: in-district
|
||||
area_weight: 0.0205
|
||||
- to: "us/states/il/districts/house/35"
|
||||
rel: in-district
|
||||
area_weight: 0.0195
|
||||
- to: "us/states/il/districts/house/29"
|
||||
rel: in-district
|
||||
area_weight: 0.0187
|
||||
- to: "us/states/il/districts/house/27"
|
||||
rel: in-district
|
||||
area_weight: 0.0183
|
||||
- to: "us/states/il/districts/house/51"
|
||||
rel: in-district
|
||||
area_weight: 0.0163
|
||||
- to: "us/states/il/districts/house/28"
|
||||
rel: in-district
|
||||
area_weight: 0.0156
|
||||
- to: "us/states/il/districts/house/17"
|
||||
rel: in-district
|
||||
area_weight: 0.015
|
||||
- to: "us/states/il/districts/house/44"
|
||||
rel: in-district
|
||||
area_weight: 0.0145
|
||||
- to: "us/states/il/districts/house/77"
|
||||
rel: in-district
|
||||
area_weight: 0.0139
|
||||
- to: "us/states/il/districts/house/33"
|
||||
rel: in-district
|
||||
area_weight: 0.0135
|
||||
- to: "us/states/il/districts/house/54"
|
||||
rel: in-district
|
||||
area_weight: 0.0134
|
||||
- to: "us/states/il/districts/house/7"
|
||||
rel: in-district
|
||||
area_weight: 0.0127
|
||||
- to: "us/states/il/districts/house/53"
|
||||
rel: in-district
|
||||
area_weight: 0.0126
|
||||
- to: "us/states/il/districts/house/21"
|
||||
rel: in-district
|
||||
area_weight: 0.0113
|
||||
- to: "us/states/il/districts/house/20"
|
||||
rel: in-district
|
||||
area_weight: 0.0109
|
||||
- to: "us/states/il/districts/house/15"
|
||||
rel: in-district
|
||||
area_weight: 0.0106
|
||||
- to: "us/states/il/districts/house/55"
|
||||
rel: in-district
|
||||
area_weight: 0.0098
|
||||
- to: "us/states/il/districts/house/80"
|
||||
rel: in-district
|
||||
area_weight: 0.0098
|
||||
- to: "us/states/il/districts/house/31"
|
||||
rel: in-district
|
||||
area_weight: 0.0097
|
||||
- to: "us/states/il/districts/house/22"
|
||||
rel: in-district
|
||||
area_weight: 0.0094
|
||||
- to: "us/states/il/districts/house/8"
|
||||
rel: in-district
|
||||
area_weight: 0.0093
|
||||
- to: "us/states/il/districts/house/18"
|
||||
rel: in-district
|
||||
area_weight: 0.0091
|
||||
- to: "us/states/il/districts/house/2"
|
||||
rel: in-district
|
||||
area_weight: 0.0083
|
||||
- to: "us/states/il/districts/house/43"
|
||||
rel: in-district
|
||||
area_weight: 0.0072
|
||||
- to: "us/states/il/districts/house/1"
|
||||
rel: in-district
|
||||
area_weight: 0.0069
|
||||
- to: "us/states/il/districts/house/32"
|
||||
rel: in-district
|
||||
area_weight: 0.0069
|
||||
- to: "us/states/il/districts/house/78"
|
||||
rel: in-district
|
||||
area_weight: 0.0068
|
||||
- to: "us/states/il/districts/house/16"
|
||||
rel: in-district
|
||||
area_weight: 0.0067
|
||||
- to: "us/states/il/districts/house/37"
|
||||
rel: in-district
|
||||
area_weight: 0.006
|
||||
- to: "us/states/il/districts/house/25"
|
||||
rel: in-district
|
||||
area_weight: 0.0057
|
||||
- to: "us/states/il/districts/house/49"
|
||||
rel: in-district
|
||||
area_weight: 0.0057
|
||||
- to: "us/states/il/districts/house/10"
|
||||
rel: in-district
|
||||
area_weight: 0.0056
|
||||
- to: "us/states/il/districts/house/6"
|
||||
rel: in-district
|
||||
area_weight: 0.0055
|
||||
- to: "us/states/il/districts/house/19"
|
||||
rel: in-district
|
||||
area_weight: 0.0054
|
||||
- to: "us/states/il/districts/house/9"
|
||||
rel: in-district
|
||||
area_weight: 0.0053
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +299,90 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 1387163 |
|
||||
| Bachelor's or higher | 2210554 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-02](/us/states/il/districts/02.md) — 10% (congressional)
|
||||
- [IL-06](/us/states/il/districts/06.md) — 9% (congressional)
|
||||
- [IL-05](/us/states/il/districts/05.md) — 7% (congressional)
|
||||
- [IL-08](/us/states/il/districts/08.md) — 6% (congressional)
|
||||
- [IL-01](/us/states/il/districts/01.md) — 5% (congressional)
|
||||
- [IL-04](/us/states/il/districts/04.md) — 5% (congressional)
|
||||
- [IL-09](/us/states/il/districts/09.md) — 5% (congressional)
|
||||
- [IL-07](/us/states/il/districts/07.md) — 4% (congressional)
|
||||
- [IL-03](/us/states/il/districts/03.md) — 3% (congressional)
|
||||
- [IL-10](/us/states/il/districts/10.md) — 2% (congressional)
|
||||
- [IL-11](/us/states/il/districts/11.md) — 1% (congressional)
|
||||
- [IL Senate District 15](/us/states/il/districts/senate/15.md) — 4% (state senate)
|
||||
- [IL Senate District 18](/us/states/il/districts/senate/18.md) — 4% (state senate)
|
||||
- [IL Senate District 26](/us/states/il/districts/senate/26.md) — 4% (state senate)
|
||||
- [IL Senate District 17](/us/states/il/districts/senate/17.md) — 4% (state senate)
|
||||
- [IL Senate District 14](/us/states/il/districts/senate/14.md) — 3% (state senate)
|
||||
- [IL Senate District 28](/us/states/il/districts/senate/28.md) — 3% (state senate)
|
||||
- [IL Senate District 19](/us/states/il/districts/senate/19.md) — 3% (state senate)
|
||||
- [IL Senate District 27](/us/states/il/districts/senate/27.md) — 3% (state senate)
|
||||
- [IL Senate District 29](/us/states/il/districts/senate/29.md) — 2% (state senate)
|
||||
- [IL Senate District 9](/us/states/il/districts/senate/9.md) — 2% (state senate)
|
||||
- [IL Senate District 41](/us/states/il/districts/senate/41.md) — 2% (state senate)
|
||||
- [IL Senate District 4](/us/states/il/districts/senate/4.md) — 2% (state senate)
|
||||
- [IL Senate District 22](/us/states/il/districts/senate/22.md) — 2% (state senate)
|
||||
- [IL Senate District 11](/us/states/il/districts/senate/11.md) — 2% (state senate)
|
||||
- [IL Senate District 39](/us/states/il/districts/senate/39.md) — 2% (state senate)
|
||||
- [IL Senate District 8](/us/states/il/districts/senate/8.md) — 2% (state senate)
|
||||
- [IL Senate District 16](/us/states/il/districts/senate/16.md) — 2% (state senate)
|
||||
- [IL Senate District 10](/us/states/il/districts/senate/10.md) — 2% (state senate)
|
||||
- [IL Senate District 1](/us/states/il/districts/senate/1.md) — 2% (state senate)
|
||||
- [IL Senate District 40](/us/states/il/districts/senate/40.md) — 1% (state senate)
|
||||
- [IL Senate District 5](/us/states/il/districts/senate/5.md) — 1% (state senate)
|
||||
- [IL Senate District 13](/us/states/il/districts/senate/13.md) — 1% (state senate)
|
||||
- [IL Senate District 3](/us/states/il/districts/senate/3.md) — 1% (state senate)
|
||||
- [IL Senate District 12](/us/states/il/districts/senate/12.md) — 1% (state senate)
|
||||
- [IL Senate District 2](/us/states/il/districts/senate/2.md) — 1% (state senate)
|
||||
- [IL Senate District 20](/us/states/il/districts/senate/20.md) — 1% (state senate)
|
||||
- [IL Senate District 25](/us/states/il/districts/senate/25.md) — 1% (state senate)
|
||||
- [IL House District 38](/us/states/il/districts/house/38.md) — 2% (state house)
|
||||
- [IL House District 30](/us/states/il/districts/house/30.md) — 2% (state house)
|
||||
- [IL House District 56](/us/states/il/districts/house/56.md) — 2% (state house)
|
||||
- [IL House District 82](/us/states/il/districts/house/82.md) — 2% (state house)
|
||||
- [IL House District 34](/us/states/il/districts/house/34.md) — 2% (state house)
|
||||
- [IL House District 57](/us/states/il/districts/house/57.md) — 2% (state house)
|
||||
- [IL House District 52](/us/states/il/districts/house/52.md) — 2% (state house)
|
||||
- [IL House District 36](/us/states/il/districts/house/36.md) — 2% (state house)
|
||||
- [IL House District 35](/us/states/il/districts/house/35.md) — 2% (state house)
|
||||
- [IL House District 29](/us/states/il/districts/house/29.md) — 2% (state house)
|
||||
- [IL House District 27](/us/states/il/districts/house/27.md) — 2% (state house)
|
||||
- [IL House District 51](/us/states/il/districts/house/51.md) — 2% (state house)
|
||||
- [IL House District 28](/us/states/il/districts/house/28.md) — 2% (state house)
|
||||
- [IL House District 17](/us/states/il/districts/house/17.md) — 2% (state house)
|
||||
- [IL House District 44](/us/states/il/districts/house/44.md) — 1% (state house)
|
||||
- [IL House District 77](/us/states/il/districts/house/77.md) — 1% (state house)
|
||||
- [IL House District 33](/us/states/il/districts/house/33.md) — 1% (state house)
|
||||
- [IL House District 54](/us/states/il/districts/house/54.md) — 1% (state house)
|
||||
- [IL House District 7](/us/states/il/districts/house/7.md) — 1% (state house)
|
||||
- [IL House District 53](/us/states/il/districts/house/53.md) — 1% (state house)
|
||||
- [IL House District 21](/us/states/il/districts/house/21.md) — 1% (state house)
|
||||
- [IL House District 20](/us/states/il/districts/house/20.md) — 1% (state house)
|
||||
- [IL House District 15](/us/states/il/districts/house/15.md) — 1% (state house)
|
||||
- [IL House District 55](/us/states/il/districts/house/55.md) — 1% (state house)
|
||||
- [IL House District 80](/us/states/il/districts/house/80.md) — 1% (state house)
|
||||
- [IL House District 31](/us/states/il/districts/house/31.md) — 1% (state house)
|
||||
- [IL House District 22](/us/states/il/districts/house/22.md) — 1% (state house)
|
||||
- [IL House District 8](/us/states/il/districts/house/8.md) — 1% (state house)
|
||||
- [IL House District 18](/us/states/il/districts/house/18.md) — 1% (state house)
|
||||
- [IL House District 2](/us/states/il/districts/house/2.md) — 1% (state house)
|
||||
- [IL House District 43](/us/states/il/districts/house/43.md) — 1% (state house)
|
||||
- [IL House District 1](/us/states/il/districts/house/1.md) — 1% (state house)
|
||||
- [IL House District 32](/us/states/il/districts/house/32.md) — 1% (state house)
|
||||
- [IL House District 78](/us/states/il/districts/house/78.md) — 1% (state house)
|
||||
- [IL House District 16](/us/states/il/districts/house/16.md) — 1% (state house)
|
||||
- [IL House District 37](/us/states/il/districts/house/37.md) — 1% (state house)
|
||||
- [IL House District 25](/us/states/il/districts/house/25.md) — 1% (state house)
|
||||
- [IL House District 49](/us/states/il/districts/house/49.md) — 1% (state house)
|
||||
- [IL House District 10](/us/states/il/districts/house/10.md) — 1% (state house)
|
||||
- [IL House District 6](/us/states/il/districts/house/6.md) — 1% (state house)
|
||||
- [IL House District 19](/us/states/il/districts/house/19.md) — 1% (state house)
|
||||
- [IL House District 9](/us/states/il/districts/house/9.md) — 1% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 237
|
||||
hispanic: 491
|
||||
bachelors_plus: 3621
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9958
|
||||
- to: "us/states/il/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/il/districts/house/102"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 491 |
|
||||
| Bachelor's or higher | 3621 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 51](/us/states/il/districts/senate/51.md) — 100% (state senate)
|
||||
- [IL House District 102](/us/states/il/districts/house/102.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 38
|
||||
bachelors_plus: 1874
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 0.8596
|
||||
- to: "us/states/il/districts/senate/54"
|
||||
rel: in-district
|
||||
area_weight: 0.1404
|
||||
- to: "us/states/il/districts/house/102"
|
||||
rel: in-district
|
||||
area_weight: 0.8595
|
||||
- to: "us/states/il/districts/house/107"
|
||||
rel: in-district
|
||||
area_weight: 0.1404
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 38 |
|
||||
| Bachelor's or higher | 1874 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 51](/us/states/il/districts/senate/51.md) — 86% (state senate)
|
||||
- [IL Senate District 54](/us/states/il/districts/senate/54.md) — 14% (state senate)
|
||||
- [IL House District 102](/us/states/il/districts/house/102.md) — 86% (state house)
|
||||
- [IL House District 107](/us/states/il/districts/house/107.md) — 14% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 67
|
||||
hispanic: 540
|
||||
bachelors_plus: 3304
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/il/districts/senate/44"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/88"
|
||||
rel: in-district
|
||||
area_weight: 0.521
|
||||
- to: "us/states/il/districts/house/87"
|
||||
rel: in-district
|
||||
area_weight: 0.479
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 540 |
|
||||
| Bachelor's or higher | 3304 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 44](/us/states/il/districts/senate/44.md) — 100% (state senate)
|
||||
- [IL House District 88](/us/states/il/districts/house/88.md) — 52% (state house)
|
||||
- [IL House District 87](/us/states/il/districts/house/87.md) — 48% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,48 @@ demographics:
|
||||
race_native: 658
|
||||
hispanic: 14647
|
||||
bachelors_plus: 28035
|
||||
districts:
|
||||
- to: "us/states/il/districts/14"
|
||||
rel: in-district
|
||||
area_weight: 0.699
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.1664
|
||||
- to: "us/states/il/districts/11"
|
||||
rel: in-district
|
||||
area_weight: 0.1346
|
||||
- to: "us/states/il/districts/senate/37"
|
||||
rel: in-district
|
||||
area_weight: 0.3233
|
||||
- to: "us/states/il/districts/senate/45"
|
||||
rel: in-district
|
||||
area_weight: 0.2814
|
||||
- to: "us/states/il/districts/senate/35"
|
||||
rel: in-district
|
||||
area_weight: 0.2493
|
||||
- to: "us/states/il/districts/senate/38"
|
||||
rel: in-district
|
||||
area_weight: 0.146
|
||||
- to: "us/states/il/districts/house/74"
|
||||
rel: in-district
|
||||
area_weight: 0.3233
|
||||
- to: "us/states/il/districts/house/89"
|
||||
rel: in-district
|
||||
area_weight: 0.2814
|
||||
- to: "us/states/il/districts/house/70"
|
||||
rel: in-district
|
||||
area_weight: 0.2493
|
||||
- to: "us/states/il/districts/house/76"
|
||||
rel: in-district
|
||||
area_weight: 0.1202
|
||||
- to: "us/states/il/districts/house/75"
|
||||
rel: in-district
|
||||
area_weight: 0.0258
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +95,22 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 14647 |
|
||||
| Bachelor's or higher | 28035 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-14](/us/states/il/districts/14.md) — 70% (congressional)
|
||||
- [IL-16](/us/states/il/districts/16.md) — 17% (congressional)
|
||||
- [IL-11](/us/states/il/districts/11.md) — 13% (congressional)
|
||||
- [IL Senate District 37](/us/states/il/districts/senate/37.md) — 32% (state senate)
|
||||
- [IL Senate District 45](/us/states/il/districts/senate/45.md) — 28% (state senate)
|
||||
- [IL Senate District 35](/us/states/il/districts/senate/35.md) — 25% (state senate)
|
||||
- [IL Senate District 38](/us/states/il/districts/senate/38.md) — 15% (state senate)
|
||||
- [IL House District 74](/us/states/il/districts/house/74.md) — 32% (state house)
|
||||
- [IL House District 89](/us/states/il/districts/house/89.md) — 28% (state house)
|
||||
- [IL House District 70](/us/states/il/districts/house/70.md) — 25% (state house)
|
||||
- [IL House District 76](/us/states/il/districts/house/76.md) — 12% (state house)
|
||||
- [IL House District 75](/us/states/il/districts/house/75.md) — 3% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 46
|
||||
hispanic: 1672
|
||||
bachelors_plus: 3742
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/il/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/101"
|
||||
rel: in-district
|
||||
area_weight: 0.8871
|
||||
- to: "us/states/il/districts/house/102"
|
||||
rel: in-district
|
||||
area_weight: 0.1129
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1672 |
|
||||
| Bachelor's or higher | 3742 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 51](/us/states/il/districts/senate/51.md) — 100% (state senate)
|
||||
- [IL House District 101](/us/states/il/districts/house/101.md) — 89% (state house)
|
||||
- [IL House District 102](/us/states/il/districts/house/102.md) — 11% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,108 @@ demographics:
|
||||
race_native: 4229
|
||||
hispanic: 149533
|
||||
bachelors_plus: 472215
|
||||
districts:
|
||||
- to: "us/states/il/districts/03"
|
||||
rel: in-district
|
||||
area_weight: 0.3023
|
||||
- to: "us/states/il/districts/06"
|
||||
rel: in-district
|
||||
area_weight: 0.2646
|
||||
- to: "us/states/il/districts/11"
|
||||
rel: in-district
|
||||
area_weight: 0.2377
|
||||
- to: "us/states/il/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.1555
|
||||
- to: "us/states/il/districts/04"
|
||||
rel: in-district
|
||||
area_weight: 0.0397
|
||||
- to: "us/states/il/districts/senate/24"
|
||||
rel: in-district
|
||||
area_weight: 0.2344
|
||||
- to: "us/states/il/districts/senate/23"
|
||||
rel: in-district
|
||||
area_weight: 0.1699
|
||||
- to: "us/states/il/districts/senate/41"
|
||||
rel: in-district
|
||||
area_weight: 0.1694
|
||||
- to: "us/states/il/districts/senate/21"
|
||||
rel: in-district
|
||||
area_weight: 0.1579
|
||||
- to: "us/states/il/districts/senate/25"
|
||||
rel: in-district
|
||||
area_weight: 0.1562
|
||||
- to: "us/states/il/districts/senate/39"
|
||||
rel: in-district
|
||||
area_weight: 0.0338
|
||||
- to: "us/states/il/districts/senate/42"
|
||||
rel: in-district
|
||||
area_weight: 0.0326
|
||||
- to: "us/states/il/districts/senate/4"
|
||||
rel: in-district
|
||||
area_weight: 0.0174
|
||||
- to: "us/states/il/districts/senate/33"
|
||||
rel: in-district
|
||||
area_weight: 0.0134
|
||||
- to: "us/states/il/districts/senate/28"
|
||||
rel: in-district
|
||||
area_weight: 0.0089
|
||||
- to: "us/states/il/districts/senate/43"
|
||||
rel: in-district
|
||||
area_weight: 0.0061
|
||||
- to: "us/states/il/districts/house/49"
|
||||
rel: in-district
|
||||
area_weight: 0.147
|
||||
- to: "us/states/il/districts/house/47"
|
||||
rel: in-district
|
||||
area_weight: 0.1422
|
||||
- to: "us/states/il/districts/house/48"
|
||||
rel: in-district
|
||||
area_weight: 0.0922
|
||||
- to: "us/states/il/districts/house/42"
|
||||
rel: in-district
|
||||
area_weight: 0.092
|
||||
- to: "us/states/il/districts/house/81"
|
||||
rel: in-district
|
||||
area_weight: 0.0903
|
||||
- to: "us/states/il/districts/house/45"
|
||||
rel: in-district
|
||||
area_weight: 0.0862
|
||||
- to: "us/states/il/districts/house/46"
|
||||
rel: in-district
|
||||
area_weight: 0.0837
|
||||
- to: "us/states/il/districts/house/82"
|
||||
rel: in-district
|
||||
area_weight: 0.0791
|
||||
- to: "us/states/il/districts/house/41"
|
||||
rel: in-district
|
||||
area_weight: 0.0659
|
||||
- to: "us/states/il/districts/house/77"
|
||||
rel: in-district
|
||||
area_weight: 0.0338
|
||||
- to: "us/states/il/districts/house/84"
|
||||
rel: in-district
|
||||
area_weight: 0.0326
|
||||
- to: "us/states/il/districts/house/7"
|
||||
rel: in-district
|
||||
area_weight: 0.0174
|
||||
- to: "us/states/il/districts/house/65"
|
||||
rel: in-district
|
||||
area_weight: 0.0134
|
||||
- to: "us/states/il/districts/house/50"
|
||||
rel: in-district
|
||||
area_weight: 0.0093
|
||||
- to: "us/states/il/districts/house/56"
|
||||
rel: in-district
|
||||
area_weight: 0.0089
|
||||
- to: "us/states/il/districts/house/85"
|
||||
rel: in-district
|
||||
area_weight: 0.0061
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +155,42 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 149533 |
|
||||
| Bachelor's or higher | 472215 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-03](/us/states/il/districts/03.md) — 30% (congressional)
|
||||
- [IL-06](/us/states/il/districts/06.md) — 26% (congressional)
|
||||
- [IL-11](/us/states/il/districts/11.md) — 24% (congressional)
|
||||
- [IL-08](/us/states/il/districts/08.md) — 16% (congressional)
|
||||
- [IL-04](/us/states/il/districts/04.md) — 4% (congressional)
|
||||
- [IL Senate District 24](/us/states/il/districts/senate/24.md) — 23% (state senate)
|
||||
- [IL Senate District 23](/us/states/il/districts/senate/23.md) — 17% (state senate)
|
||||
- [IL Senate District 41](/us/states/il/districts/senate/41.md) — 17% (state senate)
|
||||
- [IL Senate District 21](/us/states/il/districts/senate/21.md) — 16% (state senate)
|
||||
- [IL Senate District 25](/us/states/il/districts/senate/25.md) — 16% (state senate)
|
||||
- [IL Senate District 39](/us/states/il/districts/senate/39.md) — 3% (state senate)
|
||||
- [IL Senate District 42](/us/states/il/districts/senate/42.md) — 3% (state senate)
|
||||
- [IL Senate District 4](/us/states/il/districts/senate/4.md) — 2% (state senate)
|
||||
- [IL Senate District 33](/us/states/il/districts/senate/33.md) — 1% (state senate)
|
||||
- [IL Senate District 28](/us/states/il/districts/senate/28.md) — 1% (state senate)
|
||||
- [IL Senate District 43](/us/states/il/districts/senate/43.md) — 1% (state senate)
|
||||
- [IL House District 49](/us/states/il/districts/house/49.md) — 15% (state house)
|
||||
- [IL House District 47](/us/states/il/districts/house/47.md) — 14% (state house)
|
||||
- [IL House District 48](/us/states/il/districts/house/48.md) — 9% (state house)
|
||||
- [IL House District 42](/us/states/il/districts/house/42.md) — 9% (state house)
|
||||
- [IL House District 81](/us/states/il/districts/house/81.md) — 9% (state house)
|
||||
- [IL House District 45](/us/states/il/districts/house/45.md) — 9% (state house)
|
||||
- [IL House District 46](/us/states/il/districts/house/46.md) — 8% (state house)
|
||||
- [IL House District 82](/us/states/il/districts/house/82.md) — 8% (state house)
|
||||
- [IL House District 41](/us/states/il/districts/house/41.md) — 7% (state house)
|
||||
- [IL House District 77](/us/states/il/districts/house/77.md) — 3% (state house)
|
||||
- [IL House District 84](/us/states/il/districts/house/84.md) — 3% (state house)
|
||||
- [IL House District 7](/us/states/il/districts/house/7.md) — 2% (state house)
|
||||
- [IL House District 65](/us/states/il/districts/house/65.md) — 1% (state house)
|
||||
- [IL House District 50](/us/states/il/districts/house/50.md) — 1% (state house)
|
||||
- [IL House District 56](/us/states/il/districts/house/56.md) — 1% (state house)
|
||||
- [IL House District 85](/us/states/il/districts/house/85.md) — 1% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 13
|
||||
hispanic: 252
|
||||
bachelors_plus: 3067
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/il/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/house/102"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 252 |
|
||||
| Bachelor's or higher | 3067 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 51](/us/states/il/districts/senate/51.md) — 100% (state senate)
|
||||
- [IL House District 102](/us/states/il/districts/house/102.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 89
|
||||
bachelors_plus: 857
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/116"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 89 |
|
||||
| Bachelor's or higher | 857 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 100% (state senate)
|
||||
- [IL House District 116](/us/states/il/districts/house/116.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,33 @@ demographics:
|
||||
race_native: 25
|
||||
hispanic: 955
|
||||
bachelors_plus: 8540
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/il/districts/senate/54"
|
||||
rel: in-district
|
||||
area_weight: 0.5892
|
||||
- to: "us/states/il/districts/senate/55"
|
||||
rel: in-district
|
||||
area_weight: 0.3027
|
||||
- to: "us/states/il/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 0.1082
|
||||
- to: "us/states/il/districts/house/107"
|
||||
rel: in-district
|
||||
area_weight: 0.5892
|
||||
- to: "us/states/il/districts/house/110"
|
||||
rel: in-district
|
||||
area_weight: 0.3027
|
||||
- to: "us/states/il/districts/house/102"
|
||||
rel: in-district
|
||||
area_weight: 0.1082
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +80,17 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 955 |
|
||||
| Bachelor's or higher | 8540 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 54](/us/states/il/districts/senate/54.md) — 59% (state senate)
|
||||
- [IL Senate District 55](/us/states/il/districts/senate/55.md) — 30% (state senate)
|
||||
- [IL Senate District 51](/us/states/il/districts/senate/51.md) — 11% (state senate)
|
||||
- [IL House District 107](/us/states/il/districts/house/107.md) — 59% (state house)
|
||||
- [IL House District 110](/us/states/il/districts/house/110.md) — 30% (state house)
|
||||
- [IL House District 102](/us/states/il/districts/house/102.md) — 11% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 71
|
||||
hispanic: 650
|
||||
bachelors_plus: 3360
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/il/districts/senate/55"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/110"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 650 |
|
||||
| Bachelor's or higher | 3360 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 55](/us/states/il/districts/senate/55.md) — 100% (state senate)
|
||||
- [IL House District 110](/us/states/il/districts/house/110.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 4
|
||||
hispanic: 707
|
||||
bachelors_plus: 2322
|
||||
districts:
|
||||
- to: "us/states/il/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.901
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.099
|
||||
- to: "us/states/il/districts/senate/53"
|
||||
rel: in-district
|
||||
area_weight: 0.8098
|
||||
- to: "us/states/il/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 0.1902
|
||||
- to: "us/states/il/districts/house/106"
|
||||
rel: in-district
|
||||
area_weight: 0.8098
|
||||
- to: "us/states/il/districts/house/101"
|
||||
rel: in-district
|
||||
area_weight: 0.1902
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 707 |
|
||||
| Bachelor's or higher | 2322 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-02](/us/states/il/districts/02.md) — 90% (congressional)
|
||||
- [IL-16](/us/states/il/districts/16.md) — 10% (congressional)
|
||||
- [IL Senate District 53](/us/states/il/districts/senate/53.md) — 81% (state senate)
|
||||
- [IL Senate District 51](/us/states/il/districts/senate/51.md) — 19% (state senate)
|
||||
- [IL House District 106](/us/states/il/districts/house/106.md) — 81% (state house)
|
||||
- [IL House District 101](/us/states/il/districts/house/101.md) — 19% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 29
|
||||
hispanic: 756
|
||||
bachelors_plus: 5501
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.5494
|
||||
- to: "us/states/il/districts/house/116"
|
||||
rel: in-district
|
||||
area_weight: 0.5492
|
||||
- to: "us/states/il/districts/house/117"
|
||||
rel: in-district
|
||||
area_weight: 0.4505
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 756 |
|
||||
| Bachelor's or higher | 5501 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 55% (state senate)
|
||||
- [IL House District 116](/us/states/il/districts/house/116.md) — 55% (state house)
|
||||
- [IL House District 117](/us/states/il/districts/house/117.md) — 45% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 126
|
||||
hispanic: 830
|
||||
bachelors_plus: 5910
|
||||
districts:
|
||||
- to: "us/states/il/districts/17"
|
||||
rel: in-district
|
||||
area_weight: 0.5727
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.4273
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/94"
|
||||
rel: in-district
|
||||
area_weight: 0.9582
|
||||
- to: "us/states/il/districts/house/93"
|
||||
rel: in-district
|
||||
area_weight: 0.0418
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 830 |
|
||||
| Bachelor's or higher | 5910 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-17](/us/states/il/districts/17.md) — 57% (congressional)
|
||||
- [IL-15](/us/states/il/districts/15.md) — 43% (congressional)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 100% (state senate)
|
||||
- [IL House District 94](/us/states/il/districts/house/94.md) — 96% (state house)
|
||||
- [IL House District 93](/us/states/il/districts/house/93.md) — 4% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,18 @@ demographics:
|
||||
race_native: 6
|
||||
hispanic: 57
|
||||
bachelors_plus: 662
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9987
|
||||
- to: "us/states/il/districts/house/117"
|
||||
rel: in-district
|
||||
area_weight: 0.9994
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +65,12 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 57 |
|
||||
| Bachelor's or higher | 662 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL House District 117](/us/states/il/districts/house/117.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 16
|
||||
hispanic: 128
|
||||
bachelors_plus: 2069
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/50"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/100"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 128 |
|
||||
| Bachelor's or higher | 2069 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 50](/us/states/il/districts/senate/50.md) — 100% (state senate)
|
||||
- [IL House District 100](/us/states/il/districts/house/100.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,33 @@ demographics:
|
||||
race_native: 38
|
||||
hispanic: 6368
|
||||
bachelors_plus: 11067
|
||||
districts:
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.9992
|
||||
- to: "us/states/il/districts/senate/53"
|
||||
rel: in-district
|
||||
area_weight: 0.7101
|
||||
- to: "us/states/il/districts/senate/38"
|
||||
rel: in-district
|
||||
area_weight: 0.2485
|
||||
- to: "us/states/il/districts/senate/40"
|
||||
rel: in-district
|
||||
area_weight: 0.0414
|
||||
- to: "us/states/il/districts/house/106"
|
||||
rel: in-district
|
||||
area_weight: 0.7101
|
||||
- to: "us/states/il/districts/house/75"
|
||||
rel: in-district
|
||||
area_weight: 0.2485
|
||||
- to: "us/states/il/districts/house/79"
|
||||
rel: in-district
|
||||
area_weight: 0.0414
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +80,17 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 6368 |
|
||||
| Bachelor's or higher | 11067 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-16](/us/states/il/districts/16.md) — 100% (congressional)
|
||||
- [IL Senate District 53](/us/states/il/districts/senate/53.md) — 71% (state senate)
|
||||
- [IL Senate District 38](/us/states/il/districts/senate/38.md) — 25% (state senate)
|
||||
- [IL Senate District 40](/us/states/il/districts/senate/40.md) — 4% (state senate)
|
||||
- [IL House District 106](/us/states/il/districts/house/106.md) — 71% (state house)
|
||||
- [IL House District 75](/us/states/il/districts/house/75.md) — 25% (state house)
|
||||
- [IL House District 79](/us/states/il/districts/house/79.md) — 4% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 13
|
||||
hispanic: 57
|
||||
bachelors_plus: 1665
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.6238
|
||||
- to: "us/states/il/districts/house/116"
|
||||
rel: in-district
|
||||
area_weight: 0.6238
|
||||
- to: "us/states/il/districts/house/117"
|
||||
rel: in-district
|
||||
area_weight: 0.3762
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 57 |
|
||||
| Bachelor's or higher | 1665 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 62% (state senate)
|
||||
- [IL House District 116](/us/states/il/districts/house/116.md) — 62% (state house)
|
||||
- [IL House District 117](/us/states/il/districts/house/117.md) — 38% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 23
|
||||
hispanic: 397
|
||||
bachelors_plus: 4084
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/house/94"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 397 |
|
||||
| Bachelor's or higher | 4084 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 100% (state senate)
|
||||
- [IL House District 94](/us/states/il/districts/house/94.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,18 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 33
|
||||
bachelors_plus: 537
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.999
|
||||
- to: "us/states/il/districts/house/117"
|
||||
rel: in-district
|
||||
area_weight: 0.9994
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +65,12 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 33 |
|
||||
| Bachelor's or higher | 537 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL House District 117](/us/states/il/districts/house/117.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 41
|
||||
hispanic: 76
|
||||
bachelors_plus: 1185
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/il/districts/house/94"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 76 |
|
||||
| Bachelor's or higher | 1185 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 100% (state senate)
|
||||
- [IL House District 94](/us/states/il/districts/house/94.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,36 @@ demographics:
|
||||
race_native: 5
|
||||
hispanic: 3366
|
||||
bachelors_plus: 11382
|
||||
districts:
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.854
|
||||
- to: "us/states/il/districts/17"
|
||||
rel: in-district
|
||||
area_weight: 0.146
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.5775
|
||||
- to: "us/states/il/districts/senate/37"
|
||||
rel: in-district
|
||||
area_weight: 0.2564
|
||||
- to: "us/states/il/districts/senate/36"
|
||||
rel: in-district
|
||||
area_weight: 0.1661
|
||||
- to: "us/states/il/districts/house/93"
|
||||
rel: in-district
|
||||
area_weight: 0.5775
|
||||
- to: "us/states/il/districts/house/73"
|
||||
rel: in-district
|
||||
area_weight: 0.2564
|
||||
- to: "us/states/il/districts/house/71"
|
||||
rel: in-district
|
||||
area_weight: 0.1661
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +83,18 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 3366 |
|
||||
| Bachelor's or higher | 11382 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-16](/us/states/il/districts/16.md) — 85% (congressional)
|
||||
- [IL-17](/us/states/il/districts/17.md) — 15% (congressional)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 58% (state senate)
|
||||
- [IL Senate District 37](/us/states/il/districts/senate/37.md) — 26% (state senate)
|
||||
- [IL Senate District 36](/us/states/il/districts/senate/36.md) — 17% (state senate)
|
||||
- [IL House District 93](/us/states/il/districts/house/93.md) — 58% (state house)
|
||||
- [IL House District 73](/us/states/il/districts/house/73.md) — 26% (state house)
|
||||
- [IL House District 71](/us/states/il/districts/house/71.md) — 17% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 137
|
||||
hispanic: 2187
|
||||
bachelors_plus: 4431
|
||||
districts:
|
||||
- to: "us/states/il/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/senate/53"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/il/districts/house/106"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 2187 |
|
||||
| Bachelor's or higher | 4431 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-02](/us/states/il/districts/02.md) — 100% (congressional)
|
||||
- [IL Senate District 53](/us/states/il/districts/senate/53.md) — 100% (state senate)
|
||||
- [IL House District 106](/us/states/il/districts/house/106.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 45
|
||||
hispanic: 2811
|
||||
bachelors_plus: 16783
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.5824
|
||||
- to: "us/states/il/districts/house/115"
|
||||
rel: in-district
|
||||
area_weight: 0.5824
|
||||
- to: "us/states/il/districts/house/118"
|
||||
rel: in-district
|
||||
area_weight: 0.4175
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 2811 |
|
||||
| Bachelor's or higher | 16783 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 58% (state senate)
|
||||
- [IL House District 115](/us/states/il/districts/house/115.md) — 58% (state house)
|
||||
- [IL House District 118](/us/states/il/districts/house/118.md) — 42% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 123
|
||||
bachelors_plus: 1813
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/house/102"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 123 |
|
||||
| Bachelor's or higher | 1813 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 51](/us/states/il/districts/senate/51.md) — 100% (state senate)
|
||||
- [IL House District 102](/us/states/il/districts/house/102.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 122
|
||||
hispanic: 1030
|
||||
bachelors_plus: 6420
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/116"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1030 |
|
||||
| Bachelor's or higher | 6420 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 100% (state senate)
|
||||
- [IL House District 116](/us/states/il/districts/house/116.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 5
|
||||
hispanic: 340
|
||||
bachelors_plus: 4562
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/il/districts/senate/50"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/house/100"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 340 |
|
||||
| Bachelor's or higher | 4562 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 50](/us/states/il/districts/senate/50.md) — 100% (state senate)
|
||||
- [IL House District 100](/us/states/il/districts/house/100.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 63
|
||||
hispanic: 912
|
||||
bachelors_plus: 6302
|
||||
districts:
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.9991
|
||||
- to: "us/states/il/districts/senate/45"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/il/districts/house/89"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 912 |
|
||||
| Bachelor's or higher | 6302 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-16](/us/states/il/districts/16.md) — 100% (congressional)
|
||||
- [IL Senate District 45](/us/states/il/districts/senate/45.md) — 100% (state senate)
|
||||
- [IL House District 89](/us/states/il/districts/house/89.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,18 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 597
|
||||
bachelors_plus: 2578
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/117"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +65,12 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 597 |
|
||||
| Bachelor's or higher | 2578 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL House District 117](/us/states/il/districts/house/117.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,60 @@ demographics:
|
||||
race_native: 5972
|
||||
hispanic: 172723
|
||||
bachelors_plus: 179181
|
||||
districts:
|
||||
- to: "us/states/il/districts/11"
|
||||
rel: in-district
|
||||
area_weight: 0.5837
|
||||
- to: "us/states/il/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.2607
|
||||
- to: "us/states/il/districts/14"
|
||||
rel: in-district
|
||||
area_weight: 0.1556
|
||||
- to: "us/states/il/districts/senate/35"
|
||||
rel: in-district
|
||||
area_weight: 0.4942
|
||||
- to: "us/states/il/districts/senate/33"
|
||||
rel: in-district
|
||||
area_weight: 0.3079
|
||||
- to: "us/states/il/districts/senate/42"
|
||||
rel: in-district
|
||||
area_weight: 0.0918
|
||||
- to: "us/states/il/districts/senate/25"
|
||||
rel: in-district
|
||||
area_weight: 0.0755
|
||||
- to: "us/states/il/districts/senate/22"
|
||||
rel: in-district
|
||||
area_weight: 0.0284
|
||||
- to: "us/states/il/districts/house/70"
|
||||
rel: in-district
|
||||
area_weight: 0.4942
|
||||
- to: "us/states/il/districts/house/65"
|
||||
rel: in-district
|
||||
area_weight: 0.2306
|
||||
- to: "us/states/il/districts/house/83"
|
||||
rel: in-district
|
||||
area_weight: 0.0828
|
||||
- to: "us/states/il/districts/house/66"
|
||||
rel: in-district
|
||||
area_weight: 0.0773
|
||||
- to: "us/states/il/districts/house/50"
|
||||
rel: in-district
|
||||
area_weight: 0.0569
|
||||
- to: "us/states/il/districts/house/43"
|
||||
rel: in-district
|
||||
area_weight: 0.0284
|
||||
- to: "us/states/il/districts/house/49"
|
||||
rel: in-district
|
||||
area_weight: 0.0186
|
||||
- to: "us/states/il/districts/house/84"
|
||||
rel: in-district
|
||||
area_weight: 0.0089
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +107,26 @@ County jurisdiction — 2 officeholders mapped.
|
||||
| Hispanic/Latino | 172723 |
|
||||
| Bachelor's or higher | 179181 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-11](/us/states/il/districts/11.md) — 58% (congressional)
|
||||
- [IL-08](/us/states/il/districts/08.md) — 26% (congressional)
|
||||
- [IL-14](/us/states/il/districts/14.md) — 16% (congressional)
|
||||
- [IL Senate District 35](/us/states/il/districts/senate/35.md) — 49% (state senate)
|
||||
- [IL Senate District 33](/us/states/il/districts/senate/33.md) — 31% (state senate)
|
||||
- [IL Senate District 42](/us/states/il/districts/senate/42.md) — 9% (state senate)
|
||||
- [IL Senate District 25](/us/states/il/districts/senate/25.md) — 8% (state senate)
|
||||
- [IL Senate District 22](/us/states/il/districts/senate/22.md) — 3% (state senate)
|
||||
- [IL House District 70](/us/states/il/districts/house/70.md) — 49% (state house)
|
||||
- [IL House District 65](/us/states/il/districts/house/65.md) — 23% (state house)
|
||||
- [IL House District 83](/us/states/il/districts/house/83.md) — 8% (state house)
|
||||
- [IL House District 66](/us/states/il/districts/house/66.md) — 8% (state house)
|
||||
- [IL House District 50](/us/states/il/districts/house/50.md) — 6% (state house)
|
||||
- [IL House District 43](/us/states/il/districts/house/43.md) — 3% (state house)
|
||||
- [IL House District 49](/us/states/il/districts/house/49.md) — 2% (state house)
|
||||
- [IL House District 84](/us/states/il/districts/house/84.md) — 1% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,36 @@ demographics:
|
||||
race_native: 487
|
||||
hispanic: 13523
|
||||
bachelors_plus: 21067
|
||||
districts:
|
||||
- to: "us/states/il/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.8582
|
||||
- to: "us/states/il/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.1416
|
||||
- to: "us/states/il/districts/senate/40"
|
||||
rel: in-district
|
||||
area_weight: 0.5184
|
||||
- to: "us/states/il/districts/senate/17"
|
||||
rel: in-district
|
||||
area_weight: 0.3314
|
||||
- to: "us/states/il/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.15
|
||||
- to: "us/states/il/districts/house/79"
|
||||
rel: in-district
|
||||
area_weight: 0.5184
|
||||
- to: "us/states/il/districts/house/34"
|
||||
rel: in-district
|
||||
area_weight: 0.3314
|
||||
- to: "us/states/il/districts/house/29"
|
||||
rel: in-district
|
||||
area_weight: 0.15
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +83,18 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 13523 |
|
||||
| Bachelor's or higher | 21067 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-02](/us/states/il/districts/02.md) — 86% (congressional)
|
||||
- [IL-01](/us/states/il/districts/01.md) — 14% (congressional)
|
||||
- [IL Senate District 40](/us/states/il/districts/senate/40.md) — 52% (state senate)
|
||||
- [IL Senate District 17](/us/states/il/districts/senate/17.md) — 33% (state senate)
|
||||
- [IL Senate District 15](/us/states/il/districts/senate/15.md) — 15% (state senate)
|
||||
- [IL House District 79](/us/states/il/districts/house/79.md) — 52% (state house)
|
||||
- [IL House District 34](/us/states/il/districts/house/34.md) — 33% (state house)
|
||||
- [IL House District 29](/us/states/il/districts/house/29.md) — 15% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,36 @@ demographics:
|
||||
race_native: 929
|
||||
hispanic: 30872
|
||||
bachelors_plus: 43982
|
||||
districts:
|
||||
- to: "us/states/il/districts/14"
|
||||
rel: in-district
|
||||
area_weight: 0.9988
|
||||
- to: "us/states/il/districts/senate/38"
|
||||
rel: in-district
|
||||
area_weight: 0.8609
|
||||
- to: "us/states/il/districts/senate/42"
|
||||
rel: in-district
|
||||
area_weight: 0.0756
|
||||
- to: "us/states/il/districts/senate/49"
|
||||
rel: in-district
|
||||
area_weight: 0.0635
|
||||
- to: "us/states/il/districts/house/75"
|
||||
rel: in-district
|
||||
area_weight: 0.8609
|
||||
- to: "us/states/il/districts/house/97"
|
||||
rel: in-district
|
||||
area_weight: 0.0635
|
||||
- to: "us/states/il/districts/house/83"
|
||||
rel: in-district
|
||||
area_weight: 0.0507
|
||||
- to: "us/states/il/districts/house/84"
|
||||
rel: in-district
|
||||
area_weight: 0.0249
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +83,18 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 30872 |
|
||||
| Bachelor's or higher | 43982 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-14](/us/states/il/districts/14.md) — 100% (congressional)
|
||||
- [IL Senate District 38](/us/states/il/districts/senate/38.md) — 86% (state senate)
|
||||
- [IL Senate District 42](/us/states/il/districts/senate/42.md) — 8% (state senate)
|
||||
- [IL Senate District 49](/us/states/il/districts/senate/49.md) — 6% (state senate)
|
||||
- [IL House District 75](/us/states/il/districts/house/75.md) — 86% (state house)
|
||||
- [IL House District 97](/us/states/il/districts/house/97.md) — 6% (state house)
|
||||
- [IL House District 83](/us/states/il/districts/house/83.md) — 5% (state house)
|
||||
- [IL House District 84](/us/states/il/districts/house/84.md) — 2% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 29
|
||||
hispanic: 3161
|
||||
bachelors_plus: 9734
|
||||
districts:
|
||||
- to: "us/states/il/districts/17"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.7986
|
||||
- to: "us/states/il/districts/senate/36"
|
||||
rel: in-district
|
||||
area_weight: 0.2014
|
||||
- to: "us/states/il/districts/house/93"
|
||||
rel: in-district
|
||||
area_weight: 0.598
|
||||
- to: "us/states/il/districts/house/71"
|
||||
rel: in-district
|
||||
area_weight: 0.2014
|
||||
- to: "us/states/il/districts/house/94"
|
||||
rel: in-district
|
||||
area_weight: 0.2006
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 3161 |
|
||||
| Bachelor's or higher | 9734 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-17](/us/states/il/districts/17.md) — 100% (congressional)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 80% (state senate)
|
||||
- [IL Senate District 36](/us/states/il/districts/senate/36.md) — 20% (state senate)
|
||||
- [IL House District 93](/us/states/il/districts/house/93.md) — 60% (state house)
|
||||
- [IL House District 71](/us/states/il/districts/house/71.md) — 20% (state house)
|
||||
- [IL House District 94](/us/states/il/districts/house/94.md) — 20% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,63 @@ demographics:
|
||||
race_native: 6816
|
||||
hispanic: 177631
|
||||
bachelors_plus: 322523
|
||||
districts:
|
||||
- to: "us/states/il/districts/10"
|
||||
rel: in-district
|
||||
area_weight: 0.2674
|
||||
- to: "us/states/il/districts/09"
|
||||
rel: in-district
|
||||
area_weight: 0.0304
|
||||
- to: "us/states/il/districts/05"
|
||||
rel: in-district
|
||||
area_weight: 0.0288
|
||||
- to: "us/states/il/districts/11"
|
||||
rel: in-district
|
||||
area_weight: 0.0166
|
||||
- to: "us/states/il/districts/senate/31"
|
||||
rel: in-district
|
||||
area_weight: 0.1071
|
||||
- to: "us/states/il/districts/senate/26"
|
||||
rel: in-district
|
||||
area_weight: 0.089
|
||||
- to: "us/states/il/districts/senate/32"
|
||||
rel: in-district
|
||||
area_weight: 0.0523
|
||||
- to: "us/states/il/districts/senate/30"
|
||||
rel: in-district
|
||||
area_weight: 0.0519
|
||||
- to: "us/states/il/districts/senate/29"
|
||||
rel: in-district
|
||||
area_weight: 0.0434
|
||||
- to: "us/states/il/districts/house/61"
|
||||
rel: in-district
|
||||
area_weight: 0.0682
|
||||
- to: "us/states/il/districts/house/52"
|
||||
rel: in-district
|
||||
area_weight: 0.059
|
||||
- to: "us/states/il/districts/house/64"
|
||||
rel: in-district
|
||||
area_weight: 0.0523
|
||||
- to: "us/states/il/districts/house/58"
|
||||
rel: in-district
|
||||
area_weight: 0.0401
|
||||
- to: "us/states/il/districts/house/62"
|
||||
rel: in-district
|
||||
area_weight: 0.0389
|
||||
- to: "us/states/il/districts/house/51"
|
||||
rel: in-district
|
||||
area_weight: 0.03
|
||||
- to: "us/states/il/districts/house/59"
|
||||
rel: in-district
|
||||
area_weight: 0.0273
|
||||
- to: "us/states/il/districts/house/60"
|
||||
rel: in-district
|
||||
area_weight: 0.0247
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +110,27 @@ County jurisdiction — 2 officeholders mapped.
|
||||
| Hispanic/Latino | 177631 |
|
||||
| Bachelor's or higher | 322523 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-10](/us/states/il/districts/10.md) — 27% (congressional)
|
||||
- [IL-09](/us/states/il/districts/09.md) — 3% (congressional)
|
||||
- [IL-05](/us/states/il/districts/05.md) — 3% (congressional)
|
||||
- [IL-11](/us/states/il/districts/11.md) — 2% (congressional)
|
||||
- [IL Senate District 31](/us/states/il/districts/senate/31.md) — 11% (state senate)
|
||||
- [IL Senate District 26](/us/states/il/districts/senate/26.md) — 9% (state senate)
|
||||
- [IL Senate District 32](/us/states/il/districts/senate/32.md) — 5% (state senate)
|
||||
- [IL Senate District 30](/us/states/il/districts/senate/30.md) — 5% (state senate)
|
||||
- [IL Senate District 29](/us/states/il/districts/senate/29.md) — 4% (state senate)
|
||||
- [IL House District 61](/us/states/il/districts/house/61.md) — 7% (state house)
|
||||
- [IL House District 52](/us/states/il/districts/house/52.md) — 6% (state house)
|
||||
- [IL House District 64](/us/states/il/districts/house/64.md) — 5% (state house)
|
||||
- [IL House District 58](/us/states/il/districts/house/58.md) — 4% (state house)
|
||||
- [IL House District 62](/us/states/il/districts/house/62.md) — 4% (state house)
|
||||
- [IL House District 51](/us/states/il/districts/house/51.md) — 3% (state house)
|
||||
- [IL House District 59](/us/states/il/districts/house/59.md) — 3% (state house)
|
||||
- [IL House District 60](/us/states/il/districts/house/60.md) — 2% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,42 @@ demographics:
|
||||
race_native: 210
|
||||
hispanic: 12161
|
||||
bachelors_plus: 20803
|
||||
districts:
|
||||
- to: "us/states/il/districts/14"
|
||||
rel: in-district
|
||||
area_weight: 0.6144
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.3856
|
||||
- to: "us/states/il/districts/senate/38"
|
||||
rel: in-district
|
||||
area_weight: 0.4043
|
||||
- to: "us/states/il/districts/senate/53"
|
||||
rel: in-district
|
||||
area_weight: 0.3132
|
||||
- to: "us/states/il/districts/senate/37"
|
||||
rel: in-district
|
||||
area_weight: 0.2825
|
||||
- to: "us/states/il/districts/house/76"
|
||||
rel: in-district
|
||||
area_weight: 0.2982
|
||||
- to: "us/states/il/districts/house/74"
|
||||
rel: in-district
|
||||
area_weight: 0.2825
|
||||
- to: "us/states/il/districts/house/106"
|
||||
rel: in-district
|
||||
area_weight: 0.201
|
||||
- to: "us/states/il/districts/house/105"
|
||||
rel: in-district
|
||||
area_weight: 0.1123
|
||||
- to: "us/states/il/districts/house/75"
|
||||
rel: in-district
|
||||
area_weight: 0.1061
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +89,20 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 12161 |
|
||||
| Bachelor's or higher | 20803 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-14](/us/states/il/districts/14.md) — 61% (congressional)
|
||||
- [IL-16](/us/states/il/districts/16.md) — 39% (congressional)
|
||||
- [IL Senate District 38](/us/states/il/districts/senate/38.md) — 40% (state senate)
|
||||
- [IL Senate District 53](/us/states/il/districts/senate/53.md) — 31% (state senate)
|
||||
- [IL Senate District 37](/us/states/il/districts/senate/37.md) — 28% (state senate)
|
||||
- [IL House District 76](/us/states/il/districts/house/76.md) — 30% (state house)
|
||||
- [IL House District 74](/us/states/il/districts/house/74.md) — 28% (state house)
|
||||
- [IL House District 106](/us/states/il/districts/house/106.md) — 20% (state house)
|
||||
- [IL House District 105](/us/states/il/districts/house/105.md) — 11% (state house)
|
||||
- [IL House District 75](/us/states/il/districts/house/75.md) — 11% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 7
|
||||
hispanic: 323
|
||||
bachelors_plus: 2237
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.995
|
||||
- to: "us/states/in/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.005
|
||||
- to: "us/states/il/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/il/districts/house/102"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 323 |
|
||||
| Bachelor's or higher | 2237 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IN-08](/us/states/in/districts/08.md) — 0% (congressional)
|
||||
- [IL Senate District 51](/us/states/il/districts/senate/51.md) — 100% (state senate)
|
||||
- [IL House District 102](/us/states/il/districts/house/102.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 37
|
||||
hispanic: 2564
|
||||
bachelors_plus: 6562
|
||||
districts:
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/il/districts/senate/37"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/74"
|
||||
rel: in-district
|
||||
area_weight: 0.8033
|
||||
- to: "us/states/il/districts/house/73"
|
||||
rel: in-district
|
||||
area_weight: 0.1967
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 2564 |
|
||||
| Bachelor's or higher | 6562 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-16](/us/states/il/districts/16.md) — 100% (congressional)
|
||||
- [IL Senate District 37](/us/states/il/districts/senate/37.md) — 100% (state senate)
|
||||
- [IL House District 74](/us/states/il/districts/house/74.md) — 80% (state house)
|
||||
- [IL House District 73](/us/states/il/districts/house/73.md) — 20% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,33 @@ demographics:
|
||||
race_native: 37
|
||||
hispanic: 2070
|
||||
bachelors_plus: 6281
|
||||
districts:
|
||||
- to: "us/states/il/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.5961
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.4039
|
||||
- to: "us/states/il/districts/senate/53"
|
||||
rel: in-district
|
||||
area_weight: 0.9782
|
||||
- to: "us/states/il/districts/senate/44"
|
||||
rel: in-district
|
||||
area_weight: 0.0218
|
||||
- to: "us/states/il/districts/house/106"
|
||||
rel: in-district
|
||||
area_weight: 0.6635
|
||||
- to: "us/states/il/districts/house/105"
|
||||
rel: in-district
|
||||
area_weight: 0.3147
|
||||
- to: "us/states/il/districts/house/88"
|
||||
rel: in-district
|
||||
area_weight: 0.0218
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +80,17 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 2070 |
|
||||
| Bachelor's or higher | 6281 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-02](/us/states/il/districts/02.md) — 60% (congressional)
|
||||
- [IL-16](/us/states/il/districts/16.md) — 40% (congressional)
|
||||
- [IL Senate District 53](/us/states/il/districts/senate/53.md) — 98% (state senate)
|
||||
- [IL Senate District 44](/us/states/il/districts/senate/44.md) — 2% (state senate)
|
||||
- [IL House District 106](/us/states/il/districts/house/106.md) — 66% (state house)
|
||||
- [IL House District 105](/us/states/il/districts/house/105.md) — 31% (state house)
|
||||
- [IL House District 88](/us/states/il/districts/house/88.md) — 2% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 18
|
||||
hispanic: 966
|
||||
bachelors_plus: 5535
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/il/districts/senate/44"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/87"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 966 |
|
||||
| Bachelor's or higher | 5535 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 44](/us/states/il/districts/senate/44.md) — 100% (state senate)
|
||||
- [IL House District 87](/us/states/il/districts/house/87.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,42 @@ demographics:
|
||||
race_native: 99
|
||||
hispanic: 2915
|
||||
bachelors_plus: 22964
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.6616
|
||||
- to: "us/states/il/districts/13"
|
||||
rel: in-district
|
||||
area_weight: 0.3384
|
||||
- to: "us/states/il/districts/senate/44"
|
||||
rel: in-district
|
||||
area_weight: 0.5822
|
||||
- to: "us/states/il/districts/senate/54"
|
||||
rel: in-district
|
||||
area_weight: 0.2644
|
||||
- to: "us/states/il/districts/senate/48"
|
||||
rel: in-district
|
||||
area_weight: 0.1534
|
||||
- to: "us/states/il/districts/house/88"
|
||||
rel: in-district
|
||||
area_weight: 0.3314
|
||||
- to: "us/states/il/districts/house/107"
|
||||
rel: in-district
|
||||
area_weight: 0.2644
|
||||
- to: "us/states/il/districts/house/87"
|
||||
rel: in-district
|
||||
area_weight: 0.2509
|
||||
- to: "us/states/il/districts/house/96"
|
||||
rel: in-district
|
||||
area_weight: 0.116
|
||||
- to: "us/states/il/districts/house/95"
|
||||
rel: in-district
|
||||
area_weight: 0.0373
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +89,20 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 2915 |
|
||||
| Bachelor's or higher | 22964 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 66% (congressional)
|
||||
- [IL-13](/us/states/il/districts/13.md) — 34% (congressional)
|
||||
- [IL Senate District 44](/us/states/il/districts/senate/44.md) — 58% (state senate)
|
||||
- [IL Senate District 54](/us/states/il/districts/senate/54.md) — 26% (state senate)
|
||||
- [IL Senate District 48](/us/states/il/districts/senate/48.md) — 15% (state senate)
|
||||
- [IL House District 88](/us/states/il/districts/house/88.md) — 33% (state house)
|
||||
- [IL House District 107](/us/states/il/districts/house/107.md) — 26% (state house)
|
||||
- [IL House District 87](/us/states/il/districts/house/87.md) — 25% (state house)
|
||||
- [IL House District 96](/us/states/il/districts/house/96.md) — 12% (state house)
|
||||
- [IL House District 95](/us/states/il/districts/house/95.md) — 4% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 50
|
||||
hispanic: 608
|
||||
bachelors_plus: 8493
|
||||
districts:
|
||||
- to: "us/states/il/districts/13"
|
||||
rel: in-district
|
||||
area_weight: 0.999
|
||||
- to: "us/states/il/districts/senate/50"
|
||||
rel: in-district
|
||||
area_weight: 0.5005
|
||||
- to: "us/states/il/districts/senate/54"
|
||||
rel: in-district
|
||||
area_weight: 0.4995
|
||||
- to: "us/states/il/districts/house/100"
|
||||
rel: in-district
|
||||
area_weight: 0.5005
|
||||
- to: "us/states/il/districts/house/108"
|
||||
rel: in-district
|
||||
area_weight: 0.4995
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 608 |
|
||||
| Bachelor's or higher | 8493 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-13](/us/states/il/districts/13.md) — 100% (congressional)
|
||||
- [IL Senate District 50](/us/states/il/districts/senate/50.md) — 50% (state senate)
|
||||
- [IL Senate District 54](/us/states/il/districts/senate/54.md) — 50% (state senate)
|
||||
- [IL House District 100](/us/states/il/districts/house/100.md) — 50% (state house)
|
||||
- [IL House District 108](/us/states/il/districts/house/108.md) — 50% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,45 @@ demographics:
|
||||
race_native: 500
|
||||
hispanic: 11399
|
||||
bachelors_plus: 78034
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.6262
|
||||
- to: "us/states/il/districts/13"
|
||||
rel: in-district
|
||||
area_weight: 0.3737
|
||||
- to: "us/states/il/districts/senate/55"
|
||||
rel: in-district
|
||||
area_weight: 0.5584
|
||||
- to: "us/states/il/districts/senate/56"
|
||||
rel: in-district
|
||||
area_weight: 0.2819
|
||||
- to: "us/states/il/districts/senate/50"
|
||||
rel: in-district
|
||||
area_weight: 0.1536
|
||||
- to: "us/states/il/districts/senate/57"
|
||||
rel: in-district
|
||||
area_weight: 0.0061
|
||||
- to: "us/states/il/districts/house/109"
|
||||
rel: in-district
|
||||
area_weight: 0.5584
|
||||
- to: "us/states/il/districts/house/111"
|
||||
rel: in-district
|
||||
area_weight: 0.1817
|
||||
- to: "us/states/il/districts/house/100"
|
||||
rel: in-district
|
||||
area_weight: 0.1536
|
||||
- to: "us/states/il/districts/house/112"
|
||||
rel: in-district
|
||||
area_weight: 0.1002
|
||||
- to: "us/states/il/districts/house/113"
|
||||
rel: in-district
|
||||
area_weight: 0.0061
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +92,21 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 11399 |
|
||||
| Bachelor's or higher | 78034 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 63% (congressional)
|
||||
- [IL-13](/us/states/il/districts/13.md) — 37% (congressional)
|
||||
- [IL Senate District 55](/us/states/il/districts/senate/55.md) — 56% (state senate)
|
||||
- [IL Senate District 56](/us/states/il/districts/senate/56.md) — 28% (state senate)
|
||||
- [IL Senate District 50](/us/states/il/districts/senate/50.md) — 15% (state senate)
|
||||
- [IL Senate District 57](/us/states/il/districts/senate/57.md) — 1% (state senate)
|
||||
- [IL House District 109](/us/states/il/districts/house/109.md) — 56% (state house)
|
||||
- [IL House District 111](/us/states/il/districts/house/111.md) — 18% (state house)
|
||||
- [IL House District 100](/us/states/il/districts/house/100.md) — 15% (state house)
|
||||
- [IL House District 112](/us/states/il/districts/house/112.md) — 10% (state house)
|
||||
- [IL House District 113](/us/states/il/districts/house/113.md) — 1% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 38
|
||||
hispanic: 812
|
||||
bachelors_plus: 5673
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/il/districts/senate/55"
|
||||
rel: in-district
|
||||
area_weight: 0.9682
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.0318
|
||||
- to: "us/states/il/districts/house/110"
|
||||
rel: in-district
|
||||
area_weight: 0.9682
|
||||
- to: "us/states/il/districts/house/116"
|
||||
rel: in-district
|
||||
area_weight: 0.0318
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 812 |
|
||||
| Bachelor's or higher | 5673 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 55](/us/states/il/districts/senate/55.md) — 97% (state senate)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 3% (state senate)
|
||||
- [IL House District 110](/us/states/il/districts/house/110.md) — 97% (state house)
|
||||
- [IL House District 116](/us/states/il/districts/house/116.md) — 3% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 13
|
||||
hispanic: 409
|
||||
bachelors_plus: 1994
|
||||
districts:
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/53"
|
||||
rel: in-district
|
||||
area_weight: 0.8193
|
||||
- to: "us/states/il/districts/senate/37"
|
||||
rel: in-district
|
||||
area_weight: 0.1807
|
||||
- to: "us/states/il/districts/house/105"
|
||||
rel: in-district
|
||||
area_weight: 0.8193
|
||||
- to: "us/states/il/districts/house/73"
|
||||
rel: in-district
|
||||
area_weight: 0.1807
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 409 |
|
||||
| Bachelor's or higher | 1994 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-16](/us/states/il/districts/16.md) — 100% (congressional)
|
||||
- [IL Senate District 53](/us/states/il/districts/senate/53.md) — 82% (state senate)
|
||||
- [IL Senate District 37](/us/states/il/districts/senate/37.md) — 18% (state senate)
|
||||
- [IL House District 105](/us/states/il/districts/house/105.md) — 82% (state house)
|
||||
- [IL House District 73](/us/states/il/districts/house/73.md) — 18% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 54
|
||||
hispanic: 205
|
||||
bachelors_plus: 2075
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.9989
|
||||
- to: "us/states/il/districts/house/94"
|
||||
rel: in-district
|
||||
area_weight: 0.9989
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 205 |
|
||||
| Bachelor's or higher | 2075 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 100% (state senate)
|
||||
- [IL House District 94](/us/states/il/districts/house/94.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,18 @@ demographics:
|
||||
race_native: 17
|
||||
hispanic: 397
|
||||
bachelors_plus: 2159
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9988
|
||||
- to: "us/states/il/districts/house/117"
|
||||
rel: in-district
|
||||
area_weight: 0.9995
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +65,12 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 397 |
|
||||
| Bachelor's or higher | 2159 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL House District 117](/us/states/il/districts/house/117.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 17
|
||||
hispanic: 944
|
||||
bachelors_plus: 7690
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.8669
|
||||
- to: "us/states/il/districts/17"
|
||||
rel: in-district
|
||||
area_weight: 0.1331
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.6893
|
||||
- to: "us/states/il/districts/senate/36"
|
||||
rel: in-district
|
||||
area_weight: 0.3107
|
||||
- to: "us/states/il/districts/house/94"
|
||||
rel: in-district
|
||||
area_weight: 0.6893
|
||||
- to: "us/states/il/districts/house/71"
|
||||
rel: in-district
|
||||
area_weight: 0.3107
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 944 |
|
||||
| Bachelor's or higher | 7690 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 87% (congressional)
|
||||
- [IL-17](/us/states/il/districts/17.md) — 13% (congressional)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 69% (state senate)
|
||||
- [IL Senate District 36](/us/states/il/districts/senate/36.md) — 31% (state senate)
|
||||
- [IL House District 94](/us/states/il/districts/house/94.md) — 69% (state house)
|
||||
- [IL House District 71](/us/states/il/districts/house/71.md) — 31% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,54 @@ demographics:
|
||||
race_native: 1185
|
||||
hispanic: 50243
|
||||
bachelors_plus: 102254
|
||||
districts:
|
||||
- to: "us/states/il/districts/11"
|
||||
rel: in-district
|
||||
area_weight: 0.4848
|
||||
- to: "us/states/il/districts/10"
|
||||
rel: in-district
|
||||
area_weight: 0.2194
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.2172
|
||||
- to: "us/states/il/districts/09"
|
||||
rel: in-district
|
||||
area_weight: 0.0785
|
||||
- to: "us/states/il/districts/senate/35"
|
||||
rel: in-district
|
||||
area_weight: 0.6214
|
||||
- to: "us/states/il/districts/senate/32"
|
||||
rel: in-district
|
||||
area_weight: 0.3251
|
||||
- to: "us/states/il/districts/senate/26"
|
||||
rel: in-district
|
||||
area_weight: 0.0271
|
||||
- to: "us/states/il/districts/senate/33"
|
||||
rel: in-district
|
||||
area_weight: 0.0262
|
||||
- to: "us/states/il/districts/house/69"
|
||||
rel: in-district
|
||||
area_weight: 0.6117
|
||||
- to: "us/states/il/districts/house/63"
|
||||
rel: in-district
|
||||
area_weight: 0.2075
|
||||
- to: "us/states/il/districts/house/64"
|
||||
rel: in-district
|
||||
area_weight: 0.1176
|
||||
- to: "us/states/il/districts/house/52"
|
||||
rel: in-district
|
||||
area_weight: 0.0271
|
||||
- to: "us/states/il/districts/house/66"
|
||||
rel: in-district
|
||||
area_weight: 0.0262
|
||||
- to: "us/states/il/districts/house/70"
|
||||
rel: in-district
|
||||
area_weight: 0.0097
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +101,24 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 50243 |
|
||||
| Bachelor's or higher | 102254 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-11](/us/states/il/districts/11.md) — 48% (congressional)
|
||||
- [IL-10](/us/states/il/districts/10.md) — 22% (congressional)
|
||||
- [IL-16](/us/states/il/districts/16.md) — 22% (congressional)
|
||||
- [IL-09](/us/states/il/districts/09.md) — 8% (congressional)
|
||||
- [IL Senate District 35](/us/states/il/districts/senate/35.md) — 62% (state senate)
|
||||
- [IL Senate District 32](/us/states/il/districts/senate/32.md) — 33% (state senate)
|
||||
- [IL Senate District 26](/us/states/il/districts/senate/26.md) — 3% (state senate)
|
||||
- [IL Senate District 33](/us/states/il/districts/senate/33.md) — 3% (state senate)
|
||||
- [IL House District 69](/us/states/il/districts/house/69.md) — 61% (state house)
|
||||
- [IL House District 63](/us/states/il/districts/house/63.md) — 21% (state house)
|
||||
- [IL House District 64](/us/states/il/districts/house/64.md) — 12% (state house)
|
||||
- [IL House District 52](/us/states/il/districts/house/52.md) — 3% (state house)
|
||||
- [IL House District 66](/us/states/il/districts/house/66.md) — 3% (state house)
|
||||
- [IL House District 70](/us/states/il/districts/house/70.md) — 1% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,42 @@ demographics:
|
||||
race_native: 541
|
||||
hispanic: 11062
|
||||
bachelors_plus: 67416
|
||||
districts:
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.853
|
||||
- to: "us/states/il/districts/17"
|
||||
rel: in-district
|
||||
area_weight: 0.1462
|
||||
- to: "us/states/il/districts/senate/44"
|
||||
rel: in-district
|
||||
area_weight: 0.7796
|
||||
- to: "us/states/il/districts/senate/53"
|
||||
rel: in-district
|
||||
area_weight: 0.1594
|
||||
- to: "us/states/il/districts/senate/46"
|
||||
rel: in-district
|
||||
area_weight: 0.061
|
||||
- to: "us/states/il/districts/house/88"
|
||||
rel: in-district
|
||||
area_weight: 0.5724
|
||||
- to: "us/states/il/districts/house/87"
|
||||
rel: in-district
|
||||
area_weight: 0.2072
|
||||
- to: "us/states/il/districts/house/105"
|
||||
rel: in-district
|
||||
area_weight: 0.1177
|
||||
- to: "us/states/il/districts/house/91"
|
||||
rel: in-district
|
||||
area_weight: 0.061
|
||||
- to: "us/states/il/districts/house/106"
|
||||
rel: in-district
|
||||
area_weight: 0.0417
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +89,20 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 11062 |
|
||||
| Bachelor's or higher | 67416 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-16](/us/states/il/districts/16.md) — 85% (congressional)
|
||||
- [IL-17](/us/states/il/districts/17.md) — 15% (congressional)
|
||||
- [IL Senate District 44](/us/states/il/districts/senate/44.md) — 78% (state senate)
|
||||
- [IL Senate District 53](/us/states/il/districts/senate/53.md) — 16% (state senate)
|
||||
- [IL Senate District 46](/us/states/il/districts/senate/46.md) — 6% (state senate)
|
||||
- [IL House District 88](/us/states/il/districts/house/88.md) — 57% (state house)
|
||||
- [IL House District 87](/us/states/il/districts/house/87.md) — 21% (state house)
|
||||
- [IL House District 105](/us/states/il/districts/house/105.md) — 12% (state house)
|
||||
- [IL House District 91](/us/states/il/districts/house/91.md) — 6% (state house)
|
||||
- [IL House District 106](/us/states/il/districts/house/106.md) — 4% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 204
|
||||
bachelors_plus: 3377
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/54"
|
||||
rel: in-district
|
||||
area_weight: 0.9995
|
||||
- to: "us/states/il/districts/house/108"
|
||||
rel: in-district
|
||||
area_weight: 0.9995
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 204 |
|
||||
| Bachelor's or higher | 3377 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 54](/us/states/il/districts/senate/54.md) — 100% (state senate)
|
||||
- [IL House District 108](/us/states/il/districts/house/108.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 14
|
||||
hispanic: 534
|
||||
bachelors_plus: 3110
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.6178
|
||||
- to: "us/states/il/districts/17"
|
||||
rel: in-district
|
||||
area_weight: 0.3821
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.7473
|
||||
- to: "us/states/il/districts/senate/36"
|
||||
rel: in-district
|
||||
area_weight: 0.2526
|
||||
- to: "us/states/il/districts/house/94"
|
||||
rel: in-district
|
||||
area_weight: 0.7473
|
||||
- to: "us/states/il/districts/house/71"
|
||||
rel: in-district
|
||||
area_weight: 0.2526
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 534 |
|
||||
| Bachelor's or higher | 3110 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 62% (congressional)
|
||||
- [IL-17](/us/states/il/districts/17.md) — 38% (congressional)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 75% (state senate)
|
||||
- [IL Senate District 36](/us/states/il/districts/senate/36.md) — 25% (state senate)
|
||||
- [IL House District 94](/us/states/il/districts/house/94.md) — 75% (state house)
|
||||
- [IL House District 71](/us/states/il/districts/house/71.md) — 25% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 34
|
||||
hispanic: 683
|
||||
bachelors_plus: 13121
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9986
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.9992
|
||||
- to: "us/states/il/districts/house/115"
|
||||
rel: in-district
|
||||
area_weight: 0.9992
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 683 |
|
||||
| Bachelor's or higher | 13121 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 100% (state senate)
|
||||
- [IL House District 115](/us/states/il/districts/house/115.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 31
|
||||
hispanic: 609
|
||||
bachelors_plus: 5000
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/il/districts/senate/54"
|
||||
rel: in-district
|
||||
area_weight: 0.8942
|
||||
- to: "us/states/il/districts/senate/55"
|
||||
rel: in-district
|
||||
area_weight: 0.1058
|
||||
- to: "us/states/il/districts/house/108"
|
||||
rel: in-district
|
||||
area_weight: 0.7356
|
||||
- to: "us/states/il/districts/house/107"
|
||||
rel: in-district
|
||||
area_weight: 0.1586
|
||||
- to: "us/states/il/districts/house/110"
|
||||
rel: in-district
|
||||
area_weight: 0.1058
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 609 |
|
||||
| Bachelor's or higher | 5000 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 54](/us/states/il/districts/senate/54.md) — 89% (state senate)
|
||||
- [IL Senate District 55](/us/states/il/districts/senate/55.md) — 11% (state senate)
|
||||
- [IL House District 108](/us/states/il/districts/house/108.md) — 74% (state house)
|
||||
- [IL House District 107](/us/states/il/districts/house/107.md) — 16% (state house)
|
||||
- [IL House District 110](/us/states/il/districts/house/110.md) — 11% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 45
|
||||
hispanic: 967
|
||||
bachelors_plus: 6794
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/50"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/99"
|
||||
rel: in-district
|
||||
area_weight: 0.5898
|
||||
- to: "us/states/il/districts/house/100"
|
||||
rel: in-district
|
||||
area_weight: 0.4102
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 967 |
|
||||
| Bachelor's or higher | 6794 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 50](/us/states/il/districts/senate/50.md) — 100% (state senate)
|
||||
- [IL House District 99](/us/states/il/districts/house/99.md) — 59% (state house)
|
||||
- [IL House District 100](/us/states/il/districts/house/100.md) — 41% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 241
|
||||
bachelors_plus: 2493
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/54"
|
||||
rel: in-district
|
||||
area_weight: 0.9689
|
||||
- to: "us/states/il/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 0.0311
|
||||
- to: "us/states/il/districts/house/107"
|
||||
rel: in-district
|
||||
area_weight: 0.9689
|
||||
- to: "us/states/il/districts/house/101"
|
||||
rel: in-district
|
||||
area_weight: 0.0311
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 241 |
|
||||
| Bachelor's or higher | 2493 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 54](/us/states/il/districts/senate/54.md) — 97% (state senate)
|
||||
- [IL Senate District 51](/us/states/il/districts/senate/51.md) — 3% (state senate)
|
||||
- [IL House District 107](/us/states/il/districts/house/107.md) — 97% (state house)
|
||||
- [IL House District 101](/us/states/il/districts/house/101.md) — 3% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 264
|
||||
hispanic: 6144
|
||||
bachelors_plus: 11678
|
||||
districts:
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/senate/45"
|
||||
rel: in-district
|
||||
area_weight: 0.7433
|
||||
- to: "us/states/il/districts/senate/37"
|
||||
rel: in-district
|
||||
area_weight: 0.2566
|
||||
- to: "us/states/il/districts/house/89"
|
||||
rel: in-district
|
||||
area_weight: 0.7433
|
||||
- to: "us/states/il/districts/house/74"
|
||||
rel: in-district
|
||||
area_weight: 0.2566
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 6144 |
|
||||
| Bachelor's or higher | 11678 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-16](/us/states/il/districts/16.md) — 100% (congressional)
|
||||
- [IL Senate District 45](/us/states/il/districts/senate/45.md) — 74% (state senate)
|
||||
- [IL Senate District 37](/us/states/il/districts/senate/37.md) — 26% (state senate)
|
||||
- [IL House District 89](/us/states/il/districts/house/89.md) — 74% (state house)
|
||||
- [IL House District 74](/us/states/il/districts/house/74.md) — 26% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,48 @@ demographics:
|
||||
race_native: 509
|
||||
hispanic: 10799
|
||||
bachelors_plus: 58283
|
||||
districts:
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.596
|
||||
- to: "us/states/il/districts/17"
|
||||
rel: in-district
|
||||
area_weight: 0.404
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.6605
|
||||
- to: "us/states/il/districts/senate/37"
|
||||
rel: in-district
|
||||
area_weight: 0.2274
|
||||
- to: "us/states/il/districts/senate/46"
|
||||
rel: in-district
|
||||
area_weight: 0.0922
|
||||
- to: "us/states/il/districts/senate/53"
|
||||
rel: in-district
|
||||
area_weight: 0.0199
|
||||
- to: "us/states/il/districts/house/93"
|
||||
rel: in-district
|
||||
area_weight: 0.6464
|
||||
- to: "us/states/il/districts/house/73"
|
||||
rel: in-district
|
||||
area_weight: 0.2274
|
||||
- to: "us/states/il/districts/house/92"
|
||||
rel: in-district
|
||||
area_weight: 0.0759
|
||||
- to: "us/states/il/districts/house/105"
|
||||
rel: in-district
|
||||
area_weight: 0.0199
|
||||
- to: "us/states/il/districts/house/91"
|
||||
rel: in-district
|
||||
area_weight: 0.0163
|
||||
- to: "us/states/il/districts/house/94"
|
||||
rel: in-district
|
||||
area_weight: 0.0141
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +95,22 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 10799 |
|
||||
| Bachelor's or higher | 58283 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-16](/us/states/il/districts/16.md) — 60% (congressional)
|
||||
- [IL-17](/us/states/il/districts/17.md) — 40% (congressional)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 66% (state senate)
|
||||
- [IL Senate District 37](/us/states/il/districts/senate/37.md) — 23% (state senate)
|
||||
- [IL Senate District 46](/us/states/il/districts/senate/46.md) — 9% (state senate)
|
||||
- [IL Senate District 53](/us/states/il/districts/senate/53.md) — 2% (state senate)
|
||||
- [IL House District 93](/us/states/il/districts/house/93.md) — 65% (state house)
|
||||
- [IL House District 73](/us/states/il/districts/house/73.md) — 23% (state house)
|
||||
- [IL House District 92](/us/states/il/districts/house/92.md) — 8% (state house)
|
||||
- [IL House District 105](/us/states/il/districts/house/105.md) — 2% (state house)
|
||||
- [IL House District 91](/us/states/il/districts/house/91.md) — 2% (state house)
|
||||
- [IL House District 94](/us/states/il/districts/house/94.md) — 1% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 10
|
||||
hispanic: 760
|
||||
bachelors_plus: 2706
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/115"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 760 |
|
||||
| Bachelor's or higher | 2706 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 100% (state senate)
|
||||
- [IL House District 115](/us/states/il/districts/house/115.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 14
|
||||
hispanic: 271
|
||||
bachelors_plus: 5352
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.5551
|
||||
- to: "us/states/il/districts/13"
|
||||
rel: in-district
|
||||
area_weight: 0.4448
|
||||
- to: "us/states/il/districts/senate/44"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/88"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 271 |
|
||||
| Bachelor's or higher | 5352 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 56% (congressional)
|
||||
- [IL-13](/us/states/il/districts/13.md) — 44% (congressional)
|
||||
- [IL Senate District 44](/us/states/il/districts/senate/44.md) — 100% (state senate)
|
||||
- [IL House District 88](/us/states/il/districts/house/88.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 1
|
||||
hispanic: 298
|
||||
bachelors_plus: 2382
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/senate/50"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/house/100"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 298 |
|
||||
| Bachelor's or higher | 2382 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 50](/us/states/il/districts/senate/50.md) — 100% (state senate)
|
||||
- [IL House District 100](/us/states/il/districts/house/100.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,18 @@ demographics:
|
||||
race_native: 78
|
||||
hispanic: 111
|
||||
bachelors_plus: 591
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9994
|
||||
- to: "us/states/il/districts/house/117"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +65,12 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 111 |
|
||||
| Bachelor's or higher | 591 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL House District 117](/us/states/il/districts/house/117.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,18 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 52
|
||||
bachelors_plus: 610
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9972
|
||||
- to: "us/states/il/districts/house/118"
|
||||
rel: in-district
|
||||
area_weight: 0.9994
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +65,12 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 52 |
|
||||
| Bachelor's or higher | 610 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL House District 118](/us/states/il/districts/house/118.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 2
|
||||
hispanic: 368
|
||||
bachelors_plus: 1280
|
||||
districts:
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.5745
|
||||
- to: "us/states/il/districts/14"
|
||||
rel: in-district
|
||||
area_weight: 0.4255
|
||||
- to: "us/states/il/districts/senate/53"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/house/105"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 368 |
|
||||
| Bachelor's or higher | 1280 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-16](/us/states/il/districts/16.md) — 57% (congressional)
|
||||
- [IL-14](/us/states/il/districts/14.md) — 43% (congressional)
|
||||
- [IL Senate District 53](/us/states/il/districts/senate/53.md) — 100% (state senate)
|
||||
- [IL House District 105](/us/states/il/districts/house/105.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 191
|
||||
hispanic: 1147
|
||||
bachelors_plus: 4443
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9994
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/il/districts/house/115"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1147 |
|
||||
| Bachelor's or higher | 4443 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 100% (state senate)
|
||||
- [IL House District 115](/us/states/il/districts/house/115.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 9
|
||||
hispanic: 309
|
||||
bachelors_plus: 2711
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/55"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/il/districts/house/110"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 309 |
|
||||
| Bachelor's or higher | 2711 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 55](/us/states/il/districts/senate/55.md) — 100% (state senate)
|
||||
- [IL House District 110](/us/states/il/districts/house/110.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,36 @@ demographics:
|
||||
race_native: 555
|
||||
hispanic: 20305
|
||||
bachelors_plus: 33089
|
||||
districts:
|
||||
- to: "us/states/il/districts/17"
|
||||
rel: in-district
|
||||
area_weight: 0.9986
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.4107
|
||||
- to: "us/states/il/districts/senate/36"
|
||||
rel: in-district
|
||||
area_weight: 0.3354
|
||||
- to: "us/states/il/districts/senate/37"
|
||||
rel: in-district
|
||||
area_weight: 0.2535
|
||||
- to: "us/states/il/districts/house/94"
|
||||
rel: in-district
|
||||
area_weight: 0.4107
|
||||
- to: "us/states/il/districts/house/73"
|
||||
rel: in-district
|
||||
area_weight: 0.2535
|
||||
- to: "us/states/il/districts/house/72"
|
||||
rel: in-district
|
||||
area_weight: 0.1775
|
||||
- to: "us/states/il/districts/house/71"
|
||||
rel: in-district
|
||||
area_weight: 0.1579
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +83,18 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 20305 |
|
||||
| Bachelor's or higher | 33089 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-17](/us/states/il/districts/17.md) — 100% (congressional)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 41% (state senate)
|
||||
- [IL Senate District 36](/us/states/il/districts/senate/36.md) — 34% (state senate)
|
||||
- [IL Senate District 37](/us/states/il/districts/senate/37.md) — 25% (state senate)
|
||||
- [IL House District 94](/us/states/il/districts/house/94.md) — 41% (state house)
|
||||
- [IL House District 73](/us/states/il/districts/house/73.md) — 25% (state house)
|
||||
- [IL House District 72](/us/states/il/districts/house/72.md) — 18% (state house)
|
||||
- [IL House District 71](/us/states/il/districts/house/71.md) — 16% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,18 @@ demographics:
|
||||
race_native: 24
|
||||
hispanic: 502
|
||||
bachelors_plus: 4289
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/117"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +65,12 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 502 |
|
||||
| Bachelor's or higher | 4289 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL House District 117](/us/states/il/districts/house/117.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,39 @@ demographics:
|
||||
race_native: 135
|
||||
hispanic: 5721
|
||||
bachelors_plus: 70266
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.5122
|
||||
- to: "us/states/il/districts/13"
|
||||
rel: in-district
|
||||
area_weight: 0.4878
|
||||
- to: "us/states/il/districts/senate/54"
|
||||
rel: in-district
|
||||
area_weight: 0.6197
|
||||
- to: "us/states/il/districts/senate/48"
|
||||
rel: in-district
|
||||
area_weight: 0.2469
|
||||
- to: "us/states/il/districts/senate/44"
|
||||
rel: in-district
|
||||
area_weight: 0.1333
|
||||
- to: "us/states/il/districts/house/108"
|
||||
rel: in-district
|
||||
area_weight: 0.6197
|
||||
- to: "us/states/il/districts/house/95"
|
||||
rel: in-district
|
||||
area_weight: 0.1662
|
||||
- to: "us/states/il/districts/house/87"
|
||||
rel: in-district
|
||||
area_weight: 0.1333
|
||||
- to: "us/states/il/districts/house/96"
|
||||
rel: in-district
|
||||
area_weight: 0.0808
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +86,19 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 5721 |
|
||||
| Bachelor's or higher | 70266 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 51% (congressional)
|
||||
- [IL-13](/us/states/il/districts/13.md) — 49% (congressional)
|
||||
- [IL Senate District 54](/us/states/il/districts/senate/54.md) — 62% (state senate)
|
||||
- [IL Senate District 48](/us/states/il/districts/senate/48.md) — 25% (state senate)
|
||||
- [IL Senate District 44](/us/states/il/districts/senate/44.md) — 13% (state senate)
|
||||
- [IL House District 108](/us/states/il/districts/house/108.md) — 62% (state house)
|
||||
- [IL House District 95](/us/states/il/districts/house/95.md) — 17% (state house)
|
||||
- [IL House District 87](/us/states/il/districts/house/87.md) — 13% (state house)
|
||||
- [IL House District 96](/us/states/il/districts/house/96.md) — 8% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 182
|
||||
bachelors_plus: 1362
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.5477
|
||||
- to: "us/states/il/districts/senate/50"
|
||||
rel: in-district
|
||||
area_weight: 0.4523
|
||||
- to: "us/states/il/districts/house/94"
|
||||
rel: in-district
|
||||
area_weight: 0.5477
|
||||
- to: "us/states/il/districts/house/99"
|
||||
rel: in-district
|
||||
area_weight: 0.4523
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 182 |
|
||||
| Bachelor's or higher | 1362 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 55% (state senate)
|
||||
- [IL Senate District 50](/us/states/il/districts/senate/50.md) — 45% (state senate)
|
||||
- [IL House District 94](/us/states/il/districts/house/94.md) — 55% (state house)
|
||||
- [IL House District 99](/us/states/il/districts/house/99.md) — 45% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 3
|
||||
hispanic: 80
|
||||
bachelors_plus: 910
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/50"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/100"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 80 |
|
||||
| Bachelor's or higher | 910 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 50](/us/states/il/districts/senate/50.md) — 100% (state senate)
|
||||
- [IL House District 100](/us/states/il/districts/house/100.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 65
|
||||
hispanic: 254
|
||||
bachelors_plus: 3419
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/senate/54"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/107"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 254 |
|
||||
| Bachelor's or higher | 3419 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 100% (congressional)
|
||||
- [IL Senate District 54](/us/states/il/districts/senate/54.md) — 100% (state senate)
|
||||
- [IL House District 107](/us/states/il/districts/house/107.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,45 @@ demographics:
|
||||
race_native: 642
|
||||
hispanic: 12858
|
||||
bachelors_plus: 79633
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.791
|
||||
- to: "us/states/il/districts/13"
|
||||
rel: in-district
|
||||
area_weight: 0.209
|
||||
- to: "us/states/il/districts/senate/57"
|
||||
rel: in-district
|
||||
area_weight: 0.7672
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.0995
|
||||
- to: "us/states/il/districts/senate/55"
|
||||
rel: in-district
|
||||
area_weight: 0.08
|
||||
- to: "us/states/il/districts/senate/56"
|
||||
rel: in-district
|
||||
area_weight: 0.0532
|
||||
- to: "us/states/il/districts/house/114"
|
||||
rel: in-district
|
||||
area_weight: 0.6409
|
||||
- to: "us/states/il/districts/house/113"
|
||||
rel: in-district
|
||||
area_weight: 0.1263
|
||||
- to: "us/states/il/districts/house/115"
|
||||
rel: in-district
|
||||
area_weight: 0.0995
|
||||
- to: "us/states/il/districts/house/109"
|
||||
rel: in-district
|
||||
area_weight: 0.08
|
||||
- to: "us/states/il/districts/house/112"
|
||||
rel: in-district
|
||||
area_weight: 0.0532
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +92,21 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 12858 |
|
||||
| Bachelor's or higher | 79633 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 79% (congressional)
|
||||
- [IL-13](/us/states/il/districts/13.md) — 21% (congressional)
|
||||
- [IL Senate District 57](/us/states/il/districts/senate/57.md) — 77% (state senate)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 10% (state senate)
|
||||
- [IL Senate District 55](/us/states/il/districts/senate/55.md) — 8% (state senate)
|
||||
- [IL Senate District 56](/us/states/il/districts/senate/56.md) — 5% (state senate)
|
||||
- [IL House District 114](/us/states/il/districts/house/114.md) — 64% (state house)
|
||||
- [IL House District 113](/us/states/il/districts/house/113.md) — 13% (state house)
|
||||
- [IL House District 115](/us/states/il/districts/house/115.md) — 10% (state house)
|
||||
- [IL House District 109](/us/states/il/districts/house/109.md) — 8% (state house)
|
||||
- [IL House District 112](/us/states/il/districts/house/112.md) — 5% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 5
|
||||
hispanic: 152
|
||||
bachelors_plus: 1018
|
||||
districts:
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.6253
|
||||
- to: "us/states/il/districts/senate/37"
|
||||
rel: in-district
|
||||
area_weight: 0.3747
|
||||
- to: "us/states/il/districts/house/93"
|
||||
rel: in-district
|
||||
area_weight: 0.6253
|
||||
- to: "us/states/il/districts/house/73"
|
||||
rel: in-district
|
||||
area_weight: 0.3747
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 152 |
|
||||
| Bachelor's or higher | 1018 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-16](/us/states/il/districts/16.md) — 100% (congressional)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 63% (state senate)
|
||||
- [IL Senate District 37](/us/states/il/districts/senate/37.md) — 37% (state senate)
|
||||
- [IL House District 93](/us/states/il/districts/house/93.md) — 63% (state house)
|
||||
- [IL House District 73](/us/states/il/districts/house/73.md) — 37% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 170
|
||||
hispanic: 2457
|
||||
bachelors_plus: 8638
|
||||
districts:
|
||||
- to: "us/states/il/districts/17"
|
||||
rel: in-district
|
||||
area_weight: 0.5384
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.4613
|
||||
- to: "us/states/il/districts/senate/45"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/il/districts/house/89"
|
||||
rel: in-district
|
||||
area_weight: 0.5443
|
||||
- to: "us/states/il/districts/house/90"
|
||||
rel: in-district
|
||||
area_weight: 0.4555
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 2457 |
|
||||
| Bachelor's or higher | 8638 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-17](/us/states/il/districts/17.md) — 54% (congressional)
|
||||
- [IL-16](/us/states/il/districts/16.md) — 46% (congressional)
|
||||
- [IL Senate District 45](/us/states/il/districts/senate/45.md) — 100% (state senate)
|
||||
- [IL House District 89](/us/states/il/districts/house/89.md) — 54% (state house)
|
||||
- [IL House District 90](/us/states/il/districts/house/90.md) — 46% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,45 @@ demographics:
|
||||
race_native: 171
|
||||
hispanic: 3503
|
||||
bachelors_plus: 34596
|
||||
districts:
|
||||
- to: "us/states/il/districts/16"
|
||||
rel: in-district
|
||||
area_weight: 0.5382
|
||||
- to: "us/states/il/districts/17"
|
||||
rel: in-district
|
||||
area_weight: 0.4616
|
||||
- to: "us/states/il/districts/senate/44"
|
||||
rel: in-district
|
||||
area_weight: 0.5899
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.2647
|
||||
- to: "us/states/il/districts/senate/46"
|
||||
rel: in-district
|
||||
area_weight: 0.0878
|
||||
- to: "us/states/il/districts/senate/53"
|
||||
rel: in-district
|
||||
area_weight: 0.0576
|
||||
- to: "us/states/il/districts/house/87"
|
||||
rel: in-district
|
||||
area_weight: 0.5899
|
||||
- to: "us/states/il/districts/house/93"
|
||||
rel: in-district
|
||||
area_weight: 0.1659
|
||||
- to: "us/states/il/districts/house/94"
|
||||
rel: in-district
|
||||
area_weight: 0.0988
|
||||
- to: "us/states/il/districts/house/91"
|
||||
rel: in-district
|
||||
area_weight: 0.0878
|
||||
- to: "us/states/il/districts/house/105"
|
||||
rel: in-district
|
||||
area_weight: 0.0576
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +92,21 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 3503 |
|
||||
| Bachelor's or higher | 34596 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-16](/us/states/il/districts/16.md) — 54% (congressional)
|
||||
- [IL-17](/us/states/il/districts/17.md) — 46% (congressional)
|
||||
- [IL Senate District 44](/us/states/il/districts/senate/44.md) — 59% (state senate)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 26% (state senate)
|
||||
- [IL Senate District 46](/us/states/il/districts/senate/46.md) — 9% (state senate)
|
||||
- [IL Senate District 53](/us/states/il/districts/senate/53.md) — 6% (state senate)
|
||||
- [IL House District 87](/us/states/il/districts/house/87.md) — 59% (state house)
|
||||
- [IL House District 93](/us/states/il/districts/house/93.md) — 17% (state house)
|
||||
- [IL House District 94](/us/states/il/districts/house/94.md) — 10% (state house)
|
||||
- [IL House District 91](/us/states/il/districts/house/91.md) — 9% (state house)
|
||||
- [IL House District 105](/us/states/il/districts/house/105.md) — 6% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,18 @@ demographics:
|
||||
race_native: 23
|
||||
hispanic: 932
|
||||
bachelors_plus: 3394
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/house/118"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +65,12 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 932 |
|
||||
| Bachelor's or higher | 3394 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL House District 118](/us/states/il/districts/house/118.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,33 @@ demographics:
|
||||
race_native: 94
|
||||
hispanic: 4038
|
||||
bachelors_plus: 13492
|
||||
districts:
|
||||
- to: "us/states/il/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.7132
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.2867
|
||||
- to: "us/states/il/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 0.6933
|
||||
- to: "us/states/il/districts/senate/52"
|
||||
rel: in-district
|
||||
area_weight: 0.3066
|
||||
- to: "us/states/il/districts/house/101"
|
||||
rel: in-district
|
||||
area_weight: 0.371
|
||||
- to: "us/states/il/districts/house/102"
|
||||
rel: in-district
|
||||
area_weight: 0.3224
|
||||
- to: "us/states/il/districts/house/104"
|
||||
rel: in-district
|
||||
area_weight: 0.3066
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +80,17 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 4038 |
|
||||
| Bachelor's or higher | 13492 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-02](/us/states/il/districts/02.md) — 71% (congressional)
|
||||
- [IL-15](/us/states/il/districts/15.md) — 29% (congressional)
|
||||
- [IL Senate District 51](/us/states/il/districts/senate/51.md) — 69% (state senate)
|
||||
- [IL Senate District 52](/us/states/il/districts/senate/52.md) — 31% (state senate)
|
||||
- [IL House District 101](/us/states/il/districts/house/101.md) — 37% (state house)
|
||||
- [IL House District 102](/us/states/il/districts/house/102.md) — 32% (state house)
|
||||
- [IL House District 104](/us/states/il/districts/house/104.md) — 31% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 6
|
||||
hispanic: 239
|
||||
bachelors_plus: 1931
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9949
|
||||
- to: "us/states/in/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.0051
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.9986
|
||||
- to: "us/states/il/districts/house/116"
|
||||
rel: in-district
|
||||
area_weight: 0.9986
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 239 |
|
||||
| Bachelor's or higher | 1931 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 99% (congressional)
|
||||
- [IN-08](/us/states/in/districts/08.md) — 1% (congressional)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 100% (state senate)
|
||||
- [IL House District 116](/us/states/il/districts/house/116.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 157
|
||||
hispanic: 1820
|
||||
bachelors_plus: 3208
|
||||
districts:
|
||||
- to: "us/states/il/districts/15"
|
||||
rel: in-district
|
||||
area_weight: 0.7338
|
||||
- to: "us/states/il/districts/17"
|
||||
rel: in-district
|
||||
area_weight: 0.2662
|
||||
- to: "us/states/il/districts/senate/36"
|
||||
rel: in-district
|
||||
area_weight: 0.6635
|
||||
- to: "us/states/il/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.3365
|
||||
- to: "us/states/il/districts/house/71"
|
||||
rel: in-district
|
||||
area_weight: 0.6635
|
||||
- to: "us/states/il/districts/house/94"
|
||||
rel: in-district
|
||||
area_weight: 0.3365
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1820 |
|
||||
| Bachelor's or higher | 3208 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-15](/us/states/il/districts/15.md) — 73% (congressional)
|
||||
- [IL-17](/us/states/il/districts/17.md) — 27% (congressional)
|
||||
- [IL Senate District 36](/us/states/il/districts/senate/36.md) — 66% (state senate)
|
||||
- [IL Senate District 47](/us/states/il/districts/senate/47.md) — 34% (state senate)
|
||||
- [IL House District 71](/us/states/il/districts/house/71.md) — 66% (state house)
|
||||
- [IL House District 94](/us/states/il/districts/house/94.md) — 34% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 20
|
||||
hispanic: 217
|
||||
bachelors_plus: 3117
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/55"
|
||||
rel: in-district
|
||||
area_weight: 0.676
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.324
|
||||
- to: "us/states/il/districts/house/109"
|
||||
rel: in-district
|
||||
area_weight: 0.6758
|
||||
- to: "us/states/il/districts/house/115"
|
||||
rel: in-district
|
||||
area_weight: 0.3036
|
||||
- to: "us/states/il/districts/house/116"
|
||||
rel: in-district
|
||||
area_weight: 0.0204
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 217 |
|
||||
| Bachelor's or higher | 3117 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 55](/us/states/il/districts/senate/55.md) — 68% (state senate)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 32% (state senate)
|
||||
- [IL House District 109](/us/states/il/districts/house/109.md) — 68% (state house)
|
||||
- [IL House District 115](/us/states/il/districts/house/115.md) — 30% (state house)
|
||||
- [IL House District 116](/us/states/il/districts/house/116.md) — 2% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 44
|
||||
hispanic: 330
|
||||
bachelors_plus: 2400
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/il/districts/house/116"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 330 |
|
||||
| Bachelor's or higher | 2400 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 100% (state senate)
|
||||
- [IL House District 116](/us/states/il/districts/house/116.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 6
|
||||
hispanic: 221
|
||||
bachelors_plus: 2426
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9942
|
||||
- to: "us/states/in/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.0058
|
||||
- to: "us/states/il/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.5464
|
||||
- to: "us/states/il/districts/house/116"
|
||||
rel: in-district
|
||||
area_weight: 0.5464
|
||||
- to: "us/states/il/districts/house/117"
|
||||
rel: in-district
|
||||
area_weight: 0.453
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 221 |
|
||||
| Bachelor's or higher | 2426 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 99% (congressional)
|
||||
- [IN-08](/us/states/in/districts/08.md) — 1% (congressional)
|
||||
- [IL Senate District 58](/us/states/il/districts/senate/58.md) — 55% (state senate)
|
||||
- [IL House District 116](/us/states/il/districts/house/116.md) — 55% (state house)
|
||||
- [IL House District 117](/us/states/il/districts/house/117.md) — 45% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 206
|
||||
hispanic: 7319
|
||||
bachelors_plus: 10881
|
||||
districts:
|
||||
- to: "us/states/il/districts/17"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/il/districts/senate/37"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/il/districts/house/73"
|
||||
rel: in-district
|
||||
area_weight: 0.6734
|
||||
- to: "us/states/il/districts/house/74"
|
||||
rel: in-district
|
||||
area_weight: 0.3265
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 7319 |
|
||||
| Bachelor's or higher | 10881 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-17](/us/states/il/districts/17.md) — 100% (congressional)
|
||||
- [IL Senate District 37](/us/states/il/districts/senate/37.md) — 100% (state senate)
|
||||
- [IL House District 73](/us/states/il/districts/house/73.md) — 67% (state house)
|
||||
- [IL House District 74](/us/states/il/districts/house/74.md) — 33% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,84 @@ demographics:
|
||||
race_native: 3817
|
||||
hispanic: 138703
|
||||
bachelors_plus: 247524
|
||||
districts:
|
||||
- to: "us/states/il/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.512
|
||||
- to: "us/states/il/districts/14"
|
||||
rel: in-district
|
||||
area_weight: 0.2508
|
||||
- to: "us/states/il/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.1998
|
||||
- to: "us/states/il/districts/11"
|
||||
rel: in-district
|
||||
area_weight: 0.0374
|
||||
- to: "us/states/il/districts/senate/40"
|
||||
rel: in-district
|
||||
area_weight: 0.3748
|
||||
- to: "us/states/il/districts/senate/43"
|
||||
rel: in-district
|
||||
area_weight: 0.2434
|
||||
- to: "us/states/il/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.1193
|
||||
- to: "us/states/il/districts/senate/19"
|
||||
rel: in-district
|
||||
area_weight: 0.1042
|
||||
- to: "us/states/il/districts/senate/49"
|
||||
rel: in-district
|
||||
area_weight: 0.0996
|
||||
- to: "us/states/il/districts/senate/17"
|
||||
rel: in-district
|
||||
area_weight: 0.0349
|
||||
- to: "us/states/il/districts/senate/21"
|
||||
rel: in-district
|
||||
area_weight: 0.0122
|
||||
- to: "us/states/il/districts/senate/42"
|
||||
rel: in-district
|
||||
area_weight: 0.0067
|
||||
- to: "us/states/il/districts/house/80"
|
||||
rel: in-district
|
||||
area_weight: 0.2306
|
||||
- to: "us/states/il/districts/house/86"
|
||||
rel: in-district
|
||||
area_weight: 0.1771
|
||||
- to: "us/states/il/districts/house/79"
|
||||
rel: in-district
|
||||
area_weight: 0.1442
|
||||
- to: "us/states/il/districts/house/29"
|
||||
rel: in-district
|
||||
area_weight: 0.1193
|
||||
- to: "us/states/il/districts/house/37"
|
||||
rel: in-district
|
||||
area_weight: 0.0801
|
||||
- to: "us/states/il/districts/house/85"
|
||||
rel: in-district
|
||||
area_weight: 0.0663
|
||||
- to: "us/states/il/districts/house/97"
|
||||
rel: in-district
|
||||
area_weight: 0.0542
|
||||
- to: "us/states/il/districts/house/98"
|
||||
rel: in-district
|
||||
area_weight: 0.0454
|
||||
- to: "us/states/il/districts/house/34"
|
||||
rel: in-district
|
||||
area_weight: 0.0349
|
||||
- to: "us/states/il/districts/house/38"
|
||||
rel: in-district
|
||||
area_weight: 0.0241
|
||||
- to: "us/states/il/districts/house/41"
|
||||
rel: in-district
|
||||
area_weight: 0.0122
|
||||
- to: "us/states/il/districts/house/84"
|
||||
rel: in-district
|
||||
area_weight: 0.0067
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +131,34 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 138703 |
|
||||
| Bachelor's or higher | 247524 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-01](/us/states/il/districts/01.md) — 51% (congressional)
|
||||
- [IL-14](/us/states/il/districts/14.md) — 25% (congressional)
|
||||
- [IL-02](/us/states/il/districts/02.md) — 20% (congressional)
|
||||
- [IL-11](/us/states/il/districts/11.md) — 4% (congressional)
|
||||
- [IL Senate District 40](/us/states/il/districts/senate/40.md) — 37% (state senate)
|
||||
- [IL Senate District 43](/us/states/il/districts/senate/43.md) — 24% (state senate)
|
||||
- [IL Senate District 15](/us/states/il/districts/senate/15.md) — 12% (state senate)
|
||||
- [IL Senate District 19](/us/states/il/districts/senate/19.md) — 10% (state senate)
|
||||
- [IL Senate District 49](/us/states/il/districts/senate/49.md) — 10% (state senate)
|
||||
- [IL Senate District 17](/us/states/il/districts/senate/17.md) — 3% (state senate)
|
||||
- [IL Senate District 21](/us/states/il/districts/senate/21.md) — 1% (state senate)
|
||||
- [IL Senate District 42](/us/states/il/districts/senate/42.md) — 1% (state senate)
|
||||
- [IL House District 80](/us/states/il/districts/house/80.md) — 23% (state house)
|
||||
- [IL House District 86](/us/states/il/districts/house/86.md) — 18% (state house)
|
||||
- [IL House District 79](/us/states/il/districts/house/79.md) — 14% (state house)
|
||||
- [IL House District 29](/us/states/il/districts/house/29.md) — 12% (state house)
|
||||
- [IL House District 37](/us/states/il/districts/house/37.md) — 8% (state house)
|
||||
- [IL House District 85](/us/states/il/districts/house/85.md) — 7% (state house)
|
||||
- [IL House District 97](/us/states/il/districts/house/97.md) — 5% (state house)
|
||||
- [IL House District 98](/us/states/il/districts/house/98.md) — 5% (state house)
|
||||
- [IL House District 34](/us/states/il/districts/house/34.md) — 3% (state house)
|
||||
- [IL House District 38](/us/states/il/districts/house/38.md) — 2% (state house)
|
||||
- [IL House District 41](/us/states/il/districts/house/41.md) — 1% (state house)
|
||||
- [IL House District 84](/us/states/il/districts/house/84.md) — 1% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 186
|
||||
hispanic: 1947
|
||||
bachelors_plus: 17778
|
||||
districts:
|
||||
- to: "us/states/il/districts/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/il/districts/house/117"
|
||||
rel: in-district
|
||||
area_weight: 0.6138
|
||||
- to: "us/states/il/districts/house/118"
|
||||
rel: in-district
|
||||
area_weight: 0.3862
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, il]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1947 |
|
||||
| Bachelor's or higher | 17778 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [IL-12](/us/states/il/districts/12.md) — 100% (congressional)
|
||||
- [IL House District 117](/us/states/il/districts/house/117.md) — 61% (state house)
|
||||
- [IL House District 118](/us/states/il/districts/house/118.md) — 39% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user