Graph: national county↔district↔legislator authority layer

The first edges in the repo. Every US county now links to the districts it
sits in, weighted by area overlap, and every legislator links to the district
they represent — county → district → representative, traversable.

Data (PostGIS, no Atlas dependency — computed directly from geometry):
- data/county_district_edges.jsonl — 16,328 weighted edges. area_weight =
  ST_Area(ST_Intersection(county, district))/ST_Area(county) over ST_MakeValid
  Census TIGER 2024 geometries, overlaps <0.5% dropped. Uses area-intersection,
  NOT centroid-in-polygon, so urban districts that carve through counties
  (e.g. GA CD-5 / Atlanta across Clayton+DeKalb+Fulton) are captured, not
  silently dropped. Per-county weights sum to ~1.0 per district type.

build.py:
- ~6,896 new district nodes: 435 CD (ACS demographics where available; sparse
  for the 8 states missing from acs_cd) + 4,927 state-house + 1,897 state-senate
  (geometry-only). GEOID/number-keyed, stable.
- county index.md gains a `districts:` block (frontmatter) + a ## Districts
  section (body links, so link-integrity checks them).
- legislators + US House members gain `represents:` pointing at their district
  node; edge stored once on the person, inverse left to the view.
- schemas/jurisdiction: classification enum + chamber/districts fields.

Honest gaps (logged, not hidden): ID + NH have no state-house geometry, so
their house districts get nodes (represents resolves) but no county edges;
CD nodes for acs_cd-missing states are demographically sparse.

Deterministic (byte-identical rebuild); validate.py passes 26,617 records,
link-integrity clean (every district/represents link resolves).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Fabio
2026-07-04 22:28:08 -04:00
parent 6c9990a115
commit 1beeaab2db
18213 changed files with 280514 additions and 3515 deletions
@@ -22,9 +22,21 @@ demographics:
race_native: 76
hispanic: 533
bachelors_plus: 2573
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9997
- to: "us/states/ks/districts/senate/12"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/9"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 533 |
| Bachelor's or higher | 2573 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 12](/us/states/ks/districts/senate/12.md) — 100% (state senate)
- [KS House District 9](/us/states/ks/districts/house/9.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: 7
hispanic: 142
bachelors_plus: 1030
districts:
- to: "us/states/ks/districts/03"
rel: in-district
area_weight: 0.9993
- to: "us/states/ks/districts/senate/12"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/9"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 142 |
| Bachelor's or higher | 1030 |
## Districts
- [KS-03](/us/states/ks/districts/03.md) — 100% (congressional)
- [KS Senate District 12](/us/states/ks/districts/senate/12.md) — 100% (state senate)
- [KS House District 9](/us/states/ks/districts/house/9.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: 42
hispanic: 608
bachelors_plus: 2976
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9997
- to: "us/states/ks/districts/senate/1"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/63"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 608 |
| Bachelor's or higher | 2976 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 1](/us/states/ks/districts/senate/1.md) — 100% (state senate)
- [KS House District 63](/us/states/ks/districts/house/63.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: 92
hispanic: 258
bachelors_plus: 915
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/senate/34"
rel: in-district
area_weight: 0.9996
- to: "us/states/ks/districts/house/116"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 258 |
| Bachelor's or higher | 915 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 34](/us/states/ks/districts/senate/34.md) — 100% (state senate)
- [KS House District 116](/us/states/ks/districts/house/116.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: 203
hispanic: 4183
bachelors_plus: 4720
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/33"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/112"
rel: in-district
area_weight: 0.8471
- to: "us/states/ks/districts/house/113"
rel: in-district
area_weight: 0.1529
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 4183 |
| Bachelor's or higher | 4720 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 33](/us/states/ks/districts/senate/33.md) — 100% (state senate)
- [KS House District 112](/us/states/ks/districts/house/112.md) — 85% (state house)
- [KS House District 113](/us/states/ks/districts/house/113.md) — 15% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 12
hispanic: 452
bachelors_plus: 2901
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/13"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/4"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 452 |
| Bachelor's or higher | 2901 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 13](/us/states/ks/districts/senate/13.md) — 100% (state senate)
- [KS House District 4](/us/states/ks/districts/house/4.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: 677
hispanic: 435
bachelors_plus: 1653
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/1"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/62"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 435 |
| Bachelor's or higher | 1653 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 1](/us/states/ks/districts/senate/1.md) — 100% (state senate)
- [KS House District 62](/us/states/ks/districts/house/62.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: 415
hispanic: 3992
bachelors_plus: 19831
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/14"
rel: in-district
area_weight: 0.5937
- to: "us/states/ks/districts/senate/32"
rel: in-district
area_weight: 0.2564
- to: "us/states/ks/districts/senate/16"
rel: in-district
area_weight: 0.1499
- to: "us/states/ks/districts/house/75"
rel: in-district
area_weight: 0.5215
- to: "us/states/ks/districts/house/12"
rel: in-district
area_weight: 0.3415
- to: "us/states/ks/districts/house/77"
rel: in-district
area_weight: 0.117
- to: "us/states/ks/districts/house/99"
rel: in-district
area_weight: 0.0113
- to: "us/states/ks/districts/house/85"
rel: in-district
area_weight: 0.0063
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +86,19 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3992 |
| Bachelor's or higher | 19831 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 14](/us/states/ks/districts/senate/14.md) — 59% (state senate)
- [KS Senate District 32](/us/states/ks/districts/senate/32.md) — 26% (state senate)
- [KS Senate District 16](/us/states/ks/districts/senate/16.md) — 15% (state senate)
- [KS House District 75](/us/states/ks/districts/house/75.md) — 52% (state house)
- [KS House District 12](/us/states/ks/districts/house/12.md) — 34% (state house)
- [KS House District 77](/us/states/ks/districts/house/77.md) — 12% (state house)
- [KS House District 99](/us/states/ks/districts/house/99.md) — 1% (state house)
- [KS House District 85](/us/states/ks/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: 4
hispanic: 216
bachelors_plus: 711
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/14"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/13"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 216 |
| Bachelor's or higher | 711 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 14](/us/states/ks/districts/senate/14.md) — 100% (state senate)
- [KS House District 13](/us/states/ks/districts/house/13.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: 168
hispanic: 167
bachelors_plus: 555
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/15"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/12"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 167 |
| Bachelor's or higher | 555 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 15](/us/states/ks/districts/senate/15.md) — 100% (state senate)
- [KS House District 12](/us/states/ks/districts/house/12.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: 388
hispanic: 566
bachelors_plus: 3388
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/senate/13"
rel: in-district
area_weight: 0.9997
- to: "us/states/ks/districts/house/1"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 566 |
| Bachelor's or higher | 3388 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 13](/us/states/ks/districts/senate/13.md) — 100% (state senate)
- [KS House District 1](/us/states/ks/districts/house/1.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: 23
hispanic: 246
bachelors_plus: 519
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/120"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 246 |
| Bachelor's or higher | 519 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 100% (state senate)
- [KS House District 120](/us/states/ks/districts/house/120.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: 18
hispanic: 106
bachelors_plus: 519
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/38"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/115"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 106 |
| Bachelor's or higher | 519 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 38](/us/states/ks/districts/senate/38.md) — 100% (state senate)
- [KS House District 115](/us/states/ks/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: 38
hispanic: 284
bachelors_plus: 1882
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/senate/36"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/64"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 284 |
| Bachelor's or higher | 1882 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 36](/us/states/ks/districts/senate/36.md) — 100% (state senate)
- [KS House District 64](/us/states/ks/districts/house/64.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: 44
hispanic: 343
bachelors_plus: 1671
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/36"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/64"
rel: in-district
area_weight: 0.5191
- to: "us/states/ks/districts/house/107"
rel: in-district
area_weight: 0.4808
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 343 |
| Bachelor's or higher | 1671 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 36](/us/states/ks/districts/senate/36.md) — 100% (state senate)
- [KS House District 64](/us/states/ks/districts/house/64.md) — 52% (state house)
- [KS House District 107](/us/states/ks/districts/house/107.md) — 48% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 58
hispanic: 321
bachelors_plus: 1483
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/12"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/76"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 321 |
| Bachelor's or higher | 1483 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 12](/us/states/ks/districts/senate/12.md) — 100% (state senate)
- [KS House District 76](/us/states/ks/districts/house/76.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: 35
bachelors_plus: 314
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 0.998
- to: "us/states/ks/districts/senate/33"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 35 |
| Bachelor's or higher | 314 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 33](/us/states/ks/districts/senate/33.md) — 100% (state senate)
- [KS House District 116](/us/states/ks/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: 480
hispanic: 4184
bachelors_plus: 7466
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/32"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/12"
rel: in-district
area_weight: 0.6649
- to: "us/states/ks/districts/house/79"
rel: in-district
area_weight: 0.2707
- to: "us/states/ks/districts/house/80"
rel: in-district
area_weight: 0.0644
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 4184 |
| Bachelor's or higher | 7466 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 32](/us/states/ks/districts/senate/32.md) — 100% (state senate)
- [KS House District 12](/us/states/ks/districts/house/12.md) — 66% (state house)
- [KS House District 79](/us/states/ks/districts/house/79.md) — 27% (state house)
- [KS House District 80](/us/states/ks/districts/house/80.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: 206
hispanic: 2936
bachelors_plus: 10209
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/13"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/2"
rel: in-district
area_weight: 0.8846
- to: "us/states/ks/districts/house/3"
rel: in-district
area_weight: 0.1153
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 2936 |
| Bachelor's or higher | 10209 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 13](/us/states/ks/districts/senate/13.md) — 100% (state senate)
- [KS House District 2](/us/states/ks/districts/house/2.md) — 88% (state house)
- [KS House District 3](/us/states/ks/districts/house/3.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: 14
hispanic: 130
bachelors_plus: 715
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/120"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 130 |
| Bachelor's or higher | 715 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 100% (state senate)
- [KS House District 120](/us/states/ks/districts/house/120.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: 92
hispanic: 1050
bachelors_plus: 4080
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9993
- to: "us/states/ks/districts/senate/24"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/70"
rel: in-district
area_weight: 0.8188
- to: "us/states/ks/districts/house/64"
rel: in-district
area_weight: 0.1811
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 1050 |
| Bachelor's or higher | 4080 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 24](/us/states/ks/districts/senate/24.md) — 100% (state senate)
- [KS House District 70](/us/states/ks/districts/house/70.md) — 82% (state house)
- [KS House District 64](/us/states/ks/districts/house/64.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: 25
hispanic: 260
bachelors_plus: 1591
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9992
- to: "us/states/ks/districts/senate/1"
rel: in-district
area_weight: 0.9992
- to: "us/states/ks/districts/house/63"
rel: in-district
area_weight: 0.9991
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 260 |
| Bachelor's or higher | 1591 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 1](/us/states/ks/districts/senate/1.md) — 100% (state senate)
- [KS House District 63](/us/states/ks/districts/house/63.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,57 @@ demographics:
race_native: 1549
hispanic: 8640
bachelors_plus: 55739
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.8671
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.1327
- to: "us/states/ks/districts/senate/3"
rel: in-district
area_weight: 0.5257
- to: "us/states/ks/districts/senate/9"
rel: in-district
area_weight: 0.2792
- to: "us/states/ks/districts/senate/19"
rel: in-district
area_weight: 0.1044
- to: "us/states/ks/districts/senate/2"
rel: in-district
area_weight: 0.0906
- to: "us/states/ks/districts/house/5"
rel: in-district
area_weight: 0.3718
- to: "us/states/ks/districts/house/47"
rel: in-district
area_weight: 0.2441
- to: "us/states/ks/districts/house/117"
rel: in-district
area_weight: 0.1547
- to: "us/states/ks/districts/house/45"
rel: in-district
area_weight: 0.0989
- to: "us/states/ks/districts/house/42"
rel: in-district
area_weight: 0.051
- to: "us/states/ks/districts/house/43"
rel: in-district
area_weight: 0.0318
- to: "us/states/ks/districts/house/10"
rel: in-district
area_weight: 0.0187
- to: "us/states/ks/districts/house/44"
rel: in-district
area_weight: 0.0159
- to: "us/states/ks/districts/house/46"
rel: in-district
area_weight: 0.0131
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +104,25 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 8640 |
| Bachelor's or higher | 55739 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 87% (congressional)
- [KS-01](/us/states/ks/districts/01.md) — 13% (congressional)
- [KS Senate District 3](/us/states/ks/districts/senate/3.md) — 53% (state senate)
- [KS Senate District 9](/us/states/ks/districts/senate/9.md) — 28% (state senate)
- [KS Senate District 19](/us/states/ks/districts/senate/19.md) — 10% (state senate)
- [KS Senate District 2](/us/states/ks/districts/senate/2.md) — 9% (state senate)
- [KS House District 5](/us/states/ks/districts/house/5.md) — 37% (state house)
- [KS House District 47](/us/states/ks/districts/house/47.md) — 24% (state house)
- [KS House District 117](/us/states/ks/districts/house/117.md) — 15% (state house)
- [KS House District 45](/us/states/ks/districts/house/45.md) — 10% (state house)
- [KS House District 42](/us/states/ks/districts/house/42.md) — 5% (state house)
- [KS House District 43](/us/states/ks/districts/house/43.md) — 3% (state house)
- [KS House District 10](/us/states/ks/districts/house/10.md) — 2% (state house)
- [KS House District 44](/us/states/ks/districts/house/44.md) — 2% (state house)
- [KS House District 46](/us/states/ks/districts/house/46.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 19
hispanic: 633
bachelors_plus: 538
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/33"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/115"
rel: in-district
area_weight: 0.8257
- to: "us/states/ks/districts/house/122"
rel: in-district
area_weight: 0.1743
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 633 |
| Bachelor's or higher | 538 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 33](/us/states/ks/districts/senate/33.md) — 100% (state senate)
- [KS House District 115](/us/states/ks/districts/house/115.md) — 83% (state house)
- [KS House District 122](/us/states/ks/districts/house/122.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: 18
hispanic: 110
bachelors_plus: 477
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/15"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/12"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 110 |
| Bachelor's or higher | 477 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 15](/us/states/ks/districts/senate/15.md) — 100% (state senate)
- [KS House District 12](/us/states/ks/districts/house/12.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: 61
hispanic: 2110
bachelors_plus: 9256
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/110"
rel: in-district
area_weight: 0.926
- to: "us/states/ks/districts/house/111"
rel: in-district
area_weight: 0.0739
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 2110 |
| Bachelor's or higher | 9256 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 100% (state senate)
- [KS House District 110](/us/states/ks/districts/house/110.md) — 93% (state house)
- [KS House District 111](/us/states/ks/districts/house/111.md) — 7% (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: 387
bachelors_plus: 1506
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/33"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/109"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 387 |
| Bachelor's or higher | 1506 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 33](/us/states/ks/districts/senate/33.md) — 100% (state senate)
- [KS House District 109](/us/states/ks/districts/house/109.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: 232
hispanic: 20246
bachelors_plus: 5671
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/39"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/122"
rel: in-district
area_weight: 0.9932
- to: "us/states/ks/districts/house/123"
rel: in-district
area_weight: 0.0068
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 20246 |
| Bachelor's or higher | 5671 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 39](/us/states/ks/districts/senate/39.md) — 100% (state senate)
- [KS House District 122](/us/states/ks/districts/house/122.md) — 99% (state house)
- [KS House District 123](/us/states/ks/districts/house/123.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 337
hispanic: 20130
bachelors_plus: 5626
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/38"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/115"
rel: in-district
area_weight: 0.9865
- to: "us/states/ks/districts/house/119"
rel: in-district
area_weight: 0.0135
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 20130 |
| Bachelor's or higher | 5626 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 38](/us/states/ks/districts/senate/38.md) — 100% (state senate)
- [KS House District 115](/us/states/ks/districts/house/115.md) — 99% (state house)
- [KS House District 119](/us/states/ks/districts/house/119.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: 161
hispanic: 1264
bachelors_plus: 5947
districts:
- to: "us/states/ks/districts/03"
rel: in-district
area_weight: 0.9995
- to: "us/states/ks/districts/senate/12"
rel: in-district
area_weight: 0.5407
- to: "us/states/ks/districts/senate/3"
rel: in-district
area_weight: 0.4593
- to: "us/states/ks/districts/house/59"
rel: in-district
area_weight: 0.9382
- to: "us/states/ks/districts/house/5"
rel: in-district
area_weight: 0.0617
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1264 |
| Bachelor's or higher | 5947 |
## Districts
- [KS-03](/us/states/ks/districts/03.md) — 100% (congressional)
- [KS Senate District 12](/us/states/ks/districts/senate/12.md) — 54% (state senate)
- [KS Senate District 3](/us/states/ks/districts/senate/3.md) — 46% (state senate)
- [KS House District 59](/us/states/ks/districts/house/59.md) — 94% (state house)
- [KS House District 5](/us/states/ks/districts/house/5.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: 241
hispanic: 6050
bachelors_plus: 6801
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.997
- to: "us/states/ks/districts/senate/17"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/68"
rel: in-district
area_weight: 0.7565
- to: "us/states/ks/districts/house/65"
rel: in-district
area_weight: 0.2434
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 6050 |
| Bachelor's or higher | 6801 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 17](/us/states/ks/districts/senate/17.md) — 100% (state senate)
- [KS House District 68](/us/states/ks/districts/house/68.md) — 76% (state house)
- [KS House District 65](/us/states/ks/districts/house/65.md) — 24% (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: 47
bachelors_plus: 577
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/118"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 47 |
| Bachelor's or higher | 577 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 100% (state senate)
- [KS House District 118](/us/states/ks/districts/house/118.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: 94
bachelors_plus: 618
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 94 |
| Bachelor's or higher | 618 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 100% (state senate)
- [KS House District 110](/us/states/ks/districts/house/110.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: 132
hispanic: 3858
bachelors_plus: 1558
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/39"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/124"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3858 |
| Bachelor's or higher | 1558 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 39](/us/states/ks/districts/senate/39.md) — 100% (state senate)
- [KS House District 124](/us/states/ks/districts/house/124.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: 10
hispanic: 949
bachelors_plus: 1083
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/38"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/115"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 949 |
| Bachelor's or higher | 1083 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 38](/us/states/ks/districts/senate/38.md) — 100% (state senate)
- [KS House District 115](/us/states/ks/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: 28
hispanic: 220
bachelors_plus: 337
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/39"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/118"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 220 |
| Bachelor's or higher | 337 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 39](/us/states/ks/districts/senate/39.md) — 100% (state senate)
- [KS House District 118](/us/states/ks/districts/house/118.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: 126
hispanic: 234
bachelors_plus: 1234
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 0.9992
- to: "us/states/ks/districts/senate/14"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/13"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 234 |
| Bachelor's or higher | 1234 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 14](/us/states/ks/districts/senate/14.md) — 100% (state senate)
- [KS House District 13](/us/states/ks/districts/house/13.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: 1088
bachelors_plus: 348
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/39"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/124"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1088 |
| Bachelor's or higher | 348 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 39](/us/states/ks/districts/senate/39.md) — 100% (state senate)
- [KS House District 124](/us/states/ks/districts/house/124.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: 436
bachelors_plus: 1031
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/32"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/116"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 436 |
| Bachelor's or higher | 1031 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 32](/us/states/ks/districts/senate/32.md) — 100% (state senate)
- [KS House District 116](/us/states/ks/districts/house/116.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: 550
hispanic: 4129
bachelors_plus: 9350
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 0.9989
- to: "us/states/ks/districts/senate/31"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/74"
rel: in-district
area_weight: 0.6982
- to: "us/states/ks/districts/house/72"
rel: in-district
area_weight: 0.3018
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 4129 |
| Bachelor's or higher | 9350 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 31](/us/states/ks/districts/senate/31.md) — 100% (state senate)
- [KS House District 74](/us/states/ks/districts/house/74.md) — 70% (state house)
- [KS House District 72](/us/states/ks/districts/house/72.md) — 30% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 26
hispanic: 1126
bachelors_plus: 625
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/38"
rel: in-district
area_weight: 0.9997
- to: "us/states/ks/districts/house/124"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1126 |
| Bachelor's or higher | 625 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 38](/us/states/ks/districts/senate/38.md) — 100% (state senate)
- [KS House District 124](/us/states/ks/districts/house/124.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: 76
bachelors_plus: 436
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/38"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/122"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 76 |
| Bachelor's or higher | 436 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 38](/us/states/ks/districts/senate/38.md) — 100% (state senate)
- [KS House District 122](/us/states/ks/districts/house/122.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: 731
hispanic: 768
bachelors_plus: 2761
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.8733
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.1267
- to: "us/states/ks/districts/senate/1"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/61"
rel: in-district
area_weight: 0.423
- to: "us/states/ks/districts/house/62"
rel: in-district
area_weight: 0.4179
- to: "us/states/ks/districts/house/47"
rel: in-district
area_weight: 0.1591
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction.
| Hispanic/Latino | 768 |
| Bachelor's or higher | 2761 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 87% (congressional)
- [KS-02](/us/states/ks/districts/02.md) — 13% (congressional)
- [KS Senate District 1](/us/states/ks/districts/senate/1.md) — 100% (state senate)
- [KS House District 61](/us/states/ks/districts/house/61.md) — 42% (state house)
- [KS House District 62](/us/states/ks/districts/house/62.md) — 42% (state house)
- [KS House District 47](/us/states/ks/districts/house/47.md) — 16% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 92
hispanic: 648
bachelors_plus: 4414
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9964
- to: "us/states/ks/districts/senate/18"
rel: in-district
area_weight: 0.6656
- to: "us/states/ks/districts/senate/1"
rel: in-district
area_weight: 0.3344
- to: "us/states/ks/districts/house/47"
rel: in-district
area_weight: 0.8862
- to: "us/states/ks/districts/house/42"
rel: in-district
area_weight: 0.1137
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 648 |
| Bachelor's or higher | 4414 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 18](/us/states/ks/districts/senate/18.md) — 67% (state senate)
- [KS Senate District 1](/us/states/ks/districts/senate/1.md) — 33% (state senate)
- [KS House District 47](/us/states/ks/districts/house/47.md) — 89% (state house)
- [KS House District 42](/us/states/ks/districts/house/42.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: 6
hispanic: 83
bachelors_plus: 484
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/36"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/106"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 83 |
| Bachelor's or higher | 484 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 36](/us/states/ks/districts/senate/36.md) — 100% (state senate)
- [KS House District 106](/us/states/ks/districts/house/106.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,126 @@ demographics:
race_native: 1940
hispanic: 57813
bachelors_plus: 342034
districts:
- to: "us/states/ks/districts/03"
rel: in-district
area_weight: 0.9985
- to: "us/states/ks/districts/senate/37"
rel: in-district
area_weight: 0.2265
- to: "us/states/ks/districts/senate/9"
rel: in-district
area_weight: 0.1706
- to: "us/states/ks/districts/senate/10"
rel: in-district
area_weight: 0.1185
- to: "us/states/ks/districts/senate/23"
rel: in-district
area_weight: 0.1142
- to: "us/states/ks/districts/senate/11"
rel: in-district
area_weight: 0.1088
- to: "us/states/ks/districts/senate/35"
rel: in-district
area_weight: 0.1037
- to: "us/states/ks/districts/senate/21"
rel: in-district
area_weight: 0.0601
- to: "us/states/ks/districts/senate/8"
rel: in-district
area_weight: 0.047
- to: "us/states/ks/districts/senate/7"
rel: in-district
area_weight: 0.0445
- to: "us/states/ks/districts/senate/6"
rel: in-district
area_weight: 0.0056
- to: "us/states/ks/districts/house/121"
rel: in-district
area_weight: 0.1408
- to: "us/states/ks/districts/house/27"
rel: in-district
area_weight: 0.106
- to: "us/states/ks/districts/house/43"
rel: in-district
area_weight: 0.0947
- to: "us/states/ks/districts/house/117"
rel: in-district
area_weight: 0.0844
- to: "us/states/ks/districts/house/5"
rel: in-district
area_weight: 0.0819
- to: "us/states/ks/districts/house/26"
rel: in-district
area_weight: 0.0713
- to: "us/states/ks/districts/house/39"
rel: in-district
area_weight: 0.0413
- to: "us/states/ks/districts/house/30"
rel: in-district
area_weight: 0.0395
- to: "us/states/ks/districts/house/15"
rel: in-district
area_weight: 0.0367
- to: "us/states/ks/districts/house/14"
rel: in-district
area_weight: 0.032
- to: "us/states/ks/districts/house/17"
rel: in-district
area_weight: 0.0302
- to: "us/states/ks/districts/house/20"
rel: in-district
area_weight: 0.0245
- to: "us/states/ks/districts/house/8"
rel: in-district
area_weight: 0.0221
- to: "us/states/ks/districts/house/24"
rel: in-district
area_weight: 0.0178
- to: "us/states/ks/districts/house/28"
rel: in-district
area_weight: 0.0164
- to: "us/states/ks/districts/house/18"
rel: in-district
area_weight: 0.0156
- to: "us/states/ks/districts/house/29"
rel: in-district
area_weight: 0.0155
- to: "us/states/ks/districts/house/25"
rel: in-district
area_weight: 0.0154
- to: "us/states/ks/districts/house/19"
rel: in-district
area_weight: 0.015
- to: "us/states/ks/districts/house/16"
rel: in-district
area_weight: 0.0145
- to: "us/states/ks/districts/house/108"
rel: in-district
area_weight: 0.0138
- to: "us/states/ks/districts/house/49"
rel: in-district
area_weight: 0.0132
- to: "us/states/ks/districts/house/23"
rel: in-district
area_weight: 0.0125
- to: "us/states/ks/districts/house/21"
rel: in-district
area_weight: 0.0122
- to: "us/states/ks/districts/house/48"
rel: in-district
area_weight: 0.012
- to: "us/states/ks/districts/house/78"
rel: in-district
area_weight: 0.0104
- to: "us/states/ks/districts/house/22"
rel: in-district
area_weight: 0.01
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +173,48 @@ County jurisdiction — 4 officeholders mapped.
| Hispanic/Latino | 57813 |
| Bachelor's or higher | 342034 |
## Districts
- [KS-03](/us/states/ks/districts/03.md) — 100% (congressional)
- [KS Senate District 37](/us/states/ks/districts/senate/37.md) — 23% (state senate)
- [KS Senate District 9](/us/states/ks/districts/senate/9.md) — 17% (state senate)
- [KS Senate District 10](/us/states/ks/districts/senate/10.md) — 12% (state senate)
- [KS Senate District 23](/us/states/ks/districts/senate/23.md) — 11% (state senate)
- [KS Senate District 11](/us/states/ks/districts/senate/11.md) — 11% (state senate)
- [KS Senate District 35](/us/states/ks/districts/senate/35.md) — 10% (state senate)
- [KS Senate District 21](/us/states/ks/districts/senate/21.md) — 6% (state senate)
- [KS Senate District 8](/us/states/ks/districts/senate/8.md) — 5% (state senate)
- [KS Senate District 7](/us/states/ks/districts/senate/7.md) — 4% (state senate)
- [KS Senate District 6](/us/states/ks/districts/senate/6.md) — 1% (state senate)
- [KS House District 121](/us/states/ks/districts/house/121.md) — 14% (state house)
- [KS House District 27](/us/states/ks/districts/house/27.md) — 11% (state house)
- [KS House District 43](/us/states/ks/districts/house/43.md) — 9% (state house)
- [KS House District 117](/us/states/ks/districts/house/117.md) — 8% (state house)
- [KS House District 5](/us/states/ks/districts/house/5.md) — 8% (state house)
- [KS House District 26](/us/states/ks/districts/house/26.md) — 7% (state house)
- [KS House District 39](/us/states/ks/districts/house/39.md) — 4% (state house)
- [KS House District 30](/us/states/ks/districts/house/30.md) — 4% (state house)
- [KS House District 15](/us/states/ks/districts/house/15.md) — 4% (state house)
- [KS House District 14](/us/states/ks/districts/house/14.md) — 3% (state house)
- [KS House District 17](/us/states/ks/districts/house/17.md) — 3% (state house)
- [KS House District 20](/us/states/ks/districts/house/20.md) — 2% (state house)
- [KS House District 8](/us/states/ks/districts/house/8.md) — 2% (state house)
- [KS House District 24](/us/states/ks/districts/house/24.md) — 2% (state house)
- [KS House District 28](/us/states/ks/districts/house/28.md) — 2% (state house)
- [KS House District 18](/us/states/ks/districts/house/18.md) — 2% (state house)
- [KS House District 29](/us/states/ks/districts/house/29.md) — 2% (state house)
- [KS House District 25](/us/states/ks/districts/house/25.md) — 2% (state house)
- [KS House District 19](/us/states/ks/districts/house/19.md) — 2% (state house)
- [KS House District 16](/us/states/ks/districts/house/16.md) — 1% (state house)
- [KS House District 108](/us/states/ks/districts/house/108.md) — 1% (state house)
- [KS House District 49](/us/states/ks/districts/house/49.md) — 1% (state house)
- [KS House District 23](/us/states/ks/districts/house/23.md) — 1% (state house)
- [KS House District 21](/us/states/ks/districts/house/21.md) — 1% (state house)
- [KS House District 48](/us/states/ks/districts/house/48.md) — 1% (state house)
- [KS House District 78](/us/states/ks/districts/house/78.md) — 1% (state house)
- [KS House District 22](/us/states/ks/districts/house/22.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: 15
hispanic: 1377
bachelors_plus: 643
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/39"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/122"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1377 |
| Bachelor's or higher | 643 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 39](/us/states/ks/districts/senate/39.md) — 100% (state senate)
- [KS House District 122](/us/states/ks/districts/house/122.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: 27
hispanic: 294
bachelors_plus: 1644
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/senate/34"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/114"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 294 |
| Bachelor's or higher | 1644 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 34](/us/states/ks/districts/senate/34.md) — 100% (state senate)
- [KS House District 114](/us/states/ks/districts/house/114.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: 10
hispanic: 110
bachelors_plus: 589
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/33"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/116"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 110 |
| Bachelor's or higher | 589 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 33](/us/states/ks/districts/senate/33.md) — 100% (state senate)
- [KS House District 116](/us/states/ks/districts/house/116.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: 186
hispanic: 1010
bachelors_plus: 3609
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/15"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/7"
rel: in-district
area_weight: 0.7431
- to: "us/states/ks/districts/house/1"
rel: in-district
area_weight: 0.2567
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1010 |
| Bachelor's or higher | 3609 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 15](/us/states/ks/districts/senate/15.md) — 100% (state senate)
- [KS House District 7](/us/states/ks/districts/house/7.md) — 74% (state house)
- [KS House District 1](/us/states/ks/districts/house/1.md) — 26% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 4
hispanic: 235
bachelors_plus: 332
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/39"
rel: in-district
area_weight: 0.9997
- to: "us/states/ks/districts/house/118"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 235 |
| Bachelor's or higher | 332 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 39](/us/states/ks/districts/senate/39.md) — 100% (state senate)
- [KS House District 118](/us/states/ks/districts/house/118.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: 304
hispanic: 6278
bachelors_plus: 29225
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.997
- to: "us/states/ks/districts/senate/9"
rel: in-district
area_weight: 0.4292
- to: "us/states/ks/districts/senate/1"
rel: in-district
area_weight: 0.3891
- to: "us/states/ks/districts/senate/5"
rel: in-district
area_weight: 0.1812
- to: "us/states/ks/districts/house/42"
rel: in-district
area_weight: 0.4708
- to: "us/states/ks/districts/house/38"
rel: in-district
area_weight: 0.2949
- to: "us/states/ks/districts/house/41"
rel: in-district
area_weight: 0.1388
- to: "us/states/ks/districts/house/40"
rel: in-district
area_weight: 0.0949
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +83,18 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 6278 |
| Bachelor's or higher | 29225 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 9](/us/states/ks/districts/senate/9.md) — 43% (state senate)
- [KS Senate District 1](/us/states/ks/districts/senate/1.md) — 39% (state senate)
- [KS Senate District 5](/us/states/ks/districts/senate/5.md) — 18% (state senate)
- [KS House District 42](/us/states/ks/districts/house/42.md) — 47% (state house)
- [KS House District 38](/us/states/ks/districts/house/38.md) — 29% (state house)
- [KS House District 41](/us/states/ks/districts/house/41.md) — 14% (state house)
- [KS House District 40](/us/states/ks/districts/house/40.md) — 9% (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: 133
bachelors_plus: 753
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/36"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/109"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 133 |
| Bachelor's or higher | 753 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 36](/us/states/ks/districts/senate/36.md) — 100% (state senate)
- [KS House District 109](/us/states/ks/districts/house/109.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: 20
hispanic: 303
bachelors_plus: 2076
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9997
- to: "us/states/ks/districts/senate/12"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/4"
rel: in-district
area_weight: 0.8936
- to: "us/states/ks/districts/house/9"
rel: in-district
area_weight: 0.1063
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 303 |
| Bachelor's or higher | 2076 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 12](/us/states/ks/districts/senate/12.md) — 100% (state senate)
- [KS House District 4](/us/states/ks/districts/house/4.md) — 89% (state house)
- [KS House District 9](/us/states/ks/districts/house/9.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: 25
hispanic: 200
bachelors_plus: 606
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 200 |
| Bachelor's or higher | 606 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 100% (state senate)
- [KS House District 118](/us/states/ks/districts/house/118.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: 149
hispanic: 7780
bachelors_plus: 7300
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/17"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/76"
rel: in-district
area_weight: 0.6679
- to: "us/states/ks/districts/house/13"
rel: in-district
area_weight: 0.1891
- to: "us/states/ks/districts/house/60"
rel: in-district
area_weight: 0.143
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 7780 |
| Bachelor's or higher | 7300 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 17](/us/states/ks/districts/senate/17.md) — 100% (state senate)
- [KS House District 76](/us/states/ks/districts/house/76.md) — 67% (state house)
- [KS House District 13](/us/states/ks/districts/house/13.md) — 19% (state house)
- [KS House District 60](/us/states/ks/districts/house/60.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: 65
hispanic: 494
bachelors_plus: 3213
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9995
- to: "us/states/ks/districts/senate/14"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/70"
rel: in-district
area_weight: 0.6609
- to: "us/states/ks/districts/house/74"
rel: in-district
area_weight: 0.3389
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 494 |
| Bachelor's or higher | 3213 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 14](/us/states/ks/districts/senate/14.md) — 100% (state senate)
- [KS House District 70](/us/states/ks/districts/house/70.md) — 66% (state house)
- [KS House District 74](/us/states/ks/districts/house/74.md) — 34% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 31
hispanic: 280
bachelors_plus: 1817
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9997
- to: "us/states/ks/districts/senate/1"
rel: in-district
area_weight: 0.7623
- to: "us/states/ks/districts/senate/36"
rel: in-district
area_weight: 0.2373
- to: "us/states/ks/districts/house/106"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 280 |
| Bachelor's or higher | 1817 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 1](/us/states/ks/districts/senate/1.md) — 76% (state senate)
- [KS Senate District 36](/us/states/ks/districts/senate/36.md) — 24% (state senate)
- [KS House District 106](/us/states/ks/districts/house/106.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: 27
hispanic: 1689
bachelors_plus: 9284
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/14"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/73"
rel: in-district
area_weight: 0.6411
- to: "us/states/ks/districts/house/74"
rel: in-district
area_weight: 0.1991
- to: "us/states/ks/districts/house/70"
rel: in-district
area_weight: 0.08
- to: "us/states/ks/districts/house/104"
rel: in-district
area_weight: 0.0796
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction.
| Hispanic/Latino | 1689 |
| Bachelor's or higher | 9284 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 14](/us/states/ks/districts/senate/14.md) — 100% (state senate)
- [KS House District 73](/us/states/ks/districts/house/73.md) — 64% (state house)
- [KS House District 74](/us/states/ks/districts/house/74.md) — 20% (state house)
- [KS House District 70](/us/states/ks/districts/house/70.md) — 8% (state house)
- [KS House District 104](/us/states/ks/districts/house/104.md) — 8% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 78
hispanic: 950
bachelors_plus: 898
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/38"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/115"
rel: in-district
area_weight: 0.7428
- to: "us/states/ks/districts/house/125"
rel: in-district
area_weight: 0.2571
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 950 |
| Bachelor's or higher | 898 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 38](/us/states/ks/districts/senate/38.md) — 100% (state senate)
- [KS House District 115](/us/states/ks/districts/house/115.md) — 74% (state house)
- [KS House District 125](/us/states/ks/districts/house/125.md) — 26% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 218
hispanic: 1423
bachelors_plus: 9928
districts:
- to: "us/states/ks/districts/03"
rel: in-district
area_weight: 0.9992
- to: "us/states/ks/districts/senate/12"
rel: in-district
area_weight: 0.5721
- to: "us/states/ks/districts/senate/37"
rel: in-district
area_weight: 0.4151
- to: "us/states/ks/districts/senate/23"
rel: in-district
area_weight: 0.0124
- to: "us/states/ks/districts/house/6"
rel: in-district
area_weight: 0.4936
- to: "us/states/ks/districts/house/5"
rel: in-district
area_weight: 0.2643
- to: "us/states/ks/districts/house/9"
rel: in-district
area_weight: 0.2396
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction.
| Hispanic/Latino | 1423 |
| Bachelor's or higher | 9928 |
## Districts
- [KS-03](/us/states/ks/districts/03.md) — 100% (congressional)
- [KS Senate District 12](/us/states/ks/districts/senate/12.md) — 57% (state senate)
- [KS Senate District 37](/us/states/ks/districts/senate/37.md) — 42% (state senate)
- [KS Senate District 23](/us/states/ks/districts/senate/23.md) — 1% (state senate)
- [KS House District 6](/us/states/ks/districts/house/6.md) — 49% (state house)
- [KS House District 5](/us/states/ks/districts/house/5.md) — 26% (state house)
- [KS House District 9](/us/states/ks/districts/house/9.md) — 24% (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: 187
bachelors_plus: 1402
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/36"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/107"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 187 |
| Bachelor's or higher | 1402 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 36](/us/states/ks/districts/senate/36.md) — 100% (state senate)
- [KS House District 107](/us/states/ks/districts/house/107.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: 730
hispanic: 2491
bachelors_plus: 6453
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9997
- to: "us/states/ks/districts/senate/15"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/11"
rel: in-district
area_weight: 0.5559
- to: "us/states/ks/districts/house/12"
rel: in-district
area_weight: 0.444
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 2491 |
| Bachelor's or higher | 6453 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 15](/us/states/ks/districts/senate/15.md) — 100% (state senate)
- [KS House District 11](/us/states/ks/districts/house/11.md) — 56% (state house)
- [KS House District 12](/us/states/ks/districts/house/12.md) — 44% (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: 232
bachelors_plus: 1516
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/17"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/68"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 232 |
| Bachelor's or higher | 1516 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 17](/us/states/ks/districts/senate/17.md) — 100% (state senate)
- [KS House District 68](/us/states/ks/districts/house/68.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: 628
bachelors_plus: 410
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/senate/39"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/124"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 628 |
| Bachelor's or higher | 410 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 39](/us/states/ks/districts/senate/39.md) — 100% (state senate)
- [KS House District 124](/us/states/ks/districts/house/124.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: 35
hispanic: 265
bachelors_plus: 2591
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9994
- to: "us/states/ks/districts/senate/1"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/62"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 265 |
| Bachelor's or higher | 2591 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 1](/us/states/ks/districts/senate/1.md) — 100% (state senate)
- [KS House District 62](/us/states/ks/districts/house/62.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: 29
hispanic: 944
bachelors_plus: 3233
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/15"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/2"
rel: in-district
area_weight: 0.751
- to: "us/states/ks/districts/house/7"
rel: in-district
area_weight: 0.2488
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 944 |
| Bachelor's or higher | 3233 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 15](/us/states/ks/districts/senate/15.md) — 100% (state senate)
- [KS House District 2](/us/states/ks/districts/house/2.md) — 75% (state house)
- [KS House District 7](/us/states/ks/districts/house/7.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: 14
hispanic: 395
bachelors_plus: 545
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/33"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/118"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 395 |
| Bachelor's or higher | 545 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 33](/us/states/ks/districts/senate/33.md) — 100% (state senate)
- [KS House District 118](/us/states/ks/districts/house/118.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: 59
hispanic: 315
bachelors_plus: 1107
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 315 |
| Bachelor's or higher | 1107 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 100% (state senate)
- [KS House District 110](/us/states/ks/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: 46
hispanic: 529
bachelors_plus: 3127
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/3"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/76"
rel: in-district
area_weight: 0.5917
- to: "us/states/ks/districts/house/54"
rel: in-district
area_weight: 0.4082
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 529 |
| Bachelor's or higher | 3127 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 3](/us/states/ks/districts/senate/3.md) — 100% (state senate)
- [KS House District 76](/us/states/ks/districts/house/76.md) — 59% (state house)
- [KS House District 54](/us/states/ks/districts/house/54.md) — 41% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 8
hispanic: 103
bachelors_plus: 758
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/36"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/109"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 103 |
| Bachelor's or higher | 758 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 36](/us/states/ks/districts/senate/36.md) — 100% (state senate)
- [KS House District 109](/us/states/ks/districts/house/109.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: 30
hispanic: 194
bachelors_plus: 1393
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/36"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/107"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 194 |
| Bachelor's or higher | 1393 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 36](/us/states/ks/districts/senate/36.md) — 100% (state senate)
- [KS House District 107](/us/states/ks/districts/house/107.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: 91
hispanic: 561
bachelors_plus: 1146
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 0.5354
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.4646
- to: "us/states/ks/districts/senate/33"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/113"
rel: in-district
area_weight: 0.5257
- to: "us/states/ks/districts/house/122"
rel: in-district
area_weight: 0.4743
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 561 |
| Bachelor's or higher | 1146 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 54% (congressional)
- [KS-01](/us/states/ks/districts/01.md) — 46% (congressional)
- [KS Senate District 33](/us/states/ks/districts/senate/33.md) — 100% (state senate)
- [KS House District 113](/us/states/ks/districts/house/113.md) — 53% (state house)
- [KS House District 122](/us/states/ks/districts/house/122.md) — 47% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 36
hispanic: 165
bachelors_plus: 1028
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/36"
rel: in-district
area_weight: 0.5997
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 0.4002
- to: "us/states/ks/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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 165 |
| Bachelor's or higher | 1028 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 36](/us/states/ks/districts/senate/36.md) — 60% (state senate)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 40% (state senate)
- [KS House District 110](/us/states/ks/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: 105
hispanic: 1590
bachelors_plus: 8711
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.998
- to: "us/states/ks/districts/senate/18"
rel: in-district
area_weight: 0.9997
- to: "us/states/ks/districts/house/61"
rel: in-district
area_weight: 0.9531
- to: "us/states/ks/districts/house/51"
rel: in-district
area_weight: 0.0468
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 1590 |
| Bachelor's or higher | 8711 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 18](/us/states/ks/districts/senate/18.md) — 100% (state senate)
- [KS House District 61](/us/states/ks/districts/house/61.md) — 95% (state house)
- [KS House District 51](/us/states/ks/districts/house/51.md) — 5% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 79
hispanic: 788
bachelors_plus: 2079
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/33"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/116"
rel: in-district
area_weight: 0.5254
- to: "us/states/ks/districts/house/114"
rel: in-district
area_weight: 0.4746
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 788 |
| Bachelor's or higher | 2079 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 33](/us/states/ks/districts/senate/33.md) — 100% (state senate)
- [KS House District 116](/us/states/ks/districts/house/116.md) — 53% (state house)
- [KS House District 114](/us/states/ks/districts/house/114.md) — 47% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 29
hispanic: 194
bachelors_plus: 440
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/120"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 194 |
| Bachelor's or higher | 440 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 100% (state senate)
- [KS House District 120](/us/states/ks/districts/house/120.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: 485
hispanic: 6388
bachelors_plus: 11578
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9996
- to: "us/states/ks/districts/senate/34"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/114"
rel: in-district
area_weight: 0.7417
- to: "us/states/ks/districts/house/101"
rel: in-district
area_weight: 0.1738
- to: "us/states/ks/districts/house/104"
rel: in-district
area_weight: 0.071
- to: "us/states/ks/districts/house/102"
rel: in-district
area_weight: 0.0134
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction.
| Hispanic/Latino | 6388 |
| Bachelor's or higher | 11578 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 34](/us/states/ks/districts/senate/34.md) — 100% (state senate)
- [KS House District 114](/us/states/ks/districts/house/114.md) — 74% (state house)
- [KS House District 101](/us/states/ks/districts/house/101.md) — 17% (state house)
- [KS House District 104](/us/states/ks/districts/house/104.md) — 7% (state house)
- [KS House District 102](/us/states/ks/districts/house/102.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: 1
hispanic: 179
bachelors_plus: 950
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/senate/36"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/106"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 179 |
| Bachelor's or higher | 950 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 36](/us/states/ks/districts/senate/36.md) — 100% (state senate)
- [KS House District 106](/us/states/ks/districts/house/106.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: 70
hispanic: 1305
bachelors_plus: 2124
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/33"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/113"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1305 |
| Bachelor's or higher | 2124 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 33](/us/states/ks/districts/senate/33.md) — 100% (state senate)
- [KS House District 113](/us/states/ks/districts/house/113.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: 760
hispanic: 7205
bachelors_plus: 26242
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9996
- to: "us/states/ks/districts/senate/22"
rel: in-district
area_weight: 0.9996
- to: "us/states/ks/districts/house/64"
rel: in-district
area_weight: 0.7364
- to: "us/states/ks/districts/house/51"
rel: in-district
area_weight: 0.1183
- to: "us/states/ks/districts/house/68"
rel: in-district
area_weight: 0.1021
- to: "us/states/ks/districts/house/67"
rel: in-district
area_weight: 0.0288
- to: "us/states/ks/districts/house/66"
rel: in-district
area_weight: 0.0104
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 7205 |
| Bachelor's or higher | 26242 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 22](/us/states/ks/districts/senate/22.md) — 100% (state senate)
- [KS House District 64](/us/states/ks/districts/house/64.md) — 74% (state house)
- [KS House District 51](/us/states/ks/districts/house/51.md) — 12% (state house)
- [KS House District 68](/us/states/ks/districts/house/68.md) — 10% (state house)
- [KS House District 67](/us/states/ks/districts/house/67.md) — 3% (state house)
- [KS House District 66](/us/states/ks/districts/house/66.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: 23
hispanic: 156
bachelors_plus: 1013
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/36"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 156 |
| Bachelor's or higher | 1013 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 36](/us/states/ks/districts/senate/36.md) — 100% (state senate)
- [KS House District 110](/us/states/ks/districts/house/110.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: 191
bachelors_plus: 590
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/33"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/113"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 191 |
| Bachelor's or higher | 590 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 33](/us/states/ks/districts/senate/33.md) — 100% (state senate)
- [KS House District 113](/us/states/ks/districts/house/113.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: 13
hispanic: 277
bachelors_plus: 1266
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/36"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/109"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 277 |
| Bachelor's or higher | 1266 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 36](/us/states/ks/districts/senate/36.md) — 100% (state senate)
- [KS House District 109](/us/states/ks/districts/house/109.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: 268
hispanic: 6843
bachelors_plus: 14243
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/24"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/69"
rel: in-district
area_weight: 0.5348
- to: "us/states/ks/districts/house/107"
rel: in-district
area_weight: 0.2513
- to: "us/states/ks/districts/house/71"
rel: in-district
area_weight: 0.2137
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 6843 |
| Bachelor's or higher | 14243 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 24](/us/states/ks/districts/senate/24.md) — 100% (state senate)
- [KS House District 69](/us/states/ks/districts/house/69.md) — 53% (state house)
- [KS House District 107](/us/states/ks/districts/house/107.md) — 25% (state house)
- [KS House District 71](/us/states/ks/districts/house/71.md) — 21% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 62
hispanic: 1096
bachelors_plus: 1284
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/39"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/118"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1096 |
| Bachelor's or higher | 1284 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 39](/us/states/ks/districts/senate/39.md) — 100% (state senate)
- [KS House District 118](/us/states/ks/districts/house/118.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,111 @@ demographics:
race_native: 4353
hispanic: 87159
bachelors_plus: 151890
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/26"
rel: in-district
area_weight: 0.476
- to: "us/states/ks/districts/senate/31"
rel: in-district
area_weight: 0.1936
- to: "us/states/ks/districts/senate/30"
rel: in-district
area_weight: 0.1143
- to: "us/states/ks/districts/senate/16"
rel: in-district
area_weight: 0.093
- to: "us/states/ks/districts/senate/28"
rel: in-district
area_weight: 0.0441
- to: "us/states/ks/districts/senate/27"
rel: in-district
area_weight: 0.0358
- to: "us/states/ks/districts/senate/29"
rel: in-district
area_weight: 0.0222
- to: "us/states/ks/districts/senate/25"
rel: in-district
area_weight: 0.0209
- to: "us/states/ks/districts/house/93"
rel: in-district
area_weight: 0.2919
- to: "us/states/ks/districts/house/101"
rel: in-district
area_weight: 0.1662
- to: "us/states/ks/districts/house/90"
rel: in-district
area_weight: 0.1605
- to: "us/states/ks/districts/house/91"
rel: in-district
area_weight: 0.0427
- to: "us/states/ks/districts/house/85"
rel: in-district
area_weight: 0.0413
- to: "us/states/ks/districts/house/81"
rel: in-district
area_weight: 0.0406
- to: "us/states/ks/districts/house/82"
rel: in-district
area_weight: 0.0384
- to: "us/states/ks/districts/house/72"
rel: in-district
area_weight: 0.0364
- to: "us/states/ks/districts/house/97"
rel: in-district
area_weight: 0.0313
- to: "us/states/ks/districts/house/98"
rel: in-district
area_weight: 0.0213
- to: "us/states/ks/districts/house/87"
rel: in-district
area_weight: 0.0141
- to: "us/states/ks/districts/house/94"
rel: in-district
area_weight: 0.0135
- to: "us/states/ks/districts/house/89"
rel: in-district
area_weight: 0.013
- to: "us/states/ks/districts/house/88"
rel: in-district
area_weight: 0.0122
- to: "us/states/ks/districts/house/105"
rel: in-district
area_weight: 0.0104
- to: "us/states/ks/districts/house/103"
rel: in-district
area_weight: 0.0097
- to: "us/states/ks/districts/house/95"
rel: in-district
area_weight: 0.0085
- to: "us/states/ks/districts/house/96"
rel: in-district
area_weight: 0.0084
- to: "us/states/ks/districts/house/99"
rel: in-district
area_weight: 0.008
- to: "us/states/ks/districts/house/92"
rel: in-district
area_weight: 0.0073
- to: "us/states/ks/districts/house/100"
rel: in-district
area_weight: 0.0069
- to: "us/states/ks/districts/house/84"
rel: in-district
area_weight: 0.0061
- to: "us/states/ks/districts/house/86"
rel: in-district
area_weight: 0.0056
- to: "us/states/ks/districts/house/83"
rel: in-district
area_weight: 0.0054
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +158,43 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 87159 |
| Bachelor's or higher | 151890 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 26](/us/states/ks/districts/senate/26.md) — 48% (state senate)
- [KS Senate District 31](/us/states/ks/districts/senate/31.md) — 19% (state senate)
- [KS Senate District 30](/us/states/ks/districts/senate/30.md) — 11% (state senate)
- [KS Senate District 16](/us/states/ks/districts/senate/16.md) — 9% (state senate)
- [KS Senate District 28](/us/states/ks/districts/senate/28.md) — 4% (state senate)
- [KS Senate District 27](/us/states/ks/districts/senate/27.md) — 4% (state senate)
- [KS Senate District 29](/us/states/ks/districts/senate/29.md) — 2% (state senate)
- [KS Senate District 25](/us/states/ks/districts/senate/25.md) — 2% (state senate)
- [KS House District 93](/us/states/ks/districts/house/93.md) — 29% (state house)
- [KS House District 101](/us/states/ks/districts/house/101.md) — 17% (state house)
- [KS House District 90](/us/states/ks/districts/house/90.md) — 16% (state house)
- [KS House District 91](/us/states/ks/districts/house/91.md) — 4% (state house)
- [KS House District 85](/us/states/ks/districts/house/85.md) — 4% (state house)
- [KS House District 81](/us/states/ks/districts/house/81.md) — 4% (state house)
- [KS House District 82](/us/states/ks/districts/house/82.md) — 4% (state house)
- [KS House District 72](/us/states/ks/districts/house/72.md) — 4% (state house)
- [KS House District 97](/us/states/ks/districts/house/97.md) — 3% (state house)
- [KS House District 98](/us/states/ks/districts/house/98.md) — 2% (state house)
- [KS House District 87](/us/states/ks/districts/house/87.md) — 1% (state house)
- [KS House District 94](/us/states/ks/districts/house/94.md) — 1% (state house)
- [KS House District 89](/us/states/ks/districts/house/89.md) — 1% (state house)
- [KS House District 88](/us/states/ks/districts/house/88.md) — 1% (state house)
- [KS House District 105](/us/states/ks/districts/house/105.md) — 1% (state house)
- [KS House District 103](/us/states/ks/districts/house/103.md) — 1% (state house)
- [KS House District 95](/us/states/ks/districts/house/95.md) — 1% (state house)
- [KS House District 96](/us/states/ks/districts/house/96.md) — 1% (state house)
- [KS House District 99](/us/states/ks/districts/house/99.md) — 1% (state house)
- [KS House District 92](/us/states/ks/districts/house/92.md) — 1% (state house)
- [KS House District 100](/us/states/ks/districts/house/100.md) — 1% (state house)
- [KS House District 84](/us/states/ks/districts/house/84.md) — 1% (state house)
- [KS House District 86](/us/states/ks/districts/house/86.md) — 1% (state house)
- [KS House District 83](/us/states/ks/districts/house/83.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: 621
hispanic: 14486
bachelors_plus: 1848
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/38"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/125"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 14486 |
| Bachelor's or higher | 1848 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 38](/us/states/ks/districts/senate/38.md) — 100% (state senate)
- [KS House District 125](/us/states/ks/districts/house/125.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,51 @@ demographics:
race_native: 1085
hispanic: 24637
bachelors_plus: 54251
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9996
- to: "us/states/ks/districts/senate/18"
rel: in-district
area_weight: 0.4464
- to: "us/states/ks/districts/senate/20"
rel: in-district
area_weight: 0.3111
- to: "us/states/ks/districts/senate/3"
rel: in-district
area_weight: 0.1628
- to: "us/states/ks/districts/senate/19"
rel: in-district
area_weight: 0.0796
- to: "us/states/ks/districts/house/54"
rel: in-district
area_weight: 0.4273
- to: "us/states/ks/districts/house/50"
rel: in-district
area_weight: 0.38
- to: "us/states/ks/districts/house/52"
rel: in-district
area_weight: 0.0602
- to: "us/states/ks/districts/house/56"
rel: in-district
area_weight: 0.0397
- to: "us/states/ks/districts/house/57"
rel: in-district
area_weight: 0.035
- to: "us/states/ks/districts/house/58"
rel: in-district
area_weight: 0.0255
- to: "us/states/ks/districts/house/53"
rel: in-district
area_weight: 0.02
- to: "us/states/ks/districts/house/55"
rel: in-district
area_weight: 0.0122
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +98,23 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 24637 |
| Bachelor's or higher | 54251 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 18](/us/states/ks/districts/senate/18.md) — 45% (state senate)
- [KS Senate District 20](/us/states/ks/districts/senate/20.md) — 31% (state senate)
- [KS Senate District 3](/us/states/ks/districts/senate/3.md) — 16% (state senate)
- [KS Senate District 19](/us/states/ks/districts/senate/19.md) — 8% (state senate)
- [KS House District 54](/us/states/ks/districts/house/54.md) — 43% (state house)
- [KS House District 50](/us/states/ks/districts/house/50.md) — 38% (state house)
- [KS House District 52](/us/states/ks/districts/house/52.md) — 6% (state house)
- [KS House District 56](/us/states/ks/districts/house/56.md) — 4% (state house)
- [KS House District 57](/us/states/ks/districts/house/57.md) — 4% (state house)
- [KS House District 58](/us/states/ks/districts/house/58.md) — 3% (state house)
- [KS House District 53](/us/states/ks/districts/house/53.md) — 2% (state house)
- [KS House District 55](/us/states/ks/districts/house/55.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: 7
hispanic: 143
bachelors_plus: 535
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/118"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 143 |
| Bachelor's or higher | 535 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 100% (state senate)
- [KS House District 118](/us/states/ks/districts/house/118.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: 761
bachelors_plus: 1126
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/120"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 761 |
| Bachelor's or higher | 1126 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 100% (state senate)
- [KS House District 120](/us/states/ks/districts/house/120.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: 12
hispanic: 94
bachelors_plus: 849
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/36"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/109"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 94 |
| Bachelor's or higher | 849 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 36](/us/states/ks/districts/senate/36.md) — 100% (state senate)
- [KS House District 109](/us/states/ks/districts/house/109.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: 533
bachelors_plus: 892
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 0.9995
- to: "us/states/ks/districts/senate/33"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/113"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 533 |
| Bachelor's or higher | 892 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 33](/us/states/ks/districts/senate/33.md) — 100% (state senate)
- [KS House District 113](/us/states/ks/districts/house/113.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: 130
hispanic: 929
bachelors_plus: 435
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/39"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/124"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 929 |
| Bachelor's or higher | 435 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 39](/us/states/ks/districts/senate/39.md) — 100% (state senate)
- [KS House District 124](/us/states/ks/districts/house/124.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: 2018
bachelors_plus: 863
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/39"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/124"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2018 |
| Bachelor's or higher | 863 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 39](/us/states/ks/districts/senate/39.md) — 100% (state senate)
- [KS House District 124](/us/states/ks/districts/house/124.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: 278
hispanic: 1366
bachelors_plus: 5123
districts:
- to: "us/states/ks/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/senate/32"
rel: in-district
area_weight: 0.997
- to: "us/states/ks/districts/house/79"
rel: in-district
area_weight: 0.3834
- to: "us/states/ks/districts/house/80"
rel: in-district
area_weight: 0.3244
- to: "us/states/ks/districts/house/116"
rel: in-district
area_weight: 0.2829
- to: "us/states/ks/districts/house/82"
rel: in-district
area_weight: 0.0091
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction.
| Hispanic/Latino | 1366 |
| Bachelor's or higher | 5123 |
## Districts
- [KS-04](/us/states/ks/districts/04.md) — 100% (congressional)
- [KS Senate District 32](/us/states/ks/districts/senate/32.md) — 100% (state senate)
- [KS House District 79](/us/states/ks/districts/house/79.md) — 38% (state house)
- [KS House District 80](/us/states/ks/districts/house/80.md) — 32% (state house)
- [KS House District 116](/us/states/ks/districts/house/116.md) — 28% (state house)
- [KS House District 82](/us/states/ks/districts/house/82.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: 1
hispanic: 662
bachelors_plus: 2131
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/120"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 662 |
| Bachelor's or higher | 2131 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 100% (state senate)
- [KS House District 120](/us/states/ks/districts/house/120.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: 14
hispanic: 31
bachelors_plus: 832
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 0.9999
- to: "us/states/ks/districts/house/118"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 31 |
| Bachelor's or higher | 832 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 100% (state senate)
- [KS House District 118](/us/states/ks/districts/house/118.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: 6
hispanic: 335
bachelors_plus: 1619
districts:
- to: "us/states/ks/districts/02"
rel: in-district
area_weight: 0.9976
- to: "us/states/ks/districts/senate/20"
rel: in-district
area_weight: 0.9998
- to: "us/states/ks/districts/house/51"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 335 |
| Bachelor's or higher | 1619 |
## Districts
- [KS-02](/us/states/ks/districts/02.md) — 100% (congressional)
- [KS Senate District 20](/us/states/ks/districts/senate/20.md) — 100% (state senate)
- [KS House District 51](/us/states/ks/districts/house/51.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: 10
hispanic: 105
bachelors_plus: 288
districts:
- to: "us/states/ks/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/senate/40"
rel: in-district
area_weight: 1.0
- to: "us/states/ks/districts/house/120"
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, ks]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 105 |
| Bachelor's or higher | 288 |
## Districts
- [KS-01](/us/states/ks/districts/01.md) — 100% (congressional)
- [KS Senate District 40](/us/states/ks/districts/senate/40.md) — 100% (state senate)
- [KS House District 120](/us/states/ks/districts/house/120.md) — 100% (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