Graph: national county↔district↔legislator authority layer

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

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

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

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

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

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Fabio
2026-07-04 22:28:08 -04:00
parent 6c9990a115
commit 1beeaab2db
18213 changed files with 280514 additions and 3515 deletions
@@ -22,9 +22,21 @@ demographics:
race_native: 1267
hispanic: 15385
bachelors_plus: 13886
districts:
- to: "us/states/nv/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/nv/districts/senate/16"
rel: in-district
area_weight: 0.9997
- to: "us/states/nv/districts/house/40"
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, nv]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 15385 |
| Bachelor's or higher | 13886 |
## Districts
- [NV-02](/us/states/nv/districts/02.md) — 100% (congressional)
- [NV Senate District 16](/us/states/nv/districts/senate/16.md) — 100% (state senate)
- [NV House District 40](/us/states/nv/districts/house/40.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: 925
hispanic: 3928
bachelors_plus: 3996
districts:
- to: "us/states/nv/districts/02"
rel: in-district
area_weight: 0.9863
- to: "us/states/nv/districts/04"
rel: in-district
area_weight: 0.0137
- to: "us/states/nv/districts/senate/17"
rel: in-district
area_weight: 0.9999
- to: "us/states/nv/districts/house/38"
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, nv]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 3928 |
| Bachelor's or higher | 3996 |
## Districts
- [NV-02](/us/states/nv/districts/02.md) — 99% (congressional)
- [NV-04](/us/states/nv/districts/04.md) — 1% (congressional)
- [NV Senate District 17](/us/states/nv/districts/senate/17.md) — 100% (state senate)
- [NV House District 38](/us/states/nv/districts/house/38.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,51 @@ demographics:
race_native: 27274
hispanic: 742075
bachelors_plus: 606317
districts:
- to: "us/states/nv/districts/04"
rel: in-district
area_weight: 0.6235
- to: "us/states/nv/districts/03"
rel: in-district
area_weight: 0.2495
- to: "us/states/nv/districts/01"
rel: in-district
area_weight: 0.1254
- to: "us/states/nv/districts/senate/20"
rel: in-district
area_weight: 0.5383
- to: "us/states/nv/districts/senate/19"
rel: in-district
area_weight: 0.4007
- to: "us/states/nv/districts/senate/21"
rel: in-district
area_weight: 0.0087
- to: "us/states/nv/districts/senate/11"
rel: in-district
area_weight: 0.006
- to: "us/states/nv/districts/senate/1"
rel: in-district
area_weight: 0.0054
- to: "us/states/nv/districts/senate/10"
rel: in-district
area_weight: 0.0053
- to: "us/states/nv/districts/house/36"
rel: in-district
area_weight: 0.4006
- to: "us/states/nv/districts/house/19"
rel: in-district
area_weight: 0.3345
- to: "us/states/nv/districts/house/23"
rel: in-district
area_weight: 0.2039
- to: "us/states/nv/districts/house/12"
rel: in-district
area_weight: 0.0077
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nv]
timestamp: "2026-07-03"
@@ -56,6 +98,23 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 742075 |
| Bachelor's or higher | 606317 |
## Districts
- [NV-04](/us/states/nv/districts/04.md) — 62% (congressional)
- [NV-03](/us/states/nv/districts/03.md) — 25% (congressional)
- [NV-01](/us/states/nv/districts/01.md) — 13% (congressional)
- [NV Senate District 20](/us/states/nv/districts/senate/20.md) — 54% (state senate)
- [NV Senate District 19](/us/states/nv/districts/senate/19.md) — 40% (state senate)
- [NV Senate District 21](/us/states/nv/districts/senate/21.md) — 1% (state senate)
- [NV Senate District 11](/us/states/nv/districts/senate/11.md) — 1% (state senate)
- [NV Senate District 1](/us/states/nv/districts/senate/1.md) — 1% (state senate)
- [NV Senate District 10](/us/states/nv/districts/senate/10.md) — 1% (state senate)
- [NV House District 36](/us/states/nv/districts/house/36.md) — 40% (state house)
- [NV House District 19](/us/states/nv/districts/house/19.md) — 33% (state house)
- [NV House District 23](/us/states/nv/districts/house/23.md) — 20% (state house)
- [NV House District 12](/us/states/nv/districts/house/12.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 775
hispanic: 6449
bachelors_plus: 16782
districts:
- to: "us/states/nv/districts/02"
rel: in-district
area_weight: 0.9999
- to: "us/states/nv/districts/senate/17"
rel: in-district
area_weight: 0.9999
- to: "us/states/nv/districts/house/39"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nv]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 6449 |
| Bachelor's or higher | 16782 |
## Districts
- [NV-02](/us/states/nv/districts/02.md) — 100% (congressional)
- [NV Senate District 17](/us/states/nv/districts/senate/17.md) — 100% (state senate)
- [NV House District 39](/us/states/nv/districts/house/39.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: 2441
hispanic: 14063
bachelors_plus: 8410
districts:
- to: "us/states/nv/districts/02"
rel: in-district
area_weight: 0.9999
- to: "us/states/nv/districts/senate/19"
rel: in-district
area_weight: 0.7977
- to: "us/states/nv/districts/senate/14"
rel: in-district
area_weight: 0.2022
- to: "us/states/nv/districts/house/33"
rel: in-district
area_weight: 0.7977
- to: "us/states/nv/districts/house/32"
rel: in-district
area_weight: 0.2022
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nv]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 14063 |
| Bachelor's or higher | 8410 |
## Districts
- [NV-02](/us/states/nv/districts/02.md) — 100% (congressional)
- [NV Senate District 19](/us/states/nv/districts/senate/19.md) — 80% (state senate)
- [NV Senate District 14](/us/states/nv/districts/senate/14.md) — 20% (state senate)
- [NV House District 33](/us/states/nv/districts/house/33.md) — 80% (state house)
- [NV House District 32](/us/states/nv/districts/house/32.md) — 20% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 14
hispanic: 324
bachelors_plus: 245
districts:
- to: "us/states/nv/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/nv/districts/senate/17"
rel: in-district
area_weight: 0.9998
- to: "us/states/nv/districts/house/38"
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, nv]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 324 |
| Bachelor's or higher | 245 |
## Districts
- [NV-04](/us/states/nv/districts/04.md) — 100% (congressional)
- [NV Senate District 17](/us/states/nv/districts/senate/17.md) — 100% (state senate)
- [NV House District 38](/us/states/nv/districts/house/38.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: 76
hispanic: 86
bachelors_plus: 252
districts:
- to: "us/states/nv/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/nv/districts/senate/19"
rel: in-district
area_weight: 0.8741
- to: "us/states/nv/districts/senate/14"
rel: in-district
area_weight: 0.1259
- to: "us/states/nv/districts/house/33"
rel: in-district
area_weight: 0.8741
- to: "us/states/nv/districts/house/32"
rel: in-district
area_weight: 0.1259
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nv]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 86 |
| Bachelor's or higher | 252 |
## Districts
- [NV-02](/us/states/nv/districts/02.md) — 100% (congressional)
- [NV Senate District 19](/us/states/nv/districts/senate/19.md) — 87% (state senate)
- [NV Senate District 14](/us/states/nv/districts/senate/14.md) — 13% (state senate)
- [NV House District 33](/us/states/nv/districts/house/33.md) — 87% (state house)
- [NV House District 32](/us/states/nv/districts/house/32.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: 553
hispanic: 4720
bachelors_plus: 2708
districts:
- to: "us/states/nv/districts/02"
rel: in-district
area_weight: 0.9999
- to: "us/states/nv/districts/senate/14"
rel: in-district
area_weight: 0.9999
- to: "us/states/nv/districts/house/32"
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, nv]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 4720 |
| Bachelor's or higher | 2708 |
## Districts
- [NV-02](/us/states/nv/districts/02.md) — 100% (congressional)
- [NV Senate District 14](/us/states/nv/districts/senate/14.md) — 100% (state senate)
- [NV House District 32](/us/states/nv/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: 186
hispanic: 971
bachelors_plus: 1126
districts:
- to: "us/states/nv/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/nv/districts/senate/14"
rel: in-district
area_weight: 0.9999
- to: "us/states/nv/districts/house/32"
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, nv]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 971 |
| Bachelor's or higher | 1126 |
## Districts
- [NV-02](/us/states/nv/districts/02.md) — 100% (congressional)
- [NV Senate District 14](/us/states/nv/districts/senate/14.md) — 100% (state senate)
- [NV House District 32](/us/states/nv/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: 155
hispanic: 292
bachelors_plus: 909
districts:
- to: "us/states/nv/districts/04"
rel: in-district
area_weight: 0.9949
- to: "us/states/nv/districts/senate/19"
rel: in-district
area_weight: 0.9999
- to: "us/states/nv/districts/house/33"
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, nv]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 292 |
| Bachelor's or higher | 909 |
## Districts
- [NV-04](/us/states/nv/districts/04.md) — 99% (congressional)
- [NV Senate District 19](/us/states/nv/districts/senate/19.md) — 100% (state senate)
- [NV House District 33](/us/states/nv/districts/house/33.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: 1134
hispanic: 12034
bachelors_plus: 10123
districts:
- to: "us/states/nv/districts/02"
rel: in-district
area_weight: 0.6372
- to: "us/states/nv/districts/04"
rel: in-district
area_weight: 0.3628
- to: "us/states/nv/districts/senate/17"
rel: in-district
area_weight: 0.9999
- to: "us/states/nv/districts/house/38"
rel: in-district
area_weight: 0.8342
- to: "us/states/nv/districts/house/39"
rel: in-district
area_weight: 0.1657
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nv]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 12034 |
| Bachelor's or higher | 10123 |
## Districts
- [NV-02](/us/states/nv/districts/02.md) — 64% (congressional)
- [NV-04](/us/states/nv/districts/04.md) — 36% (congressional)
- [NV Senate District 17](/us/states/nv/districts/senate/17.md) — 100% (state senate)
- [NV House District 38](/us/states/nv/districts/house/38.md) — 83% (state house)
- [NV House District 39](/us/states/nv/districts/house/39.md) — 17% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 954
hispanic: 789
bachelors_plus: 557
districts:
- to: "us/states/nv/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/nv/districts/senate/17"
rel: in-district
area_weight: 1.0
- to: "us/states/nv/districts/house/38"
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, nv]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 789 |
| Bachelor's or higher | 557 |
## Districts
- [NV-04](/us/states/nv/districts/04.md) — 100% (congressional)
- [NV Senate District 17](/us/states/nv/districts/senate/17.md) — 100% (state senate)
- [NV House District 38](/us/states/nv/districts/house/38.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: 547
hispanic: 9305
bachelors_plus: 7344
districts:
- to: "us/states/nv/districts/04"
rel: in-district
area_weight: 0.9997
- to: "us/states/nv/districts/senate/19"
rel: in-district
area_weight: 0.7409
- to: "us/states/nv/districts/senate/17"
rel: in-district
area_weight: 0.259
- to: "us/states/nv/districts/house/33"
rel: in-district
area_weight: 0.7307
- to: "us/states/nv/districts/house/38"
rel: in-district
area_weight: 0.259
- to: "us/states/nv/districts/house/36"
rel: in-district
area_weight: 0.0102
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nv]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction.
| Hispanic/Latino | 9305 |
| Bachelor's or higher | 7344 |
## Districts
- [NV-04](/us/states/nv/districts/04.md) — 100% (congressional)
- [NV Senate District 19](/us/states/nv/districts/senate/19.md) — 74% (state senate)
- [NV Senate District 17](/us/states/nv/districts/senate/17.md) — 26% (state senate)
- [NV House District 33](/us/states/nv/districts/house/33.md) — 73% (state house)
- [NV House District 38](/us/states/nv/districts/house/38.md) — 26% (state house)
- [NV House District 36](/us/states/nv/districts/house/36.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 297
hispanic: 1533
bachelors_plus: 416
districts:
- to: "us/states/nv/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/nv/districts/senate/14"
rel: in-district
area_weight: 0.9998
- to: "us/states/nv/districts/house/32"
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, nv]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1533 |
| Bachelor's or higher | 416 |
## Districts
- [NV-02](/us/states/nv/districts/02.md) — 100% (congressional)
- [NV Senate District 14](/us/states/nv/districts/senate/14.md) — 100% (state senate)
- [NV House District 32](/us/states/nv/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: 2
hispanic: 530
bachelors_plus: 1572
districts:
- to: "us/states/nv/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/nv/districts/senate/16"
rel: in-district
area_weight: 0.9996
- to: "us/states/nv/districts/house/40"
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, nv]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 530 |
| Bachelor's or higher | 1572 |
## Districts
- [NV-02](/us/states/nv/districts/02.md) — 100% (congressional)
- [NV Senate District 16](/us/states/nv/districts/senate/16.md) — 100% (state senate)
- [NV House District 40](/us/states/nv/districts/house/40.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,42 @@ demographics:
race_native: 6690
hispanic: 129643
bachelors_plus: 166909
districts:
- to: "us/states/nv/districts/02"
rel: in-district
area_weight: 0.9997
- to: "us/states/nv/districts/senate/14"
rel: in-district
area_weight: 0.9311
- to: "us/states/nv/districts/senate/16"
rel: in-district
area_weight: 0.0521
- to: "us/states/nv/districts/senate/15"
rel: in-district
area_weight: 0.0113
- to: "us/states/nv/districts/senate/13"
rel: in-district
area_weight: 0.0053
- to: "us/states/nv/districts/house/32"
rel: in-district
area_weight: 0.9175
- to: "us/states/nv/districts/house/26"
rel: in-district
area_weight: 0.0394
- to: "us/states/nv/districts/house/31"
rel: in-district
area_weight: 0.0136
- to: "us/states/nv/districts/house/40"
rel: in-district
area_weight: 0.0127
- to: "us/states/nv/districts/house/27"
rel: in-district
area_weight: 0.0066
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nv]
timestamp: "2026-07-03"
@@ -56,6 +89,20 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 129643 |
| Bachelor's or higher | 166909 |
## Districts
- [NV-02](/us/states/nv/districts/02.md) — 100% (congressional)
- [NV Senate District 14](/us/states/nv/districts/senate/14.md) — 93% (state senate)
- [NV Senate District 16](/us/states/nv/districts/senate/16.md) — 5% (state senate)
- [NV Senate District 15](/us/states/nv/districts/senate/15.md) — 1% (state senate)
- [NV Senate District 13](/us/states/nv/districts/senate/13.md) — 1% (state senate)
- [NV House District 32](/us/states/nv/districts/house/32.md) — 92% (state house)
- [NV House District 26](/us/states/nv/districts/house/26.md) — 4% (state house)
- [NV House District 31](/us/states/nv/districts/house/31.md) — 1% (state house)
- [NV House District 40](/us/states/nv/districts/house/40.md) — 1% (state house)
- [NV House District 27](/us/states/nv/districts/house/27.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 546
hispanic: 1442
bachelors_plus: 996
districts:
- to: "us/states/nv/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/nv/districts/senate/19"
rel: in-district
area_weight: 1.0
- to: "us/states/nv/districts/house/33"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, nv]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1442 |
| Bachelor's or higher | 996 |
## Districts
- [NV-02](/us/states/nv/districts/02.md) — 100% (congressional)
- [NV Senate District 19](/us/states/nv/districts/senate/19.md) — 100% (state senate)
- [NV House District 33](/us/states/nv/districts/house/33.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 145505
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, nv]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 177805
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, nv]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 216201
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, nv]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 121697
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, nv]
timestamp: "2026-07-03"
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 1"
classification: state-house-district
state: "NV"
chamber: "house"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 1
State House district 1 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 10"
classification: state-house-district
state: "NV"
chamber: "house"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 10
State House district 10 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 11"
classification: state-house-district
state: "NV"
chamber: "house"
district: "11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 11
State House district 11 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 12"
classification: state-house-district
state: "NV"
chamber: "house"
district: "12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 12
State House district 12 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 13"
classification: state-house-district
state: "NV"
chamber: "house"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 13
State House district 13 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 14"
classification: state-house-district
state: "NV"
chamber: "house"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 14
State House district 14 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 15"
classification: state-house-district
state: "NV"
chamber: "house"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 15
State House district 15 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 16"
classification: state-house-district
state: "NV"
chamber: "house"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 16
State House district 16 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 17"
classification: state-house-district
state: "NV"
chamber: "house"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 17
State House district 17 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 18"
classification: state-house-district
state: "NV"
chamber: "house"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 18
State House district 18 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 19"
classification: state-house-district
state: "NV"
chamber: "house"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 19
State House district 19 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 2"
classification: state-house-district
state: "NV"
chamber: "house"
district: "2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 2
State House district 2 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 20"
classification: state-house-district
state: "NV"
chamber: "house"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 20
State House district 20 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 21"
classification: state-house-district
state: "NV"
chamber: "house"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 21
State House district 21 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 22"
classification: state-house-district
state: "NV"
chamber: "house"
district: "22"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 22
State House district 22 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 23"
classification: state-house-district
state: "NV"
chamber: "house"
district: "23"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 23
State House district 23 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 24"
classification: state-house-district
state: "NV"
chamber: "house"
district: "24"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 24
State House district 24 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 25"
classification: state-house-district
state: "NV"
chamber: "house"
district: "25"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 25
State House district 25 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 26"
classification: state-house-district
state: "NV"
chamber: "house"
district: "26"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 26
State House district 26 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 27"
classification: state-house-district
state: "NV"
chamber: "house"
district: "27"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 27
State House district 27 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 28"
classification: state-house-district
state: "NV"
chamber: "house"
district: "28"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 28
State House district 28 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 29"
classification: state-house-district
state: "NV"
chamber: "house"
district: "29"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 29
State House district 29 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 3"
classification: state-house-district
state: "NV"
chamber: "house"
district: "3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 3
State House district 3 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 30"
classification: state-house-district
state: "NV"
chamber: "house"
district: "30"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 30
State House district 30 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 31"
classification: state-house-district
state: "NV"
chamber: "house"
district: "31"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 31
State House district 31 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 32"
classification: state-house-district
state: "NV"
chamber: "house"
district: "32"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 32
State House district 32 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 33"
classification: state-house-district
state: "NV"
chamber: "house"
district: "33"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 33
State House district 33 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 34"
classification: state-house-district
state: "NV"
chamber: "house"
district: "34"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 34
State House district 34 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 35"
classification: state-house-district
state: "NV"
chamber: "house"
district: "35"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 35
State House district 35 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 36"
classification: state-house-district
state: "NV"
chamber: "house"
district: "36"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 36
State House district 36 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 37"
classification: state-house-district
state: "NV"
chamber: "house"
district: "37"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 37
State House district 37 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 38"
classification: state-house-district
state: "NV"
chamber: "house"
district: "38"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 38
State House district 38 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 39"
classification: state-house-district
state: "NV"
chamber: "house"
district: "39"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 39
State House district 39 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 4"
classification: state-house-district
state: "NV"
chamber: "house"
district: "4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 4
State House district 4 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 40"
classification: state-house-district
state: "NV"
chamber: "house"
district: "40"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 40
State House district 40 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 41"
classification: state-house-district
state: "NV"
chamber: "house"
district: "41"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 41
State House district 41 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 42"
classification: state-house-district
state: "NV"
chamber: "house"
district: "42"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 42
State House district 42 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 5"
classification: state-house-district
state: "NV"
chamber: "house"
district: "5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 5
State House district 5 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 6"
classification: state-house-district
state: "NV"
chamber: "house"
district: "6"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 6
State House district 6 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 7"
classification: state-house-district
state: "NV"
chamber: "house"
district: "7"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 7
State House district 7 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 8"
classification: state-house-district
state: "NV"
chamber: "house"
district: "8"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 8
State House district 8 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV House District 9"
classification: state-house-district
state: "NV"
chamber: "house"
district: "9"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, nv]
timestamp: "2026-07-03"
---
# NV House District 9
State House district 9 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 1"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 1
State Senate district 1 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 10"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 10
State Senate district 10 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 11"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 11
State Senate district 11 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 12"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 12
State Senate district 12 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 13"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 13
State Senate district 13 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 14"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 14
State Senate district 14 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 15"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 15
State Senate district 15 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 16"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 16
State Senate district 16 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 17"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 17
State Senate district 17 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 18"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 18
State Senate district 18 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 19"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 19
State Senate district 19 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 2"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 2
State Senate district 2 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 20"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 20
State Senate district 20 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 21"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 21
State Senate district 21 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 3"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 3
State Senate district 3 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 4"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 4
State Senate district 4 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 5"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 5
State Senate district 5 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 6"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "6"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 6
State Senate district 6 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 7"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "7"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 7
State Senate district 7 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 8"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "8"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 8
State Senate district 8 (NV).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "NV Senate District 9"
classification: state-senate-district
state: "NV"
chamber: "senate"
district: "9"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, nv]
timestamp: "2026-07-03"
---
# NV Senate District 9
State Senate district 9 (NV).
## Source
- boundary: Census TIGER 2024
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State House of Representatives District 32"
represents: "us/states/nv/districts/house/32"
tenure:
start: "2018-11-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV House District 32 (NV State House of Representatives District 32).
Represents [NV State House of Representatives District 32](/us/states/nv/districts/house/32.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State Senate District 15"
represents: "us/states/nv/districts/senate/15"
tenure:
start: "2024-11-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV Senate District 15 (NV State Senate District 15).
Represents [NV State Senate District 15](/us/states/nv/districts/senate/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State House of Representatives District 33"
represents: "us/states/nv/districts/house/33"
tenure:
start: "2022-11-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV House District 33 (NV State House of Representatives District 33).
Represents [NV State House of Representatives District 33](/us/states/nv/districts/house/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State House of Representatives District 39"
represents: "us/states/nv/districts/house/39"
tenure:
start: "2025-11-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV House District 39 (NV State House of Representatives District 39).
Represents [NV State House of Representatives District 39](/us/states/nv/districts/house/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State House of Representatives District 13"
represents: "us/states/nv/districts/house/13"
tenure:
start: "2022-11-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV House District 13 (NV State House of Representatives District 13).
Represents [NV State House of Representatives District 13](/us/states/nv/districts/house/13.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State House of Representatives District 5"
represents: "us/states/nv/districts/house/5"
tenure:
start: "2016-11-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV House District 5 (NV State House of Representatives District 5).
Represents [NV State House of Representatives District 5](/us/states/nv/districts/house/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State Senate District 5"
represents: "us/states/nv/districts/senate/5"
tenure:
start: "2020-11-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV Senate District 5 (NV State Senate District 5).
Represents [NV State Senate District 5](/us/states/nv/districts/senate/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State House of Representatives District 16"
represents: "us/states/nv/districts/house/16"
tenure:
start: "2020-11-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV House District 16 (NV State House of Representatives District 16).
Represents [NV State House of Representatives District 16](/us/states/nv/districts/house/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State House of Representatives District 11"
represents: "us/states/nv/districts/house/11"
tenure:
start: "2024-11-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV House District 11 (NV State House of Representatives District 11).
Represents [NV State House of Representatives District 11](/us/states/nv/districts/house/11.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State House of Representatives District 1"
represents: "us/states/nv/districts/house/1"
tenure:
start: "2016-11-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV House District 1 (NV State House of Representatives District 1).
Represents [NV State House of Representatives District 1](/us/states/nv/districts/house/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State House of Representatives District 23"
represents: "us/states/nv/districts/house/23"
tenure:
start: "2022-11-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV House District 23 (NV State House of Representatives District 23).
Represents [NV State House of Representatives District 23](/us/states/nv/districts/house/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State House of Representatives District 20"
represents: "us/states/nv/districts/house/20"
tenure:
start: "2020-11-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV House District 20 (NV State House of Representatives District 20).
Represents [NV State House of Representatives District 20](/us/states/nv/districts/house/20.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State Senate District 4"
represents: "us/states/nv/districts/senate/4"
tenure:
start: "2020-11-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV Senate District 4 (NV State Senate District 4).
Represents [NV State Senate District 4](/us/states/nv/districts/senate/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State House of Representatives District 8"
represents: "us/states/nv/districts/house/8"
tenure:
start: "2022-11-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV House District 8 (NV State House of Representatives District 8).
Represents [NV State House of Representatives District 8](/us/states/nv/districts/house/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State Senate District 2"
represents: "us/states/nv/districts/senate/2"
tenure:
start: "2022-11-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV Senate District 2 (NV State Senate District 2).
Represents [NV State Senate District 2](/us/states/nv/districts/senate/2.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NV"
district: "NV State House of Representatives District 21"
represents: "us/states/nv/districts/house/21"
tenure:
start: "2020-11-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NV House District 21 (NV State House of Representatives District 21).
Represents [NV State House of Representatives District 21](/us/states/nv/districts/house/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20

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