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,15 @@ demographics:
race_native: 67
hispanic: 3869
bachelors_plus: 8416
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 3869 |
| Bachelor's or higher | 8416 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 6
hispanic: 252
bachelors_plus: 1191
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 252 |
| Bachelor's or higher | 1191 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 0
hispanic: 3
bachelors_plus: 144
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 3 |
| Bachelor's or higher | 144 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 0
hispanic: 79
bachelors_plus: 238
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 79 |
| Bachelor's or higher | 238 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 0
hispanic: 0
bachelors_plus: 93
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 0 |
| Bachelor's or higher | 93 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 46
hispanic: 229
bachelors_plus: 934
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 229 |
| Bachelor's or higher | 934 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 338
hispanic: 1352
bachelors_plus: 1828
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 1352 |
| Bachelor's or higher | 1828 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 50
hispanic: 56
bachelors_plus: 392
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 56 |
| Bachelor's or higher | 392 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 15
hispanic: 177
bachelors_plus: 644
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 177 |
| Bachelor's or higher | 644 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 259
hispanic: 5385
bachelors_plus: 14557
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 5385 |
| Bachelor's or higher | 14557 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 101
hispanic: 228
bachelors_plus: 1510
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 228 |
| Bachelor's or higher | 1510 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 82
hispanic: 527
bachelors_plus: 1699
districts:
- to: "us/states/ne/districts/01"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 527 |
| Bachelor's or higher | 1699 |
## Districts
- [NE-01](/us/states/ne/districts/01.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 68
hispanic: 1110
bachelors_plus: 8411
districts:
- to: "us/states/ne/districts/01"
rel: in-district
area_weight: 0.9989
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 1110 |
| Bachelor's or higher | 8411 |
## Districts
- [NE-01](/us/states/ne/districts/01.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 18
hispanic: 211
bachelors_plus: 1721
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 211 |
| Bachelor's or higher | 1721 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 70
hispanic: 658
bachelors_plus: 782
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 658 |
| Bachelor's or higher | 782 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 286
hispanic: 193
bachelors_plus: 1316
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 193 |
| Bachelor's or higher | 1316 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 35
hispanic: 827
bachelors_plus: 2125
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 827 |
| Bachelor's or higher | 2125 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 55
hispanic: 594
bachelors_plus: 1238
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 594 |
| Bachelor's or higher | 1238 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 486
hispanic: 5091
bachelors_plus: 1298
districts:
- to: "us/states/ne/districts/01"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 5091 |
| Bachelor's or higher | 1298 |
## Districts
- [NE-01](/us/states/ne/districts/01.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 102
hispanic: 1114
bachelors_plus: 1927
districts:
- to: "us/states/ne/districts/01"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 1114 |
| Bachelor's or higher | 1927 |
## Districts
- [NE-01](/us/states/ne/districts/01.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 56
hispanic: 416
bachelors_plus: 2239
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 416 |
| Bachelor's or higher | 2239 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 722
hispanic: 8878
bachelors_plus: 2313
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 8878 |
| Bachelor's or higher | 2313 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 282
hispanic: 411
bachelors_plus: 2766
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 411 |
| Bachelor's or higher | 2766 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 135
hispanic: 9045
bachelors_plus: 3398
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 9045 |
| Bachelor's or higher | 3398 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 16
hispanic: 183
bachelors_plus: 457
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 183 |
| Bachelor's or higher | 457 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 26
hispanic: 876
bachelors_plus: 1075
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 876 |
| Bachelor's or higher | 1075 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 833
hispanic: 6730
bachelors_plus: 7138
districts:
- to: "us/states/ne/districts/01"
rel: in-district
area_weight: 0.9968
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 6730 |
| Bachelor's or higher | 7138 |
## Districts
- [NE-01](/us/states/ne/districts/01.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 4344
hispanic: 85851
bachelors_plus: 224487
districts:
- to: "us/states/ne/districts/02"
rel: in-district
area_weight: 0.9969
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 85851 |
| Bachelor's or higher | 224487 |
## Districts
- [NE-02](/us/states/ne/districts/02.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 1
hispanic: 57
bachelors_plus: 362
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 57 |
| Bachelor's or higher | 362 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 33
hispanic: 209
bachelors_plus: 1277
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 209 |
| Bachelor's or higher | 1277 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 16
hispanic: 99
bachelors_plus: 589
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 99 |
| Bachelor's or higher | 589 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 6
hispanic: 126
bachelors_plus: 576
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 126 |
| Bachelor's or higher | 576 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 46
hispanic: 232
bachelors_plus: 1049
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 232 |
| Bachelor's or higher | 1049 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 99
hispanic: 742
bachelors_plus: 4427
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 742 |
| Bachelor's or higher | 4427 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 9
hispanic: 76
bachelors_plus: 361
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 76 |
| Bachelor's or higher | 361 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 2
hispanic: 29
bachelors_plus: 481
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 29 |
| Bachelor's or higher | 481 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 7
hispanic: 151
bachelors_plus: 538
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 151 |
| Bachelor's or higher | 538 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 6
hispanic: 1
bachelors_plus: 150
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 1 |
| Bachelor's or higher | 150 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 9
hispanic: 68
bachelors_plus: 433
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 68 |
| Bachelor's or higher | 433 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 596
hispanic: 20289
bachelors_plus: 11862
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 20289 |
| Bachelor's or higher | 11862 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 44
hispanic: 408
bachelors_plus: 2704
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 408 |
| Bachelor's or higher | 2704 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 0
hispanic: 51
bachelors_plus: 758
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 51 |
| Bachelor's or higher | 758 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 5
hispanic: 41
bachelors_plus: 143
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 41 |
| Bachelor's or higher | 143 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 7
hispanic: 108
bachelors_plus: 467
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 108 |
| Bachelor's or higher | 467 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 22
hispanic: 576
bachelors_plus: 2603
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 576 |
| Bachelor's or higher | 2603 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 1
hispanic: 0
bachelors_plus: 113
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 0 |
| Bachelor's or higher | 113 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 2
hispanic: 212
bachelors_plus: 1394
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 212 |
| Bachelor's or higher | 1394 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 15
hispanic: 420
bachelors_plus: 1233
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 420 |
| Bachelor's or higher | 1233 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 129
hispanic: 627
bachelors_plus: 901
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 627 |
| Bachelor's or higher | 901 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 16
hispanic: 459
bachelors_plus: 1888
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 459 |
| Bachelor's or higher | 1888 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 20
hispanic: 749
bachelors_plus: 1766
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 749 |
| Bachelor's or higher | 1766 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 0
hispanic: 38
bachelors_plus: 139
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 38 |
| Bachelor's or higher | 139 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 57
hispanic: 321
bachelors_plus: 446
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 321 |
| Bachelor's or higher | 446 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 780
hispanic: 246
bachelors_plus: 1455
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 246 |
| Bachelor's or higher | 1455 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 2194
hispanic: 27767
bachelors_plus: 117784
districts:
- to: "us/states/ne/districts/01"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 27767 |
| Bachelor's or higher | 117784 |
## Districts
- [NE-01](/us/states/ne/districts/01.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 628
hispanic: 3136
bachelors_plus: 7045
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 3136 |
| Bachelor's or higher | 7045 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 5
hispanic: 15
bachelors_plus: 149
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 15 |
| Bachelor's or higher | 149 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 4
hispanic: 49
bachelors_plus: 155
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 49 |
| Bachelor's or higher | 155 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 505
hispanic: 5797
bachelors_plus: 7485
districts:
- to: "us/states/ne/districts/01"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 5797 |
| Bachelor's or higher | 7485 |
## Districts
- [NE-01](/us/states/ne/districts/01.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 0
hispanic: 4
bachelors_plus: 100
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 4 |
| Bachelor's or higher | 100 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 25
hispanic: 435
bachelors_plus: 1433
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 435 |
| Bachelor's or higher | 1433 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 50
hispanic: 668
bachelors_plus: 758
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 668 |
| Bachelor's or higher | 758 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 19
hispanic: 85
bachelors_plus: 581
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 85 |
| Bachelor's or higher | 581 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 59
hispanic: 229
bachelors_plus: 1823
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 229 |
| Bachelor's or higher | 1823 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 17
hispanic: 146
bachelors_plus: 974
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 146 |
| Bachelor's or higher | 974 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 75
hispanic: 1456
bachelors_plus: 4080
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 1456 |
| Bachelor's or higher | 4080 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 0
hispanic: 49
bachelors_plus: 518
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 49 |
| Bachelor's or higher | 518 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 21
hispanic: 159
bachelors_plus: 609
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 159 |
| Bachelor's or higher | 609 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 41
hispanic: 618
bachelors_plus: 2375
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 618 |
| Bachelor's or higher | 2375 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 32
hispanic: 198
bachelors_plus: 1440
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 198 |
| Bachelor's or higher | 1440 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 298
hispanic: 8234
bachelors_plus: 6584
districts:
- to: "us/states/ne/districts/01"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 8234 |
| Bachelor's or higher | 6584 |
## Districts
- [NE-01](/us/states/ne/districts/01.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,18 @@ demographics:
race_native: 6
hispanic: 330
bachelors_plus: 972
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 0.6556
- to: "us/states/ne/districts/01"
rel: in-district
area_weight: 0.3444
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +65,12 @@ County jurisdiction.
| Hispanic/Latino | 330 |
| Bachelor's or higher | 972 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 66% (congressional)
- [NE-01](/us/states/ne/districts/01.md) — 34% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 17
hispanic: 670
bachelors_plus: 2306
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 670 |
| Bachelor's or higher | 2306 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 121
hispanic: 187
bachelors_plus: 1704
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 187 |
| Bachelor's or higher | 1704 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 0
hispanic: 10
bachelors_plus: 313
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 10 |
| Bachelor's or higher | 313 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 22
hispanic: 4321
bachelors_plus: 2498
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 4321 |
| Bachelor's or higher | 2498 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,18 @@ demographics:
race_native: 899
hispanic: 22804
bachelors_plus: 74989
districts:
- to: "us/states/ne/districts/02"
rel: in-district
area_weight: 0.6031
- to: "us/states/ne/districts/01"
rel: in-district
area_weight: 0.3964
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +65,12 @@ County jurisdiction.
| Hispanic/Latino | 22804 |
| Bachelor's or higher | 74989 |
## Districts
- [NE-02](/us/states/ne/districts/02.md) — 60% (congressional)
- [NE-01](/us/states/ne/districts/01.md) — 40% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 23
hispanic: 654
bachelors_plus: 7030
districts:
- to: "us/states/ne/districts/02"
rel: in-district
area_weight: 0.998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 654 |
| Bachelor's or higher | 7030 |
## Districts
- [NE-02](/us/states/ne/districts/02.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 610
hispanic: 8551
bachelors_plus: 8869
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 8551 |
| Bachelor's or higher | 8869 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 71
hispanic: 532
bachelors_plus: 4861
districts:
- to: "us/states/ne/districts/01"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 532 |
| Bachelor's or higher | 4861 |
## Districts
- [NE-01](/us/states/ne/districts/01.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 506
hispanic: 270
bachelors_plus: 1086
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 270 |
| Bachelor's or higher | 1086 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 4
hispanic: 84
bachelors_plus: 584
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 84 |
| Bachelor's or higher | 584 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 0
hispanic: 25
bachelors_plus: 241
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 25 |
| Bachelor's or higher | 241 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 2
hispanic: 406
bachelors_plus: 1239
districts:
- to: "us/states/ne/districts/01"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 406 |
| Bachelor's or higher | 1239 |
## Districts
- [NE-01](/us/states/ne/districts/01.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 20
hispanic: 159
bachelors_plus: 1089
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 159 |
| Bachelor's or higher | 1089 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 0
hispanic: 28
bachelors_plus: 167
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 28 |
| Bachelor's or higher | 167 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 3630
hispanic: 322
bachelors_plus: 1057
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 322 |
| Bachelor's or higher | 1057 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 42
hispanic: 119
bachelors_plus: 921
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 119 |
| Bachelor's or higher | 921 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 51
hispanic: 702
bachelors_plus: 6970
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 702 |
| Bachelor's or higher | 6970 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 90
hispanic: 1012
bachelors_plus: 2255
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 1012 |
| Bachelor's or higher | 2255 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 7
hispanic: 196
bachelors_plus: 682
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 196 |
| Bachelor's or higher | 682 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 0
hispanic: 32
bachelors_plus: 262
districts:
- to: "us/states/ne/districts/03"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction.
| Hispanic/Latino | 32 |
| Bachelor's or higher | 262 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,15 @@ demographics:
race_native: 98
hispanic: 884
bachelors_plus: 3300
districts:
- to: "us/states/ne/districts/03"
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, ne]
timestamp: "2026-07-03"
@@ -56,6 +62,11 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 884 |
| Bachelor's or higher | 3300 |
## Districts
- [NE-03](/us/states/ne/districts/03.md) — 100% (congressional)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 163226
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, ne]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 191861
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, ne]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 114057
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, ne]
timestamp: "2026-07-03"