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
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 208307
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, md]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 257620
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, md]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 293087
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, md]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 181513
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, md]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 242267
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, md]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 235117
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, md]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 177806
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, md]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 354562
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, md]
timestamp: "2026-07-03"
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 10"
classification: state-house-district
state: "MD"
chamber: "house"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 10
State House district 10 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 11A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "11A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 11A
State House district 11A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 11B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "11B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 11B
State House district 11B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 12A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "12A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 12A
State House district 12A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 12B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "12B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 12B
State House district 12B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 13"
classification: state-house-district
state: "MD"
chamber: "house"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 13
State House district 13 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 14"
classification: state-house-district
state: "MD"
chamber: "house"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 14
State House district 14 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 15"
classification: state-house-district
state: "MD"
chamber: "house"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 15
State House district 15 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 16"
classification: state-house-district
state: "MD"
chamber: "house"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 16
State House district 16 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 17"
classification: state-house-district
state: "MD"
chamber: "house"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 17
State House district 17 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 18"
classification: state-house-district
state: "MD"
chamber: "house"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 18
State House district 18 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 19"
classification: state-house-district
state: "MD"
chamber: "house"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 19
State House district 19 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 1A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "1A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 1A
State House district 1A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 1B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "1B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 1B
State House district 1B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 1C"
classification: state-house-district
state: "MD"
chamber: "house"
district: "1C"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 1C
State House district 1C (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 20"
classification: state-house-district
state: "MD"
chamber: "house"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 20
State House district 20 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 21"
classification: state-house-district
state: "MD"
chamber: "house"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 21
State House district 21 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 22"
classification: state-house-district
state: "MD"
chamber: "house"
district: "22"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 22
State House district 22 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 23"
classification: state-house-district
state: "MD"
chamber: "house"
district: "23"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 23
State House district 23 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 24"
classification: state-house-district
state: "MD"
chamber: "house"
district: "24"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 24
State House district 24 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 25"
classification: state-house-district
state: "MD"
chamber: "house"
district: "25"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 25
State House district 25 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 26"
classification: state-house-district
state: "MD"
chamber: "house"
district: "26"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 26
State House district 26 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 27A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "27A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 27A
State House district 27A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 27B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "27B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 27B
State House district 27B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 27C"
classification: state-house-district
state: "MD"
chamber: "house"
district: "27C"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 27C
State House district 27C (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 28"
classification: state-house-district
state: "MD"
chamber: "house"
district: "28"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 28
State House district 28 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 29A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "29A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 29A
State House district 29A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 29B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "29B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 29B
State House district 29B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 29C"
classification: state-house-district
state: "MD"
chamber: "house"
district: "29C"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 29C
State House district 29C (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 2A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "2A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 2A
State House district 2A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 2B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "2B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 2B
State House district 2B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 3"
classification: state-house-district
state: "MD"
chamber: "house"
district: "3"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 3
State House district 3 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 30A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "30A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 30A
State House district 30A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 30B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "30B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 30B
State House district 30B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 31"
classification: state-house-district
state: "MD"
chamber: "house"
district: "31"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 31
State House district 31 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 32"
classification: state-house-district
state: "MD"
chamber: "house"
district: "32"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 32
State House district 32 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 33A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "33A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 33A
State House district 33A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 33B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "33B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 33B
State House district 33B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 33C"
classification: state-house-district
state: "MD"
chamber: "house"
district: "33C"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 33C
State House district 33C (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 34A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "34A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 34A
State House district 34A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 34B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "34B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 34B
State House district 34B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 35A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "35A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 35A
State House district 35A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 35B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "35B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 35B
State House district 35B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 36"
classification: state-house-district
state: "MD"
chamber: "house"
district: "36"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 36
State House district 36 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 37A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "37A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 37A
State House district 37A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 37B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "37B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 37B
State House district 37B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 38A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "38A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 38A
State House district 38A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 38B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "38B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 38B
State House district 38B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 38C"
classification: state-house-district
state: "MD"
chamber: "house"
district: "38C"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 38C
State House district 38C (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 39"
classification: state-house-district
state: "MD"
chamber: "house"
district: "39"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 39
State House district 39 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 4"
classification: state-house-district
state: "MD"
chamber: "house"
district: "4"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 4
State House district 4 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 40"
classification: state-house-district
state: "MD"
chamber: "house"
district: "40"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 40
State House district 40 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 41"
classification: state-house-district
state: "MD"
chamber: "house"
district: "41"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 41
State House district 41 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 42A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "42A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 42A
State House district 42A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 42B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "42B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 42B
State House district 42B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 42C"
classification: state-house-district
state: "MD"
chamber: "house"
district: "42C"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 42C
State House district 42C (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 43A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "43A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 43A
State House district 43A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 43B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "43B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 43B
State House district 43B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 44A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "44A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 44A
State House district 44A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 44B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "44B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 44B
State House district 44B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 45"
classification: state-house-district
state: "MD"
chamber: "house"
district: "45"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 45
State House district 45 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 46"
classification: state-house-district
state: "MD"
chamber: "house"
district: "46"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 46
State House district 46 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 47A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "47A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 47A
State House district 47A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 47B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "47B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 47B
State House district 47B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 5"
classification: state-house-district
state: "MD"
chamber: "house"
district: "5"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 5
State House district 5 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 6"
classification: state-house-district
state: "MD"
chamber: "house"
district: "6"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 6
State House district 6 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 7A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "7A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 7A
State House district 7A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 7B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "7B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 7B
State House district 7B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 8"
classification: state-house-district
state: "MD"
chamber: "house"
district: "8"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 8
State House district 8 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 9A"
classification: state-house-district
state: "MD"
chamber: "house"
district: "9A"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 9A
State House district 9A (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD House District 9B"
classification: state-house-district
state: "MD"
chamber: "house"
district: "9B"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-house-district, md]
timestamp: "2026-07-03"
---
# MD House District 9B
State House district 9B (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 1"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "1"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 1
State Senate district 1 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 10"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "10"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 10
State Senate district 10 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 11"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "11"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 11
State Senate district 11 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 12"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "12"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 12
State Senate district 12 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 13"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "13"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 13
State Senate district 13 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 14"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "14"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 14
State Senate district 14 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 15"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "15"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 15
State Senate district 15 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 16"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "16"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 16
State Senate district 16 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 17"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "17"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 17
State Senate district 17 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 18"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "18"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 18
State Senate district 18 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 19"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "19"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 19
State Senate district 19 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 2"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "2"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 2
State Senate district 2 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 20"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "20"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 20
State Senate district 20 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 21"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "21"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 21
State Senate district 21 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 22"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "22"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 22
State Senate district 22 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 23"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "23"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 23
State Senate district 23 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 24"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "24"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 24
State Senate district 24 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 25"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "25"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 25
State Senate district 25 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 26"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "26"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 26
State Senate district 26 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 27"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "27"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 27
State Senate district 27 (MD).
## Source
- boundary: Census TIGER 2024
@@ -0,0 +1,22 @@
---
type: Jurisdiction
title: "MD Senate District 28"
classification: state-senate-district
state: "MD"
chamber: "senate"
district: "28"
sources:
- field: boundary
source: "Census TIGER 2024"
confidence: official
tags: [jurisdiction, state-senate-district, md]
timestamp: "2026-07-03"
---
# MD Senate District 28
State Senate district 28 (MD).
## Source
- boundary: Census TIGER 2024

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