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,48 @@ demographics:
race_native: 921
hispanic: 24003
bachelors_plus: 65444
districts:
- to: "us/states/hi/districts/02"
rel: in-district
area_weight: 0.7904
- to: "us/states/hi/districts/senate/4"
rel: in-district
area_weight: 0.3224
- to: "us/states/hi/districts/senate/3"
rel: in-district
area_weight: 0.3125
- to: "us/states/hi/districts/senate/2"
rel: in-district
area_weight: 0.0873
- to: "us/states/hi/districts/senate/1"
rel: in-district
area_weight: 0.0708
- to: "us/states/hi/districts/house/5"
rel: in-district
area_weight: 0.3561
- to: "us/states/hi/districts/house/1"
rel: in-district
area_weight: 0.1543
- to: "us/states/hi/districts/house/7"
rel: in-district
area_weight: 0.0954
- to: "us/states/hi/districts/house/8"
rel: in-district
area_weight: 0.0873
- to: "us/states/hi/districts/house/4"
rel: in-district
area_weight: 0.0557
- to: "us/states/hi/districts/house/6"
rel: in-district
area_weight: 0.0218
- to: "us/states/hi/districts/house/3"
rel: in-district
area_weight: 0.0181
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, hi]
timestamp: "2026-07-03"
@@ -56,6 +95,22 @@ County jurisdiction.
| Hispanic/Latino | 24003 |
| Bachelor's or higher | 65444 |
## Districts
- [HI-02](/us/states/hi/districts/02.md) — 79% (congressional)
- [HI Senate District 4](/us/states/hi/districts/senate/4.md) — 32% (state senate)
- [HI Senate District 3](/us/states/hi/districts/senate/3.md) — 31% (state senate)
- [HI Senate District 2](/us/states/hi/districts/senate/2.md) — 9% (state senate)
- [HI Senate District 1](/us/states/hi/districts/senate/1.md) — 7% (state senate)
- [HI House District 5](/us/states/hi/districts/house/5.md) — 36% (state house)
- [HI House District 1](/us/states/hi/districts/house/1.md) — 15% (state house)
- [HI House District 7](/us/states/hi/districts/house/7.md) — 10% (state house)
- [HI House District 8](/us/states/hi/districts/house/8.md) — 9% (state house)
- [HI House District 4](/us/states/hi/districts/house/4.md) — 6% (state house)
- [HI House District 6](/us/states/hi/districts/house/6.md) — 2% (state house)
- [HI House District 3](/us/states/hi/districts/house/3.md) — 2% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,102 @@ demographics:
race_native: 2034
hispanic: 94340
bachelors_plus: 373214
districts:
- to: "us/states/hi/districts/02"
rel: in-district
area_weight: 0.1817
- to: "us/states/hi/districts/01"
rel: in-district
area_weight: 0.0966
- to: "us/states/hi/districts/senate/23"
rel: in-district
area_weight: 0.1064
- to: "us/states/hi/districts/senate/22"
rel: in-district
area_weight: 0.0301
- to: "us/states/hi/districts/senate/17"
rel: in-district
area_weight: 0.0236
- to: "us/states/hi/districts/senate/25"
rel: in-district
area_weight: 0.0165
- to: "us/states/hi/districts/senate/15"
rel: in-district
area_weight: 0.0149
- to: "us/states/hi/districts/senate/18"
rel: in-district
area_weight: 0.0139
- to: "us/states/hi/districts/senate/16"
rel: in-district
area_weight: 0.0126
- to: "us/states/hi/districts/senate/21"
rel: in-district
area_weight: 0.0108
- to: "us/states/hi/districts/senate/24"
rel: in-district
area_weight: 0.01
- to: "us/states/hi/districts/senate/14"
rel: in-district
area_weight: 0.0098
- to: "us/states/hi/districts/senate/9"
rel: in-district
area_weight: 0.0084
- to: "us/states/hi/districts/senate/20"
rel: in-district
area_weight: 0.0055
- to: "us/states/hi/districts/house/47"
rel: in-district
area_weight: 0.0623
- to: "us/states/hi/districts/house/46"
rel: in-district
area_weight: 0.0398
- to: "us/states/hi/districts/house/45"
rel: in-district
area_weight: 0.0223
- to: "us/states/hi/districts/house/48"
rel: in-district
area_weight: 0.0147
- to: "us/states/hi/districts/house/39"
rel: in-district
area_weight: 0.0124
- to: "us/states/hi/districts/house/37"
rel: in-district
area_weight: 0.0107
- to: "us/states/hi/districts/house/32"
rel: in-district
area_weight: 0.0095
- to: "us/states/hi/districts/house/51"
rel: in-district
area_weight: 0.0084
- to: "us/states/hi/districts/house/44"
rel: in-district
area_weight: 0.0079
- to: "us/states/hi/districts/house/50"
rel: in-district
area_weight: 0.0077
- to: "us/states/hi/districts/house/34"
rel: in-district
area_weight: 0.0071
- to: "us/states/hi/districts/house/41"
rel: in-district
area_weight: 0.0063
- to: "us/states/hi/districts/house/19"
rel: in-district
area_weight: 0.0062
- to: "us/states/hi/districts/house/30"
rel: in-district
area_weight: 0.006
- to: "us/states/hi/districts/house/49"
rel: in-district
area_weight: 0.0058
- to: "us/states/hi/districts/house/38"
rel: in-district
area_weight: 0.0057
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, hi]
timestamp: "2026-07-03"
@@ -56,6 +149,40 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 94340 |
| Bachelor's or higher | 373214 |
## Districts
- [HI-02](/us/states/hi/districts/02.md) — 18% (congressional)
- [HI-01](/us/states/hi/districts/01.md) — 10% (congressional)
- [HI Senate District 23](/us/states/hi/districts/senate/23.md) — 11% (state senate)
- [HI Senate District 22](/us/states/hi/districts/senate/22.md) — 3% (state senate)
- [HI Senate District 17](/us/states/hi/districts/senate/17.md) — 2% (state senate)
- [HI Senate District 25](/us/states/hi/districts/senate/25.md) — 2% (state senate)
- [HI Senate District 15](/us/states/hi/districts/senate/15.md) — 1% (state senate)
- [HI Senate District 18](/us/states/hi/districts/senate/18.md) — 1% (state senate)
- [HI Senate District 16](/us/states/hi/districts/senate/16.md) — 1% (state senate)
- [HI Senate District 21](/us/states/hi/districts/senate/21.md) — 1% (state senate)
- [HI Senate District 24](/us/states/hi/districts/senate/24.md) — 1% (state senate)
- [HI Senate District 14](/us/states/hi/districts/senate/14.md) — 1% (state senate)
- [HI Senate District 9](/us/states/hi/districts/senate/9.md) — 1% (state senate)
- [HI Senate District 20](/us/states/hi/districts/senate/20.md) — 1% (state senate)
- [HI House District 47](/us/states/hi/districts/house/47.md) — 6% (state house)
- [HI House District 46](/us/states/hi/districts/house/46.md) — 4% (state house)
- [HI House District 45](/us/states/hi/districts/house/45.md) — 2% (state house)
- [HI House District 48](/us/states/hi/districts/house/48.md) — 1% (state house)
- [HI House District 39](/us/states/hi/districts/house/39.md) — 1% (state house)
- [HI House District 37](/us/states/hi/districts/house/37.md) — 1% (state house)
- [HI House District 32](/us/states/hi/districts/house/32.md) — 1% (state house)
- [HI House District 51](/us/states/hi/districts/house/51.md) — 1% (state house)
- [HI House District 44](/us/states/hi/districts/house/44.md) — 1% (state house)
- [HI House District 50](/us/states/hi/districts/house/50.md) — 1% (state house)
- [HI House District 34](/us/states/hi/districts/house/34.md) — 1% (state house)
- [HI House District 41](/us/states/hi/districts/house/41.md) — 1% (state house)
- [HI House District 19](/us/states/hi/districts/house/19.md) — 1% (state house)
- [HI House District 30](/us/states/hi/districts/house/30.md) — 1% (state house)
- [HI House District 49](/us/states/hi/districts/house/49.md) — 1% (state house)
- [HI House District 38](/us/states/hi/districts/house/38.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -19,9 +19,21 @@ demographics:
race_native: 12
hispanic: 9
bachelors_plus: 24
districts:
- to: "us/states/hi/districts/02"
rel: in-district
area_weight: 0.2466
- to: "us/states/hi/districts/senate/7"
rel: in-district
area_weight: 0.2307
- to: "us/states/hi/districts/house/13"
rel: in-district
area_weight: 0.2307
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, hi]
timestamp: "2026-07-03"
@@ -50,6 +62,13 @@ County jurisdiction.
| Hispanic/Latino | 9 |
| Bachelor's or higher | 24 |
## Districts
- [HI-02](/us/states/hi/districts/02.md) — 25% (congressional)
- [HI Senate District 7](/us/states/hi/districts/senate/7.md) — 23% (state senate)
- [HI House District 13](/us/states/hi/districts/house/13.md) — 23% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 146
hispanic: 7804
bachelors_plus: 21597
districts:
- to: "us/states/hi/districts/02"
rel: in-district
area_weight: 0.4937
- to: "us/states/hi/districts/senate/8"
rel: in-district
area_weight: 0.4972
- to: "us/states/hi/districts/house/17"
rel: in-district
area_weight: 0.2699
- to: "us/states/hi/districts/house/15"
rel: in-district
area_weight: 0.1482
- to: "us/states/hi/districts/house/16"
rel: in-district
area_weight: 0.0791
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, hi]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 7804 |
| Bachelor's or higher | 21597 |
## Districts
- [HI-02](/us/states/hi/districts/02.md) — 49% (congressional)
- [HI Senate District 8](/us/states/hi/districts/senate/8.md) — 50% (state senate)
- [HI House District 17](/us/states/hi/districts/house/17.md) — 27% (state house)
- [HI House District 15](/us/states/hi/districts/house/15.md) — 15% (state house)
- [HI House District 16](/us/states/hi/districts/house/16.md) — 8% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,42 @@ demographics:
race_native: 549
hispanic: 17435
bachelors_plus: 49219
districts:
- to: "us/states/hi/districts/02"
rel: in-district
area_weight: 0.4863
- to: "us/states/hi/districts/senate/7"
rel: in-district
area_weight: 0.3875
- to: "us/states/hi/districts/senate/6"
rel: in-district
area_weight: 0.0694
- to: "us/states/hi/districts/senate/5"
rel: in-district
area_weight: 0.0295
- to: "us/states/hi/districts/house/13"
rel: in-district
area_weight: 0.2915
- to: "us/states/hi/districts/house/12"
rel: in-district
area_weight: 0.1027
- to: "us/states/hi/districts/house/14"
rel: in-district
area_weight: 0.0587
- to: "us/states/hi/districts/house/11"
rel: in-district
area_weight: 0.015
- to: "us/states/hi/districts/house/10"
rel: in-district
area_weight: 0.0094
- to: "us/states/hi/districts/house/9"
rel: in-district
area_weight: 0.0091
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, hi]
timestamp: "2026-07-03"
@@ -56,6 +89,20 @@ County jurisdiction.
| Hispanic/Latino | 17435 |
| Bachelor's or higher | 49219 |
## Districts
- [HI-02](/us/states/hi/districts/02.md) — 49% (congressional)
- [HI Senate District 7](/us/states/hi/districts/senate/7.md) — 39% (state senate)
- [HI Senate District 6](/us/states/hi/districts/senate/6.md) — 7% (state senate)
- [HI Senate District 5](/us/states/hi/districts/senate/5.md) — 3% (state senate)
- [HI House District 13](/us/states/hi/districts/house/13.md) — 29% (state house)
- [HI House District 12](/us/states/hi/districts/house/12.md) — 10% (state house)
- [HI House District 14](/us/states/hi/districts/house/14.md) — 6% (state house)
- [HI House District 11](/us/states/hi/districts/house/11.md) — 2% (state house)
- [HI House District 10](/us/states/hi/districts/house/10.md) — 1% (state house)
- [HI House District 9](/us/states/hi/districts/house/9.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -0,0 +1,21 @@
---
type: Jurisdiction
title: "HI-01"
classification: congressional-district
state: "HI"
district: "HI-01"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, congressional-district, hi]
timestamp: "2026-07-03"
---
# HI-01
Congressional district HI-01.
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,21 @@
---
type: Jurisdiction
title: "HI-02"
classification: congressional-district
state: "HI"
district: "HI-02"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, congressional-district, hi]
timestamp: "2026-07-03"
---
# HI-02
Congressional district HI-02.
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 1"
classification: state-house-district
state: "HI"
chamber: "house"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 1
State House district 1 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 10"
classification: state-house-district
state: "HI"
chamber: "house"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 10
State House district 10 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 11"
classification: state-house-district
state: "HI"
chamber: "house"
district: "11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 11
State House district 11 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 12"
classification: state-house-district
state: "HI"
chamber: "house"
district: "12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 12
State House district 12 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 13"
classification: state-house-district
state: "HI"
chamber: "house"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 13
State House district 13 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 14"
classification: state-house-district
state: "HI"
chamber: "house"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 14
State House district 14 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 15"
classification: state-house-district
state: "HI"
chamber: "house"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 15
State House district 15 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 16"
classification: state-house-district
state: "HI"
chamber: "house"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 16
State House district 16 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 17"
classification: state-house-district
state: "HI"
chamber: "house"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 17
State House district 17 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 18"
classification: state-house-district
state: "HI"
chamber: "house"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 18
State House district 18 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 19"
classification: state-house-district
state: "HI"
chamber: "house"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 19
State House district 19 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 2"
classification: state-house-district
state: "HI"
chamber: "house"
district: "2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 2
State House district 2 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 20"
classification: state-house-district
state: "HI"
chamber: "house"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 20
State House district 20 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 21"
classification: state-house-district
state: "HI"
chamber: "house"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 21
State House district 21 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 22"
classification: state-house-district
state: "HI"
chamber: "house"
district: "22"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 22
State House district 22 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 23"
classification: state-house-district
state: "HI"
chamber: "house"
district: "23"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 23
State House district 23 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 24"
classification: state-house-district
state: "HI"
chamber: "house"
district: "24"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 24
State House district 24 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 25"
classification: state-house-district
state: "HI"
chamber: "house"
district: "25"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 25
State House district 25 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 26"
classification: state-house-district
state: "HI"
chamber: "house"
district: "26"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 26
State House district 26 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 27"
classification: state-house-district
state: "HI"
chamber: "house"
district: "27"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 27
State House district 27 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 28"
classification: state-house-district
state: "HI"
chamber: "house"
district: "28"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 28
State House district 28 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 29"
classification: state-house-district
state: "HI"
chamber: "house"
district: "29"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 29
State House district 29 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 3"
classification: state-house-district
state: "HI"
chamber: "house"
district: "3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 3
State House district 3 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 30"
classification: state-house-district
state: "HI"
chamber: "house"
district: "30"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 30
State House district 30 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 31"
classification: state-house-district
state: "HI"
chamber: "house"
district: "31"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 31
State House district 31 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 32"
classification: state-house-district
state: "HI"
chamber: "house"
district: "32"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 32
State House district 32 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 33"
classification: state-house-district
state: "HI"
chamber: "house"
district: "33"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 33
State House district 33 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 34"
classification: state-house-district
state: "HI"
chamber: "house"
district: "34"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 34
State House district 34 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 35"
classification: state-house-district
state: "HI"
chamber: "house"
district: "35"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 35
State House district 35 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 36"
classification: state-house-district
state: "HI"
chamber: "house"
district: "36"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 36
State House district 36 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 37"
classification: state-house-district
state: "HI"
chamber: "house"
district: "37"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 37
State House district 37 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 38"
classification: state-house-district
state: "HI"
chamber: "house"
district: "38"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 38
State House district 38 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 39"
classification: state-house-district
state: "HI"
chamber: "house"
district: "39"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 39
State House district 39 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 4"
classification: state-house-district
state: "HI"
chamber: "house"
district: "4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 4
State House district 4 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 40"
classification: state-house-district
state: "HI"
chamber: "house"
district: "40"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 40
State House district 40 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 41"
classification: state-house-district
state: "HI"
chamber: "house"
district: "41"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 41
State House district 41 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 42"
classification: state-house-district
state: "HI"
chamber: "house"
district: "42"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 42
State House district 42 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 43"
classification: state-house-district
state: "HI"
chamber: "house"
district: "43"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 43
State House district 43 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 44"
classification: state-house-district
state: "HI"
chamber: "house"
district: "44"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 44
State House district 44 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 45"
classification: state-house-district
state: "HI"
chamber: "house"
district: "45"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 45
State House district 45 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 46"
classification: state-house-district
state: "HI"
chamber: "house"
district: "46"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 46
State House district 46 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 47"
classification: state-house-district
state: "HI"
chamber: "house"
district: "47"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 47
State House district 47 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 48"
classification: state-house-district
state: "HI"
chamber: "house"
district: "48"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 48
State House district 48 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 49"
classification: state-house-district
state: "HI"
chamber: "house"
district: "49"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 49
State House district 49 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 5"
classification: state-house-district
state: "HI"
chamber: "house"
district: "5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 5
State House district 5 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 50"
classification: state-house-district
state: "HI"
chamber: "house"
district: "50"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 50
State House district 50 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 51"
classification: state-house-district
state: "HI"
chamber: "house"
district: "51"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 51
State House district 51 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 6"
classification: state-house-district
state: "HI"
chamber: "house"
district: "6"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 6
State House district 6 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 7"
classification: state-house-district
state: "HI"
chamber: "house"
district: "7"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 7
State House district 7 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 8"
classification: state-house-district
state: "HI"
chamber: "house"
district: "8"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 8
State House district 8 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI House District 9"
classification: state-house-district
state: "HI"
chamber: "house"
district: "9"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, hi]
timestamp: "2026-07-03"
---
# HI House District 9
State House district 9 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 1"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 1
State Senate district 1 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 10"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 10
State Senate district 10 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 11"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 11
State Senate district 11 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 12"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 12
State Senate district 12 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 13"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 13
State Senate district 13 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 14"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 14
State Senate district 14 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 15"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 15
State Senate district 15 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 16"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 16
State Senate district 16 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 17"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 17
State Senate district 17 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 18"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 18
State Senate district 18 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 19"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 19
State Senate district 19 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 2"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 2
State Senate district 2 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 20"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 20
State Senate district 20 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 21"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 21
State Senate district 21 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 22"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "22"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 22
State Senate district 22 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 23"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "23"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 23
State Senate district 23 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 24"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "24"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 24
State Senate district 24 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 25"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "25"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 25
State Senate district 25 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 3"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 3
State Senate district 3 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 4"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 4
State Senate district 4 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 5"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 5
State Senate district 5 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 6"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "6"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 6
State Senate district 6 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 7"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "7"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 7
State Senate district 7 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 8"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "8"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 8
State Senate district 8 (HI).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "HI Senate District 9"
classification: state-senate-district
state: "HI"
chamber: "senate"
district: "9"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, hi]
timestamp: "2026-07-03"
---
# HI Senate District 9
State Senate district 9 (HI).
## Source
- boundary: Census TIGER 2024
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State House of Representatives District 24"
represents: "us/states/hi/districts/house/24"
tenure:
start: "2022-11-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI House District 24 (HI State House of Representatives District 24).
Represents [HI State House of Representatives District 24](/us/states/hi/districts/house/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State House of Representatives District 46"
represents: "us/states/hi/districts/house/46"
tenure:
start: "2018-11-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI House District 46 (HI State House of Representatives District 46).
Represents [HI State House of Representatives District 46](/us/states/hi/districts/house/46.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State House of Representatives District 22"
represents: "us/states/hi/districts/house/22"
tenure:
start: "2022-11-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI House District 22 (HI State House of Representatives District 22).
Represents [HI State House of Representatives District 22](/us/states/hi/districts/house/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State Senate District 6"
represents: "us/states/hi/districts/senate/6"
tenure:
start: "2022-11-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI Senate District 6 (HI State Senate District 6).
Represents [HI State Senate District 6](/us/states/hi/districts/senate/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State Senate District 16"
represents: "us/states/hi/districts/senate/16"
tenure:
start: "2022-11-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI Senate District 16 (HI State Senate District 16).
Represents [HI State Senate District 16](/us/states/hi/districts/senate/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State Senate District 23"
represents: "us/states/hi/districts/senate/23"
tenure:
start: "2022-11-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI Senate District 23 (HI State Senate District 23).
Represents [HI State Senate District 23](/us/states/hi/districts/senate/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State Senate District 11"
represents: "us/states/hi/districts/senate/11"
tenure:
start: "2022-11-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI Senate District 11 (HI State Senate District 11).
Represents [HI State Senate District 11](/us/states/hi/districts/senate/11.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State Senate District 25"
represents: "us/states/hi/districts/senate/25"
tenure:
start: "2020-11-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI Senate District 25 (HI State Senate District 25).
Represents [HI State Senate District 25](/us/states/hi/districts/senate/25.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State House of Representatives District 45"
represents: "us/states/hi/districts/house/45"
tenure:
start: "2024-11-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI House District 45 (HI State House of Representatives District 45).
Represents [HI State House of Representatives District 45](/us/states/hi/districts/house/45.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State House of Representatives District 3"
represents: "us/states/hi/districts/house/3"
tenure:
start: "2022-11-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI House District 3 (HI State House of Representatives District 3).
Represents [HI State House of Representatives District 3](/us/states/hi/districts/house/3.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State House of Representatives District 35"
represents: "us/states/hi/districts/house/35"
tenure:
start: "2022-11-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI House District 35 (HI State House of Representatives District 35).
Represents [HI State House of Representatives District 35](/us/states/hi/districts/house/35.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State House of Representatives District 28"
represents: "us/states/hi/districts/house/28"
tenure:
start: "2026-04-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI House District 28 (HI State House of Representatives District 28).
Represents [HI State House of Representatives District 28](/us/states/hi/districts/house/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State House of Representatives District 36"
represents: "us/states/hi/districts/house/36"
tenure:
start: "2026-01-21"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI House District 36 (HI State House of Representatives District 36).
Represents [HI State House of Representatives District 36](/us/states/hi/districts/house/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State House of Representatives District 44"
represents: "us/states/hi/districts/house/44"
tenure:
start: "2022-11-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI House District 44 (HI State House of Representatives District 44).
Represents [HI State House of Representatives District 44](/us/states/hi/districts/house/44.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State House of Representatives District 41"
represents: "us/states/hi/districts/house/41"
tenure:
start: "2022-11-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI House District 41 (HI State House of Representatives District 41).
Represents [HI State House of Representatives District 41](/us/states/hi/districts/house/41.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State House of Representatives District 8"
represents: "us/states/hi/districts/house/8"
tenure:
start: "2022-11-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI House District 8 (HI State House of Representatives District 8).
Represents [HI State House of Representatives District 8](/us/states/hi/districts/house/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "HI"
district: "HI State House of Representatives District 17"
represents: "us/states/hi/districts/house/17"
tenure:
start: "2022-11-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current HI House District 17 (HI State House of Representatives District 17).
Represents [HI State House of Representatives District 17](/us/states/hi/districts/house/17.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