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,21 @@ demographics:
|
||||
race_native: 20
|
||||
hispanic: 99
|
||||
bachelors_plus: 482
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/nd/districts/senate/39"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/nd/districts/house/39"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 99 |
|
||||
| Bachelor's or higher | 482 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 39](/us/states/nd/districts/senate/39.md) — 100% (state senate)
|
||||
- [ND House District 39](/us/states/nd/districts/house/39.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: 165
|
||||
hispanic: 222
|
||||
bachelors_plus: 2820
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/24"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/nd/districts/house/24"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 222 |
|
||||
| Bachelor's or higher | 2820 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 24](/us/states/nd/districts/senate/24.md) — 100% (state senate)
|
||||
- [ND House District 24](/us/states/nd/districts/house/24.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: 2931
|
||||
hispanic: 113
|
||||
bachelors_plus: 960
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/9"
|
||||
rel: in-district
|
||||
area_weight: 0.6445
|
||||
- to: "us/states/nd/districts/senate/14"
|
||||
rel: in-district
|
||||
area_weight: 0.3554
|
||||
- to: "us/states/nd/districts/house/9"
|
||||
rel: in-district
|
||||
area_weight: 0.6445
|
||||
- to: "us/states/nd/districts/house/14"
|
||||
rel: in-district
|
||||
area_weight: 0.3554
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 113 |
|
||||
| Bachelor's or higher | 960 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 9](/us/states/nd/districts/senate/9.md) — 64% (state senate)
|
||||
- [ND Senate District 14](/us/states/nd/districts/senate/14.md) — 36% (state senate)
|
||||
- [ND House District 9](/us/states/nd/districts/house/9.md) — 64% (state house)
|
||||
- [ND House District 14](/us/states/nd/districts/house/14.md) — 36% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 40
|
||||
hispanic: 40
|
||||
bachelors_plus: 328
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/39"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/nd/districts/house/39"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 40 |
|
||||
| Bachelor's or higher | 328 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 39](/us/states/nd/districts/senate/39.md) — 100% (state senate)
|
||||
- [ND House District 39](/us/states/nd/districts/house/39.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: 297
|
||||
hispanic: 164
|
||||
bachelors_plus: 1684
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/nd/districts/senate/6"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/nd/districts/house/6"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 164 |
|
||||
| Bachelor's or higher | 1684 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 6](/us/states/nd/districts/senate/6.md) — 100% (state senate)
|
||||
- [ND House District 6](/us/states/nd/districts/house/6.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: 54
|
||||
hispanic: 78
|
||||
bachelors_plus: 696
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/nd/districts/senate/39"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/nd/districts/house/39"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 78 |
|
||||
| Bachelor's or higher | 696 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 39](/us/states/nd/districts/senate/39.md) — 100% (state senate)
|
||||
- [ND House District 39](/us/states/nd/districts/house/39.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: 39
|
||||
hispanic: 54
|
||||
bachelors_plus: 385
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/nd/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/nd/districts/house/2"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 54 |
|
||||
| Bachelor's or higher | 385 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 2](/us/states/nd/districts/senate/2.md) — 100% (state senate)
|
||||
- [ND House District 2](/us/states/nd/districts/house/2.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,45 @@ demographics:
|
||||
race_native: 3500
|
||||
hispanic: 3376
|
||||
bachelors_plus: 34715
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/14"
|
||||
rel: in-district
|
||||
area_weight: 0.5802
|
||||
- to: "us/states/nd/districts/senate/8"
|
||||
rel: in-district
|
||||
area_weight: 0.3604
|
||||
- to: "us/states/nd/districts/senate/30"
|
||||
rel: in-district
|
||||
area_weight: 0.0317
|
||||
- to: "us/states/nd/districts/senate/7"
|
||||
rel: in-district
|
||||
area_weight: 0.0139
|
||||
- to: "us/states/nd/districts/senate/47"
|
||||
rel: in-district
|
||||
area_weight: 0.0075
|
||||
- to: "us/states/nd/districts/house/14"
|
||||
rel: in-district
|
||||
area_weight: 0.5802
|
||||
- to: "us/states/nd/districts/house/8"
|
||||
rel: in-district
|
||||
area_weight: 0.3604
|
||||
- to: "us/states/nd/districts/house/30"
|
||||
rel: in-district
|
||||
area_weight: 0.0317
|
||||
- to: "us/states/nd/districts/house/7"
|
||||
rel: in-district
|
||||
area_weight: 0.0139
|
||||
- to: "us/states/nd/districts/house/47"
|
||||
rel: in-district
|
||||
area_weight: 0.0075
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +92,21 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 3376 |
|
||||
| Bachelor's or higher | 34715 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 14](/us/states/nd/districts/senate/14.md) — 58% (state senate)
|
||||
- [ND Senate District 8](/us/states/nd/districts/senate/8.md) — 36% (state senate)
|
||||
- [ND Senate District 30](/us/states/nd/districts/senate/30.md) — 3% (state senate)
|
||||
- [ND Senate District 7](/us/states/nd/districts/senate/7.md) — 1% (state senate)
|
||||
- [ND Senate District 47](/us/states/nd/districts/senate/47.md) — 1% (state senate)
|
||||
- [ND House District 14](/us/states/nd/districts/house/14.md) — 58% (state house)
|
||||
- [ND House District 8](/us/states/nd/districts/house/8.md) — 36% (state house)
|
||||
- [ND House District 30](/us/states/nd/districts/house/30.md) — 3% (state house)
|
||||
- [ND House District 7](/us/states/nd/districts/house/7.md) — 1% (state house)
|
||||
- [ND House District 47](/us/states/nd/districts/house/47.md) — 1% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,33 @@ demographics:
|
||||
race_native: 1881
|
||||
hispanic: 6953
|
||||
bachelors_plus: 69217
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9986
|
||||
- to: "us/states/nd/districts/senate/22"
|
||||
rel: in-district
|
||||
area_weight: 0.793
|
||||
- to: "us/states/nd/districts/senate/45"
|
||||
rel: in-district
|
||||
area_weight: 0.1404
|
||||
- to: "us/states/nd/districts/senate/27"
|
||||
rel: in-district
|
||||
area_weight: 0.0429
|
||||
- to: "us/states/nd/districts/house/22"
|
||||
rel: in-district
|
||||
area_weight: 0.793
|
||||
- to: "us/states/nd/districts/house/45"
|
||||
rel: in-district
|
||||
area_weight: 0.1404
|
||||
- to: "us/states/nd/districts/house/27"
|
||||
rel: in-district
|
||||
area_weight: 0.0429
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +80,17 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 6953 |
|
||||
| Bachelor's or higher | 69217 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 22](/us/states/nd/districts/senate/22.md) — 79% (state senate)
|
||||
- [ND Senate District 45](/us/states/nd/districts/senate/45.md) — 14% (state senate)
|
||||
- [ND Senate District 27](/us/states/nd/districts/senate/27.md) — 4% (state senate)
|
||||
- [ND House District 22](/us/states/nd/districts/house/22.md) — 79% (state house)
|
||||
- [ND House District 45](/us/states/nd/districts/house/45.md) — 14% (state house)
|
||||
- [ND House District 27](/us/states/nd/districts/house/27.md) — 4% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 24
|
||||
hispanic: 84
|
||||
bachelors_plus: 643
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.7504
|
||||
- to: "us/states/nd/districts/senate/19"
|
||||
rel: in-district
|
||||
area_weight: 0.2496
|
||||
- to: "us/states/nd/districts/house/15"
|
||||
rel: in-district
|
||||
area_weight: 0.7504
|
||||
- to: "us/states/nd/districts/house/19"
|
||||
rel: in-district
|
||||
area_weight: 0.2496
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 84 |
|
||||
| Bachelor's or higher | 643 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 15](/us/states/nd/districts/senate/15.md) — 75% (state senate)
|
||||
- [ND Senate District 19](/us/states/nd/districts/senate/19.md) — 25% (state senate)
|
||||
- [ND House District 15](/us/states/nd/districts/house/15.md) — 75% (state house)
|
||||
- [ND House District 19](/us/states/nd/districts/house/19.md) — 25% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 51
|
||||
hispanic: 204
|
||||
bachelors_plus: 1213
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/nd/districts/senate/28"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/nd/districts/house/28"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 204 |
|
||||
| Bachelor's or higher | 1213 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 28](/us/states/nd/districts/senate/28.md) — 100% (state senate)
|
||||
- [ND House District 28](/us/states/nd/districts/house/28.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 94
|
||||
bachelors_plus: 541
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/nd/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/nd/districts/house/2"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 94 |
|
||||
| Bachelor's or higher | 541 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 2](/us/states/nd/districts/senate/2.md) — 100% (state senate)
|
||||
- [ND House District 2](/us/states/nd/districts/house/2.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: 384
|
||||
hispanic: 182
|
||||
bachelors_plus: 924
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/26"
|
||||
rel: in-district
|
||||
area_weight: 0.59
|
||||
- to: "us/states/nd/districts/senate/4"
|
||||
rel: in-district
|
||||
area_weight: 0.2018
|
||||
- to: "us/states/nd/districts/senate/39"
|
||||
rel: in-district
|
||||
area_weight: 0.1853
|
||||
- to: "us/states/nd/districts/senate/36"
|
||||
rel: in-district
|
||||
area_weight: 0.0229
|
||||
- to: "us/states/nd/districts/house/26"
|
||||
rel: in-district
|
||||
area_weight: 0.59
|
||||
- to: "us/states/nd/districts/house/4a"
|
||||
rel: in-district
|
||||
area_weight: 0.2018
|
||||
- to: "us/states/nd/districts/house/39"
|
||||
rel: in-district
|
||||
area_weight: 0.1853
|
||||
- to: "us/states/nd/districts/house/36"
|
||||
rel: in-district
|
||||
area_weight: 0.0229
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +86,19 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 182 |
|
||||
| Bachelor's or higher | 924 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 26](/us/states/nd/districts/senate/26.md) — 59% (state senate)
|
||||
- [ND Senate District 4](/us/states/nd/districts/senate/4.md) — 20% (state senate)
|
||||
- [ND Senate District 39](/us/states/nd/districts/senate/39.md) — 19% (state senate)
|
||||
- [ND Senate District 36](/us/states/nd/districts/senate/36.md) — 2% (state senate)
|
||||
- [ND House District 26](/us/states/nd/districts/house/26.md) — 59% (state house)
|
||||
- [ND House District 4A](/us/states/nd/districts/house/4a.md) — 20% (state house)
|
||||
- [ND House District 39](/us/states/nd/districts/house/39.md) — 19% (state house)
|
||||
- [ND House District 36](/us/states/nd/districts/house/36.md) — 2% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 98
|
||||
hispanic: 124
|
||||
bachelors_plus: 694
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/14"
|
||||
rel: in-district
|
||||
area_weight: 0.8742
|
||||
- to: "us/states/nd/districts/senate/9"
|
||||
rel: in-district
|
||||
area_weight: 0.1257
|
||||
- to: "us/states/nd/districts/house/14"
|
||||
rel: in-district
|
||||
area_weight: 0.8742
|
||||
- to: "us/states/nd/districts/house/9"
|
||||
rel: in-district
|
||||
area_weight: 0.1257
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 124 |
|
||||
| Bachelor's or higher | 694 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 14](/us/states/nd/districts/senate/14.md) — 87% (state senate)
|
||||
- [ND Senate District 9](/us/states/nd/districts/senate/9.md) — 13% (state senate)
|
||||
- [ND House District 14](/us/states/nd/districts/house/14.md) — 87% (state house)
|
||||
- [ND House District 9](/us/states/nd/districts/house/9.md) — 13% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 38
|
||||
hispanic: 39
|
||||
bachelors_plus: 695
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/nd/districts/senate/8"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/nd/districts/house/8"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 39 |
|
||||
| Bachelor's or higher | 695 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 8](/us/states/nd/districts/senate/8.md) — 100% (state senate)
|
||||
- [ND House District 8](/us/states/nd/districts/house/8.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 5
|
||||
hispanic: 57
|
||||
bachelors_plus: 853
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/29"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/nd/districts/house/29"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 57 |
|
||||
| Bachelor's or higher | 853 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 29](/us/states/nd/districts/senate/29.md) — 100% (state senate)
|
||||
- [ND House District 29](/us/states/nd/districts/house/29.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 10
|
||||
bachelors_plus: 326
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/nd/districts/senate/39"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/nd/districts/house/39"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 10 |
|
||||
| Bachelor's or higher | 326 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 39](/us/states/nd/districts/senate/39.md) — 100% (state senate)
|
||||
- [ND House District 39](/us/states/nd/districts/house/39.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: 1347
|
||||
hispanic: 3919
|
||||
bachelors_plus: 22365
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9991
|
||||
- to: "us/states/nd/districts/senate/20"
|
||||
rel: in-district
|
||||
area_weight: 0.8243
|
||||
- to: "us/states/nd/districts/senate/42"
|
||||
rel: in-district
|
||||
area_weight: 0.0943
|
||||
- to: "us/states/nd/districts/senate/18"
|
||||
rel: in-district
|
||||
area_weight: 0.0496
|
||||
- to: "us/states/nd/districts/senate/17"
|
||||
rel: in-district
|
||||
area_weight: 0.0289
|
||||
- to: "us/states/nd/districts/house/20"
|
||||
rel: in-district
|
||||
area_weight: 0.8243
|
||||
- to: "us/states/nd/districts/house/42"
|
||||
rel: in-district
|
||||
area_weight: 0.0943
|
||||
- to: "us/states/nd/districts/house/18"
|
||||
rel: in-district
|
||||
area_weight: 0.0496
|
||||
- to: "us/states/nd/districts/house/17"
|
||||
rel: in-district
|
||||
area_weight: 0.0289
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +86,19 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 3919 |
|
||||
| Bachelor's or higher | 22365 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 20](/us/states/nd/districts/senate/20.md) — 82% (state senate)
|
||||
- [ND Senate District 42](/us/states/nd/districts/senate/42.md) — 9% (state senate)
|
||||
- [ND Senate District 18](/us/states/nd/districts/senate/18.md) — 5% (state senate)
|
||||
- [ND Senate District 17](/us/states/nd/districts/senate/17.md) — 3% (state senate)
|
||||
- [ND House District 20](/us/states/nd/districts/house/20.md) — 82% (state house)
|
||||
- [ND House District 42](/us/states/nd/districts/house/42.md) — 9% (state house)
|
||||
- [ND House District 18](/us/states/nd/districts/house/18.md) — 5% (state house)
|
||||
- [ND House District 17](/us/states/nd/districts/house/17.md) — 3% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 53
|
||||
hispanic: 28
|
||||
bachelors_plus: 422
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/31"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/nd/districts/house/31"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 28 |
|
||||
| Bachelor's or higher | 422 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 31](/us/states/nd/districts/senate/31.md) — 100% (state senate)
|
||||
- [ND House District 31](/us/states/nd/districts/house/31.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: 3
|
||||
hispanic: 40
|
||||
bachelors_plus: 534
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/29"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/nd/districts/house/29"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 40 |
|
||||
| Bachelor's or higher | 534 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 29](/us/states/nd/districts/senate/29.md) — 100% (state senate)
|
||||
- [ND House District 29](/us/states/nd/districts/house/29.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: 62
|
||||
hispanic: 0
|
||||
bachelors_plus: 477
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/31"
|
||||
rel: in-district
|
||||
area_weight: 0.5053
|
||||
- to: "us/states/nd/districts/senate/39"
|
||||
rel: in-district
|
||||
area_weight: 0.4947
|
||||
- to: "us/states/nd/districts/house/31"
|
||||
rel: in-district
|
||||
area_weight: 0.5053
|
||||
- to: "us/states/nd/districts/house/39"
|
||||
rel: in-district
|
||||
area_weight: 0.4947
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 0 |
|
||||
| Bachelor's or higher | 477 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 31](/us/states/nd/districts/senate/31.md) — 51% (state senate)
|
||||
- [ND Senate District 39](/us/states/nd/districts/senate/39.md) — 49% (state senate)
|
||||
- [ND House District 31](/us/states/nd/districts/house/31.md) — 51% (state house)
|
||||
- [ND House District 39](/us/states/nd/districts/house/39.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: 0
|
||||
hispanic: 71
|
||||
bachelors_plus: 515
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/14"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/house/14"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 71 |
|
||||
| Bachelor's or higher | 515 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 14](/us/states/nd/districts/senate/14.md) — 100% (state senate)
|
||||
- [ND House District 14](/us/states/nd/districts/house/14.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: 20
|
||||
hispanic: 79
|
||||
bachelors_plus: 890
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/28"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/house/28"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 79 |
|
||||
| Bachelor's or higher | 890 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 28](/us/states/nd/districts/senate/28.md) — 100% (state senate)
|
||||
- [ND House District 28](/us/states/nd/districts/house/28.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: 8
|
||||
hispanic: 71
|
||||
bachelors_plus: 376
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/28"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/nd/districts/house/28"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 71 |
|
||||
| Bachelor's or higher | 376 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 28](/us/states/nd/districts/senate/28.md) — 100% (state senate)
|
||||
- [ND House District 28](/us/states/nd/districts/house/28.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: 40
|
||||
hispanic: 112
|
||||
bachelors_plus: 864
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/6"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/house/6"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 112 |
|
||||
| Bachelor's or higher | 864 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 6](/us/states/nd/districts/senate/6.md) — 100% (state senate)
|
||||
- [ND House District 6](/us/states/nd/districts/house/6.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 41
|
||||
hispanic: 82
|
||||
bachelors_plus: 469
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/nd/districts/senate/28"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/nd/districts/house/28"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 82 |
|
||||
| Bachelor's or higher | 469 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 28](/us/states/nd/districts/senate/28.md) — 100% (state senate)
|
||||
- [ND House District 28](/us/states/nd/districts/house/28.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: 1180
|
||||
hispanic: 1729
|
||||
bachelors_plus: 2056
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/26"
|
||||
rel: in-district
|
||||
area_weight: 0.9433
|
||||
- to: "us/states/nd/districts/senate/4"
|
||||
rel: in-district
|
||||
area_weight: 0.0566
|
||||
- to: "us/states/nd/districts/house/26"
|
||||
rel: in-district
|
||||
area_weight: 0.9433
|
||||
- to: "us/states/nd/districts/house/4a"
|
||||
rel: in-district
|
||||
area_weight: 0.0566
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1729 |
|
||||
| Bachelor's or higher | 2056 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 26](/us/states/nd/districts/senate/26.md) — 94% (state senate)
|
||||
- [ND Senate District 4](/us/states/nd/districts/senate/4.md) — 6% (state senate)
|
||||
- [ND House District 26](/us/states/nd/districts/house/26.md) — 94% (state house)
|
||||
- [ND House District 4A](/us/states/nd/districts/house/4a.md) — 6% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,36 @@ demographics:
|
||||
race_native: 576
|
||||
hispanic: 201
|
||||
bachelors_plus: 2251
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/6"
|
||||
rel: in-district
|
||||
area_weight: 0.4319
|
||||
- to: "us/states/nd/districts/senate/4"
|
||||
rel: in-district
|
||||
area_weight: 0.4155
|
||||
- to: "us/states/nd/districts/senate/33"
|
||||
rel: in-district
|
||||
area_weight: 0.1524
|
||||
- to: "us/states/nd/districts/house/6"
|
||||
rel: in-district
|
||||
area_weight: 0.4319
|
||||
- to: "us/states/nd/districts/house/4b"
|
||||
rel: in-district
|
||||
area_weight: 0.2109
|
||||
- to: "us/states/nd/districts/house/4a"
|
||||
rel: in-district
|
||||
area_weight: 0.2046
|
||||
- to: "us/states/nd/districts/house/33"
|
||||
rel: in-district
|
||||
area_weight: 0.1524
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +83,18 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 201 |
|
||||
| Bachelor's or higher | 2251 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 6](/us/states/nd/districts/senate/6.md) — 43% (state senate)
|
||||
- [ND Senate District 4](/us/states/nd/districts/senate/4.md) — 42% (state senate)
|
||||
- [ND Senate District 33](/us/states/nd/districts/senate/33.md) — 15% (state senate)
|
||||
- [ND House District 6](/us/states/nd/districts/house/6.md) — 43% (state house)
|
||||
- [ND House District 4B](/us/states/nd/districts/house/4b.md) — 21% (state house)
|
||||
- [ND House District 4A](/us/states/nd/districts/house/4a.md) — 20% (state house)
|
||||
- [ND House District 33](/us/states/nd/districts/house/33.md) — 15% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 204
|
||||
hispanic: 231
|
||||
bachelors_plus: 1680
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/33"
|
||||
rel: in-district
|
||||
area_weight: 0.9228
|
||||
- to: "us/states/nd/districts/senate/4"
|
||||
rel: in-district
|
||||
area_weight: 0.0771
|
||||
- to: "us/states/nd/districts/house/33"
|
||||
rel: in-district
|
||||
area_weight: 0.9228
|
||||
- to: "us/states/nd/districts/house/4a"
|
||||
rel: in-district
|
||||
area_weight: 0.0771
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 231 |
|
||||
| Bachelor's or higher | 1680 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 33](/us/states/nd/districts/senate/33.md) — 92% (state senate)
|
||||
- [ND Senate District 4](/us/states/nd/districts/senate/4.md) — 8% (state senate)
|
||||
- [ND House District 33](/us/states/nd/districts/house/33.md) — 92% (state house)
|
||||
- [ND House District 4A](/us/states/nd/districts/house/4a.md) — 8% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,39 @@ demographics:
|
||||
race_native: 1376
|
||||
hispanic: 1486
|
||||
bachelors_plus: 8223
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/31"
|
||||
rel: in-district
|
||||
area_weight: 0.4907
|
||||
- to: "us/states/nd/districts/senate/36"
|
||||
rel: in-district
|
||||
area_weight: 0.4272
|
||||
- to: "us/states/nd/districts/senate/33"
|
||||
rel: in-district
|
||||
area_weight: 0.0766
|
||||
- to: "us/states/nd/districts/senate/34"
|
||||
rel: in-district
|
||||
area_weight: 0.0055
|
||||
- to: "us/states/nd/districts/house/31"
|
||||
rel: in-district
|
||||
area_weight: 0.4907
|
||||
- to: "us/states/nd/districts/house/36"
|
||||
rel: in-district
|
||||
area_weight: 0.4272
|
||||
- to: "us/states/nd/districts/house/33"
|
||||
rel: in-district
|
||||
area_weight: 0.0766
|
||||
- to: "us/states/nd/districts/house/34"
|
||||
rel: in-district
|
||||
area_weight: 0.0055
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +86,19 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1486 |
|
||||
| Bachelor's or higher | 8223 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 31](/us/states/nd/districts/senate/31.md) — 49% (state senate)
|
||||
- [ND Senate District 36](/us/states/nd/districts/senate/36.md) — 43% (state senate)
|
||||
- [ND Senate District 33](/us/states/nd/districts/senate/33.md) — 8% (state senate)
|
||||
- [ND Senate District 34](/us/states/nd/districts/senate/34.md) — 1% (state senate)
|
||||
- [ND House District 31](/us/states/nd/districts/house/31.md) — 49% (state house)
|
||||
- [ND House District 36](/us/states/nd/districts/house/36.md) — 43% (state house)
|
||||
- [ND House District 33](/us/states/nd/districts/house/33.md) — 8% (state house)
|
||||
- [ND House District 34](/us/states/nd/districts/house/34.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: 2750
|
||||
hispanic: 819
|
||||
bachelors_plus: 1861
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/4"
|
||||
rel: in-district
|
||||
area_weight: 0.7755
|
||||
- to: "us/states/nd/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.2245
|
||||
- to: "us/states/nd/districts/house/4b"
|
||||
rel: in-district
|
||||
area_weight: 0.5613
|
||||
- to: "us/states/nd/districts/house/2"
|
||||
rel: in-district
|
||||
area_weight: 0.2245
|
||||
- to: "us/states/nd/districts/house/4a"
|
||||
rel: in-district
|
||||
area_weight: 0.2141
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 819 |
|
||||
| Bachelor's or higher | 1861 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 4](/us/states/nd/districts/senate/4.md) — 78% (state senate)
|
||||
- [ND Senate District 2](/us/states/nd/districts/senate/2.md) — 22% (state senate)
|
||||
- [ND House District 4B](/us/states/nd/districts/house/4b.md) — 56% (state house)
|
||||
- [ND House District 2](/us/states/nd/districts/house/2.md) — 22% (state house)
|
||||
- [ND House District 4A](/us/states/nd/districts/house/4a.md) — 21% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 29
|
||||
hispanic: 89
|
||||
bachelors_plus: 813
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/29"
|
||||
rel: in-district
|
||||
area_weight: 0.999
|
||||
- to: "us/states/nd/districts/house/29"
|
||||
rel: in-district
|
||||
area_weight: 0.999
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 89 |
|
||||
| Bachelor's or higher | 813 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 29](/us/states/nd/districts/senate/29.md) — 100% (state senate)
|
||||
- [ND House District 29](/us/states/nd/districts/house/29.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 18
|
||||
bachelors_plus: 361
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/33"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/house/33"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 18 |
|
||||
| Bachelor's or higher | 361 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 33](/us/states/nd/districts/senate/33.md) — 100% (state senate)
|
||||
- [ND House District 33](/us/states/nd/districts/house/33.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: 102
|
||||
hispanic: 286
|
||||
bachelors_plus: 1462
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9983
|
||||
- to: "us/states/nd/districts/senate/19"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/nd/districts/house/19"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 286 |
|
||||
| Bachelor's or higher | 1462 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 19](/us/states/nd/districts/senate/19.md) — 100% (state senate)
|
||||
- [ND House District 19](/us/states/nd/districts/house/19.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: 167
|
||||
hispanic: 32
|
||||
bachelors_plus: 991
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/14"
|
||||
rel: in-district
|
||||
area_weight: 0.9097
|
||||
- to: "us/states/nd/districts/senate/9"
|
||||
rel: in-district
|
||||
area_weight: 0.0902
|
||||
- to: "us/states/nd/districts/house/14"
|
||||
rel: in-district
|
||||
area_weight: 0.9097
|
||||
- to: "us/states/nd/districts/house/9"
|
||||
rel: in-district
|
||||
area_weight: 0.0902
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 32 |
|
||||
| Bachelor's or higher | 991 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 14](/us/states/nd/districts/senate/14.md) — 91% (state senate)
|
||||
- [ND Senate District 9](/us/states/nd/districts/senate/9.md) — 9% (state senate)
|
||||
- [ND House District 14](/us/states/nd/districts/house/14.md) — 91% (state house)
|
||||
- [ND House District 9](/us/states/nd/districts/house/9.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: 1105
|
||||
hispanic: 328
|
||||
bachelors_plus: 2506
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9973
|
||||
- to: "us/states/nd/districts/house/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9973
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 328 |
|
||||
| Bachelor's or higher | 2506 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 15](/us/states/nd/districts/senate/15.md) — 100% (state senate)
|
||||
- [ND House District 15](/us/states/nd/districts/house/15.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: 17
|
||||
hispanic: 155
|
||||
bachelors_plus: 1154
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/24"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/nd/districts/house/24"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 155 |
|
||||
| Bachelor's or higher | 1154 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 24](/us/states/nd/districts/senate/24.md) — 100% (state senate)
|
||||
- [ND House District 24](/us/states/nd/districts/house/24.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 5
|
||||
hispanic: 18
|
||||
bachelors_plus: 377
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/nd/districts/senate/6"
|
||||
rel: in-district
|
||||
area_weight: 0.9999
|
||||
- to: "us/states/nd/districts/house/6"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 18 |
|
||||
| Bachelor's or higher | 377 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 6](/us/states/nd/districts/senate/6.md) — 100% (state senate)
|
||||
- [ND House District 6](/us/states/nd/districts/house/6.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: 297
|
||||
hispanic: 624
|
||||
bachelors_plus: 3296
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9987
|
||||
- to: "us/states/nd/districts/senate/25"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/nd/districts/house/25"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 624 |
|
||||
| Bachelor's or higher | 3296 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 25](/us/states/nd/districts/senate/25.md) — 100% (state senate)
|
||||
- [ND House District 25](/us/states/nd/districts/house/25.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: 9074
|
||||
hispanic: 151
|
||||
bachelors_plus: 1712
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/nd/districts/senate/9"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/nd/districts/house/9"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 151 |
|
||||
| Bachelor's or higher | 1712 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 9](/us/states/nd/districts/senate/9.md) — 100% (state senate)
|
||||
- [ND House District 9](/us/states/nd/districts/house/9.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: 10
|
||||
hispanic: 110
|
||||
bachelors_plus: 650
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/28"
|
||||
rel: in-district
|
||||
area_weight: 0.9236
|
||||
- to: "us/states/nd/districts/senate/25"
|
||||
rel: in-district
|
||||
area_weight: 0.0763
|
||||
- to: "us/states/nd/districts/house/28"
|
||||
rel: in-district
|
||||
area_weight: 0.9236
|
||||
- to: "us/states/nd/districts/house/25"
|
||||
rel: in-district
|
||||
area_weight: 0.0763
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 110 |
|
||||
| Bachelor's or higher | 650 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 28](/us/states/nd/districts/senate/28.md) — 92% (state senate)
|
||||
- [ND Senate District 25](/us/states/nd/districts/senate/25.md) — 8% (state senate)
|
||||
- [ND House District 28](/us/states/nd/districts/house/28.md) — 92% (state house)
|
||||
- [ND House District 25](/us/states/nd/districts/house/25.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: 5
|
||||
hispanic: 5
|
||||
bachelors_plus: 211
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/14"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/house/14"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 5 |
|
||||
| Bachelor's or higher | 211 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 14](/us/states/nd/districts/senate/14.md) — 100% (state senate)
|
||||
- [ND House District 14](/us/states/nd/districts/house/14.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: 3098
|
||||
hispanic: 56
|
||||
bachelors_plus: 430
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/nd/districts/senate/31"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/nd/districts/house/31"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 56 |
|
||||
| Bachelor's or higher | 430 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 31](/us/states/nd/districts/senate/31.md) — 100% (state senate)
|
||||
- [ND House District 31](/us/states/nd/districts/house/31.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 0
|
||||
hispanic: 1
|
||||
bachelors_plus: 201
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/39"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/house/39"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1 |
|
||||
| Bachelor's or higher | 201 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 39](/us/states/nd/districts/senate/39.md) — 100% (state senate)
|
||||
- [ND House District 39](/us/states/nd/districts/house/39.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,33 @@ demographics:
|
||||
race_native: 315
|
||||
hispanic: 2429
|
||||
bachelors_plus: 7936
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/39"
|
||||
rel: in-district
|
||||
area_weight: 0.5031
|
||||
- to: "us/states/nd/districts/senate/36"
|
||||
rel: in-district
|
||||
area_weight: 0.4905
|
||||
- to: "us/states/nd/districts/senate/37"
|
||||
rel: in-district
|
||||
area_weight: 0.0064
|
||||
- to: "us/states/nd/districts/house/39"
|
||||
rel: in-district
|
||||
area_weight: 0.5031
|
||||
- to: "us/states/nd/districts/house/36"
|
||||
rel: in-district
|
||||
area_weight: 0.4905
|
||||
- to: "us/states/nd/districts/house/37"
|
||||
rel: in-district
|
||||
area_weight: 0.0064
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +80,17 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 2429 |
|
||||
| Bachelor's or higher | 7936 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 39](/us/states/nd/districts/senate/39.md) — 50% (state senate)
|
||||
- [ND Senate District 36](/us/states/nd/districts/senate/36.md) — 49% (state senate)
|
||||
- [ND Senate District 37](/us/states/nd/districts/senate/37.md) — 1% (state senate)
|
||||
- [ND House District 39](/us/states/nd/districts/house/39.md) — 50% (state house)
|
||||
- [ND House District 36](/us/states/nd/districts/house/36.md) — 49% (state house)
|
||||
- [ND House District 37](/us/states/nd/districts/house/37.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: 11
|
||||
hispanic: 35
|
||||
bachelors_plus: 422
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/29"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/nd/districts/house/29"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 35 |
|
||||
| Bachelor's or higher | 422 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 29](/us/states/nd/districts/senate/29.md) — 100% (state senate)
|
||||
- [ND House District 29](/us/states/nd/districts/house/29.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: 363
|
||||
hispanic: 696
|
||||
bachelors_plus: 4938
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/29"
|
||||
rel: in-district
|
||||
area_weight: 0.8228
|
||||
- to: "us/states/nd/districts/senate/12"
|
||||
rel: in-district
|
||||
area_weight: 0.1771
|
||||
- to: "us/states/nd/districts/house/29"
|
||||
rel: in-district
|
||||
area_weight: 0.8228
|
||||
- to: "us/states/nd/districts/house/12"
|
||||
rel: in-district
|
||||
area_weight: 0.1771
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 696 |
|
||||
| Bachelor's or higher | 4938 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 29](/us/states/nd/districts/senate/29.md) — 82% (state senate)
|
||||
- [ND Senate District 12](/us/states/nd/districts/senate/12.md) — 18% (state senate)
|
||||
- [ND House District 29](/us/states/nd/districts/house/29.md) — 82% (state house)
|
||||
- [ND House District 12](/us/states/nd/districts/house/12.md) — 18% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 127
|
||||
hispanic: 106
|
||||
bachelors_plus: 395
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9997
|
||||
- to: "us/states/nd/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.9998
|
||||
- to: "us/states/nd/districts/house/15"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 106 |
|
||||
| Bachelor's or higher | 395 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 15](/us/states/nd/districts/senate/15.md) — 100% (state senate)
|
||||
- [ND House District 15](/us/states/nd/districts/house/15.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 63
|
||||
hispanic: 315
|
||||
bachelors_plus: 2126
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9975
|
||||
- to: "us/states/nd/districts/senate/20"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/nd/districts/house/20"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 315 |
|
||||
| Bachelor's or higher | 2126 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 20](/us/states/nd/districts/senate/20.md) — 100% (state senate)
|
||||
- [ND House District 20](/us/states/nd/districts/house/20.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: 134
|
||||
hispanic: 1363
|
||||
bachelors_plus: 1810
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 0.9971
|
||||
- to: "us/states/nd/districts/senate/19"
|
||||
rel: in-district
|
||||
area_weight: 0.8349
|
||||
- to: "us/states/nd/districts/senate/20"
|
||||
rel: in-district
|
||||
area_weight: 0.1649
|
||||
- to: "us/states/nd/districts/house/19"
|
||||
rel: in-district
|
||||
area_weight: 0.8349
|
||||
- to: "us/states/nd/districts/house/20"
|
||||
rel: in-district
|
||||
area_weight: 0.1649
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 1363 |
|
||||
| Bachelor's or higher | 1810 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 19](/us/states/nd/districts/senate/19.md) — 83% (state senate)
|
||||
- [ND Senate District 20](/us/states/nd/districts/senate/20.md) — 16% (state senate)
|
||||
- [ND House District 19](/us/states/nd/districts/house/19.md) — 83% (state house)
|
||||
- [ND House District 20](/us/states/nd/districts/house/20.md) — 16% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,48 @@ demographics:
|
||||
race_native: 1269
|
||||
hispanic: 4947
|
||||
bachelors_plus: 17247
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/4"
|
||||
rel: in-district
|
||||
area_weight: 0.5408
|
||||
- to: "us/states/nd/districts/senate/38"
|
||||
rel: in-district
|
||||
area_weight: 0.1767
|
||||
- to: "us/states/nd/districts/senate/6"
|
||||
rel: in-district
|
||||
area_weight: 0.125
|
||||
- to: "us/states/nd/districts/senate/40"
|
||||
rel: in-district
|
||||
area_weight: 0.0841
|
||||
- to: "us/states/nd/districts/senate/3"
|
||||
rel: in-district
|
||||
area_weight: 0.0699
|
||||
- to: "us/states/nd/districts/house/4b"
|
||||
rel: in-district
|
||||
area_weight: 0.529
|
||||
- to: "us/states/nd/districts/house/38"
|
||||
rel: in-district
|
||||
area_weight: 0.1767
|
||||
- to: "us/states/nd/districts/house/6"
|
||||
rel: in-district
|
||||
area_weight: 0.125
|
||||
- to: "us/states/nd/districts/house/40"
|
||||
rel: in-district
|
||||
area_weight: 0.0841
|
||||
- to: "us/states/nd/districts/house/3"
|
||||
rel: in-district
|
||||
area_weight: 0.0699
|
||||
- to: "us/states/nd/districts/house/4a"
|
||||
rel: in-district
|
||||
area_weight: 0.0117
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +95,22 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 4947 |
|
||||
| Bachelor's or higher | 17247 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 4](/us/states/nd/districts/senate/4.md) — 54% (state senate)
|
||||
- [ND Senate District 38](/us/states/nd/districts/senate/38.md) — 18% (state senate)
|
||||
- [ND Senate District 6](/us/states/nd/districts/senate/6.md) — 12% (state senate)
|
||||
- [ND Senate District 40](/us/states/nd/districts/senate/40.md) — 8% (state senate)
|
||||
- [ND Senate District 3](/us/states/nd/districts/senate/3.md) — 7% (state senate)
|
||||
- [ND House District 4B](/us/states/nd/districts/house/4b.md) — 53% (state house)
|
||||
- [ND House District 38](/us/states/nd/districts/house/38.md) — 18% (state house)
|
||||
- [ND House District 6](/us/states/nd/districts/house/6.md) — 12% (state house)
|
||||
- [ND House District 40](/us/states/nd/districts/house/40.md) — 8% (state house)
|
||||
- [ND House District 3](/us/states/nd/districts/house/3.md) — 7% (state house)
|
||||
- [ND House District 4A](/us/states/nd/districts/house/4a.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: 14
|
||||
hispanic: 22
|
||||
bachelors_plus: 717
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/14"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/house/14"
|
||||
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, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 22 |
|
||||
| Bachelor's or higher | 717 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 14](/us/states/nd/districts/senate/14.md) — 100% (state senate)
|
||||
- [ND House District 14](/us/states/nd/districts/house/14.md) — 100% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,33 @@ demographics:
|
||||
race_native: 1218
|
||||
hispanic: 4028
|
||||
bachelors_plus: 7721
|
||||
districts:
|
||||
- to: "us/states/nd/districts/00"
|
||||
rel: in-district
|
||||
area_weight: 1.0
|
||||
- to: "us/states/nd/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.9026
|
||||
- to: "us/states/nd/districts/senate/23"
|
||||
rel: in-district
|
||||
area_weight: 0.0898
|
||||
- to: "us/states/nd/districts/senate/1"
|
||||
rel: in-district
|
||||
area_weight: 0.0075
|
||||
- to: "us/states/nd/districts/house/2"
|
||||
rel: in-district
|
||||
area_weight: 0.9026
|
||||
- to: "us/states/nd/districts/house/23"
|
||||
rel: in-district
|
||||
area_weight: 0.0898
|
||||
- to: "us/states/nd/districts/house/1"
|
||||
rel: in-district
|
||||
area_weight: 0.0075
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
- field: districts
|
||||
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nd]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +80,17 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 4028 |
|
||||
| Bachelor's or higher | 7721 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [ND-00](/us/states/nd/districts/00.md) — 100% (congressional)
|
||||
- [ND Senate District 2](/us/states/nd/districts/senate/2.md) — 90% (state senate)
|
||||
- [ND Senate District 23](/us/states/nd/districts/senate/23.md) — 9% (state senate)
|
||||
- [ND Senate District 1](/us/states/nd/districts/senate/1.md) — 1% (state senate)
|
||||
- [ND House District 2](/us/states/nd/districts/house/2.md) — 90% (state house)
|
||||
- [ND House District 23](/us/states/nd/districts/house/23.md) — 9% (state house)
|
||||
- [ND House District 1](/us/states/nd/districts/house/1.md) — 1% (state house)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 180357
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 1"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "1"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 1
|
||||
|
||||
State House district 1 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 10"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "10"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 10
|
||||
|
||||
State House district 10 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 11"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "11"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 11
|
||||
|
||||
State House district 11 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 12"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "12"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 12
|
||||
|
||||
State House district 12 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 13"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "13"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 13
|
||||
|
||||
State House district 13 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 14"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "14"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 14
|
||||
|
||||
State House district 14 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 15"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "15"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 15
|
||||
|
||||
State House district 15 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 16"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "16"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 16
|
||||
|
||||
State House district 16 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 17"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "17"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 17
|
||||
|
||||
State House district 17 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 18"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "18"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 18
|
||||
|
||||
State House district 18 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 19"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "19"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 19
|
||||
|
||||
State House district 19 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 2"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "2"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 2
|
||||
|
||||
State House district 2 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 20"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "20"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 20
|
||||
|
||||
State House district 20 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 21"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "21"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 21
|
||||
|
||||
State House district 21 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 22"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "22"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 22
|
||||
|
||||
State House district 22 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 23"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "23"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 23
|
||||
|
||||
State House district 23 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 24"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "24"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 24
|
||||
|
||||
State House district 24 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 25"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "25"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 25
|
||||
|
||||
State House district 25 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 26"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "26"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 26
|
||||
|
||||
State House district 26 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 27"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "27"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 27
|
||||
|
||||
State House district 27 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 28"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "28"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 28
|
||||
|
||||
State House district 28 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 29"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "29"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 29
|
||||
|
||||
State House district 29 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 3"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "3"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 3
|
||||
|
||||
State House district 3 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 30"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "30"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 30
|
||||
|
||||
State House district 30 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 31"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "31"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 31
|
||||
|
||||
State House district 31 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 32"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "32"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 32
|
||||
|
||||
State House district 32 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 33"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "33"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 33
|
||||
|
||||
State House district 33 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 34"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "34"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 34
|
||||
|
||||
State House district 34 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 35"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "35"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 35
|
||||
|
||||
State House district 35 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 36"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "36"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 36
|
||||
|
||||
State House district 36 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 37"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "37"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 37
|
||||
|
||||
State House district 37 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 38"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "38"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 38
|
||||
|
||||
State House district 38 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 39"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "39"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 39
|
||||
|
||||
State House district 39 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 40"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "40"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 40
|
||||
|
||||
State House district 40 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 41"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "41"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 41
|
||||
|
||||
State House district 41 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 42"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "42"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 42
|
||||
|
||||
State House district 42 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 43"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "43"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 43
|
||||
|
||||
State House district 43 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 44"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "44"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 44
|
||||
|
||||
State House district 44 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 45"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "45"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 45
|
||||
|
||||
State House district 45 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 46"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "46"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 46
|
||||
|
||||
State House district 46 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 47"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "47"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 47
|
||||
|
||||
State House district 47 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 4A"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "4A"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 4A
|
||||
|
||||
State House district 4A (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 4B"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "4B"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 4B
|
||||
|
||||
State House district 4B (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 5"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "5"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 5
|
||||
|
||||
State House district 5 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 6"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "6"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 6
|
||||
|
||||
State House district 6 (ND).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "ND House District 7"
|
||||
classification: state-house-district
|
||||
state: "ND"
|
||||
chamber: "house"
|
||||
district: "7"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nd]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# ND House District 7
|
||||
|
||||
State House district 7 (ND).
|
||||
|
||||
## 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