Graph: national county↔district↔legislator authority layer

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

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

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

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

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

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Fabio
2026-07-04 22:28:08 -04:00
parent 6c9990a115
commit 1beeaab2db
18213 changed files with 280514 additions and 3515 deletions
@@ -22,9 +22,24 @@ demographics:
race_native: 972
hispanic: 27012
bachelors_plus: 45835
districts:
- to: "us/states/nc/districts/09"
rel: in-district
area_weight: 0.9989
- to: "us/states/nc/districts/senate/25"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/64"
rel: in-district
area_weight: 0.5491
- to: "us/states/nc/districts/house/63"
rel: in-district
area_weight: 0.4506
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 27012 |
| Bachelor's or higher | 45835 |
## Districts
- [NC-09](/us/states/nc/districts/09.md) — 100% (congressional)
- [NC Senate District 25](/us/states/nc/districts/senate/25.md) — 100% (state senate)
- [NC House District 64](/us/states/nc/districts/house/64.md) — 55% (state house)
- [NC House District 63](/us/states/nc/districts/house/63.md) — 45% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 368
hispanic: 2031
bachelors_plus: 5902
districts:
- to: "us/states/nc/districts/05"
rel: in-district
area_weight: 0.9979
- to: "us/states/nc/districts/senate/36"
rel: in-district
area_weight: 0.9998
- to: "us/states/nc/districts/house/94"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2031 |
| Bachelor's or higher | 5902 |
## Districts
- [NC-05](/us/states/nc/districts/05.md) — 100% (congressional)
- [NC Senate District 36](/us/states/nc/districts/senate/36.md) — 100% (state senate)
- [NC House District 94](/us/states/nc/districts/house/94.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 9
hispanic: 1274
bachelors_plus: 2728
districts:
- to: "us/states/nc/districts/05"
rel: in-district
area_weight: 0.9998
- to: "us/states/nc/districts/senate/47"
rel: in-district
area_weight: 0.9996
- to: "us/states/nc/districts/house/93"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1274 |
| Bachelor's or higher | 2728 |
## Districts
- [NC-05](/us/states/nc/districts/05.md) — 100% (congressional)
- [NC Senate District 47](/us/states/nc/districts/senate/47.md) — 100% (state senate)
- [NC House District 93](/us/states/nc/districts/house/93.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: 129
hispanic: 932
bachelors_plus: 2044
districts:
- to: "us/states/nc/districts/08"
rel: in-district
area_weight: 0.9998
- to: "us/states/nc/districts/senate/29"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/55"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 932 |
| Bachelor's or higher | 2044 |
## Districts
- [NC-08](/us/states/nc/districts/08.md) — 100% (congressional)
- [NC Senate District 29](/us/states/nc/districts/senate/29.md) — 100% (state senate)
- [NC House District 55](/us/states/nc/districts/house/55.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: 139
hispanic: 1630
bachelors_plus: 7102
districts:
- to: "us/states/nc/districts/05"
rel: in-district
area_weight: 0.999
- to: "us/states/nc/districts/senate/47"
rel: in-district
area_weight: 0.9994
- to: "us/states/nc/districts/house/93"
rel: in-district
area_weight: 0.9994
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1630 |
| Bachelor's or higher | 7102 |
## Districts
- [NC-05](/us/states/nc/districts/05.md) — 100% (congressional)
- [NC Senate District 47](/us/states/nc/districts/senate/47.md) — 100% (state senate)
- [NC House District 93](/us/states/nc/districts/house/93.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: 19
hispanic: 1070
bachelors_plus: 4542
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9947
- to: "us/states/nc/districts/senate/47"
rel: in-district
area_weight: 0.9996
- to: "us/states/nc/districts/house/85"
rel: in-district
area_weight: 0.9993
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1070 |
| Bachelor's or higher | 4542 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 99% (congressional)
- [NC Senate District 47](/us/states/nc/districts/senate/47.md) — 100% (state senate)
- [NC House District 85](/us/states/nc/districts/house/85.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: 95
hispanic: 3513
bachelors_plus: 9294
districts:
- to: "us/states/nc/districts/03"
rel: in-district
area_weight: 0.896
- to: "us/states/nc/districts/senate/3"
rel: in-district
area_weight: 0.894
- to: "us/states/nc/districts/house/79"
rel: in-district
area_weight: 0.894
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3513 |
| Bachelor's or higher | 9294 |
## Districts
- [NC-03](/us/states/nc/districts/03.md) — 90% (congressional)
- [NC Senate District 3](/us/states/nc/districts/senate/3.md) — 89% (state senate)
- [NC House District 79](/us/states/nc/districts/house/79.md) — 89% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 76
hispanic: 422
bachelors_plus: 3339
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.9648
- to: "us/states/nc/districts/senate/1"
rel: in-district
area_weight: 0.9562
- to: "us/states/nc/districts/house/23"
rel: in-district
area_weight: 0.9564
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 422 |
| Bachelor's or higher | 3339 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 96% (congressional)
- [NC Senate District 1](/us/states/nc/districts/senate/1.md) — 96% (state senate)
- [NC House District 23](/us/states/nc/districts/house/23.md) — 96% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 957
hispanic: 2752
bachelors_plus: 5394
districts:
- to: "us/states/nc/districts/07"
rel: in-district
area_weight: 0.999
- to: "us/states/nc/districts/senate/9"
rel: in-district
area_weight: 0.9998
- to: "us/states/nc/districts/house/22"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2752 |
| Bachelor's or higher | 5394 |
## Districts
- [NC-07](/us/states/nc/districts/07.md) — 100% (congressional)
- [NC Senate District 9](/us/states/nc/districts/senate/9.md) — 100% (state senate)
- [NC House District 22](/us/states/nc/districts/house/22.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 505
hispanic: 8583
bachelors_plus: 58355
districts:
- to: "us/states/nc/districts/07"
rel: in-district
area_weight: 0.8508
- to: "us/states/nc/districts/senate/8"
rel: in-district
area_weight: 0.8476
- to: "us/states/nc/districts/house/17"
rel: in-district
area_weight: 0.6171
- to: "us/states/nc/districts/house/19"
rel: in-district
area_weight: 0.2304
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 8583 |
| Bachelor's or higher | 58355 |
## Districts
- [NC-07](/us/states/nc/districts/07.md) — 85% (congressional)
- [NC Senate District 8](/us/states/nc/districts/senate/8.md) — 85% (state senate)
- [NC House District 17](/us/states/nc/districts/house/17.md) — 62% (state house)
- [NC House District 19](/us/states/nc/districts/house/19.md) — 23% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,30 @@ demographics:
race_native: 559
hispanic: 23475
bachelors_plus: 133068
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9994
- to: "us/states/nc/districts/senate/46"
rel: in-district
area_weight: 0.5627
- to: "us/states/nc/districts/senate/49"
rel: in-district
area_weight: 0.4369
- to: "us/states/nc/districts/house/115"
rel: in-district
area_weight: 0.5331
- to: "us/states/nc/districts/house/114"
rel: in-district
area_weight: 0.3826
- to: "us/states/nc/districts/house/116"
rel: in-district
area_weight: 0.0838
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 23475 |
| Bachelor's or higher | 133068 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 46](/us/states/nc/districts/senate/46.md) — 56% (state senate)
- [NC Senate District 49](/us/states/nc/districts/senate/49.md) — 44% (state senate)
- [NC House District 115](/us/states/nc/districts/house/115.md) — 53% (state house)
- [NC House District 114](/us/states/nc/districts/house/114.md) — 38% (state house)
- [NC House District 116](/us/states/nc/districts/house/116.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: 619
hispanic: 7457
bachelors_plus: 18465
districts:
- to: "us/states/nc/districts/14"
rel: in-district
area_weight: 0.9969
- to: "us/states/nc/districts/senate/46"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/86"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 7457 |
| Bachelor's or higher | 18465 |
## Districts
- [NC-14](/us/states/nc/districts/14.md) — 100% (congressional)
- [NC Senate District 46](/us/states/nc/districts/senate/46.md) — 100% (state senate)
- [NC House District 86](/us/states/nc/districts/house/86.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: 437
hispanic: 30081
bachelors_plus: 81556
districts:
- to: "us/states/nc/districts/08"
rel: in-district
area_weight: 0.7733
- to: "us/states/nc/districts/06"
rel: in-district
area_weight: 0.2262
- to: "us/states/nc/districts/senate/34"
rel: in-district
area_weight: 0.9394
- to: "us/states/nc/districts/senate/35"
rel: in-district
area_weight: 0.0605
- to: "us/states/nc/districts/house/82"
rel: in-district
area_weight: 0.4738
- to: "us/states/nc/districts/house/73"
rel: in-district
area_weight: 0.4027
- to: "us/states/nc/districts/house/83"
rel: in-district
area_weight: 0.1234
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 30081 |
| Bachelor's or higher | 81556 |
## Districts
- [NC-08](/us/states/nc/districts/08.md) — 77% (congressional)
- [NC-06](/us/states/nc/districts/06.md) — 23% (congressional)
- [NC Senate District 34](/us/states/nc/districts/senate/34.md) — 94% (state senate)
- [NC Senate District 35](/us/states/nc/districts/senate/35.md) — 6% (state senate)
- [NC House District 82](/us/states/nc/districts/house/82.md) — 47% (state house)
- [NC House District 73](/us/states/nc/districts/house/73.md) — 40% (state house)
- [NC House District 83](/us/states/nc/districts/house/83.md) — 12% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 115
hispanic: 5381
bachelors_plus: 14648
districts:
- to: "us/states/nc/districts/05"
rel: in-district
area_weight: 0.997
- to: "us/states/nc/districts/senate/47"
rel: in-district
area_weight: 0.726
- to: "us/states/nc/districts/senate/45"
rel: in-district
area_weight: 0.2737
- to: "us/states/nc/districts/house/87"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 5381 |
| Bachelor's or higher | 14648 |
## Districts
- [NC-05](/us/states/nc/districts/05.md) — 100% (congressional)
- [NC Senate District 47](/us/states/nc/districts/senate/47.md) — 73% (state senate)
- [NC Senate District 45](/us/states/nc/districts/senate/45.md) — 27% (state senate)
- [NC House District 87](/us/states/nc/districts/house/87.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: 460
bachelors_plus: 3038
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.7983
- to: "us/states/nc/districts/senate/1"
rel: in-district
area_weight: 0.7849
- to: "us/states/nc/districts/house/5"
rel: in-district
area_weight: 0.7847
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 460 |
| Bachelor's or higher | 3038 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 80% (congressional)
- [NC Senate District 1](/us/states/nc/districts/senate/1.md) — 78% (state senate)
- [NC House District 5](/us/states/nc/districts/house/5.md) — 78% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 173
hispanic: 3401
bachelors_plus: 25262
districts:
- to: "us/states/nc/districts/03"
rel: in-district
area_weight: 0.4917
- to: "us/states/nc/districts/senate/2"
rel: in-district
area_weight: 0.4246
- to: "us/states/nc/districts/house/13"
rel: in-district
area_weight: 0.4246
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 3401 |
| Bachelor's or higher | 25262 |
## Districts
- [NC-03](/us/states/nc/districts/03.md) — 49% (congressional)
- [NC Senate District 2](/us/states/nc/districts/senate/2.md) — 42% (state senate)
- [NC House District 13](/us/states/nc/districts/house/13.md) — 42% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 9
hispanic: 1141
bachelors_plus: 3915
districts:
- to: "us/states/nc/districts/13"
rel: in-district
area_weight: 0.9993
- to: "us/states/nc/districts/senate/23"
rel: in-district
area_weight: 0.9993
- to: "us/states/nc/districts/house/50"
rel: in-district
area_weight: 0.9993
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1141 |
| Bachelor's or higher | 3915 |
## Districts
- [NC-13](/us/states/nc/districts/13.md) — 100% (congressional)
- [NC Senate District 23](/us/states/nc/districts/senate/23.md) — 100% (state senate)
- [NC House District 50](/us/states/nc/districts/house/50.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 944
hispanic: 18786
bachelors_plus: 38651
districts:
- to: "us/states/nc/districts/10"
rel: in-district
area_weight: 0.9987
- to: "us/states/nc/districts/senate/45"
rel: in-district
area_weight: 0.9996
- to: "us/states/nc/districts/house/89"
rel: in-district
area_weight: 0.7142
- to: "us/states/nc/districts/house/96"
rel: in-district
area_weight: 0.2855
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 18786 |
| Bachelor's or higher | 38651 |
## Districts
- [NC-10](/us/states/nc/districts/10.md) — 100% (congressional)
- [NC Senate District 45](/us/states/nc/districts/senate/45.md) — 100% (state senate)
- [NC House District 89](/us/states/nc/districts/house/89.md) — 71% (state house)
- [NC House District 96](/us/states/nc/districts/house/96.md) — 29% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 388
hispanic: 10930
bachelors_plus: 42787
districts:
- to: "us/states/nc/districts/09"
rel: in-district
area_weight: 0.6929
- to: "us/states/nc/districts/04"
rel: in-district
area_weight: 0.3056
- to: "us/states/nc/districts/senate/20"
rel: in-district
area_weight: 0.9998
- to: "us/states/nc/districts/house/54"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 10930 |
| Bachelor's or higher | 42787 |
## Districts
- [NC-09](/us/states/nc/districts/09.md) — 69% (congressional)
- [NC-04](/us/states/nc/districts/04.md) — 31% (congressional)
- [NC Senate District 20](/us/states/nc/districts/senate/20.md) — 100% (state senate)
- [NC House District 54](/us/states/nc/districts/house/54.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: 347
hispanic: 1088
bachelors_plus: 7570
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9994
- to: "us/states/nc/districts/senate/50"
rel: in-district
area_weight: 0.9995
- to: "us/states/nc/districts/house/120"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1088 |
| Bachelor's or higher | 7570 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 50](/us/states/nc/districts/senate/50.md) — 100% (state senate)
- [NC House District 120](/us/states/nc/districts/house/120.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 0
hispanic: 554
bachelors_plus: 3602
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.7689
- to: "us/states/nc/districts/senate/2"
rel: in-district
area_weight: 0.7568
- to: "us/states/nc/districts/house/1"
rel: in-district
area_weight: 0.757
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 554 |
| Bachelor's or higher | 3602 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 77% (congressional)
- [NC Senate District 2](/us/states/nc/districts/senate/2.md) — 76% (state senate)
- [NC House District 1](/us/states/nc/districts/house/1.md) — 76% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 43
hispanic: 481
bachelors_plus: 3757
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9993
- to: "us/states/nc/districts/senate/50"
rel: in-district
area_weight: 0.9993
- to: "us/states/nc/districts/house/120"
rel: in-district
area_weight: 0.9993
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 481 |
| Bachelor's or higher | 3757 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 50](/us/states/nc/districts/senate/50.md) — 100% (state senate)
- [NC House District 120](/us/states/nc/districts/house/120.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 353
hispanic: 4792
bachelors_plus: 20887
districts:
- to: "us/states/nc/districts/14"
rel: in-district
area_weight: 0.9994
- to: "us/states/nc/districts/senate/44"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/110"
rel: in-district
area_weight: 0.5098
- to: "us/states/nc/districts/house/111"
rel: in-district
area_weight: 0.49
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 4792 |
| Bachelor's or higher | 20887 |
## Districts
- [NC-14](/us/states/nc/districts/14.md) — 100% (congressional)
- [NC Senate District 44](/us/states/nc/districts/senate/44.md) — 100% (state senate)
- [NC House District 110](/us/states/nc/districts/house/110.md) — 51% (state house)
- [NC House District 111](/us/states/nc/districts/house/111.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: 2036
hispanic: 2831
bachelors_plus: 6912
districts:
- to: "us/states/nc/districts/07"
rel: in-district
area_weight: 0.9999
- to: "us/states/nc/districts/senate/8"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/46"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 2831 |
| Bachelor's or higher | 6912 |
## Districts
- [NC-07](/us/states/nc/districts/07.md) — 100% (congressional)
- [NC Senate District 8](/us/states/nc/districts/senate/8.md) — 100% (state senate)
- [NC House District 46](/us/states/nc/districts/house/46.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 375
hispanic: 7996
bachelors_plus: 26621
districts:
- to: "us/states/nc/districts/03"
rel: in-district
area_weight: 0.9594
- to: "us/states/nc/districts/senate/3"
rel: in-district
area_weight: 0.9444
- to: "us/states/nc/districts/house/3"
rel: in-district
area_weight: 0.836
- to: "us/states/nc/districts/house/13"
rel: in-district
area_weight: 0.1083
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 7996 |
| Bachelor's or higher | 26621 |
## Districts
- [NC-03](/us/states/nc/districts/03.md) — 96% (congressional)
- [NC Senate District 3](/us/states/nc/districts/senate/3.md) — 94% (state senate)
- [NC House District 3](/us/states/nc/districts/house/3.md) — 84% (state house)
- [NC House District 13](/us/states/nc/districts/house/13.md) — 11% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,36 @@ demographics:
race_native: 4103
hispanic: 42995
bachelors_plus: 79839
districts:
- to: "us/states/nc/districts/07"
rel: in-district
area_weight: 0.7952
- to: "us/states/nc/districts/09"
rel: in-district
area_weight: 0.2037
- to: "us/states/nc/districts/senate/21"
rel: in-district
area_weight: 0.8052
- to: "us/states/nc/districts/senate/19"
rel: in-district
area_weight: 0.1943
- to: "us/states/nc/districts/house/43"
rel: in-district
area_weight: 0.7005
- to: "us/states/nc/districts/house/42"
rel: in-district
area_weight: 0.1581
- to: "us/states/nc/districts/house/45"
rel: in-district
area_weight: 0.0772
- to: "us/states/nc/districts/house/44"
rel: in-district
area_weight: 0.0637
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +83,18 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 42995 |
| Bachelor's or higher | 79839 |
## Districts
- [NC-07](/us/states/nc/districts/07.md) — 80% (congressional)
- [NC-09](/us/states/nc/districts/09.md) — 20% (congressional)
- [NC Senate District 21](/us/states/nc/districts/senate/21.md) — 81% (state senate)
- [NC Senate District 19](/us/states/nc/districts/senate/19.md) — 19% (state senate)
- [NC House District 43](/us/states/nc/districts/house/43.md) — 70% (state house)
- [NC House District 42](/us/states/nc/districts/house/42.md) — 16% (state house)
- [NC House District 45](/us/states/nc/districts/house/45.md) — 8% (state house)
- [NC House District 44](/us/states/nc/districts/house/44.md) — 6% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 54
hispanic: 1587
bachelors_plus: 8959
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.5641
- to: "us/states/nc/districts/senate/1"
rel: in-district
area_weight: 0.5473
- to: "us/states/nc/districts/house/1"
rel: in-district
area_weight: 0.5472
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1587 |
| Bachelor's or higher | 8959 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 56% (congressional)
- [NC Senate District 1](/us/states/nc/districts/senate/1.md) — 55% (state senate)
- [NC House District 1](/us/states/nc/districts/house/1.md) — 55% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 47
hispanic: 2788
bachelors_plus: 16283
districts:
- to: "us/states/nc/districts/03"
rel: in-district
area_weight: 0.2927
- to: "us/states/nc/districts/senate/1"
rel: in-district
area_weight: 0.2651
- to: "us/states/nc/districts/house/1"
rel: in-district
area_weight: 0.2131
- to: "us/states/nc/districts/house/79"
rel: in-district
area_weight: 0.052
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 5 officeholders mapped.
| Hispanic/Latino | 2788 |
| Bachelor's or higher | 16283 |
## Districts
- [NC-03](/us/states/nc/districts/03.md) — 29% (congressional)
- [NC Senate District 1](/us/states/nc/districts/senate/1.md) — 27% (state senate)
- [NC House District 1](/us/states/nc/districts/house/1.md) — 21% (state house)
- [NC House District 79](/us/states/nc/districts/house/79.md) — 5% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 373
hispanic: 15456
bachelors_plus: 34779
districts:
- to: "us/states/nc/districts/06"
rel: in-district
area_weight: 1.0
- to: "us/states/nc/districts/senate/30"
rel: in-district
area_weight: 0.9998
- to: "us/states/nc/districts/house/80"
rel: in-district
area_weight: 0.53
- to: "us/states/nc/districts/house/81"
rel: in-district
area_weight: 0.4698
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 5 officeholders mapped.
| Hispanic/Latino | 15456 |
| Bachelor's or higher | 34779 |
## Districts
- [NC-06](/us/states/nc/districts/06.md) — 100% (congressional)
- [NC Senate District 30](/us/states/nc/districts/senate/30.md) — 100% (state senate)
- [NC House District 80](/us/states/nc/districts/house/80.md) — 53% (state house)
- [NC House District 81](/us/states/nc/districts/house/81.md) — 47% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 170
hispanic: 3645
bachelors_plus: 11550
districts:
- to: "us/states/nc/districts/06"
rel: in-district
area_weight: 0.9995
- to: "us/states/nc/districts/senate/30"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/77"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3645 |
| Bachelor's or higher | 11550 |
## Districts
- [NC-06](/us/states/nc/districts/06.md) — 100% (congressional)
- [NC Senate District 30](/us/states/nc/districts/senate/30.md) — 100% (state senate)
- [NC House District 77](/us/states/nc/districts/house/77.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: 273
hispanic: 11496
bachelors_plus: 7506
districts:
- to: "us/states/nc/districts/03"
rel: in-district
area_weight: 0.9982
- to: "us/states/nc/districts/senate/9"
rel: in-district
area_weight: 1.0
- to: "us/states/nc/districts/house/4"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 11496 |
| Bachelor's or higher | 7506 |
## Districts
- [NC-03](/us/states/nc/districts/03.md) — 100% (congressional)
- [NC Senate District 9](/us/states/nc/districts/senate/9.md) — 100% (state senate)
- [NC House District 4](/us/states/nc/districts/house/4.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: 2258
hispanic: 52523
bachelors_plus: 189392
districts:
- to: "us/states/nc/districts/04"
rel: in-district
area_weight: 0.9987
- to: "us/states/nc/districts/senate/22"
rel: in-district
area_weight: 0.7447
- to: "us/states/nc/districts/senate/20"
rel: in-district
area_weight: 0.2549
- to: "us/states/nc/districts/house/2"
rel: in-district
area_weight: 0.4461
- to: "us/states/nc/districts/house/31"
rel: in-district
area_weight: 0.2735
- to: "us/states/nc/districts/house/29"
rel: in-district
area_weight: 0.1513
- to: "us/states/nc/districts/house/30"
rel: in-district
area_weight: 0.1288
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 52523 |
| Bachelor's or higher | 189392 |
## Districts
- [NC-04](/us/states/nc/districts/04.md) — 100% (congressional)
- [NC Senate District 22](/us/states/nc/districts/senate/22.md) — 74% (state senate)
- [NC Senate District 20](/us/states/nc/districts/senate/20.md) — 25% (state senate)
- [NC House District 2](/us/states/nc/districts/house/2.md) — 45% (state house)
- [NC House District 31](/us/states/nc/districts/house/31.md) — 27% (state house)
- [NC House District 29](/us/states/nc/districts/house/29.md) — 15% (state house)
- [NC House District 30](/us/states/nc/districts/house/30.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: 188
hispanic: 3005
bachelors_plus: 7812
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.9985
- to: "us/states/nc/districts/senate/5"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/23"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 3005 |
| Bachelor's or higher | 7812 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 100% (congressional)
- [NC Senate District 5](/us/states/nc/districts/senate/5.md) — 100% (state senate)
- [NC House District 23](/us/states/nc/districts/house/23.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: 1613
hispanic: 58888
bachelors_plus: 140974
districts:
- to: "us/states/nc/districts/10"
rel: in-district
area_weight: 0.6479
- to: "us/states/nc/districts/06"
rel: in-district
area_weight: 0.352
- to: "us/states/nc/districts/senate/31"
rel: in-district
area_weight: 0.7154
- to: "us/states/nc/districts/senate/32"
rel: in-district
area_weight: 0.2844
- to: "us/states/nc/districts/house/74"
rel: in-district
area_weight: 0.3193
- to: "us/states/nc/districts/house/75"
rel: in-district
area_weight: 0.2909
- to: "us/states/nc/districts/house/91"
rel: in-district
area_weight: 0.1831
- to: "us/states/nc/districts/house/71"
rel: in-district
area_weight: 0.111
- to: "us/states/nc/districts/house/72"
rel: in-district
area_weight: 0.0956
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +86,19 @@ County jurisdiction — 4 officeholders mapped.
| Hispanic/Latino | 58888 |
| Bachelor's or higher | 140974 |
## Districts
- [NC-10](/us/states/nc/districts/10.md) — 65% (congressional)
- [NC-06](/us/states/nc/districts/06.md) — 35% (congressional)
- [NC Senate District 31](/us/states/nc/districts/senate/31.md) — 72% (state senate)
- [NC Senate District 32](/us/states/nc/districts/senate/32.md) — 28% (state senate)
- [NC House District 74](/us/states/nc/districts/house/74.md) — 32% (state house)
- [NC House District 75](/us/states/nc/districts/house/75.md) — 29% (state house)
- [NC House District 91](/us/states/nc/districts/house/91.md) — 18% (state house)
- [NC House District 71](/us/states/nc/districts/house/71.md) — 11% (state house)
- [NC House District 72](/us/states/nc/districts/house/72.md) — 10% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 191
hispanic: 8319
bachelors_plus: 18700
districts:
- to: "us/states/nc/districts/13"
rel: in-district
area_weight: 0.9987
- to: "us/states/nc/districts/senate/11"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/7"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 8319 |
| Bachelor's or higher | 18700 |
## Districts
- [NC-13](/us/states/nc/districts/13.md) — 100% (congressional)
- [NC Senate District 11](/us/states/nc/districts/senate/11.md) — 100% (state senate)
- [NC House District 7](/us/states/nc/districts/house/7.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,30 @@ demographics:
race_native: 912
hispanic: 23213
bachelors_plus: 57085
districts:
- to: "us/states/nc/districts/14"
rel: in-district
area_weight: 0.9995
- to: "us/states/nc/districts/senate/43"
rel: in-district
area_weight: 0.8192
- to: "us/states/nc/districts/senate/44"
rel: in-district
area_weight: 0.1802
- to: "us/states/nc/districts/house/108"
rel: in-district
area_weight: 0.3948
- to: "us/states/nc/districts/house/110"
rel: in-district
area_weight: 0.3612
- to: "us/states/nc/districts/house/109"
rel: in-district
area_weight: 0.2433
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 23213 |
| Bachelor's or higher | 57085 |
## Districts
- [NC-14](/us/states/nc/districts/14.md) — 100% (congressional)
- [NC Senate District 43](/us/states/nc/districts/senate/43.md) — 82% (state senate)
- [NC Senate District 44](/us/states/nc/districts/senate/44.md) — 18% (state senate)
- [NC House District 108](/us/states/nc/districts/house/108.md) — 39% (state house)
- [NC House District 110](/us/states/nc/districts/house/110.md) — 36% (state house)
- [NC House District 109](/us/states/nc/districts/house/109.md) — 24% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 56
hispanic: 225
bachelors_plus: 1154
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.9995
- to: "us/states/nc/districts/senate/1"
rel: in-district
area_weight: 0.9993
- to: "us/states/nc/districts/house/5"
rel: in-district
area_weight: 0.9993
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 225 |
| Bachelor's or higher | 1154 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 100% (congressional)
- [NC Senate District 1](/us/states/nc/districts/senate/1.md) — 100% (state senate)
- [NC House District 5](/us/states/nc/districts/house/5.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: 817
hispanic: 240
bachelors_plus: 1379
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9988
- to: "us/states/nc/districts/senate/50"
rel: in-district
area_weight: 0.9991
- to: "us/states/nc/districts/house/120"
rel: in-district
area_weight: 0.9988
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 240 |
| Bachelor's or higher | 1379 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 50](/us/states/nc/districts/senate/50.md) — 100% (state senate)
- [NC House District 120](/us/states/nc/districts/house/120.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 274
hispanic: 6751
bachelors_plus: 14675
districts:
- to: "us/states/nc/districts/13"
rel: in-district
area_weight: 0.9415
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.0581
- to: "us/states/nc/districts/senate/18"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/32"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 6751 |
| Bachelor's or higher | 14675 |
## Districts
- [NC-13](/us/states/nc/districts/13.md) — 94% (congressional)
- [NC-01](/us/states/nc/districts/01.md) — 6% (congressional)
- [NC Senate District 18](/us/states/nc/districts/senate/18.md) — 100% (state senate)
- [NC House District 32](/us/states/nc/districts/house/32.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: 221
hispanic: 3166
bachelors_plus: 2227
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.9967
- to: "us/states/nc/districts/senate/4"
rel: in-district
area_weight: 0.9995
- to: "us/states/nc/districts/house/12"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 3166 |
| Bachelor's or higher | 2227 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 100% (congressional)
- [NC Senate District 4](/us/states/nc/districts/senate/4.md) — 100% (state senate)
- [NC House District 12](/us/states/nc/districts/house/12.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,48 @@ demographics:
race_native: 1585
hispanic: 55083
bachelors_plus: 195459
districts:
- to: "us/states/nc/districts/09"
rel: in-district
area_weight: 0.5404
- to: "us/states/nc/districts/05"
rel: in-district
area_weight: 0.3044
- to: "us/states/nc/districts/06"
rel: in-district
area_weight: 0.1553
- to: "us/states/nc/districts/senate/26"
rel: in-district
area_weight: 0.6278
- to: "us/states/nc/districts/senate/27"
rel: in-district
area_weight: 0.2307
- to: "us/states/nc/districts/senate/28"
rel: in-district
area_weight: 0.1415
- to: "us/states/nc/districts/house/59"
rel: in-district
area_weight: 0.4905
- to: "us/states/nc/districts/house/62"
rel: in-district
area_weight: 0.2427
- to: "us/states/nc/districts/house/58"
rel: in-district
area_weight: 0.0833
- to: "us/states/nc/districts/house/57"
rel: in-district
area_weight: 0.0751
- to: "us/states/nc/districts/house/60"
rel: in-district
area_weight: 0.0673
- to: "us/states/nc/districts/house/61"
rel: in-district
area_weight: 0.041
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +95,22 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 55083 |
| Bachelor's or higher | 195459 |
## Districts
- [NC-09](/us/states/nc/districts/09.md) — 54% (congressional)
- [NC-05](/us/states/nc/districts/05.md) — 30% (congressional)
- [NC-06](/us/states/nc/districts/06.md) — 16% (congressional)
- [NC Senate District 26](/us/states/nc/districts/senate/26.md) — 63% (state senate)
- [NC Senate District 27](/us/states/nc/districts/senate/27.md) — 23% (state senate)
- [NC Senate District 28](/us/states/nc/districts/senate/28.md) — 14% (state senate)
- [NC House District 59](/us/states/nc/districts/house/59.md) — 49% (state house)
- [NC House District 62](/us/states/nc/districts/house/62.md) — 24% (state house)
- [NC House District 58](/us/states/nc/districts/house/58.md) — 8% (state house)
- [NC House District 57](/us/states/nc/districts/house/57.md) — 8% (state house)
- [NC House District 60](/us/states/nc/districts/house/60.md) — 7% (state house)
- [NC House District 61](/us/states/nc/districts/house/61.md) — 4% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 1378
hispanic: 1612
bachelors_plus: 7258
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/nc/districts/senate/2"
rel: in-district
area_weight: 0.9995
- to: "us/states/nc/districts/house/27"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1612 |
| Bachelor's or higher | 7258 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 100% (congressional)
- [NC Senate District 2](/us/states/nc/districts/senate/2.md) — 100% (state senate)
- [NC House District 27](/us/states/nc/districts/house/27.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 1674
hispanic: 21043
bachelors_plus: 30283
districts:
- to: "us/states/nc/districts/13"
rel: in-district
area_weight: 0.9978
- to: "us/states/nc/districts/senate/12"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/6"
rel: in-district
area_weight: 0.748
- to: "us/states/nc/districts/house/53"
rel: in-district
area_weight: 0.2516
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 21043 |
| Bachelor's or higher | 30283 |
## Districts
- [NC-13](/us/states/nc/districts/13.md) — 100% (congressional)
- [NC Senate District 12](/us/states/nc/districts/senate/12.md) — 100% (state senate)
- [NC House District 6](/us/states/nc/districts/house/6.md) — 75% (state house)
- [NC House District 53](/us/states/nc/districts/house/53.md) — 25% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 414
hispanic: 3103
bachelors_plus: 19499
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9996
- to: "us/states/nc/districts/senate/50"
rel: in-district
area_weight: 0.7374
- to: "us/states/nc/districts/senate/47"
rel: in-district
area_weight: 0.2621
- to: "us/states/nc/districts/house/118"
rel: in-district
area_weight: 0.9992
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3103 |
| Bachelor's or higher | 19499 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 50](/us/states/nc/districts/senate/50.md) — 74% (state senate)
- [NC Senate District 47](/us/states/nc/districts/senate/47.md) — 26% (state senate)
- [NC House District 118](/us/states/nc/districts/house/118.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 1524
hispanic: 15507
bachelors_plus: 44465
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9978
- to: "us/states/nc/districts/senate/48"
rel: in-district
area_weight: 0.9988
- to: "us/states/nc/districts/house/117"
rel: in-district
area_weight: 0.6671
- to: "us/states/nc/districts/house/113"
rel: in-district
area_weight: 0.3317
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 15507 |
| Bachelor's or higher | 44465 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 48](/us/states/nc/districts/senate/48.md) — 100% (state senate)
- [NC House District 117](/us/states/nc/districts/house/117.md) — 67% (state house)
- [NC House District 113](/us/states/nc/districts/house/113.md) — 33% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 342
hispanic: 1274
bachelors_plus: 3189
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.996
- to: "us/states/nc/districts/senate/1"
rel: in-district
area_weight: 0.9953
- to: "us/states/nc/districts/house/5"
rel: in-district
area_weight: 0.9951
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1274 |
| Bachelor's or higher | 3189 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 100% (congressional)
- [NC Senate District 1](/us/states/nc/districts/senate/1.md) — 100% (state senate)
- [NC House District 5](/us/states/nc/districts/house/5.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: 3741
hispanic: 8415
bachelors_plus: 10904
districts:
- to: "us/states/nc/districts/09"
rel: in-district
area_weight: 0.9987
- to: "us/states/nc/districts/senate/24"
rel: in-district
area_weight: 0.9996
- to: "us/states/nc/districts/house/48"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 8415 |
| Bachelor's or higher | 10904 |
## Districts
- [NC-09](/us/states/nc/districts/09.md) — 100% (congressional)
- [NC Senate District 24](/us/states/nc/districts/senate/24.md) — 100% (state senate)
- [NC House District 48](/us/states/nc/districts/house/48.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: 67
hispanic: 464
bachelors_plus: 675
districts:
- to: "us/states/nc/districts/03"
rel: in-district
area_weight: 0.5155
- to: "us/states/nc/districts/senate/2"
rel: in-district
area_weight: 0.4832
- to: "us/states/nc/districts/house/79"
rel: in-district
area_weight: 0.4832
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 464 |
| Bachelor's or higher | 675 |
## Districts
- [NC-03](/us/states/nc/districts/03.md) — 52% (congressional)
- [NC Senate District 2](/us/states/nc/districts/senate/2.md) — 48% (state senate)
- [NC House District 79](/us/states/nc/districts/house/79.md) — 48% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 351
hispanic: 18191
bachelors_plus: 62122
districts:
- to: "us/states/nc/districts/10"
rel: in-district
area_weight: 0.9985
- to: "us/states/nc/districts/senate/37"
rel: in-district
area_weight: 0.9998
- to: "us/states/nc/districts/house/84"
rel: in-district
area_weight: 0.7397
- to: "us/states/nc/districts/house/95"
rel: in-district
area_weight: 0.1659
- to: "us/states/nc/districts/house/89"
rel: in-district
area_weight: 0.0943
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 18191 |
| Bachelor's or higher | 62122 |
## Districts
- [NC-10](/us/states/nc/districts/10.md) — 100% (congressional)
- [NC Senate District 37](/us/states/nc/districts/senate/37.md) — 100% (state senate)
- [NC House District 84](/us/states/nc/districts/house/84.md) — 74% (state house)
- [NC House District 95](/us/states/nc/districts/house/95.md) — 17% (state house)
- [NC House District 89](/us/states/nc/districts/house/89.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: 2907
hispanic: 3500
bachelors_plus: 12517
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 1.0
- to: "us/states/nc/districts/senate/50"
rel: in-district
area_weight: 0.9999
- to: "us/states/nc/districts/house/119"
rel: in-district
area_weight: 0.9994
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 3500 |
| Bachelor's or higher | 12517 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 50](/us/states/nc/districts/senate/50.md) — 100% (state senate)
- [NC House District 119](/us/states/nc/districts/house/119.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: 2293
hispanic: 39336
bachelors_plus: 58326
districts:
- to: "us/states/nc/districts/13"
rel: in-district
area_weight: 0.9985
- to: "us/states/nc/districts/senate/10"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/28"
rel: in-district
area_weight: 0.6514
- to: "us/states/nc/districts/house/26"
rel: in-district
area_weight: 0.2538
- to: "us/states/nc/districts/house/53"
rel: in-district
area_weight: 0.0946
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 39336 |
| Bachelor's or higher | 58326 |
## Districts
- [NC-13](/us/states/nc/districts/13.md) — 100% (congressional)
- [NC Senate District 10](/us/states/nc/districts/senate/10.md) — 100% (state senate)
- [NC House District 28](/us/states/nc/districts/house/28.md) — 65% (state house)
- [NC House District 26](/us/states/nc/districts/house/26.md) — 25% (state house)
- [NC House District 53](/us/states/nc/districts/house/53.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: 43
hispanic: 471
bachelors_plus: 1714
districts:
- to: "us/states/nc/districts/03"
rel: in-district
area_weight: 1.0
- to: "us/states/nc/districts/senate/9"
rel: in-district
area_weight: 0.9995
- to: "us/states/nc/districts/house/12"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 471 |
| Bachelor's or higher | 1714 |
## Districts
- [NC-03](/us/states/nc/districts/03.md) — 100% (congressional)
- [NC Senate District 9](/us/states/nc/districts/senate/9.md) — 100% (state senate)
- [NC House District 12](/us/states/nc/districts/house/12.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 155
hispanic: 14286
bachelors_plus: 12750
districts:
- to: "us/states/nc/districts/13"
rel: in-district
area_weight: 0.9918
- to: "us/states/nc/districts/09"
rel: in-district
area_weight: 0.0082
- to: "us/states/nc/districts/senate/12"
rel: in-district
area_weight: 0.9995
- to: "us/states/nc/districts/house/51"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 14286 |
| Bachelor's or higher | 12750 |
## Districts
- [NC-13](/us/states/nc/districts/13.md) — 99% (congressional)
- [NC-09](/us/states/nc/districts/09.md) — 1% (congressional)
- [NC Senate District 12](/us/states/nc/districts/senate/12.md) — 100% (state senate)
- [NC House District 51](/us/states/nc/districts/house/51.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 139
hispanic: 4843
bachelors_plus: 8499
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.998
- to: "us/states/nc/districts/senate/3"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/12"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 4843 |
| Bachelor's or higher | 8499 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 100% (congressional)
- [NC Senate District 3](/us/states/nc/districts/senate/3.md) — 100% (state senate)
- [NC House District 12](/us/states/nc/districts/house/12.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 300
hispanic: 7542
bachelors_plus: 24776
districts:
- to: "us/states/nc/districts/10"
rel: in-district
area_weight: 0.9993
- to: "us/states/nc/districts/senate/44"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/97"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 7542 |
| Bachelor's or higher | 24776 |
## Districts
- [NC-10](/us/states/nc/districts/10.md) — 100% (congressional)
- [NC Senate District 44](/us/states/nc/districts/senate/44.md) — 100% (state senate)
- [NC House District 97](/us/states/nc/districts/house/97.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: 141
hispanic: 3806
bachelors_plus: 11054
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/senate/50"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/120"
rel: in-district
area_weight: 0.9992
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 3806 |
| Bachelor's or higher | 11054 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 50](/us/states/nc/districts/senate/50.md) — 100% (state senate)
- [NC House District 120](/us/states/nc/districts/house/120.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 21
hispanic: 796
bachelors_plus: 6902
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9977
- to: "us/states/nc/districts/senate/47"
rel: in-district
area_weight: 0.9987
- to: "us/states/nc/districts/house/118"
rel: in-district
area_weight: 0.9986
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 796 |
| Bachelor's or higher | 6902 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 47](/us/states/nc/districts/senate/47.md) — 100% (state senate)
- [NC House District 118](/us/states/nc/districts/house/118.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 16
hispanic: 963
bachelors_plus: 3344
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.9996
- to: "us/states/nc/districts/senate/2"
rel: in-district
area_weight: 0.9996
- to: "us/states/nc/districts/house/23"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 963 |
| Bachelor's or higher | 3344 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 100% (congressional)
- [NC Senate District 2](/us/states/nc/districts/senate/2.md) — 100% (state senate)
- [NC House District 23](/us/states/nc/districts/house/23.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 196
hispanic: 3170
bachelors_plus: 7837
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9965
- to: "us/states/nc/districts/senate/46"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/85"
rel: in-district
area_weight: 0.8264
- to: "us/states/nc/districts/house/113"
rel: in-district
area_weight: 0.1734
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 3170 |
| Bachelor's or higher | 7837 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 46](/us/states/nc/districts/senate/46.md) — 100% (state senate)
- [NC House District 85](/us/states/nc/districts/house/85.md) — 83% (state house)
- [NC House District 113](/us/states/nc/districts/house/113.md) — 17% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,78 @@ demographics:
race_native: 5349
hispanic: 184569
bachelors_plus: 526518
districts:
- to: "us/states/nc/districts/12"
rel: in-district
area_weight: 0.5022
- to: "us/states/nc/districts/14"
rel: in-district
area_weight: 0.3608
- to: "us/states/nc/districts/08"
rel: in-district
area_weight: 0.1364
- to: "us/states/nc/districts/senate/38"
rel: in-district
area_weight: 0.2475
- to: "us/states/nc/districts/senate/39"
rel: in-district
area_weight: 0.208
- to: "us/states/nc/districts/senate/42"
rel: in-district
area_weight: 0.1933
- to: "us/states/nc/districts/senate/41"
rel: in-district
area_weight: 0.1625
- to: "us/states/nc/districts/senate/40"
rel: in-district
area_weight: 0.1351
- to: "us/states/nc/districts/senate/37"
rel: in-district
area_weight: 0.0532
- to: "us/states/nc/districts/house/92"
rel: in-district
area_weight: 0.1314
- to: "us/states/nc/districts/house/101"
rel: in-district
area_weight: 0.127
- to: "us/states/nc/districts/house/98"
rel: in-district
area_weight: 0.1227
- to: "us/states/nc/districts/house/105"
rel: in-district
area_weight: 0.111
- to: "us/states/nc/districts/house/106"
rel: in-district
area_weight: 0.0739
- to: "us/states/nc/districts/house/107"
rel: in-district
area_weight: 0.0687
- to: "us/states/nc/districts/house/112"
rel: in-district
area_weight: 0.0652
- to: "us/states/nc/districts/house/103"
rel: in-district
area_weight: 0.0593
- to: "us/states/nc/districts/house/99"
rel: in-district
area_weight: 0.0525
- to: "us/states/nc/districts/house/100"
rel: in-district
area_weight: 0.0521
- to: "us/states/nc/districts/house/104"
rel: in-district
area_weight: 0.0499
- to: "us/states/nc/districts/house/88"
rel: in-district
area_weight: 0.0481
- to: "us/states/nc/districts/house/102"
rel: in-district
area_weight: 0.0377
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +125,32 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 184569 |
| Bachelor's or higher | 526518 |
## Districts
- [NC-12](/us/states/nc/districts/12.md) — 50% (congressional)
- [NC-14](/us/states/nc/districts/14.md) — 36% (congressional)
- [NC-08](/us/states/nc/districts/08.md) — 14% (congressional)
- [NC Senate District 38](/us/states/nc/districts/senate/38.md) — 25% (state senate)
- [NC Senate District 39](/us/states/nc/districts/senate/39.md) — 21% (state senate)
- [NC Senate District 42](/us/states/nc/districts/senate/42.md) — 19% (state senate)
- [NC Senate District 41](/us/states/nc/districts/senate/41.md) — 16% (state senate)
- [NC Senate District 40](/us/states/nc/districts/senate/40.md) — 14% (state senate)
- [NC Senate District 37](/us/states/nc/districts/senate/37.md) — 5% (state senate)
- [NC House District 92](/us/states/nc/districts/house/92.md) — 13% (state house)
- [NC House District 101](/us/states/nc/districts/house/101.md) — 13% (state house)
- [NC House District 98](/us/states/nc/districts/house/98.md) — 12% (state house)
- [NC House District 105](/us/states/nc/districts/house/105.md) — 11% (state house)
- [NC House District 106](/us/states/nc/districts/house/106.md) — 7% (state house)
- [NC House District 107](/us/states/nc/districts/house/107.md) — 7% (state house)
- [NC House District 112](/us/states/nc/districts/house/112.md) — 7% (state house)
- [NC House District 103](/us/states/nc/districts/house/103.md) — 6% (state house)
- [NC House District 99](/us/states/nc/districts/house/99.md) — 5% (state house)
- [NC House District 100](/us/states/nc/districts/house/100.md) — 5% (state house)
- [NC House District 104](/us/states/nc/districts/house/104.md) — 5% (state house)
- [NC House District 88](/us/states/nc/districts/house/88.md) — 5% (state house)
- [NC House District 102](/us/states/nc/districts/house/102.md) — 4% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 42
hispanic: 836
bachelors_plus: 3777
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9989
- to: "us/states/nc/districts/senate/47"
rel: in-district
area_weight: 0.9989
- to: "us/states/nc/districts/house/85"
rel: in-district
area_weight: 0.9991
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 836 |
| Bachelor's or higher | 3777 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 47](/us/states/nc/districts/senate/47.md) — 100% (state senate)
- [NC House District 85](/us/states/nc/districts/house/85.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: 326
hispanic: 4115
bachelors_plus: 4941
districts:
- to: "us/states/nc/districts/08"
rel: in-district
area_weight: 0.9996
- to: "us/states/nc/districts/senate/29"
rel: in-district
area_weight: 0.9998
- to: "us/states/nc/districts/house/67"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 4115 |
| Bachelor's or higher | 4941 |
## Districts
- [NC-08](/us/states/nc/districts/08.md) — 100% (congressional)
- [NC Senate District 29](/us/states/nc/districts/senate/29.md) — 100% (state senate)
- [NC House District 67](/us/states/nc/districts/house/67.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: 474
hispanic: 8196
bachelors_plus: 44451
districts:
- to: "us/states/nc/districts/09"
rel: in-district
area_weight: 0.9954
- to: "us/states/nc/districts/senate/21"
rel: in-district
area_weight: 0.9996
- to: "us/states/nc/districts/house/78"
rel: in-district
area_weight: 0.4711
- to: "us/states/nc/districts/house/51"
rel: in-district
area_weight: 0.3284
- to: "us/states/nc/districts/house/52"
rel: in-district
area_weight: 0.2003
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 8196 |
| Bachelor's or higher | 44451 |
## Districts
- [NC-09](/us/states/nc/districts/09.md) — 100% (congressional)
- [NC Senate District 21](/us/states/nc/districts/senate/21.md) — 100% (state senate)
- [NC House District 78](/us/states/nc/districts/house/78.md) — 47% (state house)
- [NC House District 51](/us/states/nc/districts/house/51.md) — 33% (state house)
- [NC House District 52](/us/states/nc/districts/house/52.md) — 20% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 620
hispanic: 7925
bachelors_plus: 19714
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.9988
- to: "us/states/nc/districts/senate/11"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/25"
rel: in-district
area_weight: 0.9647
- to: "us/states/nc/districts/house/24"
rel: in-district
area_weight: 0.0349
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 7925 |
| Bachelor's or higher | 19714 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 100% (congressional)
- [NC Senate District 11](/us/states/nc/districts/senate/11.md) — 100% (state senate)
- [NC House District 25](/us/states/nc/districts/house/25.md) — 96% (state house)
- [NC House District 24](/us/states/nc/districts/house/24.md) — 3% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,30 @@ demographics:
race_native: 405
hispanic: 18547
bachelors_plus: 100756
districts:
- to: "us/states/nc/districts/07"
rel: in-district
area_weight: 0.6638
- to: "us/states/nc/districts/senate/7"
rel: in-district
area_weight: 0.6363
- to: "us/states/nc/districts/senate/8"
rel: in-district
area_weight: 0.0306
- to: "us/states/nc/districts/house/20"
rel: in-district
area_weight: 0.4082
- to: "us/states/nc/districts/house/19"
rel: in-district
area_weight: 0.1371
- to: "us/states/nc/districts/house/18"
rel: in-district
area_weight: 0.1215
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction — 4 officeholders mapped.
| Hispanic/Latino | 18547 |
| Bachelor's or higher | 100756 |
## Districts
- [NC-07](/us/states/nc/districts/07.md) — 66% (congressional)
- [NC Senate District 7](/us/states/nc/districts/senate/7.md) — 64% (state senate)
- [NC Senate District 8](/us/states/nc/districts/senate/8.md) — 3% (state senate)
- [NC House District 20](/us/states/nc/districts/house/20.md) — 41% (state house)
- [NC House District 19](/us/states/nc/districts/house/19.md) — 14% (state house)
- [NC House District 18](/us/states/nc/districts/house/18.md) — 12% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 50
hispanic: 407
bachelors_plus: 3180
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.9999
- to: "us/states/nc/districts/senate/1"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/27"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 407 |
| Bachelor's or higher | 3180 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 100% (congressional)
- [NC Senate District 1](/us/states/nc/districts/senate/1.md) — 100% (state senate)
- [NC House District 27](/us/states/nc/districts/house/27.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: 1465
hispanic: 29152
bachelors_plus: 40106
districts:
- to: "us/states/nc/districts/03"
rel: in-district
area_weight: 0.8993
- to: "us/states/nc/districts/senate/6"
rel: in-district
area_weight: 0.8853
- to: "us/states/nc/districts/house/14"
rel: in-district
area_weight: 0.3528
- to: "us/states/nc/districts/house/15"
rel: in-district
area_weight: 0.3376
- to: "us/states/nc/districts/house/16"
rel: in-district
area_weight: 0.1949
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 29152 |
| Bachelor's or higher | 40106 |
## Districts
- [NC-03](/us/states/nc/districts/03.md) — 90% (congressional)
- [NC Senate District 6](/us/states/nc/districts/senate/6.md) — 89% (state senate)
- [NC House District 14](/us/states/nc/districts/house/14.md) — 35% (state house)
- [NC House District 15](/us/states/nc/districts/house/15.md) — 34% (state house)
- [NC House District 16](/us/states/nc/districts/house/16.md) — 19% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 775
hispanic: 15914
bachelors_plus: 90959
districts:
- to: "us/states/nc/districts/04"
rel: in-district
area_weight: 0.9994
- to: "us/states/nc/districts/senate/23"
rel: in-district
area_weight: 0.9999
- to: "us/states/nc/districts/house/50"
rel: in-district
area_weight: 0.8602
- to: "us/states/nc/districts/house/56"
rel: in-district
area_weight: 0.1397
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 15914 |
| Bachelor's or higher | 90959 |
## Districts
- [NC-04](/us/states/nc/districts/04.md) — 100% (congressional)
- [NC Senate District 23](/us/states/nc/districts/senate/23.md) — 100% (state senate)
- [NC House District 50](/us/states/nc/districts/house/50.md) — 86% (state house)
- [NC House District 56](/us/states/nc/districts/house/56.md) — 14% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 23
hispanic: 600
bachelors_plus: 3705
districts:
- to: "us/states/nc/districts/03"
rel: in-district
area_weight: 0.6888
- to: "us/states/nc/districts/senate/2"
rel: in-district
area_weight: 0.6495
- to: "us/states/nc/districts/house/79"
rel: in-district
area_weight: 0.6495
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 600 |
| Bachelor's or higher | 3705 |
## Districts
- [NC-03](/us/states/nc/districts/03.md) — 69% (congressional)
- [NC Senate District 2](/us/states/nc/districts/senate/2.md) — 65% (state senate)
- [NC House District 79](/us/states/nc/districts/house/79.md) — 65% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 198
hispanic: 2469
bachelors_plus: 10250
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.8047
- to: "us/states/nc/districts/senate/1"
rel: in-district
area_weight: 0.8001
- to: "us/states/nc/districts/house/5"
rel: in-district
area_weight: 0.8
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 2469 |
| Bachelor's or higher | 10250 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 80% (congressional)
- [NC Senate District 1](/us/states/nc/districts/senate/1.md) — 80% (state senate)
- [NC House District 5](/us/states/nc/districts/house/5.md) — 80% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 193
hispanic: 5787
bachelors_plus: 18869
districts:
- to: "us/states/nc/districts/07"
rel: in-district
area_weight: 0.9434
- to: "us/states/nc/districts/senate/9"
rel: in-district
area_weight: 0.9443
- to: "us/states/nc/districts/house/16"
rel: in-district
area_weight: 0.9442
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 5787 |
| Bachelor's or higher | 18869 |
## Districts
- [NC-07](/us/states/nc/districts/07.md) — 94% (congressional)
- [NC Senate District 9](/us/states/nc/districts/senate/9.md) — 94% (state senate)
- [NC House District 16](/us/states/nc/districts/house/16.md) — 94% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 7
hispanic: 424
bachelors_plus: 3063
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.7771
- to: "us/states/nc/districts/senate/1"
rel: in-district
area_weight: 0.7658
- to: "us/states/nc/districts/house/1"
rel: in-district
area_weight: 0.7657
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 424 |
| Bachelor's or higher | 3063 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 78% (congressional)
- [NC Senate District 1](/us/states/nc/districts/senate/1.md) — 77% (state senate)
- [NC House District 1](/us/states/nc/districts/house/1.md) — 77% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 43
hispanic: 2499
bachelors_plus: 7237
districts:
- to: "us/states/nc/districts/13"
rel: in-district
area_weight: 0.9994
- to: "us/states/nc/districts/senate/23"
rel: in-district
area_weight: 0.9995
- to: "us/states/nc/districts/house/2"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2499 |
| Bachelor's or higher | 7237 |
## Districts
- [NC-13](/us/states/nc/districts/13.md) — 100% (congressional)
- [NC Senate District 23](/us/states/nc/districts/senate/23.md) — 100% (state senate)
- [NC House District 2](/us/states/nc/districts/house/2.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 663
hispanic: 13948
bachelors_plus: 51687
districts:
- to: "us/states/nc/districts/03"
rel: in-district
area_weight: 0.9969
- to: "us/states/nc/districts/senate/5"
rel: in-district
area_weight: 0.9995
- to: "us/states/nc/districts/house/9"
rel: in-district
area_weight: 0.5961
- to: "us/states/nc/districts/house/8"
rel: in-district
area_weight: 0.4034
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 13948 |
| Bachelor's or higher | 51687 |
## Districts
- [NC-03](/us/states/nc/districts/03.md) — 100% (congressional)
- [NC Senate District 5](/us/states/nc/districts/senate/5.md) — 100% (state senate)
- [NC House District 9](/us/states/nc/districts/house/9.md) — 60% (state house)
- [NC House District 8](/us/states/nc/districts/house/8.md) — 40% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 42
hispanic: 1118
bachelors_plus: 7924
districts:
- to: "us/states/nc/districts/14"
rel: in-district
area_weight: 0.5198
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.4796
- to: "us/states/nc/districts/senate/48"
rel: in-district
area_weight: 0.9994
- to: "us/states/nc/districts/house/113"
rel: in-district
area_weight: 0.9993
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 1118 |
| Bachelor's or higher | 7924 |
## Districts
- [NC-14](/us/states/nc/districts/14.md) — 52% (congressional)
- [NC-11](/us/states/nc/districts/11.md) — 48% (congressional)
- [NC Senate District 48](/us/states/nc/districts/senate/48.md) — 100% (state senate)
- [NC House District 113](/us/states/nc/districts/house/113.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,30 @@ demographics:
race_native: 508
hispanic: 20523
bachelors_plus: 23346
districts:
- to: "us/states/nc/districts/09"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/senate/29"
rel: in-district
area_weight: 0.7693
- to: "us/states/nc/districts/senate/25"
rel: in-district
area_weight: 0.2306
- to: "us/states/nc/districts/house/78"
rel: in-district
area_weight: 0.6281
- to: "us/states/nc/districts/house/70"
rel: in-district
area_weight: 0.303
- to: "us/states/nc/districts/house/54"
rel: in-district
area_weight: 0.0688
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 20523 |
| Bachelor's or higher | 23346 |
## Districts
- [NC-09](/us/states/nc/districts/09.md) — 100% (congressional)
- [NC Senate District 29](/us/states/nc/districts/senate/29.md) — 77% (state senate)
- [NC Senate District 25](/us/states/nc/districts/senate/25.md) — 23% (state senate)
- [NC House District 78](/us/states/nc/districts/house/78.md) — 63% (state house)
- [NC House District 70](/us/states/nc/districts/house/70.md) — 30% (state house)
- [NC House District 54](/us/states/nc/districts/house/54.md) — 7% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 846
hispanic: 3297
bachelors_plus: 6275
districts:
- to: "us/states/nc/districts/08"
rel: in-district
area_weight: 0.998
- to: "us/states/nc/districts/senate/29"
rel: in-district
area_weight: 0.9996
- to: "us/states/nc/districts/house/52"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3297 |
| Bachelor's or higher | 6275 |
## Districts
- [NC-08](/us/states/nc/districts/08.md) — 100% (congressional)
- [NC Senate District 29](/us/states/nc/districts/senate/29.md) — 100% (state senate)
- [NC House District 52](/us/states/nc/districts/house/52.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: 45465
hispanic: 12723
bachelors_plus: 14807
districts:
- to: "us/states/nc/districts/08"
rel: in-district
area_weight: 0.5577
- to: "us/states/nc/districts/07"
rel: in-district
area_weight: 0.4423
- to: "us/states/nc/districts/senate/24"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/47"
rel: in-district
area_weight: 0.5972
- to: "us/states/nc/districts/house/46"
rel: in-district
area_weight: 0.4027
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 12723 |
| Bachelor's or higher | 14807 |
## Districts
- [NC-08](/us/states/nc/districts/08.md) — 56% (congressional)
- [NC-07](/us/states/nc/districts/07.md) — 44% (congressional)
- [NC Senate District 24](/us/states/nc/districts/senate/24.md) — 100% (state senate)
- [NC House District 47](/us/states/nc/districts/house/47.md) — 60% (state house)
- [NC House District 46](/us/states/nc/districts/house/46.md) — 40% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 476
hispanic: 6605
bachelors_plus: 15130
districts:
- to: "us/states/nc/districts/05"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/senate/26"
rel: in-district
area_weight: 0.9999
- to: "us/states/nc/districts/house/65"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 6605 |
| Bachelor's or higher | 15130 |
## Districts
- [NC-05](/us/states/nc/districts/05.md) — 100% (congressional)
- [NC Senate District 26](/us/states/nc/districts/senate/26.md) — 100% (state senate)
- [NC House District 65](/us/states/nc/districts/house/65.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: 798
hispanic: 17788
bachelors_plus: 31708
districts:
- to: "us/states/nc/districts/06"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/senate/33"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/76"
rel: in-district
area_weight: 0.5
- to: "us/states/nc/districts/house/77"
rel: in-district
area_weight: 0.2661
- to: "us/states/nc/districts/house/83"
rel: in-district
area_weight: 0.2337
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 17788 |
| Bachelor's or higher | 31708 |
## Districts
- [NC-06](/us/states/nc/districts/06.md) — 100% (congressional)
- [NC Senate District 33](/us/states/nc/districts/senate/33.md) — 100% (state senate)
- [NC House District 76](/us/states/nc/districts/house/76.md) — 50% (state house)
- [NC House District 77](/us/states/nc/districts/house/77.md) — 27% (state house)
- [NC House District 83](/us/states/nc/districts/house/83.md) — 23% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 145
hispanic: 3698
bachelors_plus: 14019
districts:
- to: "us/states/nc/districts/14"
rel: in-district
area_weight: 0.9981
- to: "us/states/nc/districts/senate/48"
rel: in-district
area_weight: 0.9996
- to: "us/states/nc/districts/house/113"
rel: in-district
area_weight: 0.5446
- to: "us/states/nc/districts/house/111"
rel: in-district
area_weight: 0.455
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 3698 |
| Bachelor's or higher | 14019 |
## Districts
- [NC-14](/us/states/nc/districts/14.md) — 100% (congressional)
- [NC Senate District 48](/us/states/nc/districts/senate/48.md) — 100% (state senate)
- [NC House District 113](/us/states/nc/districts/house/113.md) — 54% (state house)
- [NC House District 111](/us/states/nc/districts/house/111.md) — 46% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 1230
hispanic: 13098
bachelors_plus: 8318
districts:
- to: "us/states/nc/districts/03"
rel: in-district
area_weight: 0.8107
- to: "us/states/nc/districts/07"
rel: in-district
area_weight: 0.189
- to: "us/states/nc/districts/senate/9"
rel: in-district
area_weight: 0.9591
- to: "us/states/nc/districts/senate/12"
rel: in-district
area_weight: 0.0408
- to: "us/states/nc/districts/house/22"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 13098 |
| Bachelor's or higher | 8318 |
## Districts
- [NC-03](/us/states/nc/districts/03.md) — 81% (congressional)
- [NC-07](/us/states/nc/districts/07.md) — 19% (congressional)
- [NC Senate District 9](/us/states/nc/districts/senate/9.md) — 96% (state senate)
- [NC Senate District 12](/us/states/nc/districts/senate/12.md) — 4% (state senate)
- [NC House District 22](/us/states/nc/districts/house/22.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: 3907
hispanic: 1349
bachelors_plus: 5266
districts:
- to: "us/states/nc/districts/08"
rel: in-district
area_weight: 0.9979
- to: "us/states/nc/districts/senate/24"
rel: in-district
area_weight: 0.9994
- to: "us/states/nc/districts/house/48"
rel: in-district
area_weight: 0.9993
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1349 |
| Bachelor's or higher | 5266 |
## Districts
- [NC-08](/us/states/nc/districts/08.md) — 100% (congressional)
- [NC Senate District 24](/us/states/nc/districts/senate/24.md) — 100% (state senate)
- [NC House District 48](/us/states/nc/districts/house/48.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 59
hispanic: 3685
bachelors_plus: 11505
districts:
- to: "us/states/nc/districts/08"
rel: in-district
area_weight: 0.9999
- to: "us/states/nc/districts/senate/33"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/67"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3685 |
| Bachelor's or higher | 11505 |
## Districts
- [NC-08](/us/states/nc/districts/08.md) — 100% (congressional)
- [NC Senate District 33](/us/states/nc/districts/senate/33.md) — 100% (state senate)
- [NC House District 67](/us/states/nc/districts/house/67.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: 82
hispanic: 1730
bachelors_plus: 8178
districts:
- to: "us/states/nc/districts/05"
rel: in-district
area_weight: 0.9998
- to: "us/states/nc/districts/senate/31"
rel: in-district
area_weight: 0.9999
- to: "us/states/nc/districts/house/91"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1730 |
| Bachelor's or higher | 8178 |
## Districts
- [NC-05](/us/states/nc/districts/05.md) — 100% (congressional)
- [NC Senate District 31](/us/states/nc/districts/senate/31.md) — 100% (state senate)
- [NC House District 91](/us/states/nc/districts/house/91.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: 253
hispanic: 8952
bachelors_plus: 13954
districts:
- to: "us/states/nc/districts/05"
rel: in-district
area_weight: 0.9982
- to: "us/states/nc/districts/senate/36"
rel: in-district
area_weight: 0.9995
- to: "us/states/nc/districts/house/90"
rel: in-district
area_weight: 0.9994
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 8952 |
| Bachelor's or higher | 13954 |
## Districts
- [NC-05](/us/states/nc/districts/05.md) — 100% (congressional)
- [NC Senate District 36](/us/states/nc/districts/senate/36.md) — 100% (state senate)
- [NC House District 90](/us/states/nc/districts/house/90.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: 3855
hispanic: 767
bachelors_plus: 3114
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9987
- to: "us/states/nc/districts/senate/50"
rel: in-district
area_weight: 0.9987
- to: "us/states/nc/districts/house/119"
rel: in-district
area_weight: 0.9984
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 767 |
| Bachelor's or higher | 3114 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 50](/us/states/nc/districts/senate/50.md) — 100% (state senate)
- [NC House District 119](/us/states/nc/districts/house/119.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: 60
hispanic: 1753
bachelors_plus: 14380
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9993
- to: "us/states/nc/districts/senate/50"
rel: in-district
area_weight: 0.9994
- to: "us/states/nc/districts/house/119"
rel: in-district
area_weight: 0.9993
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1753 |
| Bachelor's or higher | 14380 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 50](/us/states/nc/districts/senate/50.md) — 100% (state senate)
- [NC House District 119](/us/states/nc/districts/house/119.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: 263
bachelors_plus: 509
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.6939
- to: "us/states/nc/districts/senate/1"
rel: in-district
area_weight: 0.6851
- to: "us/states/nc/districts/house/1"
rel: in-district
area_weight: 0.6851
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 263 |
| Bachelor's or higher | 509 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 69% (congressional)
- [NC Senate District 1](/us/states/nc/districts/senate/1.md) — 69% (state senate)
- [NC House District 1](/us/states/nc/districts/house/1.md) — 69% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,30 @@ demographics:
race_native: 1319
hispanic: 33636
bachelors_plus: 89028
districts:
- to: "us/states/nc/districts/08"
rel: in-district
area_weight: 0.9996
- to: "us/states/nc/districts/senate/35"
rel: in-district
area_weight: 0.717
- to: "us/states/nc/districts/senate/29"
rel: in-district
area_weight: 0.2826
- to: "us/states/nc/districts/house/55"
rel: in-district
area_weight: 0.5849
- to: "us/states/nc/districts/house/69"
rel: in-district
area_weight: 0.221
- to: "us/states/nc/districts/house/68"
rel: in-district
area_weight: 0.1937
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 33636 |
| Bachelor's or higher | 89028 |
## Districts
- [NC-08](/us/states/nc/districts/08.md) — 100% (congressional)
- [NC Senate District 35](/us/states/nc/districts/senate/35.md) — 72% (state senate)
- [NC Senate District 29](/us/states/nc/districts/senate/29.md) — 28% (state senate)
- [NC House District 55](/us/states/nc/districts/house/55.md) — 58% (state house)
- [NC House District 69](/us/states/nc/districts/house/69.md) — 22% (state house)
- [NC House District 68](/us/states/nc/districts/house/68.md) — 19% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 509
hispanic: 4006
bachelors_plus: 6283
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.9982
- to: "us/states/nc/districts/senate/11"
rel: in-district
area_weight: 0.9998
- to: "us/states/nc/districts/house/32"
rel: in-district
area_weight: 0.5938
- to: "us/states/nc/districts/house/7"
rel: in-district
area_weight: 0.4061
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 4006 |
| Bachelor's or higher | 6283 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 100% (congressional)
- [NC Senate District 11](/us/states/nc/districts/senate/11.md) — 100% (state senate)
- [NC House District 32](/us/states/nc/districts/house/32.md) — 59% (state house)
- [NC House District 7](/us/states/nc/districts/house/7.md) — 41% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,78 @@ demographics:
race_native: 2969
hispanic: 136184
bachelors_plus: 646411
districts:
- to: "us/states/nc/districts/02"
rel: in-district
area_weight: 0.4805
- to: "us/states/nc/districts/13"
rel: in-district
area_weight: 0.3227
- to: "us/states/nc/districts/04"
rel: in-district
area_weight: 0.1968
- to: "us/states/nc/districts/senate/13"
rel: in-district
area_weight: 0.3018
- to: "us/states/nc/districts/senate/18"
rel: in-district
area_weight: 0.2639
- to: "us/states/nc/districts/senate/14"
rel: in-district
area_weight: 0.1551
- to: "us/states/nc/districts/senate/17"
rel: in-district
area_weight: 0.1041
- to: "us/states/nc/districts/senate/16"
rel: in-district
area_weight: 0.102
- to: "us/states/nc/districts/senate/15"
rel: in-district
area_weight: 0.073
- to: "us/states/nc/districts/house/35"
rel: in-district
area_weight: 0.1928
- to: "us/states/nc/districts/house/39"
rel: in-district
area_weight: 0.1411
- to: "us/states/nc/districts/house/37"
rel: in-district
area_weight: 0.1335
- to: "us/states/nc/districts/house/33"
rel: in-district
area_weight: 0.0885
- to: "us/states/nc/districts/house/21"
rel: in-district
area_weight: 0.0872
- to: "us/states/nc/districts/house/36"
rel: in-district
area_weight: 0.0727
- to: "us/states/nc/districts/house/41"
rel: in-district
area_weight: 0.0546
- to: "us/states/nc/districts/house/40"
rel: in-district
area_weight: 0.0484
- to: "us/states/nc/districts/house/66"
rel: in-district
area_weight: 0.0428
- to: "us/states/nc/districts/house/49"
rel: in-district
area_weight: 0.0369
- to: "us/states/nc/districts/house/38"
rel: in-district
area_weight: 0.0363
- to: "us/states/nc/districts/house/11"
rel: in-district
area_weight: 0.0334
- to: "us/states/nc/districts/house/34"
rel: in-district
area_weight: 0.0319
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +125,32 @@ County jurisdiction — 7 officeholders mapped.
| Hispanic/Latino | 136184 |
| Bachelor's or higher | 646411 |
## Districts
- [NC-02](/us/states/nc/districts/02.md) — 48% (congressional)
- [NC-13](/us/states/nc/districts/13.md) — 32% (congressional)
- [NC-04](/us/states/nc/districts/04.md) — 20% (congressional)
- [NC Senate District 13](/us/states/nc/districts/senate/13.md) — 30% (state senate)
- [NC Senate District 18](/us/states/nc/districts/senate/18.md) — 26% (state senate)
- [NC Senate District 14](/us/states/nc/districts/senate/14.md) — 16% (state senate)
- [NC Senate District 17](/us/states/nc/districts/senate/17.md) — 10% (state senate)
- [NC Senate District 16](/us/states/nc/districts/senate/16.md) — 10% (state senate)
- [NC Senate District 15](/us/states/nc/districts/senate/15.md) — 7% (state senate)
- [NC House District 35](/us/states/nc/districts/house/35.md) — 19% (state house)
- [NC House District 39](/us/states/nc/districts/house/39.md) — 14% (state house)
- [NC House District 37](/us/states/nc/districts/house/37.md) — 13% (state house)
- [NC House District 33](/us/states/nc/districts/house/33.md) — 9% (state house)
- [NC House District 21](/us/states/nc/districts/house/21.md) — 9% (state house)
- [NC House District 36](/us/states/nc/districts/house/36.md) — 7% (state house)
- [NC House District 41](/us/states/nc/districts/house/41.md) — 5% (state house)
- [NC House District 40](/us/states/nc/districts/house/40.md) — 5% (state house)
- [NC House District 66](/us/states/nc/districts/house/66.md) — 4% (state house)
- [NC House District 49](/us/states/nc/districts/house/49.md) — 4% (state house)
- [NC House District 38](/us/states/nc/districts/house/38.md) — 4% (state house)
- [NC House District 11](/us/states/nc/districts/house/11.md) — 3% (state house)
- [NC House District 34](/us/states/nc/districts/house/34.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: 947
hispanic: 874
bachelors_plus: 3622
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.9982
- to: "us/states/nc/districts/senate/2"
rel: in-district
area_weight: 0.9996
- to: "us/states/nc/districts/house/27"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 874 |
| Bachelor's or higher | 3622 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 100% (congressional)
- [NC Senate District 2](/us/states/nc/districts/senate/2.md) — 100% (state senate)
- [NC House District 27](/us/states/nc/districts/house/27.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 10
hispanic: 436
bachelors_plus: 1550
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.8925
- to: "us/states/nc/districts/senate/2"
rel: in-district
area_weight: 0.888
- to: "us/states/nc/districts/house/1"
rel: in-district
area_weight: 0.8881
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 436 |
| Bachelor's or higher | 1550 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 89% (congressional)
- [NC Senate District 2](/us/states/nc/districts/senate/2.md) — 89% (state senate)
- [NC House District 1](/us/states/nc/districts/house/1.md) — 89% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 168
hispanic: 3410
bachelors_plus: 21722
districts:
- to: "us/states/nc/districts/05"
rel: in-district
area_weight: 0.9973
- to: "us/states/nc/districts/senate/47"
rel: in-district
area_weight: 0.9994
- to: "us/states/nc/districts/house/93"
rel: in-district
area_weight: 0.9108
- to: "us/states/nc/districts/house/87"
rel: in-district
area_weight: 0.0885
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3410 |
| Bachelor's or higher | 21722 |
## Districts
- [NC-05](/us/states/nc/districts/05.md) — 100% (congressional)
- [NC Senate District 47](/us/states/nc/districts/senate/47.md) — 100% (state senate)
- [NC House District 93](/us/states/nc/districts/house/93.md) — 91% (state house)
- [NC House District 87](/us/states/nc/districts/house/87.md) — 9% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 112
hispanic: 16280
bachelors_plus: 22409
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.9982
- to: "us/states/nc/districts/senate/4"
rel: in-district
area_weight: 0.9998
- to: "us/states/nc/districts/house/10"
rel: in-district
area_weight: 0.5411
- to: "us/states/nc/districts/house/4"
rel: in-district
area_weight: 0.4588
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 16280 |
| Bachelor's or higher | 22409 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 100% (congressional)
- [NC Senate District 4](/us/states/nc/districts/senate/4.md) — 100% (state senate)
- [NC House District 10](/us/states/nc/districts/house/10.md) — 54% (state house)
- [NC House District 4](/us/states/nc/districts/house/4.md) — 46% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 128
hispanic: 4915
bachelors_plus: 10996
districts:
- to: "us/states/nc/districts/05"
rel: in-district
area_weight: 0.9998
- to: "us/states/nc/districts/senate/36"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/94"
rel: in-district
area_weight: 0.7226
- to: "us/states/nc/districts/house/90"
rel: in-district
area_weight: 0.2771
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 4915 |
| Bachelor's or higher | 10996 |
## Districts
- [NC-05](/us/states/nc/districts/05.md) — 100% (congressional)
- [NC Senate District 36](/us/states/nc/districts/senate/36.md) — 100% (state senate)
- [NC House District 94](/us/states/nc/districts/house/94.md) — 72% (state house)
- [NC House District 90](/us/states/nc/districts/house/90.md) — 28% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 219
hispanic: 9830
bachelors_plus: 16257
districts:
- to: "us/states/nc/districts/01"
rel: in-district
area_weight: 0.9991
- to: "us/states/nc/districts/senate/4"
rel: in-district
area_weight: 0.9999
- to: "us/states/nc/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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 9830 |
| Bachelor's or higher | 16257 |
## Districts
- [NC-01](/us/states/nc/districts/01.md) — 100% (congressional)
- [NC Senate District 4](/us/states/nc/districts/senate/4.md) — 100% (state senate)
- [NC House District 24](/us/states/nc/districts/house/24.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 277
hispanic: 4676
bachelors_plus: 6116
districts:
- to: "us/states/nc/districts/10"
rel: in-district
area_weight: 0.9945
- to: "us/states/nc/districts/05"
rel: in-district
area_weight: 0.0054
- to: "us/states/nc/districts/senate/36"
rel: in-district
area_weight: 0.9999
- to: "us/states/nc/districts/house/77"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 4676 |
| Bachelor's or higher | 6116 |
## Districts
- [NC-10](/us/states/nc/districts/10.md) — 99% (congressional)
- [NC-05](/us/states/nc/districts/05.md) — 1% (congressional)
- [NC Senate District 36](/us/states/nc/districts/senate/36.md) — 100% (state senate)
- [NC House District 77](/us/states/nc/districts/house/77.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 38
hispanic: 1091
bachelors_plus: 4767
districts:
- to: "us/states/nc/districts/11"
rel: in-district
area_weight: 0.9999
- to: "us/states/nc/districts/senate/47"
rel: in-district
area_weight: 0.9997
- to: "us/states/nc/districts/house/85"
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, nc]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1091 |
| Bachelor's or higher | 4767 |
## Districts
- [NC-11](/us/states/nc/districts/11.md) — 100% (congressional)
- [NC Senate District 47](/us/states/nc/districts/senate/47.md) — 100% (state senate)
- [NC House District 85](/us/states/nc/districts/house/85.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries

Some files were not shown because too many files have changed in this diff Show More