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
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 1"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 1
State Senate district 1 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 10"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 10
State Senate district 10 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 11"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 11
State Senate district 11 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 12"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 12
State Senate district 12 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 13"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 13
State Senate district 13 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 14"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 14
State Senate district 14 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 15"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 15
State Senate district 15 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 16"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 16
State Senate district 16 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 17"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 17
State Senate district 17 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 18"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 18
State Senate district 18 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 19"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 19
State Senate district 19 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 2"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 2
State Senate district 2 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 20"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 20
State Senate district 20 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 21"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 21
State Senate district 21 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 22"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "22"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 22
State Senate district 22 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 23"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "23"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 23
State Senate district 23 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 24"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "24"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 24
State Senate district 24 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 25"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "25"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 25
State Senate district 25 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 26"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "26"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 26
State Senate district 26 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 27"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "27"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 27
State Senate district 27 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 28"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "28"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 28
State Senate district 28 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 29"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "29"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 29
State Senate district 29 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 3"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 3
State Senate district 3 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 30"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "30"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 30
State Senate district 30 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 4"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 4
State Senate district 4 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 5"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 5
State Senate district 5 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 6"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "6"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 6
State Senate district 6 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 7"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "7"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 7
State Senate district 7 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 8"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "8"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 8
State Senate district 8 (OR).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "OR Senate District 9"
classification: state-senate-district
state: "OR"
chamber: "senate"
district: "9"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, or]
timestamp: "2026-07-03"
---
# OR Senate District 9
State Senate district 9 (OR).
## Source
- boundary: Census TIGER 2024