Graph: national county↔district↔legislator authority layer
The first edges in the repo. Every US county now links to the districts it sits in, weighted by area overlap, and every legislator links to the district they represent — county → district → representative, traversable. Data (PostGIS, no Atlas dependency — computed directly from geometry): - data/county_district_edges.jsonl — 16,328 weighted edges. area_weight = ST_Area(ST_Intersection(county, district))/ST_Area(county) over ST_MakeValid Census TIGER 2024 geometries, overlaps <0.5% dropped. Uses area-intersection, NOT centroid-in-polygon, so urban districts that carve through counties (e.g. GA CD-5 / Atlanta across Clayton+DeKalb+Fulton) are captured, not silently dropped. Per-county weights sum to ~1.0 per district type. build.py: - ~6,896 new district nodes: 435 CD (ACS demographics where available; sparse for the 8 states missing from acs_cd) + 4,927 state-house + 1,897 state-senate (geometry-only). GEOID/number-keyed, stable. - county index.md gains a `districts:` block (frontmatter) + a ## Districts section (body links, so link-integrity checks them). - legislators + US House members gain `represents:` pointing at their district node; edge stored once on the person, inverse left to the view. - schemas/jurisdiction: classification enum + chamber/districts fields. Honest gaps (logged, not hidden): ID + NH have no state-house geometry, so their house districts get nodes (represents resolves) but no county edges; CD nodes for acs_cd-missing states are demographically sparse. Deterministic (byte-identical rebuild); validate.py passes 26,617 records, link-integrity clean (every district/represents link resolves). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 236
|
||||
hispanic: 244
|
||||
bachelors_plus: 3355
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/7"
|
||||
rel: in-district
|
||||
area_weight: 0.5113
|
||||
- to: "us/states/mn/districts/senate/10"
|
||||
rel: in-district
|
||||
area_weight: 0.4886
|
||||
- to: "us/states/mn/districts/house/7a"
|
||||
rel: in-district
|
||||
area_weight: 0.5113
|
||||
- to: "us/states/mn/districts/house/10a"
|
||||
rel: in-district
|
||||
area_weight: 0.4886
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 244 |
|
||||
| Bachelor's or higher | 3355 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 7](/us/states/mn/districts/senate/7.md) — 51% (state senate)
|
||||
- [MN Senate District 10](/us/states/mn/districts/senate/10.md) — 49% (state senate)
|
||||
- [MN House District 7A](/us/states/mn/districts/house/7a.md) — 51% (state house)
|
||||
- [MN House District 10A](/us/states/mn/districts/house/10a.md) — 49% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,81 @@ demographics:
|
||||
race_native: 2053
|
||||
hispanic: 21612
|
||||
bachelors_plus: 105475
|
||||
districts:
|
||||
- to: "us/states/mn/districts/06"
|
||||
rel: in-district
|
||||
area_weight: 0.8894
|
||||
- to: "us/states/mn/districts/03"
|
||||
rel: in-district
|
||||
area_weight: 0.0736
|
||||
- to: "us/states/mn/districts/05"
|
||||
rel: in-district
|
||||
area_weight: 0.0368
|
||||
- to: "us/states/mn/districts/senate/31"
|
||||
rel: in-district
|
||||
area_weight: 0.4195
|
||||
- to: "us/states/mn/districts/senate/32"
|
||||
rel: in-district
|
||||
area_weight: 0.2289
|
||||
- to: "us/states/mn/districts/senate/30"
|
||||
rel: in-district
|
||||
area_weight: 0.0992
|
||||
- to: "us/states/mn/districts/senate/36"
|
||||
rel: in-district
|
||||
area_weight: 0.0841
|
||||
- to: "us/states/mn/districts/senate/35"
|
||||
rel: in-district
|
||||
area_weight: 0.0714
|
||||
- to: "us/states/mn/districts/senate/27"
|
||||
rel: in-district
|
||||
area_weight: 0.0549
|
||||
- to: "us/states/mn/districts/senate/39"
|
||||
rel: in-district
|
||||
area_weight: 0.0369
|
||||
- to: "us/states/mn/districts/senate/34"
|
||||
rel: in-district
|
||||
area_weight: 0.0051
|
||||
- to: "us/states/mn/districts/house/31b"
|
||||
rel: in-district
|
||||
area_weight: 0.3152
|
||||
- to: "us/states/mn/districts/house/32a"
|
||||
rel: in-district
|
||||
area_weight: 0.1754
|
||||
- to: "us/states/mn/districts/house/31a"
|
||||
rel: in-district
|
||||
area_weight: 0.1043
|
||||
- to: "us/states/mn/districts/house/30b"
|
||||
rel: in-district
|
||||
area_weight: 0.0992
|
||||
- to: "us/states/mn/districts/house/36a"
|
||||
rel: in-district
|
||||
area_weight: 0.0841
|
||||
- to: "us/states/mn/districts/house/27b"
|
||||
rel: in-district
|
||||
area_weight: 0.0549
|
||||
- to: "us/states/mn/districts/house/32b"
|
||||
rel: in-district
|
||||
area_weight: 0.0534
|
||||
- to: "us/states/mn/districts/house/35a"
|
||||
rel: in-district
|
||||
area_weight: 0.0361
|
||||
- to: "us/states/mn/districts/house/35b"
|
||||
rel: in-district
|
||||
area_weight: 0.0353
|
||||
- to: "us/states/mn/districts/house/39a"
|
||||
rel: in-district
|
||||
area_weight: 0.0307
|
||||
- to: "us/states/mn/districts/house/39b"
|
||||
rel: in-district
|
||||
area_weight: 0.0062
|
||||
- to: "us/states/mn/districts/house/34b"
|
||||
rel: in-district
|
||||
area_weight: 0.0051
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +128,33 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 21612 |
|
||||
| Bachelor's or higher | 105475 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-06](/us/states/mn/districts/06.md) — 89% (congressional)
|
||||
- [MN-03](/us/states/mn/districts/03.md) — 7% (congressional)
|
||||
- [MN-05](/us/states/mn/districts/05.md) — 4% (congressional)
|
||||
- [MN Senate District 31](/us/states/mn/districts/senate/31.md) — 42% (state senate)
|
||||
- [MN Senate District 32](/us/states/mn/districts/senate/32.md) — 23% (state senate)
|
||||
- [MN Senate District 30](/us/states/mn/districts/senate/30.md) — 10% (state senate)
|
||||
- [MN Senate District 36](/us/states/mn/districts/senate/36.md) — 8% (state senate)
|
||||
- [MN Senate District 35](/us/states/mn/districts/senate/35.md) — 7% (state senate)
|
||||
- [MN Senate District 27](/us/states/mn/districts/senate/27.md) — 5% (state senate)
|
||||
- [MN Senate District 39](/us/states/mn/districts/senate/39.md) — 4% (state senate)
|
||||
- [MN Senate District 34](/us/states/mn/districts/senate/34.md) — 1% (state senate)
|
||||
- [MN House District 31B](/us/states/mn/districts/house/31b.md) — 32% (state house)
|
||||
- [MN House District 32A](/us/states/mn/districts/house/32a.md) — 18% (state house)
|
||||
- [MN House District 31A](/us/states/mn/districts/house/31a.md) — 10% (state house)
|
||||
- [MN House District 30B](/us/states/mn/districts/house/30b.md) — 10% (state house)
|
||||
- [MN House District 36A](/us/states/mn/districts/house/36a.md) — 8% (state house)
|
||||
- [MN House District 27B](/us/states/mn/districts/house/27b.md) — 5% (state house)
|
||||
- [MN House District 32B](/us/states/mn/districts/house/32b.md) — 5% (state house)
|
||||
- [MN House District 35A](/us/states/mn/districts/house/35a.md) — 4% (state house)
|
||||
- [MN House District 35B](/us/states/mn/districts/house/35b.md) — 4% (state house)
|
||||
- [MN House District 39A](/us/states/mn/districts/house/39a.md) — 3% (state house)
|
||||
- [MN House District 39B](/us/states/mn/districts/house/39b.md) — 1% (state house)
|
||||
- [MN House District 34B](/us/states/mn/districts/house/34b.md) — 1% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,36 @@ demographics:
|
||||
race_native: 1684
|
||||
hispanic: 702
|
||||
bachelors_plus: 9073
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.6472
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.3528
|
||||
- to: "us/states/mn/districts/senate/5"
|
||||
rel: in-district
|
||||
area_weight: 0.4231
|
||||
- to: "us/states/mn/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.3029
|
||||
- to: "us/states/mn/districts/senate/4"
|
||||
rel: in-district
|
||||
area_weight: 0.2739
|
||||
- to: "us/states/mn/districts/house/5a"
|
||||
rel: in-district
|
||||
area_weight: 0.4231
|
||||
- to: "us/states/mn/districts/house/2b"
|
||||
rel: in-district
|
||||
area_weight: 0.3029
|
||||
- to: "us/states/mn/districts/house/4b"
|
||||
rel: in-district
|
||||
area_weight: 0.2739
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +83,18 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 702 |
|
||||
| Bachelor's or higher | 9073 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 65% (congressional)
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 35% (congressional)
|
||||
- [MN Senate District 5](/us/states/mn/districts/senate/5.md) — 42% (state senate)
|
||||
- [MN Senate District 2](/us/states/mn/districts/senate/2.md) — 30% (state senate)
|
||||
- [MN Senate District 4](/us/states/mn/districts/senate/4.md) — 27% (state senate)
|
||||
- [MN House District 5A](/us/states/mn/districts/house/5a.md) — 42% (state house)
|
||||
- [MN House District 2B](/us/states/mn/districts/house/2b.md) — 30% (state house)
|
||||
- [MN House District 4B](/us/states/mn/districts/house/4b.md) — 27% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 8972
|
||||
hispanic: 1187
|
||||
bachelors_plus: 12754
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/house/2a"
|
||||
rel: in-district
|
||||
area_weight: 0.7767
|
||||
- to: "us/states/mn/districts/house/2b"
|
||||
rel: in-district
|
||||
area_weight: 0.2232
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1187 |
|
||||
| Bachelor's or higher | 12754 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 2](/us/states/mn/districts/senate/2.md) — 100% (state senate)
|
||||
- [MN House District 2A](/us/states/mn/districts/house/2a.md) — 78% (state house)
|
||||
- [MN House District 2B](/us/states/mn/districts/house/2b.md) — 22% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,33 @@ demographics:
|
||||
race_native: 115
|
||||
hispanic: 1460
|
||||
bachelors_plus: 9264
|
||||
districts:
|
||||
- to: "us/states/mn/districts/06"
|
||||
rel: in-district
|
||||
area_weight: 0.9977
|
||||
- to: "us/states/mn/districts/senate/10"
|
||||
rel: in-district
|
||||
area_weight: 0.873
|
||||
- to: "us/states/mn/districts/senate/14"
|
||||
rel: in-district
|
||||
area_weight: 0.0903
|
||||
- to: "us/states/mn/districts/senate/13"
|
||||
rel: in-district
|
||||
area_weight: 0.0367
|
||||
- to: "us/states/mn/districts/house/10b"
|
||||
rel: in-district
|
||||
area_weight: 0.873
|
||||
- to: "us/states/mn/districts/house/14b"
|
||||
rel: in-district
|
||||
area_weight: 0.0903
|
||||
- to: "us/states/mn/districts/house/13b"
|
||||
rel: in-district
|
||||
area_weight: 0.0367
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +80,17 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1460 |
|
||||
| Bachelor's or higher | 9264 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-06](/us/states/mn/districts/06.md) — 100% (congressional)
|
||||
- [MN Senate District 10](/us/states/mn/districts/senate/10.md) — 87% (state senate)
|
||||
- [MN Senate District 14](/us/states/mn/districts/senate/14.md) — 9% (state senate)
|
||||
- [MN Senate District 13](/us/states/mn/districts/senate/13.md) — 4% (state senate)
|
||||
- [MN House District 10B](/us/states/mn/districts/house/10b.md) — 87% (state house)
|
||||
- [MN House District 14B](/us/states/mn/districts/house/14b.md) — 9% (state house)
|
||||
- [MN House District 13B](/us/states/mn/districts/house/13b.md) — 4% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 12
|
||||
hispanic: 137
|
||||
bachelors_plus: 1315
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/senate/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9995
|
||||
- to: "us/states/mn/districts/house/12a"
|
||||
rel: in-district
|
||||
area_weight: 0.9995
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 137 |
|
||||
| Bachelor's or higher | 1315 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 12](/us/states/mn/districts/senate/12.md) — 100% (state senate)
|
||||
- [MN House District 12A](/us/states/mn/districts/house/12a.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: 192
|
||||
hispanic: 3369
|
||||
bachelors_plus: 18459
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/senate/22"
|
||||
rel: in-district
|
||||
area_weight: 0.8197
|
||||
- to: "us/states/mn/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.1161
|
||||
- to: "us/states/mn/districts/senate/18"
|
||||
rel: in-district
|
||||
area_weight: 0.0642
|
||||
- to: "us/states/mn/districts/house/22a"
|
||||
rel: in-district
|
||||
area_weight: 0.685
|
||||
- to: "us/states/mn/districts/house/22b"
|
||||
rel: in-district
|
||||
area_weight: 0.1347
|
||||
- to: "us/states/mn/districts/house/15b"
|
||||
rel: in-district
|
||||
area_weight: 0.1161
|
||||
- to: "us/states/mn/districts/house/18a"
|
||||
rel: in-district
|
||||
area_weight: 0.038
|
||||
- to: "us/states/mn/districts/house/18b"
|
||||
rel: in-district
|
||||
area_weight: 0.0262
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +86,19 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 3369 |
|
||||
| Bachelor's or higher | 18459 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 22](/us/states/mn/districts/senate/22.md) — 82% (state senate)
|
||||
- [MN Senate District 15](/us/states/mn/districts/senate/15.md) — 12% (state senate)
|
||||
- [MN Senate District 18](/us/states/mn/districts/senate/18.md) — 6% (state senate)
|
||||
- [MN House District 22A](/us/states/mn/districts/house/22a.md) — 68% (state house)
|
||||
- [MN House District 22B](/us/states/mn/districts/house/22b.md) — 13% (state house)
|
||||
- [MN House District 15B](/us/states/mn/districts/house/15b.md) — 12% (state house)
|
||||
- [MN House District 18A](/us/states/mn/districts/house/18a.md) — 4% (state house)
|
||||
- [MN House District 18B](/us/states/mn/districts/house/18b.md) — 3% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 72
|
||||
hispanic: 1327
|
||||
bachelors_plus: 5782
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.623
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.377
|
||||
- to: "us/states/mn/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/mn/districts/house/15b"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1327 |
|
||||
| Bachelor's or higher | 5782 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 62% (congressional)
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 38% (congressional)
|
||||
- [MN Senate District 15](/us/states/mn/districts/senate/15.md) — 100% (state senate)
|
||||
- [MN House District 15B](/us/states/mn/districts/house/15b.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: 1220
|
||||
hispanic: 711
|
||||
bachelors_plus: 9288
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/senate/11"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/mn/districts/house/11a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 711 |
|
||||
| Bachelor's or higher | 9288 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 11](/us/states/mn/districts/senate/11.md) — 100% (state senate)
|
||||
- [MN House District 11A](/us/states/mn/districts/house/11a.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: 258
|
||||
hispanic: 5624
|
||||
bachelors_plus: 49515
|
||||
districts:
|
||||
- to: "us/states/mn/districts/06"
|
||||
rel: in-district
|
||||
area_weight: 0.9974
|
||||
- to: "us/states/mn/districts/senate/17"
|
||||
rel: in-district
|
||||
area_weight: 0.5975
|
||||
- to: "us/states/mn/districts/senate/48"
|
||||
rel: in-district
|
||||
area_weight: 0.4023
|
||||
- to: "us/states/mn/districts/house/17b"
|
||||
rel: in-district
|
||||
area_weight: 0.5975
|
||||
- to: "us/states/mn/districts/house/48a"
|
||||
rel: in-district
|
||||
area_weight: 0.3119
|
||||
- to: "us/states/mn/districts/house/48b"
|
||||
rel: in-district
|
||||
area_weight: 0.0904
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 5624 |
|
||||
| Bachelor's or higher | 49515 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-06](/us/states/mn/districts/06.md) — 100% (congressional)
|
||||
- [MN Senate District 17](/us/states/mn/districts/senate/17.md) — 60% (state senate)
|
||||
- [MN Senate District 48](/us/states/mn/districts/senate/48.md) — 40% (state senate)
|
||||
- [MN House District 17B](/us/states/mn/districts/house/17b.md) — 60% (state house)
|
||||
- [MN House District 48A](/us/states/mn/districts/house/48a.md) — 31% (state house)
|
||||
- [MN House District 48B](/us/states/mn/districts/house/48b.md) — 9% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,36 @@ demographics:
|
||||
race_native: 2857
|
||||
hispanic: 565
|
||||
bachelors_plus: 7663
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.9993
|
||||
- to: "us/states/mn/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.4303
|
||||
- to: "us/states/mn/districts/senate/5"
|
||||
rel: in-district
|
||||
area_weight: 0.3467
|
||||
- to: "us/states/mn/districts/senate/6"
|
||||
rel: in-district
|
||||
area_weight: 0.223
|
||||
- to: "us/states/mn/districts/house/2b"
|
||||
rel: in-district
|
||||
area_weight: 0.4303
|
||||
- to: "us/states/mn/districts/house/5a"
|
||||
rel: in-district
|
||||
area_weight: 0.2614
|
||||
- to: "us/states/mn/districts/house/6a"
|
||||
rel: in-district
|
||||
area_weight: 0.223
|
||||
- to: "us/states/mn/districts/house/5b"
|
||||
rel: in-district
|
||||
area_weight: 0.0853
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +83,18 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 565 |
|
||||
| Bachelor's or higher | 7663 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 2](/us/states/mn/districts/senate/2.md) — 43% (state senate)
|
||||
- [MN Senate District 5](/us/states/mn/districts/senate/5.md) — 35% (state senate)
|
||||
- [MN Senate District 6](/us/states/mn/districts/senate/6.md) — 22% (state senate)
|
||||
- [MN House District 2B](/us/states/mn/districts/house/2b.md) — 43% (state house)
|
||||
- [MN House District 5A](/us/states/mn/districts/house/5a.md) — 26% (state house)
|
||||
- [MN House District 6A](/us/states/mn/districts/house/6a.md) — 22% (state house)
|
||||
- [MN House District 5B](/us/states/mn/districts/house/5b.md) — 9% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 173
|
||||
hispanic: 1307
|
||||
bachelors_plus: 2122
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/16"
|
||||
rel: in-district
|
||||
area_weight: 0.9948
|
||||
- to: "us/states/mn/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.0052
|
||||
- to: "us/states/mn/districts/house/16a"
|
||||
rel: in-district
|
||||
area_weight: 0.9947
|
||||
- to: "us/states/mn/districts/house/15a"
|
||||
rel: in-district
|
||||
area_weight: 0.0052
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1307 |
|
||||
| Bachelor's or higher | 2122 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 16](/us/states/mn/districts/senate/16.md) — 99% (state senate)
|
||||
- [MN Senate District 15](/us/states/mn/districts/senate/15.md) — 1% (state senate)
|
||||
- [MN House District 16A](/us/states/mn/districts/house/16a.md) — 99% (state house)
|
||||
- [MN House District 15A](/us/states/mn/districts/house/15a.md) — 1% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 235
|
||||
hispanic: 1644
|
||||
bachelors_plus: 12971
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/mn/districts/senate/28"
|
||||
rel: in-district
|
||||
area_weight: 0.8242
|
||||
- to: "us/states/mn/districts/senate/11"
|
||||
rel: in-district
|
||||
area_weight: 0.1755
|
||||
- to: "us/states/mn/districts/house/28b"
|
||||
rel: in-district
|
||||
area_weight: 0.6722
|
||||
- to: "us/states/mn/districts/house/11b"
|
||||
rel: in-district
|
||||
area_weight: 0.1755
|
||||
- to: "us/states/mn/districts/house/28a"
|
||||
rel: in-district
|
||||
area_weight: 0.1519
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1644 |
|
||||
| Bachelor's or higher | 12971 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 28](/us/states/mn/districts/senate/28.md) — 82% (state senate)
|
||||
- [MN Senate District 11](/us/states/mn/districts/senate/11.md) — 18% (state senate)
|
||||
- [MN House District 28B](/us/states/mn/districts/house/28b.md) — 67% (state house)
|
||||
- [MN House District 11B](/us/states/mn/districts/house/11b.md) — 18% (state house)
|
||||
- [MN House District 28A](/us/states/mn/districts/house/28a.md) — 15% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 551
|
||||
hispanic: 3290
|
||||
bachelors_plus: 21016
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9981
|
||||
- to: "us/states/mn/districts/senate/4"
|
||||
rel: in-district
|
||||
area_weight: 0.8994
|
||||
- to: "us/states/mn/districts/senate/1"
|
||||
rel: in-district
|
||||
area_weight: 0.1002
|
||||
- to: "us/states/mn/districts/house/4b"
|
||||
rel: in-district
|
||||
area_weight: 0.8832
|
||||
- to: "us/states/mn/districts/house/1b"
|
||||
rel: in-district
|
||||
area_weight: 0.1002
|
||||
- to: "us/states/mn/districts/house/4a"
|
||||
rel: in-district
|
||||
area_weight: 0.0161
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 3290 |
|
||||
| Bachelor's or higher | 21016 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 4](/us/states/mn/districts/senate/4.md) — 90% (state senate)
|
||||
- [MN Senate District 1](/us/states/mn/districts/senate/1.md) — 10% (state senate)
|
||||
- [MN House District 4B](/us/states/mn/districts/house/4b.md) — 88% (state house)
|
||||
- [MN House District 1B](/us/states/mn/districts/house/1b.md) — 10% (state house)
|
||||
- [MN House District 4A](/us/states/mn/districts/house/4a.md) — 2% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 585
|
||||
hispanic: 81
|
||||
bachelors_plus: 1505
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/house/2b"
|
||||
rel: in-district
|
||||
area_weight: 0.6102
|
||||
- to: "us/states/mn/districts/house/2a"
|
||||
rel: in-district
|
||||
area_weight: 0.3898
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 81 |
|
||||
| Bachelor's or higher | 1505 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 2](/us/states/mn/districts/senate/2.md) — 100% (state senate)
|
||||
- [MN House District 2B](/us/states/mn/districts/house/2b.md) — 61% (state house)
|
||||
- [MN House District 2A](/us/states/mn/districts/house/2a.md) — 39% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 347
|
||||
hispanic: 176
|
||||
bachelors_plus: 3023
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.4847
|
||||
- to: "us/states/mn/districts/senate/3"
|
||||
rel: in-district
|
||||
area_weight: 0.4825
|
||||
- to: "us/states/mn/districts/house/3a"
|
||||
rel: in-district
|
||||
area_weight: 0.4825
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 176 |
|
||||
| Bachelor's or higher | 3023 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 48% (congressional)
|
||||
- [MN Senate District 3](/us/states/mn/districts/senate/3.md) — 48% (state senate)
|
||||
- [MN House District 3A](/us/states/mn/districts/house/3a.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: 93
|
||||
hispanic: 1298
|
||||
bachelors_plus: 2285
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/mn/districts/senate/21"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/house/21b"
|
||||
rel: in-district
|
||||
area_weight: 0.2212
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1298 |
|
||||
| Bachelor's or higher | 2285 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 21](/us/states/mn/districts/senate/21.md) — 100% (state senate)
|
||||
- [MN House District 21B](/us/states/mn/districts/house/21b.md) — 22% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 456
|
||||
hispanic: 1089
|
||||
bachelors_plus: 19232
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.9995
|
||||
- to: "us/states/mn/districts/senate/6"
|
||||
rel: in-district
|
||||
area_weight: 0.7915
|
||||
- to: "us/states/mn/districts/senate/10"
|
||||
rel: in-district
|
||||
area_weight: 0.2084
|
||||
- to: "us/states/mn/districts/house/6a"
|
||||
rel: in-district
|
||||
area_weight: 0.5699
|
||||
- to: "us/states/mn/districts/house/6b"
|
||||
rel: in-district
|
||||
area_weight: 0.2215
|
||||
- to: "us/states/mn/districts/house/10a"
|
||||
rel: in-district
|
||||
area_weight: 0.2084
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1089 |
|
||||
| Bachelor's or higher | 19232 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 6](/us/states/mn/districts/senate/6.md) — 79% (state senate)
|
||||
- [MN Senate District 10](/us/states/mn/districts/senate/10.md) — 21% (state senate)
|
||||
- [MN House District 6A](/us/states/mn/districts/house/6a.md) — 57% (state house)
|
||||
- [MN House District 6B](/us/states/mn/districts/house/6b.md) — 22% (state house)
|
||||
- [MN House District 10A](/us/states/mn/districts/house/10a.md) — 21% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,78 @@ demographics:
|
||||
race_native: 1944
|
||||
hispanic: 38684
|
||||
bachelors_plus: 182532
|
||||
districts:
|
||||
- to: "us/states/mn/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.9983
|
||||
- to: "us/states/mn/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.5108
|
||||
- to: "us/states/mn/districts/senate/57"
|
||||
rel: in-district
|
||||
area_weight: 0.1253
|
||||
- to: "us/states/mn/districts/senate/52"
|
||||
rel: in-district
|
||||
area_weight: 0.0784
|
||||
- to: "us/states/mn/districts/senate/53"
|
||||
rel: in-district
|
||||
area_weight: 0.0738
|
||||
- to: "us/states/mn/districts/senate/56"
|
||||
rel: in-district
|
||||
area_weight: 0.0651
|
||||
- to: "us/states/mn/districts/senate/20"
|
||||
rel: in-district
|
||||
area_weight: 0.061
|
||||
- to: "us/states/mn/districts/senate/41"
|
||||
rel: in-district
|
||||
area_weight: 0.0482
|
||||
- to: "us/states/mn/districts/senate/55"
|
||||
rel: in-district
|
||||
area_weight: 0.0342
|
||||
- to: "us/states/mn/districts/house/58b"
|
||||
rel: in-district
|
||||
area_weight: 0.5083
|
||||
- to: "us/states/mn/districts/house/57a"
|
||||
rel: in-district
|
||||
area_weight: 0.0991
|
||||
- to: "us/states/mn/districts/house/20a"
|
||||
rel: in-district
|
||||
area_weight: 0.061
|
||||
- to: "us/states/mn/districts/house/53a"
|
||||
rel: in-district
|
||||
area_weight: 0.0583
|
||||
- to: "us/states/mn/districts/house/41b"
|
||||
rel: in-district
|
||||
area_weight: 0.0482
|
||||
- to: "us/states/mn/districts/house/56b"
|
||||
rel: in-district
|
||||
area_weight: 0.0433
|
||||
- to: "us/states/mn/districts/house/52b"
|
||||
rel: in-district
|
||||
area_weight: 0.0427
|
||||
- to: "us/states/mn/districts/house/52a"
|
||||
rel: in-district
|
||||
area_weight: 0.0357
|
||||
- to: "us/states/mn/districts/house/57b"
|
||||
rel: in-district
|
||||
area_weight: 0.0262
|
||||
- to: "us/states/mn/districts/house/55b"
|
||||
rel: in-district
|
||||
area_weight: 0.0245
|
||||
- to: "us/states/mn/districts/house/56a"
|
||||
rel: in-district
|
||||
area_weight: 0.0219
|
||||
- to: "us/states/mn/districts/house/53b"
|
||||
rel: in-district
|
||||
area_weight: 0.0155
|
||||
- to: "us/states/mn/districts/house/55a"
|
||||
rel: in-district
|
||||
area_weight: 0.0096
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +125,32 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 38684 |
|
||||
| Bachelor's or higher | 182532 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-02](/us/states/mn/districts/02.md) — 100% (congressional)
|
||||
- [MN Senate District 58](/us/states/mn/districts/senate/58.md) — 51% (state senate)
|
||||
- [MN Senate District 57](/us/states/mn/districts/senate/57.md) — 13% (state senate)
|
||||
- [MN Senate District 52](/us/states/mn/districts/senate/52.md) — 8% (state senate)
|
||||
- [MN Senate District 53](/us/states/mn/districts/senate/53.md) — 7% (state senate)
|
||||
- [MN Senate District 56](/us/states/mn/districts/senate/56.md) — 7% (state senate)
|
||||
- [MN Senate District 20](/us/states/mn/districts/senate/20.md) — 6% (state senate)
|
||||
- [MN Senate District 41](/us/states/mn/districts/senate/41.md) — 5% (state senate)
|
||||
- [MN Senate District 55](/us/states/mn/districts/senate/55.md) — 3% (state senate)
|
||||
- [MN House District 58B](/us/states/mn/districts/house/58b.md) — 51% (state house)
|
||||
- [MN House District 57A](/us/states/mn/districts/house/57a.md) — 10% (state house)
|
||||
- [MN House District 20A](/us/states/mn/districts/house/20a.md) — 6% (state house)
|
||||
- [MN House District 53A](/us/states/mn/districts/house/53a.md) — 6% (state house)
|
||||
- [MN House District 41B](/us/states/mn/districts/house/41b.md) — 5% (state house)
|
||||
- [MN House District 56B](/us/states/mn/districts/house/56b.md) — 4% (state house)
|
||||
- [MN House District 52B](/us/states/mn/districts/house/52b.md) — 4% (state house)
|
||||
- [MN House District 52A](/us/states/mn/districts/house/52a.md) — 4% (state house)
|
||||
- [MN House District 57B](/us/states/mn/districts/house/57b.md) — 3% (state house)
|
||||
- [MN House District 55B](/us/states/mn/districts/house/55b.md) — 2% (state house)
|
||||
- [MN House District 56A](/us/states/mn/districts/house/56a.md) — 2% (state house)
|
||||
- [MN House District 53B](/us/states/mn/districts/house/53b.md) — 2% (state house)
|
||||
- [MN House District 55A](/us/states/mn/districts/house/55a.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: 52
|
||||
hispanic: 1136
|
||||
bachelors_plus: 5524
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/24"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/house/24a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1136 |
|
||||
| Bachelor's or higher | 5524 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 24](/us/states/mn/districts/senate/24.md) — 100% (state senate)
|
||||
- [MN House District 24A](/us/states/mn/districts/house/24a.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: 81
|
||||
hispanic: 897
|
||||
bachelors_plus: 11162
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/9"
|
||||
rel: in-district
|
||||
area_weight: 0.5503
|
||||
- to: "us/states/mn/districts/senate/12"
|
||||
rel: in-district
|
||||
area_weight: 0.4497
|
||||
- to: "us/states/mn/districts/house/9b"
|
||||
rel: in-district
|
||||
area_weight: 0.5502
|
||||
- to: "us/states/mn/districts/house/12b"
|
||||
rel: in-district
|
||||
area_weight: 0.4497
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 897 |
|
||||
| Bachelor's or higher | 11162 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 9](/us/states/mn/districts/senate/9.md) — 55% (state senate)
|
||||
- [MN Senate District 12](/us/states/mn/districts/senate/12.md) — 45% (state senate)
|
||||
- [MN House District 9B](/us/states/mn/districts/house/9b.md) — 55% (state house)
|
||||
- [MN House District 12B](/us/states/mn/districts/house/12b.md) — 45% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 27
|
||||
hispanic: 1128
|
||||
bachelors_plus: 2699
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/senate/23"
|
||||
rel: in-district
|
||||
area_weight: 0.6494
|
||||
- to: "us/states/mn/districts/senate/22"
|
||||
rel: in-district
|
||||
area_weight: 0.3506
|
||||
- to: "us/states/mn/districts/house/23a"
|
||||
rel: in-district
|
||||
area_weight: 0.6494
|
||||
- to: "us/states/mn/districts/house/22a"
|
||||
rel: in-district
|
||||
area_weight: 0.3506
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 1128 |
|
||||
| Bachelor's or higher | 2699 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 23](/us/states/mn/districts/senate/23.md) — 65% (state senate)
|
||||
- [MN Senate District 22](/us/states/mn/districts/senate/22.md) — 35% (state senate)
|
||||
- [MN House District 23A](/us/states/mn/districts/house/23a.md) — 65% (state house)
|
||||
- [MN House District 22A](/us/states/mn/districts/house/22a.md) — 35% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 17
|
||||
hispanic: 421
|
||||
bachelors_plus: 4668
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/26"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/house/26b"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 421 |
|
||||
| Bachelor's or higher | 4668 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 26](/us/states/mn/districts/senate/26.md) — 100% (state senate)
|
||||
- [MN House District 26B](/us/states/mn/districts/house/26b.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: 91
|
||||
hispanic: 3302
|
||||
bachelors_plus: 5254
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/23"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/house/23a"
|
||||
rel: in-district
|
||||
area_weight: 0.7017
|
||||
- to: "us/states/mn/districts/house/23b"
|
||||
rel: in-district
|
||||
area_weight: 0.2983
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 3302 |
|
||||
| Bachelor's or higher | 5254 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 23](/us/states/mn/districts/senate/23.md) — 100% (state senate)
|
||||
- [MN House District 23A](/us/states/mn/districts/house/23a.md) — 70% (state house)
|
||||
- [MN House District 23B](/us/states/mn/districts/house/23b.md) — 30% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,36 @@ demographics:
|
||||
race_native: 451
|
||||
hispanic: 1964
|
||||
bachelors_plus: 12427
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9992
|
||||
- to: "us/states/mn/districts/senate/20"
|
||||
rel: in-district
|
||||
area_weight: 0.7321
|
||||
- to: "us/states/mn/districts/senate/19"
|
||||
rel: in-district
|
||||
area_weight: 0.1913
|
||||
- to: "us/states/mn/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.0765
|
||||
- to: "us/states/mn/districts/house/20a"
|
||||
rel: in-district
|
||||
area_weight: 0.5505
|
||||
- to: "us/states/mn/districts/house/19a"
|
||||
rel: in-district
|
||||
area_weight: 0.1913
|
||||
- to: "us/states/mn/districts/house/20b"
|
||||
rel: in-district
|
||||
area_weight: 0.1816
|
||||
- to: "us/states/mn/districts/house/58b"
|
||||
rel: in-district
|
||||
area_weight: 0.0765
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +83,18 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1964 |
|
||||
| Bachelor's or higher | 12427 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 20](/us/states/mn/districts/senate/20.md) — 73% (state senate)
|
||||
- [MN Senate District 19](/us/states/mn/districts/senate/19.md) — 19% (state senate)
|
||||
- [MN Senate District 58](/us/states/mn/districts/senate/58.md) — 8% (state senate)
|
||||
- [MN House District 20A](/us/states/mn/districts/house/20a.md) — 55% (state house)
|
||||
- [MN House District 19A](/us/states/mn/districts/house/19a.md) — 19% (state house)
|
||||
- [MN House District 20B](/us/states/mn/districts/house/20b.md) — 18% (state house)
|
||||
- [MN House District 58B](/us/states/mn/districts/house/58b.md) — 8% (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: 164
|
||||
bachelors_plus: 1170
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/9"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/house/9a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 164 |
|
||||
| Bachelor's or higher | 1170 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 9](/us/states/mn/districts/senate/9.md) — 100% (state senate)
|
||||
- [MN House District 9A](/us/states/mn/districts/house/9a.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,153 @@ demographics:
|
||||
race_native: 7884
|
||||
hispanic: 99318
|
||||
bachelors_plus: 661379
|
||||
districts:
|
||||
- to: "us/states/mn/districts/03"
|
||||
rel: in-district
|
||||
area_weight: 0.7949
|
||||
- to: "us/states/mn/districts/05"
|
||||
rel: in-district
|
||||
area_weight: 0.1974
|
||||
- to: "us/states/mn/districts/06"
|
||||
rel: in-district
|
||||
area_weight: 0.0056
|
||||
- to: "us/states/mn/districts/senate/37"
|
||||
rel: in-district
|
||||
area_weight: 0.2531
|
||||
- to: "us/states/mn/districts/senate/45"
|
||||
rel: in-district
|
||||
area_weight: 0.1702
|
||||
- to: "us/states/mn/districts/senate/34"
|
||||
rel: in-district
|
||||
area_weight: 0.1228
|
||||
- to: "us/states/mn/districts/senate/49"
|
||||
rel: in-district
|
||||
area_weight: 0.0759
|
||||
- to: "us/states/mn/districts/senate/42"
|
||||
rel: in-district
|
||||
area_weight: 0.0605
|
||||
- to: "us/states/mn/districts/senate/51"
|
||||
rel: in-district
|
||||
area_weight: 0.055
|
||||
- to: "us/states/mn/districts/senate/50"
|
||||
rel: in-district
|
||||
area_weight: 0.051
|
||||
- to: "us/states/mn/districts/senate/43"
|
||||
rel: in-district
|
||||
area_weight: 0.0424
|
||||
- to: "us/states/mn/districts/senate/38"
|
||||
rel: in-district
|
||||
area_weight: 0.0353
|
||||
- to: "us/states/mn/districts/senate/46"
|
||||
rel: in-district
|
||||
area_weight: 0.0335
|
||||
- to: "us/states/mn/districts/senate/63"
|
||||
rel: in-district
|
||||
area_weight: 0.023
|
||||
- to: "us/states/mn/districts/senate/60"
|
||||
rel: in-district
|
||||
area_weight: 0.0207
|
||||
- to: "us/states/mn/districts/senate/61"
|
||||
rel: in-district
|
||||
area_weight: 0.02
|
||||
- to: "us/states/mn/districts/senate/59"
|
||||
rel: in-district
|
||||
area_weight: 0.0184
|
||||
- to: "us/states/mn/districts/senate/62"
|
||||
rel: in-district
|
||||
area_weight: 0.0111
|
||||
- to: "us/states/mn/districts/house/37a"
|
||||
rel: in-district
|
||||
area_weight: 0.2139
|
||||
- to: "us/states/mn/districts/house/45a"
|
||||
rel: in-district
|
||||
area_weight: 0.1241
|
||||
- to: "us/states/mn/districts/house/34a"
|
||||
rel: in-district
|
||||
area_weight: 0.0977
|
||||
- to: "us/states/mn/districts/house/45b"
|
||||
rel: in-district
|
||||
area_weight: 0.0461
|
||||
- to: "us/states/mn/districts/house/49b"
|
||||
rel: in-district
|
||||
area_weight: 0.0406
|
||||
- to: "us/states/mn/districts/house/37b"
|
||||
rel: in-district
|
||||
area_weight: 0.0392
|
||||
- to: "us/states/mn/districts/house/49a"
|
||||
rel: in-district
|
||||
area_weight: 0.0353
|
||||
- to: "us/states/mn/districts/house/42a"
|
||||
rel: in-district
|
||||
area_weight: 0.0321
|
||||
- to: "us/states/mn/districts/house/50b"
|
||||
rel: in-district
|
||||
area_weight: 0.0306
|
||||
- to: "us/states/mn/districts/house/51b"
|
||||
rel: in-district
|
||||
area_weight: 0.0294
|
||||
- to: "us/states/mn/districts/house/42b"
|
||||
rel: in-district
|
||||
area_weight: 0.0284
|
||||
- to: "us/states/mn/districts/house/51a"
|
||||
rel: in-district
|
||||
area_weight: 0.0256
|
||||
- to: "us/states/mn/districts/house/43b"
|
||||
rel: in-district
|
||||
area_weight: 0.0253
|
||||
- to: "us/states/mn/districts/house/34b"
|
||||
rel: in-district
|
||||
area_weight: 0.0251
|
||||
- to: "us/states/mn/districts/house/50a"
|
||||
rel: in-district
|
||||
area_weight: 0.0204
|
||||
- to: "us/states/mn/districts/house/46b"
|
||||
rel: in-district
|
||||
area_weight: 0.0191
|
||||
- to: "us/states/mn/districts/house/38a"
|
||||
rel: in-district
|
||||
area_weight: 0.0181
|
||||
- to: "us/states/mn/districts/house/38b"
|
||||
rel: in-district
|
||||
area_weight: 0.0172
|
||||
- to: "us/states/mn/districts/house/43a"
|
||||
rel: in-district
|
||||
area_weight: 0.0171
|
||||
- to: "us/states/mn/districts/house/60a"
|
||||
rel: in-district
|
||||
area_weight: 0.0149
|
||||
- to: "us/states/mn/districts/house/46a"
|
||||
rel: in-district
|
||||
area_weight: 0.0144
|
||||
- to: "us/states/mn/districts/house/63b"
|
||||
rel: in-district
|
||||
area_weight: 0.0125
|
||||
- to: "us/states/mn/districts/house/61b"
|
||||
rel: in-district
|
||||
area_weight: 0.011
|
||||
- to: "us/states/mn/districts/house/59a"
|
||||
rel: in-district
|
||||
area_weight: 0.0106
|
||||
- to: "us/states/mn/districts/house/63a"
|
||||
rel: in-district
|
||||
area_weight: 0.0104
|
||||
- to: "us/states/mn/districts/house/61a"
|
||||
rel: in-district
|
||||
area_weight: 0.009
|
||||
- to: "us/states/mn/districts/house/59b"
|
||||
rel: in-district
|
||||
area_weight: 0.0078
|
||||
- to: "us/states/mn/districts/house/62b"
|
||||
rel: in-district
|
||||
area_weight: 0.0067
|
||||
- to: "us/states/mn/districts/house/60b"
|
||||
rel: in-district
|
||||
area_weight: 0.0058
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +200,57 @@ County jurisdiction — 4 officeholders mapped.
|
||||
| Hispanic/Latino | 99318 |
|
||||
| Bachelor's or higher | 661379 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-03](/us/states/mn/districts/03.md) — 79% (congressional)
|
||||
- [MN-05](/us/states/mn/districts/05.md) — 20% (congressional)
|
||||
- [MN-06](/us/states/mn/districts/06.md) — 1% (congressional)
|
||||
- [MN Senate District 37](/us/states/mn/districts/senate/37.md) — 25% (state senate)
|
||||
- [MN Senate District 45](/us/states/mn/districts/senate/45.md) — 17% (state senate)
|
||||
- [MN Senate District 34](/us/states/mn/districts/senate/34.md) — 12% (state senate)
|
||||
- [MN Senate District 49](/us/states/mn/districts/senate/49.md) — 8% (state senate)
|
||||
- [MN Senate District 42](/us/states/mn/districts/senate/42.md) — 6% (state senate)
|
||||
- [MN Senate District 51](/us/states/mn/districts/senate/51.md) — 6% (state senate)
|
||||
- [MN Senate District 50](/us/states/mn/districts/senate/50.md) — 5% (state senate)
|
||||
- [MN Senate District 43](/us/states/mn/districts/senate/43.md) — 4% (state senate)
|
||||
- [MN Senate District 38](/us/states/mn/districts/senate/38.md) — 4% (state senate)
|
||||
- [MN Senate District 46](/us/states/mn/districts/senate/46.md) — 3% (state senate)
|
||||
- [MN Senate District 63](/us/states/mn/districts/senate/63.md) — 2% (state senate)
|
||||
- [MN Senate District 60](/us/states/mn/districts/senate/60.md) — 2% (state senate)
|
||||
- [MN Senate District 61](/us/states/mn/districts/senate/61.md) — 2% (state senate)
|
||||
- [MN Senate District 59](/us/states/mn/districts/senate/59.md) — 2% (state senate)
|
||||
- [MN Senate District 62](/us/states/mn/districts/senate/62.md) — 1% (state senate)
|
||||
- [MN House District 37A](/us/states/mn/districts/house/37a.md) — 21% (state house)
|
||||
- [MN House District 45A](/us/states/mn/districts/house/45a.md) — 12% (state house)
|
||||
- [MN House District 34A](/us/states/mn/districts/house/34a.md) — 10% (state house)
|
||||
- [MN House District 45B](/us/states/mn/districts/house/45b.md) — 5% (state house)
|
||||
- [MN House District 49B](/us/states/mn/districts/house/49b.md) — 4% (state house)
|
||||
- [MN House District 37B](/us/states/mn/districts/house/37b.md) — 4% (state house)
|
||||
- [MN House District 49A](/us/states/mn/districts/house/49a.md) — 4% (state house)
|
||||
- [MN House District 42A](/us/states/mn/districts/house/42a.md) — 3% (state house)
|
||||
- [MN House District 50B](/us/states/mn/districts/house/50b.md) — 3% (state house)
|
||||
- [MN House District 51B](/us/states/mn/districts/house/51b.md) — 3% (state house)
|
||||
- [MN House District 42B](/us/states/mn/districts/house/42b.md) — 3% (state house)
|
||||
- [MN House District 51A](/us/states/mn/districts/house/51a.md) — 3% (state house)
|
||||
- [MN House District 43B](/us/states/mn/districts/house/43b.md) — 3% (state house)
|
||||
- [MN House District 34B](/us/states/mn/districts/house/34b.md) — 3% (state house)
|
||||
- [MN House District 50A](/us/states/mn/districts/house/50a.md) — 2% (state house)
|
||||
- [MN House District 46B](/us/states/mn/districts/house/46b.md) — 2% (state house)
|
||||
- [MN House District 38A](/us/states/mn/districts/house/38a.md) — 2% (state house)
|
||||
- [MN House District 38B](/us/states/mn/districts/house/38b.md) — 2% (state house)
|
||||
- [MN House District 43A](/us/states/mn/districts/house/43a.md) — 2% (state house)
|
||||
- [MN House District 60A](/us/states/mn/districts/house/60a.md) — 1% (state house)
|
||||
- [MN House District 46A](/us/states/mn/districts/house/46a.md) — 1% (state house)
|
||||
- [MN House District 63B](/us/states/mn/districts/house/63b.md) — 1% (state house)
|
||||
- [MN House District 61B](/us/states/mn/districts/house/61b.md) — 1% (state house)
|
||||
- [MN House District 59A](/us/states/mn/districts/house/59a.md) — 1% (state house)
|
||||
- [MN House District 63A](/us/states/mn/districts/house/63a.md) — 1% (state house)
|
||||
- [MN House District 61A](/us/states/mn/districts/house/61a.md) — 1% (state house)
|
||||
- [MN House District 59B](/us/states/mn/districts/house/59b.md) — 1% (state house)
|
||||
- [MN House District 62B](/us/states/mn/districts/house/62b.md) — 1% (state house)
|
||||
- [MN House District 60B](/us/states/mn/districts/house/60b.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: 45
|
||||
hispanic: 289
|
||||
bachelors_plus: 5205
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/mn/districts/senate/26"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/mn/districts/house/26b"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 289 |
|
||||
| Bachelor's or higher | 5205 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 26](/us/states/mn/districts/senate/26.md) — 100% (state senate)
|
||||
- [MN House District 26B](/us/states/mn/districts/house/26b.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: 429
|
||||
hispanic: 575
|
||||
bachelors_plus: 6531
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.6669
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.3331
|
||||
- to: "us/states/mn/districts/senate/5"
|
||||
rel: in-district
|
||||
area_weight: 0.6733
|
||||
- to: "us/states/mn/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.3267
|
||||
- to: "us/states/mn/districts/house/5a"
|
||||
rel: in-district
|
||||
area_weight: 0.6733
|
||||
- to: "us/states/mn/districts/house/2b"
|
||||
rel: in-district
|
||||
area_weight: 0.3266
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 575 |
|
||||
| Bachelor's or higher | 6531 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 67% (congressional)
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 33% (congressional)
|
||||
- [MN Senate District 5](/us/states/mn/districts/senate/5.md) — 67% (state senate)
|
||||
- [MN Senate District 2](/us/states/mn/districts/senate/2.md) — 33% (state senate)
|
||||
- [MN House District 5A](/us/states/mn/districts/house/5a.md) — 67% (state house)
|
||||
- [MN House District 2B](/us/states/mn/districts/house/2b.md) — 33% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,39 @@ demographics:
|
||||
race_native: 179
|
||||
hispanic: 1102
|
||||
bachelors_plus: 7736
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.9993
|
||||
- to: "us/states/mn/districts/senate/28"
|
||||
rel: in-district
|
||||
area_weight: 0.6844
|
||||
- to: "us/states/mn/districts/senate/27"
|
||||
rel: in-district
|
||||
area_weight: 0.166
|
||||
- to: "us/states/mn/districts/senate/10"
|
||||
rel: in-district
|
||||
area_weight: 0.0803
|
||||
- to: "us/states/mn/districts/senate/31"
|
||||
rel: in-district
|
||||
area_weight: 0.0693
|
||||
- to: "us/states/mn/districts/house/28a"
|
||||
rel: in-district
|
||||
area_weight: 0.6844
|
||||
- to: "us/states/mn/districts/house/27b"
|
||||
rel: in-district
|
||||
area_weight: 0.166
|
||||
- to: "us/states/mn/districts/house/10b"
|
||||
rel: in-district
|
||||
area_weight: 0.0803
|
||||
- to: "us/states/mn/districts/house/31b"
|
||||
rel: in-district
|
||||
area_weight: 0.0693
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +86,19 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 1102 |
|
||||
| Bachelor's or higher | 7736 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 28](/us/states/mn/districts/senate/28.md) — 68% (state senate)
|
||||
- [MN Senate District 27](/us/states/mn/districts/senate/27.md) — 17% (state senate)
|
||||
- [MN Senate District 10](/us/states/mn/districts/senate/10.md) — 8% (state senate)
|
||||
- [MN Senate District 31](/us/states/mn/districts/senate/31.md) — 7% (state senate)
|
||||
- [MN House District 28A](/us/states/mn/districts/house/28a.md) — 68% (state house)
|
||||
- [MN House District 27B](/us/states/mn/districts/house/27b.md) — 17% (state house)
|
||||
- [MN House District 10B](/us/states/mn/districts/house/10b.md) — 8% (state house)
|
||||
- [MN House District 31B](/us/states/mn/districts/house/31b.md) — 7% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,39 @@ demographics:
|
||||
race_native: 1162
|
||||
hispanic: 691
|
||||
bachelors_plus: 11694
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/3"
|
||||
rel: in-district
|
||||
area_weight: 0.4163
|
||||
- to: "us/states/mn/districts/senate/7"
|
||||
rel: in-district
|
||||
area_weight: 0.2955
|
||||
- to: "us/states/mn/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.2017
|
||||
- to: "us/states/mn/districts/senate/6"
|
||||
rel: in-district
|
||||
area_weight: 0.0864
|
||||
- to: "us/states/mn/districts/house/3a"
|
||||
rel: in-district
|
||||
area_weight: 0.4163
|
||||
- to: "us/states/mn/districts/house/7a"
|
||||
rel: in-district
|
||||
area_weight: 0.2955
|
||||
- to: "us/states/mn/districts/house/2b"
|
||||
rel: in-district
|
||||
area_weight: 0.2017
|
||||
- to: "us/states/mn/districts/house/6a"
|
||||
rel: in-district
|
||||
area_weight: 0.0864
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +86,19 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 691 |
|
||||
| Bachelor's or higher | 11694 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 3](/us/states/mn/districts/senate/3.md) — 42% (state senate)
|
||||
- [MN Senate District 7](/us/states/mn/districts/senate/7.md) — 30% (state senate)
|
||||
- [MN Senate District 2](/us/states/mn/districts/senate/2.md) — 20% (state senate)
|
||||
- [MN Senate District 6](/us/states/mn/districts/senate/6.md) — 9% (state senate)
|
||||
- [MN House District 3A](/us/states/mn/districts/house/3a.md) — 42% (state house)
|
||||
- [MN House District 7A](/us/states/mn/districts/house/7a.md) — 30% (state house)
|
||||
- [MN House District 2B](/us/states/mn/districts/house/2b.md) — 20% (state house)
|
||||
- [MN House District 6A](/us/states/mn/districts/house/6a.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: 16
|
||||
hispanic: 484
|
||||
bachelors_plus: 2419
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/senate/21"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/house/21b"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 484 |
|
||||
| Bachelor's or higher | 2419 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 21](/us/states/mn/districts/senate/21.md) — 100% (state senate)
|
||||
- [MN House District 21B](/us/states/mn/districts/house/21b.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: 106
|
||||
hispanic: 296
|
||||
bachelors_plus: 2496
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/11"
|
||||
rel: in-district
|
||||
area_weight: 0.5241
|
||||
- to: "us/states/mn/districts/senate/10"
|
||||
rel: in-district
|
||||
area_weight: 0.4759
|
||||
- to: "us/states/mn/districts/house/11b"
|
||||
rel: in-district
|
||||
area_weight: 0.5241
|
||||
- to: "us/states/mn/districts/house/10a"
|
||||
rel: in-district
|
||||
area_weight: 0.3381
|
||||
- to: "us/states/mn/districts/house/10b"
|
||||
rel: in-district
|
||||
area_weight: 0.1377
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 296 |
|
||||
| Bachelor's or higher | 2496 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 11](/us/states/mn/districts/senate/11.md) — 52% (state senate)
|
||||
- [MN Senate District 10](/us/states/mn/districts/senate/10.md) — 48% (state senate)
|
||||
- [MN House District 11B](/us/states/mn/districts/house/11b.md) — 52% (state house)
|
||||
- [MN House District 10A](/us/states/mn/districts/house/10a.md) — 34% (state house)
|
||||
- [MN House District 10B](/us/states/mn/districts/house/10b.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: 227
|
||||
hispanic: 6484
|
||||
bachelors_plus: 10631
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/16"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/house/16b"
|
||||
rel: in-district
|
||||
area_weight: 0.8326
|
||||
- to: "us/states/mn/districts/house/16a"
|
||||
rel: in-district
|
||||
area_weight: 0.1672
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 6484 |
|
||||
| Bachelor's or higher | 10631 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 16](/us/states/mn/districts/senate/16.md) — 100% (state senate)
|
||||
- [MN House District 16B](/us/states/mn/districts/house/16b.md) — 83% (state house)
|
||||
- [MN House District 16A](/us/states/mn/districts/house/16a.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: 11
|
||||
hispanic: 105
|
||||
bachelors_plus: 1016
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9972
|
||||
- to: "us/states/mn/districts/senate/1"
|
||||
rel: in-district
|
||||
area_weight: 0.9995
|
||||
- to: "us/states/mn/districts/house/1a"
|
||||
rel: in-district
|
||||
area_weight: 0.9995
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 105 |
|
||||
| Bachelor's or higher | 1016 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 1](/us/states/mn/districts/senate/1.md) — 100% (state senate)
|
||||
- [MN House District 1A](/us/states/mn/districts/house/1a.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: 246
|
||||
hispanic: 182
|
||||
bachelors_plus: 2482
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.9994
|
||||
- to: "us/states/mn/districts/senate/3"
|
||||
rel: in-district
|
||||
area_weight: 0.9995
|
||||
- to: "us/states/mn/districts/house/3a"
|
||||
rel: in-district
|
||||
area_weight: 0.9995
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 182 |
|
||||
| Bachelor's or higher | 2482 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 3](/us/states/mn/districts/senate/3.md) — 100% (state senate)
|
||||
- [MN House District 3A](/us/states/mn/districts/house/3a.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: 11
|
||||
hispanic: 230
|
||||
bachelors_plus: 1347
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/mn/districts/house/15a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 230 |
|
||||
| Bachelor's or higher | 1347 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 15](/us/states/mn/districts/senate/15.md) — 100% (state senate)
|
||||
- [MN House District 15A](/us/states/mn/districts/house/15a.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: 76
|
||||
hispanic: 60
|
||||
bachelors_plus: 941
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/mn/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/mn/districts/house/2a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 60 |
|
||||
| Bachelor's or higher | 941 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 2](/us/states/mn/districts/senate/2.md) — 100% (state senate)
|
||||
- [MN House District 2A](/us/states/mn/districts/house/2a.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: 164
|
||||
bachelors_plus: 3017
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.7661
|
||||
- to: "us/states/mn/districts/senate/3"
|
||||
rel: in-district
|
||||
area_weight: 0.7664
|
||||
- to: "us/states/mn/districts/house/3a"
|
||||
rel: in-district
|
||||
area_weight: 0.7541
|
||||
- to: "us/states/mn/districts/house/3b"
|
||||
rel: in-district
|
||||
area_weight: 0.0124
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 164 |
|
||||
| Bachelor's or higher | 3017 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 77% (congressional)
|
||||
- [MN Senate District 3](/us/states/mn/districts/senate/3.md) — 77% (state senate)
|
||||
- [MN House District 3A](/us/states/mn/districts/house/3a.md) — 75% (state house)
|
||||
- [MN House District 3B](/us/states/mn/districts/house/3b.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: 78
|
||||
hispanic: 2009
|
||||
bachelors_plus: 6894
|
||||
districts:
|
||||
- to: "us/states/mn/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.9963
|
||||
- to: "us/states/mn/districts/senate/22"
|
||||
rel: in-district
|
||||
area_weight: 0.9775
|
||||
- to: "us/states/mn/districts/senate/18"
|
||||
rel: in-district
|
||||
area_weight: 0.0223
|
||||
- to: "us/states/mn/districts/house/22b"
|
||||
rel: in-district
|
||||
area_weight: 0.9775
|
||||
- to: "us/states/mn/districts/house/18a"
|
||||
rel: in-district
|
||||
area_weight: 0.0223
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 2009 |
|
||||
| Bachelor's or higher | 6894 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-02](/us/states/mn/districts/02.md) — 100% (congressional)
|
||||
- [MN Senate District 22](/us/states/mn/districts/senate/22.md) — 98% (state senate)
|
||||
- [MN Senate District 18](/us/states/mn/districts/senate/18.md) — 2% (state senate)
|
||||
- [MN House District 22B](/us/states/mn/districts/house/22b.md) — 98% (state house)
|
||||
- [MN House District 18A](/us/states/mn/districts/house/18a.md) — 2% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,18 @@ demographics:
|
||||
race_native: 21
|
||||
hispanic: 147
|
||||
bachelors_plus: 1295
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/21"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +65,12 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 147 |
|
||||
| Bachelor's or higher | 1295 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 21](/us/states/mn/districts/senate/21.md) — 100% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 171
|
||||
hispanic: 2014
|
||||
bachelors_plus: 6650
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/house/15a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 2014 |
|
||||
| Bachelor's or higher | 6650 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 15](/us/states/mn/districts/senate/15.md) — 100% (state senate)
|
||||
- [MN House District 15A](/us/states/mn/districts/house/15a.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: 1864
|
||||
hispanic: 218
|
||||
bachelors_plus: 678
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/house/2b"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 218 |
|
||||
| Bachelor's or higher | 678 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 2](/us/states/mn/districts/senate/2.md) — 100% (state senate)
|
||||
- [MN House District 2B](/us/states/mn/districts/house/2b.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: 22
|
||||
hispanic: 431
|
||||
bachelors_plus: 1397
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9969
|
||||
- to: "us/states/mn/districts/senate/1"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/house/1a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 431 |
|
||||
| Bachelor's or higher | 1397 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 1](/us/states/mn/districts/senate/1.md) — 100% (state senate)
|
||||
- [MN House District 1A](/us/states/mn/districts/house/1a.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: 49
|
||||
hispanic: 1421
|
||||
bachelors_plus: 4370
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/senate/22"
|
||||
rel: in-district
|
||||
area_weight: 0.8025
|
||||
- to: "us/states/mn/districts/senate/21"
|
||||
rel: in-district
|
||||
area_weight: 0.1974
|
||||
- to: "us/states/mn/districts/house/22a"
|
||||
rel: in-district
|
||||
area_weight: 0.8025
|
||||
- to: "us/states/mn/districts/house/21b"
|
||||
rel: in-district
|
||||
area_weight: 0.1974
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1421 |
|
||||
| Bachelor's or higher | 4370 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 22](/us/states/mn/districts/senate/22.md) — 80% (state senate)
|
||||
- [MN Senate District 21](/us/states/mn/districts/senate/21.md) — 20% (state senate)
|
||||
- [MN House District 22A](/us/states/mn/districts/house/22a.md) — 80% (state house)
|
||||
- [MN House District 21B](/us/states/mn/districts/house/21b.md) — 20% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 80
|
||||
hispanic: 2796
|
||||
bachelors_plus: 6842
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/senate/17"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/house/17a"
|
||||
rel: in-district
|
||||
area_weight: 0.7896
|
||||
- to: "us/states/mn/districts/house/17b"
|
||||
rel: in-district
|
||||
area_weight: 0.2103
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 2796 |
|
||||
| Bachelor's or higher | 6842 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 17](/us/states/mn/districts/senate/17.md) — 100% (state senate)
|
||||
- [MN House District 17A](/us/states/mn/districts/house/17a.md) — 79% (state house)
|
||||
- [MN House District 17B](/us/states/mn/districts/house/17b.md) — 21% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,33 @@ demographics:
|
||||
race_native: 105
|
||||
hispanic: 1042
|
||||
bachelors_plus: 4222
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/senate/16"
|
||||
rel: in-district
|
||||
area_weight: 0.6375
|
||||
- to: "us/states/mn/districts/senate/17"
|
||||
rel: in-district
|
||||
area_weight: 0.2785
|
||||
- to: "us/states/mn/districts/senate/29"
|
||||
rel: in-district
|
||||
area_weight: 0.0839
|
||||
- to: "us/states/mn/districts/house/16a"
|
||||
rel: in-district
|
||||
area_weight: 0.6375
|
||||
- to: "us/states/mn/districts/house/17a"
|
||||
rel: in-district
|
||||
area_weight: 0.2785
|
||||
- to: "us/states/mn/districts/house/29a"
|
||||
rel: in-district
|
||||
area_weight: 0.0839
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +80,17 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 1042 |
|
||||
| Bachelor's or higher | 4222 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 16](/us/states/mn/districts/senate/16.md) — 64% (state senate)
|
||||
- [MN Senate District 17](/us/states/mn/districts/senate/17.md) — 28% (state senate)
|
||||
- [MN Senate District 29](/us/states/mn/districts/senate/29.md) — 8% (state senate)
|
||||
- [MN House District 16A](/us/states/mn/districts/house/16a.md) — 64% (state house)
|
||||
- [MN House District 17A](/us/states/mn/districts/house/17a.md) — 28% (state house)
|
||||
- [MN House District 29A](/us/states/mn/districts/house/29a.md) — 8% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 1196
|
||||
hispanic: 625
|
||||
bachelors_plus: 4456
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.9992
|
||||
- to: "us/states/mn/districts/senate/10"
|
||||
rel: in-district
|
||||
area_weight: 0.8927
|
||||
- to: "us/states/mn/districts/senate/27"
|
||||
rel: in-district
|
||||
area_weight: 0.1073
|
||||
- to: "us/states/mn/districts/house/10a"
|
||||
rel: in-district
|
||||
area_weight: 0.5318
|
||||
- to: "us/states/mn/districts/house/10b"
|
||||
rel: in-district
|
||||
area_weight: 0.3609
|
||||
- to: "us/states/mn/districts/house/27b"
|
||||
rel: in-district
|
||||
area_weight: 0.1073
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 625 |
|
||||
| Bachelor's or higher | 4456 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 10](/us/states/mn/districts/senate/10.md) — 89% (state senate)
|
||||
- [MN Senate District 27](/us/states/mn/districts/senate/27.md) — 11% (state senate)
|
||||
- [MN House District 10A](/us/states/mn/districts/house/10a.md) — 53% (state house)
|
||||
- [MN House District 10B](/us/states/mn/districts/house/10b.md) — 36% (state house)
|
||||
- [MN House District 27B](/us/states/mn/districts/house/27b.md) — 11% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 76
|
||||
hispanic: 658
|
||||
bachelors_plus: 5973
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9987
|
||||
- to: "us/states/mn/districts/senate/10"
|
||||
rel: in-district
|
||||
area_weight: 0.8985
|
||||
- to: "us/states/mn/districts/senate/5"
|
||||
rel: in-district
|
||||
area_weight: 0.1015
|
||||
- to: "us/states/mn/districts/house/10a"
|
||||
rel: in-district
|
||||
area_weight: 0.5204
|
||||
- to: "us/states/mn/districts/house/10b"
|
||||
rel: in-district
|
||||
area_weight: 0.3781
|
||||
- to: "us/states/mn/districts/house/5b"
|
||||
rel: in-district
|
||||
area_weight: 0.1015
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 658 |
|
||||
| Bachelor's or higher | 5973 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 10](/us/states/mn/districts/senate/10.md) — 90% (state senate)
|
||||
- [MN Senate District 5](/us/states/mn/districts/senate/5.md) — 10% (state senate)
|
||||
- [MN House District 10A](/us/states/mn/districts/house/10a.md) — 52% (state house)
|
||||
- [MN House District 10B](/us/states/mn/districts/house/10b.md) — 38% (state house)
|
||||
- [MN House District 5B](/us/states/mn/districts/house/5b.md) — 10% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 453
|
||||
hispanic: 5494
|
||||
bachelors_plus: 8608
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/23"
|
||||
rel: in-district
|
||||
area_weight: 0.8055
|
||||
- to: "us/states/mn/districts/senate/26"
|
||||
rel: in-district
|
||||
area_weight: 0.1945
|
||||
- to: "us/states/mn/districts/house/23b"
|
||||
rel: in-district
|
||||
area_weight: 0.8055
|
||||
- to: "us/states/mn/districts/house/26b"
|
||||
rel: in-district
|
||||
area_weight: 0.1945
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 5494 |
|
||||
| Bachelor's or higher | 8608 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 23](/us/states/mn/districts/senate/23.md) — 81% (state senate)
|
||||
- [MN Senate District 26](/us/states/mn/districts/senate/26.md) — 19% (state senate)
|
||||
- [MN House District 23B](/us/states/mn/districts/house/23b.md) — 81% (state house)
|
||||
- [MN House District 26B](/us/states/mn/districts/house/26b.md) — 19% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,18 @@ demographics:
|
||||
race_native: 17
|
||||
hispanic: 420
|
||||
bachelors_plus: 1695
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/21"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +65,12 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 420 |
|
||||
| Bachelor's or higher | 1695 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 21](/us/states/mn/districts/senate/21.md) — 100% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 145
|
||||
hispanic: 1871
|
||||
bachelors_plus: 10725
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9976
|
||||
- to: "us/states/mn/districts/senate/18"
|
||||
rel: in-district
|
||||
area_weight: 0.9993
|
||||
- to: "us/states/mn/districts/house/18a"
|
||||
rel: in-district
|
||||
area_weight: 0.9993
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1871 |
|
||||
| Bachelor's or higher | 10725 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 18](/us/states/mn/districts/senate/18.md) — 100% (state senate)
|
||||
- [MN House District 18A](/us/states/mn/districts/house/18a.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: 695
|
||||
hispanic: 7594
|
||||
bachelors_plus: 3115
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/senate/21"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/house/21b"
|
||||
rel: in-district
|
||||
area_weight: 0.5999
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 7594 |
|
||||
| Bachelor's or higher | 3115 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 21](/us/states/mn/districts/senate/21.md) — 100% (state senate)
|
||||
- [MN House District 21B](/us/states/mn/districts/house/21b.md) — 60% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 109
|
||||
hispanic: 352
|
||||
bachelors_plus: 1250
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9977
|
||||
- to: "us/states/mn/districts/senate/1"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/mn/districts/house/1b"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 352 |
|
||||
| Bachelor's or higher | 1250 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 1](/us/states/mn/districts/senate/1.md) — 100% (state senate)
|
||||
- [MN House District 1B](/us/states/mn/districts/house/1b.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: 289
|
||||
hispanic: 9814
|
||||
bachelors_plus: 79324
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/20"
|
||||
rel: in-district
|
||||
area_weight: 0.5366
|
||||
- to: "us/states/mn/districts/senate/24"
|
||||
rel: in-district
|
||||
area_weight: 0.3035
|
||||
- to: "us/states/mn/districts/senate/25"
|
||||
rel: in-district
|
||||
area_weight: 0.1598
|
||||
- to: "us/states/mn/districts/house/20b"
|
||||
rel: in-district
|
||||
area_weight: 0.5366
|
||||
- to: "us/states/mn/districts/house/24a"
|
||||
rel: in-district
|
||||
area_weight: 0.2574
|
||||
- to: "us/states/mn/districts/house/25a"
|
||||
rel: in-district
|
||||
area_weight: 0.1416
|
||||
- to: "us/states/mn/districts/house/24b"
|
||||
rel: in-district
|
||||
area_weight: 0.0461
|
||||
- to: "us/states/mn/districts/house/25b"
|
||||
rel: in-district
|
||||
area_weight: 0.0182
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +86,19 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 9814 |
|
||||
| Bachelor's or higher | 79324 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 20](/us/states/mn/districts/senate/20.md) — 54% (state senate)
|
||||
- [MN Senate District 24](/us/states/mn/districts/senate/24.md) — 30% (state senate)
|
||||
- [MN Senate District 25](/us/states/mn/districts/senate/25.md) — 16% (state senate)
|
||||
- [MN House District 20B](/us/states/mn/districts/house/20b.md) — 54% (state house)
|
||||
- [MN House District 24A](/us/states/mn/districts/house/24a.md) — 26% (state house)
|
||||
- [MN House District 25A](/us/states/mn/districts/house/25a.md) — 14% (state house)
|
||||
- [MN House District 24B](/us/states/mn/districts/house/24b.md) — 5% (state house)
|
||||
- [MN House District 25B](/us/states/mn/districts/house/25b.md) — 2% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 140
|
||||
hispanic: 2397
|
||||
bachelors_plus: 16387
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/9"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/house/9b"
|
||||
rel: in-district
|
||||
area_weight: 0.7105
|
||||
- to: "us/states/mn/districts/house/9a"
|
||||
rel: in-district
|
||||
area_weight: 0.2895
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 2397 |
|
||||
| Bachelor's or higher | 16387 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 9](/us/states/mn/districts/senate/9.md) — 100% (state senate)
|
||||
- [MN House District 9B](/us/states/mn/districts/house/9b.md) — 71% (state house)
|
||||
- [MN House District 9A](/us/states/mn/districts/house/9a.md) — 29% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 50
|
||||
hispanic: 678
|
||||
bachelors_plus: 2559
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/senate/1"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/house/1a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 678 |
|
||||
| Bachelor's or higher | 2559 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 1](/us/states/mn/districts/senate/1.md) — 100% (state senate)
|
||||
- [MN House District 1A](/us/states/mn/districts/house/1a.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: 692
|
||||
hispanic: 838
|
||||
bachelors_plus: 5017
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/senate/11"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/mn/districts/house/11b"
|
||||
rel: in-district
|
||||
area_weight: 0.6921
|
||||
- to: "us/states/mn/districts/house/11a"
|
||||
rel: in-district
|
||||
area_weight: 0.3077
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 838 |
|
||||
| Bachelor's or higher | 5017 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 100% (congressional)
|
||||
- [MN Senate District 11](/us/states/mn/districts/senate/11.md) — 100% (state senate)
|
||||
- [MN House District 11B](/us/states/mn/districts/house/11b.md) — 69% (state house)
|
||||
- [MN House District 11A](/us/states/mn/districts/house/11a.md) — 31% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,18 @@ demographics:
|
||||
race_native: 116
|
||||
hispanic: 799
|
||||
bachelors_plus: 1769
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/mn/districts/senate/21"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +65,12 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 799 |
|
||||
| Bachelor's or higher | 1769 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 21](/us/states/mn/districts/senate/21.md) — 100% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 232
|
||||
hispanic: 2122
|
||||
bachelors_plus: 7663
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.999
|
||||
- to: "us/states/mn/districts/senate/1"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/house/1b"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 2122 |
|
||||
| Bachelor's or higher | 7663 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 1](/us/states/mn/districts/senate/1.md) — 100% (state senate)
|
||||
- [MN House District 1B](/us/states/mn/districts/house/1b.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: 51
|
||||
hispanic: 236
|
||||
bachelors_plus: 2556
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/house/12a"
|
||||
rel: in-district
|
||||
area_weight: 0.8495
|
||||
- to: "us/states/mn/districts/house/12b"
|
||||
rel: in-district
|
||||
area_weight: 0.1505
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 236 |
|
||||
| Bachelor's or higher | 2556 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 12](/us/states/mn/districts/senate/12.md) — 100% (state senate)
|
||||
- [MN House District 12A](/us/states/mn/districts/house/12a.md) — 85% (state house)
|
||||
- [MN House District 12B](/us/states/mn/districts/house/12b.md) — 15% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,93 @@ demographics:
|
||||
race_native: 2995
|
||||
hispanic: 45588
|
||||
bachelors_plus: 235050
|
||||
districts:
|
||||
- to: "us/states/mn/districts/04"
|
||||
rel: in-district
|
||||
area_weight: 0.9922
|
||||
- to: "us/states/mn/districts/05"
|
||||
rel: in-district
|
||||
area_weight: 0.0058
|
||||
- to: "us/states/mn/districts/senate/40"
|
||||
rel: in-district
|
||||
area_weight: 0.241
|
||||
- to: "us/states/mn/districts/senate/36"
|
||||
rel: in-district
|
||||
area_weight: 0.2205
|
||||
- to: "us/states/mn/districts/senate/44"
|
||||
rel: in-district
|
||||
area_weight: 0.1164
|
||||
- to: "us/states/mn/districts/senate/67"
|
||||
rel: in-district
|
||||
area_weight: 0.1051
|
||||
- to: "us/states/mn/districts/senate/66"
|
||||
rel: in-district
|
||||
area_weight: 0.0979
|
||||
- to: "us/states/mn/districts/senate/64"
|
||||
rel: in-district
|
||||
area_weight: 0.0844
|
||||
- to: "us/states/mn/districts/senate/65"
|
||||
rel: in-district
|
||||
area_weight: 0.0746
|
||||
- to: "us/states/mn/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.0338
|
||||
- to: "us/states/mn/districts/senate/39"
|
||||
rel: in-district
|
||||
area_weight: 0.0262
|
||||
- to: "us/states/mn/districts/house/40a"
|
||||
rel: in-district
|
||||
area_weight: 0.137
|
||||
- to: "us/states/mn/districts/house/36b"
|
||||
rel: in-district
|
||||
area_weight: 0.1259
|
||||
- to: "us/states/mn/districts/house/40b"
|
||||
rel: in-district
|
||||
area_weight: 0.104
|
||||
- to: "us/states/mn/districts/house/44a"
|
||||
rel: in-district
|
||||
area_weight: 0.0971
|
||||
- to: "us/states/mn/districts/house/36a"
|
||||
rel: in-district
|
||||
area_weight: 0.0946
|
||||
- to: "us/states/mn/districts/house/67b"
|
||||
rel: in-district
|
||||
area_weight: 0.0709
|
||||
- to: "us/states/mn/districts/house/66a"
|
||||
rel: in-district
|
||||
area_weight: 0.0656
|
||||
- to: "us/states/mn/districts/house/64b"
|
||||
rel: in-district
|
||||
area_weight: 0.0519
|
||||
- to: "us/states/mn/districts/house/65b"
|
||||
rel: in-district
|
||||
area_weight: 0.043
|
||||
- to: "us/states/mn/districts/house/67a"
|
||||
rel: in-district
|
||||
area_weight: 0.0343
|
||||
- to: "us/states/mn/districts/house/47a"
|
||||
rel: in-district
|
||||
area_weight: 0.0338
|
||||
- to: "us/states/mn/districts/house/64a"
|
||||
rel: in-district
|
||||
area_weight: 0.0324
|
||||
- to: "us/states/mn/districts/house/66b"
|
||||
rel: in-district
|
||||
area_weight: 0.0323
|
||||
- to: "us/states/mn/districts/house/65a"
|
||||
rel: in-district
|
||||
area_weight: 0.0316
|
||||
- to: "us/states/mn/districts/house/39b"
|
||||
rel: in-district
|
||||
area_weight: 0.0259
|
||||
- to: "us/states/mn/districts/house/44b"
|
||||
rel: in-district
|
||||
area_weight: 0.0193
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +140,37 @@ County jurisdiction — 2 officeholders mapped.
|
||||
| Hispanic/Latino | 45588 |
|
||||
| Bachelor's or higher | 235050 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-04](/us/states/mn/districts/04.md) — 99% (congressional)
|
||||
- [MN-05](/us/states/mn/districts/05.md) — 1% (congressional)
|
||||
- [MN Senate District 40](/us/states/mn/districts/senate/40.md) — 24% (state senate)
|
||||
- [MN Senate District 36](/us/states/mn/districts/senate/36.md) — 22% (state senate)
|
||||
- [MN Senate District 44](/us/states/mn/districts/senate/44.md) — 12% (state senate)
|
||||
- [MN Senate District 67](/us/states/mn/districts/senate/67.md) — 11% (state senate)
|
||||
- [MN Senate District 66](/us/states/mn/districts/senate/66.md) — 10% (state senate)
|
||||
- [MN Senate District 64](/us/states/mn/districts/senate/64.md) — 8% (state senate)
|
||||
- [MN Senate District 65](/us/states/mn/districts/senate/65.md) — 7% (state senate)
|
||||
- [MN Senate District 47](/us/states/mn/districts/senate/47.md) — 3% (state senate)
|
||||
- [MN Senate District 39](/us/states/mn/districts/senate/39.md) — 3% (state senate)
|
||||
- [MN House District 40A](/us/states/mn/districts/house/40a.md) — 14% (state house)
|
||||
- [MN House District 36B](/us/states/mn/districts/house/36b.md) — 13% (state house)
|
||||
- [MN House District 40B](/us/states/mn/districts/house/40b.md) — 10% (state house)
|
||||
- [MN House District 44A](/us/states/mn/districts/house/44a.md) — 10% (state house)
|
||||
- [MN House District 36A](/us/states/mn/districts/house/36a.md) — 9% (state house)
|
||||
- [MN House District 67B](/us/states/mn/districts/house/67b.md) — 7% (state house)
|
||||
- [MN House District 66A](/us/states/mn/districts/house/66a.md) — 7% (state house)
|
||||
- [MN House District 64B](/us/states/mn/districts/house/64b.md) — 5% (state house)
|
||||
- [MN House District 65B](/us/states/mn/districts/house/65b.md) — 4% (state house)
|
||||
- [MN House District 67A](/us/states/mn/districts/house/67a.md) — 3% (state house)
|
||||
- [MN House District 47A](/us/states/mn/districts/house/47a.md) — 3% (state house)
|
||||
- [MN House District 64A](/us/states/mn/districts/house/64a.md) — 3% (state house)
|
||||
- [MN House District 66B](/us/states/mn/districts/house/66b.md) — 3% (state house)
|
||||
- [MN House District 65A](/us/states/mn/districts/house/65a.md) — 3% (state house)
|
||||
- [MN House District 39B](/us/states/mn/districts/house/39b.md) — 3% (state house)
|
||||
- [MN House District 44B](/us/states/mn/districts/house/44b.md) — 2% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 68
|
||||
hispanic: 141
|
||||
bachelors_plus: 614
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/1"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/house/1b"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 141 |
|
||||
| Bachelor's or higher | 614 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 1](/us/states/mn/districts/senate/1.md) — 100% (state senate)
|
||||
- [MN House District 1B](/us/states/mn/districts/house/1b.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: 593
|
||||
hispanic: 641
|
||||
bachelors_plus: 2919
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/house/15b"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 641 |
|
||||
| Bachelor's or higher | 2919 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 15](/us/states/mn/districts/senate/15.md) — 100% (state senate)
|
||||
- [MN House District 15B](/us/states/mn/districts/house/15b.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: 123
|
||||
hispanic: 1489
|
||||
bachelors_plus: 2195
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9994
|
||||
- to: "us/states/mn/districts/senate/16"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/house/16a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1489 |
|
||||
| Bachelor's or higher | 2195 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 16](/us/states/mn/districts/senate/16.md) — 100% (state senate)
|
||||
- [MN House District 16A](/us/states/mn/districts/house/16a.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: 349
|
||||
hispanic: 7105
|
||||
bachelors_plus: 18375
|
||||
districts:
|
||||
- to: "us/states/mn/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.5634
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.4366
|
||||
- to: "us/states/mn/districts/senate/19"
|
||||
rel: in-district
|
||||
area_weight: 0.5589
|
||||
- to: "us/states/mn/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.3709
|
||||
- to: "us/states/mn/districts/senate/22"
|
||||
rel: in-district
|
||||
area_weight: 0.0702
|
||||
- to: "us/states/mn/districts/house/19a"
|
||||
rel: in-district
|
||||
area_weight: 0.5589
|
||||
- to: "us/states/mn/districts/house/58a"
|
||||
rel: in-district
|
||||
area_weight: 0.2957
|
||||
- to: "us/states/mn/districts/house/58b"
|
||||
rel: in-district
|
||||
area_weight: 0.0752
|
||||
- to: "us/states/mn/districts/house/22b"
|
||||
rel: in-district
|
||||
area_weight: 0.0702
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +86,19 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 7105 |
|
||||
| Bachelor's or higher | 18375 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-02](/us/states/mn/districts/02.md) — 56% (congressional)
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 44% (congressional)
|
||||
- [MN Senate District 19](/us/states/mn/districts/senate/19.md) — 56% (state senate)
|
||||
- [MN Senate District 58](/us/states/mn/districts/senate/58.md) — 37% (state senate)
|
||||
- [MN Senate District 22](/us/states/mn/districts/senate/22.md) — 7% (state senate)
|
||||
- [MN House District 19A](/us/states/mn/districts/house/19a.md) — 56% (state house)
|
||||
- [MN House District 58A](/us/states/mn/districts/house/58a.md) — 30% (state house)
|
||||
- [MN House District 58B](/us/states/mn/districts/house/58b.md) — 8% (state house)
|
||||
- [MN House District 22B](/us/states/mn/districts/house/22b.md) — 7% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,18 @@ demographics:
|
||||
race_native: 55
|
||||
hispanic: 384
|
||||
bachelors_plus: 2221
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/mn/districts/senate/21"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +65,12 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 384 |
|
||||
| Bachelor's or higher | 2221 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 21](/us/states/mn/districts/senate/21.md) — 100% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 149
|
||||
hispanic: 305
|
||||
bachelors_plus: 2740
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9992
|
||||
- to: "us/states/mn/districts/senate/1"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/house/1a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 305 |
|
||||
| Bachelor's or higher | 2740 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 1](/us/states/mn/districts/senate/1.md) — 100% (state senate)
|
||||
- [MN House District 1A](/us/states/mn/districts/house/1a.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,48 @@ demographics:
|
||||
race_native: 1103
|
||||
hispanic: 9930
|
||||
bachelors_plus: 58126
|
||||
districts:
|
||||
- to: "us/states/mn/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.9925
|
||||
- to: "us/states/mn/districts/senate/54"
|
||||
rel: in-district
|
||||
area_weight: 0.3644
|
||||
- to: "us/states/mn/districts/senate/22"
|
||||
rel: in-district
|
||||
area_weight: 0.2318
|
||||
- to: "us/states/mn/districts/senate/58"
|
||||
rel: in-district
|
||||
area_weight: 0.1966
|
||||
- to: "us/states/mn/districts/senate/57"
|
||||
rel: in-district
|
||||
area_weight: 0.1619
|
||||
- to: "us/states/mn/districts/senate/55"
|
||||
rel: in-district
|
||||
area_weight: 0.0446
|
||||
- to: "us/states/mn/districts/house/54b"
|
||||
rel: in-district
|
||||
area_weight: 0.2849
|
||||
- to: "us/states/mn/districts/house/22b"
|
||||
rel: in-district
|
||||
area_weight: 0.2318
|
||||
- to: "us/states/mn/districts/house/58a"
|
||||
rel: in-district
|
||||
area_weight: 0.1966
|
||||
- to: "us/states/mn/districts/house/57a"
|
||||
rel: in-district
|
||||
area_weight: 0.1619
|
||||
- to: "us/states/mn/districts/house/54a"
|
||||
rel: in-district
|
||||
area_weight: 0.0795
|
||||
- to: "us/states/mn/districts/house/55a"
|
||||
rel: in-district
|
||||
area_weight: 0.0446
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +95,22 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 9930 |
|
||||
| Bachelor's or higher | 58126 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-02](/us/states/mn/districts/02.md) — 99% (congressional)
|
||||
- [MN Senate District 54](/us/states/mn/districts/senate/54.md) — 36% (state senate)
|
||||
- [MN Senate District 22](/us/states/mn/districts/senate/22.md) — 23% (state senate)
|
||||
- [MN Senate District 58](/us/states/mn/districts/senate/58.md) — 20% (state senate)
|
||||
- [MN Senate District 57](/us/states/mn/districts/senate/57.md) — 16% (state senate)
|
||||
- [MN Senate District 55](/us/states/mn/districts/senate/55.md) — 4% (state senate)
|
||||
- [MN House District 54B](/us/states/mn/districts/house/54b.md) — 28% (state house)
|
||||
- [MN House District 22B](/us/states/mn/districts/house/22b.md) — 23% (state house)
|
||||
- [MN House District 58A](/us/states/mn/districts/house/58a.md) — 20% (state house)
|
||||
- [MN House District 57A](/us/states/mn/districts/house/57a.md) — 16% (state house)
|
||||
- [MN House District 54A](/us/states/mn/districts/house/54a.md) — 8% (state house)
|
||||
- [MN House District 55A](/us/states/mn/districts/house/55a.md) — 4% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,36 @@ demographics:
|
||||
race_native: 337
|
||||
hispanic: 3400
|
||||
bachelors_plus: 25602
|
||||
districts:
|
||||
- to: "us/states/mn/districts/06"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/senate/27"
|
||||
rel: in-district
|
||||
area_weight: 0.8801
|
||||
- to: "us/states/mn/districts/senate/30"
|
||||
rel: in-district
|
||||
area_weight: 0.0969
|
||||
- to: "us/states/mn/districts/senate/14"
|
||||
rel: in-district
|
||||
area_weight: 0.0228
|
||||
- to: "us/states/mn/districts/house/27a"
|
||||
rel: in-district
|
||||
area_weight: 0.6403
|
||||
- to: "us/states/mn/districts/house/27b"
|
||||
rel: in-district
|
||||
area_weight: 0.2398
|
||||
- to: "us/states/mn/districts/house/30b"
|
||||
rel: in-district
|
||||
area_weight: 0.0969
|
||||
- to: "us/states/mn/districts/house/14b"
|
||||
rel: in-district
|
||||
area_weight: 0.0227
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +83,18 @@ County jurisdiction — 2 officeholders mapped.
|
||||
| Hispanic/Latino | 3400 |
|
||||
| Bachelor's or higher | 25602 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-06](/us/states/mn/districts/06.md) — 100% (congressional)
|
||||
- [MN Senate District 27](/us/states/mn/districts/senate/27.md) — 88% (state senate)
|
||||
- [MN Senate District 30](/us/states/mn/districts/senate/30.md) — 10% (state senate)
|
||||
- [MN Senate District 14](/us/states/mn/districts/senate/14.md) — 2% (state senate)
|
||||
- [MN House District 27A](/us/states/mn/districts/house/27a.md) — 64% (state house)
|
||||
- [MN House District 27B](/us/states/mn/districts/house/27b.md) — 24% (state house)
|
||||
- [MN House District 30B](/us/states/mn/districts/house/30b.md) — 10% (state house)
|
||||
- [MN House District 14B](/us/states/mn/districts/house/14b.md) — 2% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 33
|
||||
hispanic: 1390
|
||||
bachelors_plus: 2478
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9975
|
||||
- to: "us/states/mn/districts/senate/17"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/house/17b"
|
||||
rel: in-district
|
||||
area_weight: 0.8096
|
||||
- to: "us/states/mn/districts/house/17a"
|
||||
rel: in-district
|
||||
area_weight: 0.1902
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 1390 |
|
||||
| Bachelor's or higher | 2478 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 17](/us/states/mn/districts/senate/17.md) — 100% (state senate)
|
||||
- [MN House District 17B](/us/states/mn/districts/house/17b.md) — 81% (state house)
|
||||
- [MN House District 17A](/us/states/mn/districts/house/17a.md) — 19% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,45 @@ demographics:
|
||||
race_native: 3129
|
||||
hispanic: 3896
|
||||
bachelors_plus: 63372
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.9831
|
||||
- to: "us/states/mn/districts/senate/3"
|
||||
rel: in-district
|
||||
area_weight: 0.6012
|
||||
- to: "us/states/mn/districts/senate/7"
|
||||
rel: in-district
|
||||
area_weight: 0.3455
|
||||
- to: "us/states/mn/districts/senate/11"
|
||||
rel: in-district
|
||||
area_weight: 0.0257
|
||||
- to: "us/states/mn/districts/senate/8"
|
||||
rel: in-district
|
||||
area_weight: 0.0106
|
||||
- to: "us/states/mn/districts/house/3a"
|
||||
rel: in-district
|
||||
area_weight: 0.4511
|
||||
- to: "us/states/mn/districts/house/7b"
|
||||
rel: in-district
|
||||
area_weight: 0.2461
|
||||
- to: "us/states/mn/districts/house/3b"
|
||||
rel: in-district
|
||||
area_weight: 0.1501
|
||||
- to: "us/states/mn/districts/house/7a"
|
||||
rel: in-district
|
||||
area_weight: 0.0994
|
||||
- to: "us/states/mn/districts/house/11a"
|
||||
rel: in-district
|
||||
area_weight: 0.0257
|
||||
- to: "us/states/mn/districts/house/8a"
|
||||
rel: in-district
|
||||
area_weight: 0.0058
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +92,21 @@ County jurisdiction — 2 officeholders mapped.
|
||||
| Hispanic/Latino | 3896 |
|
||||
| Bachelor's or higher | 63372 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 98% (congressional)
|
||||
- [MN Senate District 3](/us/states/mn/districts/senate/3.md) — 60% (state senate)
|
||||
- [MN Senate District 7](/us/states/mn/districts/senate/7.md) — 35% (state senate)
|
||||
- [MN Senate District 11](/us/states/mn/districts/senate/11.md) — 3% (state senate)
|
||||
- [MN Senate District 8](/us/states/mn/districts/senate/8.md) — 1% (state senate)
|
||||
- [MN House District 3A](/us/states/mn/districts/house/3a.md) — 45% (state house)
|
||||
- [MN House District 7B](/us/states/mn/districts/house/7b.md) — 25% (state house)
|
||||
- [MN House District 3B](/us/states/mn/districts/house/3b.md) — 15% (state house)
|
||||
- [MN House District 7A](/us/states/mn/districts/house/7a.md) — 10% (state house)
|
||||
- [MN House District 11A](/us/states/mn/districts/house/11a.md) — 3% (state house)
|
||||
- [MN House District 8A](/us/states/mn/districts/house/8a.md) — 1% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,45 @@ demographics:
|
||||
race_native: 188
|
||||
hispanic: 7700
|
||||
bachelors_plus: 38462
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.8107
|
||||
- to: "us/states/mn/districts/06"
|
||||
rel: in-district
|
||||
area_weight: 0.1893
|
||||
- to: "us/states/mn/districts/senate/13"
|
||||
rel: in-district
|
||||
area_weight: 0.5135
|
||||
- to: "us/states/mn/districts/senate/12"
|
||||
rel: in-district
|
||||
area_weight: 0.43
|
||||
- to: "us/states/mn/districts/senate/14"
|
||||
rel: in-district
|
||||
area_weight: 0.0563
|
||||
- to: "us/states/mn/districts/house/13a"
|
||||
rel: in-district
|
||||
area_weight: 0.4053
|
||||
- to: "us/states/mn/districts/house/12a"
|
||||
rel: in-district
|
||||
area_weight: 0.313
|
||||
- to: "us/states/mn/districts/house/12b"
|
||||
rel: in-district
|
||||
area_weight: 0.117
|
||||
- to: "us/states/mn/districts/house/13b"
|
||||
rel: in-district
|
||||
area_weight: 0.1082
|
||||
- to: "us/states/mn/districts/house/14a"
|
||||
rel: in-district
|
||||
area_weight: 0.0491
|
||||
- to: "us/states/mn/districts/house/14b"
|
||||
rel: in-district
|
||||
area_weight: 0.0072
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +92,21 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 7700 |
|
||||
| Bachelor's or higher | 38462 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 81% (congressional)
|
||||
- [MN-06](/us/states/mn/districts/06.md) — 19% (congressional)
|
||||
- [MN Senate District 13](/us/states/mn/districts/senate/13.md) — 51% (state senate)
|
||||
- [MN Senate District 12](/us/states/mn/districts/senate/12.md) — 43% (state senate)
|
||||
- [MN Senate District 14](/us/states/mn/districts/senate/14.md) — 6% (state senate)
|
||||
- [MN House District 13A](/us/states/mn/districts/house/13a.md) — 41% (state house)
|
||||
- [MN House District 12A](/us/states/mn/districts/house/12a.md) — 31% (state house)
|
||||
- [MN House District 12B](/us/states/mn/districts/house/12b.md) — 12% (state house)
|
||||
- [MN House District 13B](/us/states/mn/districts/house/13b.md) — 11% (state house)
|
||||
- [MN House District 14A](/us/states/mn/districts/house/14a.md) — 5% (state house)
|
||||
- [MN House District 14B](/us/states/mn/districts/house/14b.md) — 1% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 129
|
||||
hispanic: 3326
|
||||
bachelors_plus: 9261
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/23"
|
||||
rel: in-district
|
||||
area_weight: 0.5004
|
||||
- to: "us/states/mn/districts/senate/19"
|
||||
rel: in-district
|
||||
area_weight: 0.4995
|
||||
- to: "us/states/mn/districts/house/19b"
|
||||
rel: in-district
|
||||
area_weight: 0.4995
|
||||
- to: "us/states/mn/districts/house/23a"
|
||||
rel: in-district
|
||||
area_weight: 0.4168
|
||||
- to: "us/states/mn/districts/house/23b"
|
||||
rel: in-district
|
||||
area_weight: 0.0836
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 3326 |
|
||||
| Bachelor's or higher | 9261 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 23](/us/states/mn/districts/senate/23.md) — 50% (state senate)
|
||||
- [MN Senate District 19](/us/states/mn/districts/senate/19.md) — 50% (state senate)
|
||||
- [MN House District 19B](/us/states/mn/districts/house/19b.md) — 50% (state house)
|
||||
- [MN House District 23A](/us/states/mn/districts/house/23a.md) — 42% (state house)
|
||||
- [MN House District 23B](/us/states/mn/districts/house/23b.md) — 8% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 135
|
||||
hispanic: 1152
|
||||
bachelors_plus: 2310
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/12"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/house/12a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1152 |
|
||||
| Bachelor's or higher | 2310 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 12](/us/states/mn/districts/senate/12.md) — 100% (state senate)
|
||||
- [MN House District 12A](/us/states/mn/districts/house/12a.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: 212
|
||||
hispanic: 701
|
||||
bachelors_plus: 1958
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/12"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/house/12a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 701 |
|
||||
| Bachelor's or higher | 1958 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 12](/us/states/mn/districts/senate/12.md) — 100% (state senate)
|
||||
- [MN House District 12A](/us/states/mn/districts/house/12a.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: 77
|
||||
hispanic: 2499
|
||||
bachelors_plus: 3673
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9995
|
||||
- to: "us/states/mn/districts/senate/5"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/house/5b"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 2499 |
|
||||
| Bachelor's or higher | 3673 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 5](/us/states/mn/districts/senate/5.md) — 100% (state senate)
|
||||
- [MN House District 5B](/us/states/mn/districts/house/5b.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: 170
|
||||
hispanic: 199
|
||||
bachelors_plus: 442
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/mn/districts/senate/9"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/mn/districts/house/9a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 199 |
|
||||
| Bachelor's or higher | 442 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 9](/us/states/mn/districts/senate/9.md) — 100% (state senate)
|
||||
- [MN House District 9A](/us/states/mn/districts/house/9a.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: 59
|
||||
hispanic: 742
|
||||
bachelors_plus: 5506
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/senate/20"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/house/20b"
|
||||
rel: in-district
|
||||
area_weight: 0.5582
|
||||
- to: "us/states/mn/districts/house/20a"
|
||||
rel: in-district
|
||||
area_weight: 0.4417
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 742 |
|
||||
| Bachelor's or higher | 5506 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 20](/us/states/mn/districts/senate/20.md) — 100% (state senate)
|
||||
- [MN House District 20B](/us/states/mn/districts/house/20b.md) — 56% (state house)
|
||||
- [MN House District 20A](/us/states/mn/districts/house/20a.md) — 44% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 30
|
||||
hispanic: 345
|
||||
bachelors_plus: 2349
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9987
|
||||
- to: "us/states/mn/districts/senate/5"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/house/5a"
|
||||
rel: in-district
|
||||
area_weight: 0.529
|
||||
- to: "us/states/mn/districts/house/5b"
|
||||
rel: in-district
|
||||
area_weight: 0.4709
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 345 |
|
||||
| Bachelor's or higher | 2349 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 5](/us/states/mn/districts/senate/5.md) — 100% (state senate)
|
||||
- [MN House District 5A](/us/states/mn/districts/house/5a.md) — 53% (state house)
|
||||
- [MN House District 5B](/us/states/mn/districts/house/5b.md) — 47% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 106
|
||||
hispanic: 1380
|
||||
bachelors_plus: 3394
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/mn/districts/senate/23"
|
||||
rel: in-district
|
||||
area_weight: 0.5004
|
||||
- to: "us/states/mn/districts/senate/19"
|
||||
rel: in-district
|
||||
area_weight: 0.4995
|
||||
- to: "us/states/mn/districts/house/23a"
|
||||
rel: in-district
|
||||
area_weight: 0.5004
|
||||
- to: "us/states/mn/districts/house/19a"
|
||||
rel: in-district
|
||||
area_weight: 0.3332
|
||||
- to: "us/states/mn/districts/house/19b"
|
||||
rel: in-district
|
||||
area_weight: 0.1663
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1380 |
|
||||
| Bachelor's or higher | 3394 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 23](/us/states/mn/districts/senate/23.md) — 50% (state senate)
|
||||
- [MN Senate District 19](/us/states/mn/districts/senate/19.md) — 50% (state senate)
|
||||
- [MN House District 23A](/us/states/mn/districts/house/23a.md) — 50% (state house)
|
||||
- [MN House District 19A](/us/states/mn/districts/house/19a.md) — 33% (state house)
|
||||
- [MN House District 19B](/us/states/mn/districts/house/19b.md) — 17% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,60 @@ demographics:
|
||||
race_native: 689
|
||||
hispanic: 14552
|
||||
bachelors_plus: 125328
|
||||
districts:
|
||||
- to: "us/states/mn/districts/08"
|
||||
rel: in-district
|
||||
area_weight: 0.3979
|
||||
- to: "us/states/mn/districts/04"
|
||||
rel: in-district
|
||||
area_weight: 0.3888
|
||||
- to: "us/states/mn/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.2119
|
||||
- to: "us/states/mn/districts/senate/33"
|
||||
rel: in-district
|
||||
area_weight: 0.4772
|
||||
- to: "us/states/mn/districts/senate/41"
|
||||
rel: in-district
|
||||
area_weight: 0.377
|
||||
- to: "us/states/mn/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.0841
|
||||
- to: "us/states/mn/districts/senate/53"
|
||||
rel: in-district
|
||||
area_weight: 0.0313
|
||||
- to: "us/states/mn/districts/senate/44"
|
||||
rel: in-district
|
||||
area_weight: 0.0291
|
||||
- to: "us/states/mn/districts/house/33b"
|
||||
rel: in-district
|
||||
area_weight: 0.2926
|
||||
- to: "us/states/mn/districts/house/41a"
|
||||
rel: in-district
|
||||
area_weight: 0.2647
|
||||
- to: "us/states/mn/districts/house/33a"
|
||||
rel: in-district
|
||||
area_weight: 0.1846
|
||||
- to: "us/states/mn/districts/house/41b"
|
||||
rel: in-district
|
||||
area_weight: 0.1123
|
||||
- to: "us/states/mn/districts/house/47b"
|
||||
rel: in-district
|
||||
area_weight: 0.0557
|
||||
- to: "us/states/mn/districts/house/53b"
|
||||
rel: in-district
|
||||
area_weight: 0.0313
|
||||
- to: "us/states/mn/districts/house/44b"
|
||||
rel: in-district
|
||||
area_weight: 0.0291
|
||||
- to: "us/states/mn/districts/house/47a"
|
||||
rel: in-district
|
||||
area_weight: 0.0285
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +107,26 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 14552 |
|
||||
| Bachelor's or higher | 125328 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-08](/us/states/mn/districts/08.md) — 40% (congressional)
|
||||
- [MN-04](/us/states/mn/districts/04.md) — 39% (congressional)
|
||||
- [MN-02](/us/states/mn/districts/02.md) — 21% (congressional)
|
||||
- [MN Senate District 33](/us/states/mn/districts/senate/33.md) — 48% (state senate)
|
||||
- [MN Senate District 41](/us/states/mn/districts/senate/41.md) — 38% (state senate)
|
||||
- [MN Senate District 47](/us/states/mn/districts/senate/47.md) — 8% (state senate)
|
||||
- [MN Senate District 53](/us/states/mn/districts/senate/53.md) — 3% (state senate)
|
||||
- [MN Senate District 44](/us/states/mn/districts/senate/44.md) — 3% (state senate)
|
||||
- [MN House District 33B](/us/states/mn/districts/house/33b.md) — 29% (state house)
|
||||
- [MN House District 41A](/us/states/mn/districts/house/41a.md) — 26% (state house)
|
||||
- [MN House District 33A](/us/states/mn/districts/house/33a.md) — 18% (state house)
|
||||
- [MN House District 41B](/us/states/mn/districts/house/41b.md) — 11% (state house)
|
||||
- [MN House District 47B](/us/states/mn/districts/house/47b.md) — 6% (state house)
|
||||
- [MN House District 53B](/us/states/mn/districts/house/53b.md) — 3% (state house)
|
||||
- [MN House District 44B](/us/states/mn/districts/house/44b.md) — 3% (state house)
|
||||
- [MN House District 47A](/us/states/mn/districts/house/47a.md) — 3% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 118
|
||||
hispanic: 3401
|
||||
bachelors_plus: 1584
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/senate/22"
|
||||
rel: in-district
|
||||
area_weight: 0.5097
|
||||
- to: "us/states/mn/districts/senate/21"
|
||||
rel: in-district
|
||||
area_weight: 0.4903
|
||||
- to: "us/states/mn/districts/house/22a"
|
||||
rel: in-district
|
||||
area_weight: 0.5097
|
||||
- to: "us/states/mn/districts/house/21b"
|
||||
rel: in-district
|
||||
area_weight: 0.4903
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 3401 |
|
||||
| Bachelor's or higher | 1584 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 22](/us/states/mn/districts/senate/22.md) — 51% (state senate)
|
||||
- [MN Senate District 21](/us/states/mn/districts/senate/21.md) — 49% (state senate)
|
||||
- [MN House District 22A](/us/states/mn/districts/house/22a.md) — 51% (state house)
|
||||
- [MN House District 21B](/us/states/mn/districts/house/21b.md) — 49% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 51
|
||||
hispanic: 254
|
||||
bachelors_plus: 1212
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 0.9975
|
||||
- to: "us/states/mn/districts/senate/9"
|
||||
rel: in-district
|
||||
area_weight: 0.9992
|
||||
- to: "us/states/mn/districts/house/9a"
|
||||
rel: in-district
|
||||
area_weight: 0.9992
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 254 |
|
||||
| Bachelor's or higher | 1212 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 9](/us/states/mn/districts/senate/9.md) — 100% (state senate)
|
||||
- [MN House District 9A](/us/states/mn/districts/house/9a.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: 202
|
||||
hispanic: 1930
|
||||
bachelors_plus: 13651
|
||||
districts:
|
||||
- to: "us/states/mn/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/mn/districts/senate/26"
|
||||
rel: in-district
|
||||
area_weight: 0.6655
|
||||
- to: "us/states/mn/districts/senate/20"
|
||||
rel: in-district
|
||||
area_weight: 0.3343
|
||||
- to: "us/states/mn/districts/house/26a"
|
||||
rel: in-district
|
||||
area_weight: 0.6655
|
||||
- to: "us/states/mn/districts/house/20b"
|
||||
rel: in-district
|
||||
area_weight: 0.3343
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1930 |
|
||||
| Bachelor's or higher | 13651 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-01](/us/states/mn/districts/01.md) — 100% (congressional)
|
||||
- [MN Senate District 26](/us/states/mn/districts/senate/26.md) — 67% (state senate)
|
||||
- [MN Senate District 20](/us/states/mn/districts/senate/20.md) — 33% (state senate)
|
||||
- [MN House District 26A](/us/states/mn/districts/house/26a.md) — 67% (state house)
|
||||
- [MN House District 20B](/us/states/mn/districts/house/20b.md) — 33% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,39 @@ demographics:
|
||||
race_native: 390
|
||||
hispanic: 5389
|
||||
bachelors_plus: 42289
|
||||
districts:
|
||||
- to: "us/states/mn/districts/06"
|
||||
rel: in-district
|
||||
area_weight: 0.9986
|
||||
- to: "us/states/mn/districts/senate/29"
|
||||
rel: in-district
|
||||
area_weight: 0.7462
|
||||
- to: "us/states/mn/districts/senate/30"
|
||||
rel: in-district
|
||||
area_weight: 0.1538
|
||||
- to: "us/states/mn/districts/senate/17"
|
||||
rel: in-district
|
||||
area_weight: 0.0997
|
||||
- to: "us/states/mn/districts/house/29a"
|
||||
rel: in-district
|
||||
area_weight: 0.5169
|
||||
- to: "us/states/mn/districts/house/29b"
|
||||
rel: in-district
|
||||
area_weight: 0.2293
|
||||
- to: "us/states/mn/districts/house/30a"
|
||||
rel: in-district
|
||||
area_weight: 0.1376
|
||||
- to: "us/states/mn/districts/house/17a"
|
||||
rel: in-district
|
||||
area_weight: 0.0996
|
||||
- to: "us/states/mn/districts/house/30b"
|
||||
rel: in-district
|
||||
area_weight: 0.0162
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +86,19 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 5389 |
|
||||
| Bachelor's or higher | 42289 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-06](/us/states/mn/districts/06.md) — 100% (congressional)
|
||||
- [MN Senate District 29](/us/states/mn/districts/senate/29.md) — 75% (state senate)
|
||||
- [MN Senate District 30](/us/states/mn/districts/senate/30.md) — 15% (state senate)
|
||||
- [MN Senate District 17](/us/states/mn/districts/senate/17.md) — 10% (state senate)
|
||||
- [MN House District 29A](/us/states/mn/districts/house/29a.md) — 52% (state house)
|
||||
- [MN House District 29B](/us/states/mn/districts/house/29b.md) — 23% (state house)
|
||||
- [MN House District 30A](/us/states/mn/districts/house/30a.md) — 14% (state house)
|
||||
- [MN House District 17A](/us/states/mn/districts/house/17a.md) — 10% (state house)
|
||||
- [MN House District 30B](/us/states/mn/districts/house/30b.md) — 2% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 248
|
||||
hispanic: 517
|
||||
bachelors_plus: 1644
|
||||
districts:
|
||||
- to: "us/states/mn/districts/07"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/mn/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/mn/districts/house/15a"
|
||||
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, mn]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 517 |
|
||||
| Bachelor's or higher | 1644 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [MN-07](/us/states/mn/districts/07.md) — 100% (congressional)
|
||||
- [MN Senate District 15](/us/states/mn/districts/senate/15.md) — 100% (state senate)
|
||||
- [MN House District 15A](/us/states/mn/districts/house/15a.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 161273
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mn]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 219870
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mn]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 267265
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mn]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 224717
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mn]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 250317
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mn]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 189224
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mn]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 129300
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mn]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 152226
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, mn]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MN House District 10A"
|
||||
classification: state-house-district
|
||||
state: "MN"
|
||||
chamber: "house"
|
||||
district: "10A"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mn]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MN House District 10A
|
||||
|
||||
State House district 10A (MN).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MN House District 10B"
|
||||
classification: state-house-district
|
||||
state: "MN"
|
||||
chamber: "house"
|
||||
district: "10B"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mn]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MN House District 10B
|
||||
|
||||
State House district 10B (MN).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MN House District 11A"
|
||||
classification: state-house-district
|
||||
state: "MN"
|
||||
chamber: "house"
|
||||
district: "11A"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mn]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MN House District 11A
|
||||
|
||||
State House district 11A (MN).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MN House District 11B"
|
||||
classification: state-house-district
|
||||
state: "MN"
|
||||
chamber: "house"
|
||||
district: "11B"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mn]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MN House District 11B
|
||||
|
||||
State House district 11B (MN).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "MN House District 12A"
|
||||
classification: state-house-district
|
||||
state: "MN"
|
||||
chamber: "house"
|
||||
district: "12A"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, mn]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# MN House District 12A
|
||||
|
||||
State House district 12A (MN).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user