Files
republic-os/data/jurisdictions/us/states/hi/counties/honolulu/index.md
T
Fabio 1beeaab2db 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>
2026-07-04 22:28:08 -04:00

6.4 KiB
Raw Blame History

type, title, classification, fips, state, demographics, districts, sources, confidence, tags, timestamp
type title classification fips state demographics districts sources confidence tags timestamp
Jurisdiction Honolulu County, HI county 15003 HI
population population_under_18 population_18_64 population_65_plus median_household_income poverty_rate homeownership_rate unemployment_rate median_home_value gini_index vacancy_rate race_white race_black race_asian race_native hispanic bachelors_plus
1001146 206028 599240 195878 106195 9.23 59.79 4.69 897500 0.4413 9.47 184255 23615 422143 2034 94340 373214
to rel area_weight
us/states/hi/districts/02 in-district 0.1817
to rel area_weight
us/states/hi/districts/01 in-district 0.0966
to rel area_weight
us/states/hi/districts/senate/23 in-district 0.1064
to rel area_weight
us/states/hi/districts/senate/22 in-district 0.0301
to rel area_weight
us/states/hi/districts/senate/17 in-district 0.0236
to rel area_weight
us/states/hi/districts/senate/25 in-district 0.0165
to rel area_weight
us/states/hi/districts/senate/15 in-district 0.0149
to rel area_weight
us/states/hi/districts/senate/18 in-district 0.0139
to rel area_weight
us/states/hi/districts/senate/16 in-district 0.0126
to rel area_weight
us/states/hi/districts/senate/21 in-district 0.0108
to rel area_weight
us/states/hi/districts/senate/24 in-district 0.01
to rel area_weight
us/states/hi/districts/senate/14 in-district 0.0098
to rel area_weight
us/states/hi/districts/senate/9 in-district 0.0084
to rel area_weight
us/states/hi/districts/senate/20 in-district 0.0055
to rel area_weight
us/states/hi/districts/house/47 in-district 0.0623
to rel area_weight
us/states/hi/districts/house/46 in-district 0.0398
to rel area_weight
us/states/hi/districts/house/45 in-district 0.0223
to rel area_weight
us/states/hi/districts/house/48 in-district 0.0147
to rel area_weight
us/states/hi/districts/house/39 in-district 0.0124
to rel area_weight
us/states/hi/districts/house/37 in-district 0.0107
to rel area_weight
us/states/hi/districts/house/32 in-district 0.0095
to rel area_weight
us/states/hi/districts/house/51 in-district 0.0084
to rel area_weight
us/states/hi/districts/house/44 in-district 0.0079
to rel area_weight
us/states/hi/districts/house/50 in-district 0.0077
to rel area_weight
us/states/hi/districts/house/34 in-district 0.0071
to rel area_weight
us/states/hi/districts/house/41 in-district 0.0063
to rel area_weight
us/states/hi/districts/house/19 in-district 0.0062
to rel area_weight
us/states/hi/districts/house/30 in-district 0.006
to rel area_weight
us/states/hi/districts/house/49 in-district 0.0058
to rel area_weight
us/states/hi/districts/house/38 in-district 0.0057
field source
demographics Census ACS 2023
field source
districts PostGIS area-intersection over Census TIGER 2024 boundaries
official
jurisdiction
county
hi
2026-07-03

Honolulu County, HI

County jurisdiction — 1 officeholders mapped.

Demographics (ACS 2023)

Measure Value
Population 1001146
Under 18 206028
1864 599240
65+ 195878
Median household income 106195
Poverty rate 9.23
Homeownership rate 59.79
Unemployment rate 4.69
Median home value 897500
Gini index 0.4413
Vacancy rate 9.47
White 184255
Black 23615
Asian 422143
Native 2034
Hispanic/Latino 94340
Bachelor's or higher 373214

Districts

Source

  • demographics: Census ACS 2023
  • districts: PostGIS area-intersection over Census TIGER 2024 boundaries