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:
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 20
|
||||
hispanic: 1467
|
||||
bachelors_plus: 23017
|
||||
districts:
|
||||
- to: "us/states/nh/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.8826
|
||||
- to: "us/states/nh/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.1174
|
||||
- to: "us/states/nh/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.5753
|
||||
- to: "us/states/nh/districts/senate/6"
|
||||
rel: in-district
|
||||
area_weight: 0.3036
|
||||
- to: "us/states/nh/districts/senate/17"
|
||||
rel: in-district
|
||||
area_weight: 0.0953
|
||||
- to: "us/states/nh/districts/senate/7"
|
||||
rel: in-district
|
||||
area_weight: 0.0255
|
||||
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, nh]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 1467 |
|
||||
| Bachelor's or higher | 23017 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [NH-01](/us/states/nh/districts/01.md) — 88% (congressional)
|
||||
- [NH-02](/us/states/nh/districts/02.md) — 12% (congressional)
|
||||
- [NH Senate District 2](/us/states/nh/districts/senate/2.md) — 58% (state senate)
|
||||
- [NH Senate District 6](/us/states/nh/districts/senate/6.md) — 30% (state senate)
|
||||
- [NH Senate District 17](/us/states/nh/districts/senate/17.md) — 10% (state senate)
|
||||
- [NH Senate District 7](/us/states/nh/districts/senate/7.md) — 3% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 219
|
||||
hispanic: 909
|
||||
bachelors_plus: 22713
|
||||
districts:
|
||||
- to: "us/states/nh/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.7596
|
||||
- to: "us/states/nh/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.2401
|
||||
- to: "us/states/nh/districts/senate/3"
|
||||
rel: in-district
|
||||
area_weight: 0.905
|
||||
- to: "us/states/nh/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.0947
|
||||
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, nh]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction.
|
||||
| Hispanic/Latino | 909 |
|
||||
| Bachelor's or higher | 22713 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [NH-01](/us/states/nh/districts/01.md) — 76% (congressional)
|
||||
- [NH-02](/us/states/nh/districts/02.md) — 24% (congressional)
|
||||
- [NH Senate District 3](/us/states/nh/districts/senate/3.md) — 90% (state senate)
|
||||
- [NH Senate District 2](/us/states/nh/districts/senate/2.md) — 9% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 65
|
||||
hispanic: 2010
|
||||
bachelors_plus: 27632
|
||||
districts:
|
||||
- to: "us/states/nh/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.9996
|
||||
- to: "us/states/nh/districts/senate/10"
|
||||
rel: in-district
|
||||
area_weight: 0.5259
|
||||
- to: "us/states/nh/districts/senate/9"
|
||||
rel: in-district
|
||||
area_weight: 0.2868
|
||||
- to: "us/states/nh/districts/senate/8"
|
||||
rel: in-district
|
||||
area_weight: 0.1323
|
||||
- to: "us/states/nh/districts/senate/12"
|
||||
rel: in-district
|
||||
area_weight: 0.0545
|
||||
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, nh]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 2010 |
|
||||
| Bachelor's or higher | 27632 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [NH-02](/us/states/nh/districts/02.md) — 100% (congressional)
|
||||
- [NH Senate District 10](/us/states/nh/districts/senate/10.md) — 53% (state senate)
|
||||
- [NH Senate District 9](/us/states/nh/districts/senate/9.md) — 29% (state senate)
|
||||
- [NH Senate District 8](/us/states/nh/districts/senate/8.md) — 13% (state senate)
|
||||
- [NH Senate District 12](/us/states/nh/districts/senate/12.md) — 5% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,21 @@ demographics:
|
||||
race_native: 64
|
||||
hispanic: 741
|
||||
bachelors_plus: 6586
|
||||
districts:
|
||||
- to: "us/states/nh/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.9989
|
||||
- to: "us/states/nh/districts/senate/1"
|
||||
rel: in-district
|
||||
area_weight: 0.9128
|
||||
- to: "us/states/nh/districts/senate/3"
|
||||
rel: in-district
|
||||
area_weight: 0.0865
|
||||
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, nh]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 741 |
|
||||
| Bachelor's or higher | 6586 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [NH-02](/us/states/nh/districts/02.md) — 100% (congressional)
|
||||
- [NH Senate District 1](/us/states/nh/districts/senate/1.md) — 91% (state senate)
|
||||
- [NH Senate District 3](/us/states/nh/districts/senate/3.md) — 9% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,30 @@ demographics:
|
||||
race_native: 211
|
||||
hispanic: 2679
|
||||
bachelors_plus: 47331
|
||||
districts:
|
||||
- to: "us/states/nh/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.9992
|
||||
- to: "us/states/nh/districts/senate/1"
|
||||
rel: in-district
|
||||
area_weight: 0.4117
|
||||
- to: "us/states/nh/districts/senate/5"
|
||||
rel: in-district
|
||||
area_weight: 0.2559
|
||||
- to: "us/states/nh/districts/senate/3"
|
||||
rel: in-district
|
||||
area_weight: 0.1485
|
||||
- to: "us/states/nh/districts/senate/7"
|
||||
rel: in-district
|
||||
area_weight: 0.0976
|
||||
- to: "us/states/nh/districts/senate/2"
|
||||
rel: in-district
|
||||
area_weight: 0.0862
|
||||
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, nh]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +77,16 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 2679 |
|
||||
| Bachelor's or higher | 47331 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [NH-02](/us/states/nh/districts/02.md) — 100% (congressional)
|
||||
- [NH Senate District 1](/us/states/nh/districts/senate/1.md) — 41% (state senate)
|
||||
- [NH Senate District 5](/us/states/nh/districts/senate/5.md) — 26% (state senate)
|
||||
- [NH Senate District 3](/us/states/nh/districts/senate/3.md) — 15% (state senate)
|
||||
- [NH Senate District 7](/us/states/nh/districts/senate/7.md) — 10% (state senate)
|
||||
- [NH Senate District 2](/us/states/nh/districts/senate/2.md) — 9% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,54 @@ demographics:
|
||||
race_native: 598
|
||||
hispanic: 36414
|
||||
bachelors_plus: 177449
|
||||
districts:
|
||||
- to: "us/states/nh/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.8441
|
||||
- to: "us/states/nh/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.1556
|
||||
- to: "us/states/nh/districts/senate/9"
|
||||
rel: in-district
|
||||
area_weight: 0.2113
|
||||
- to: "us/states/nh/districts/senate/8"
|
||||
rel: in-district
|
||||
area_weight: 0.2002
|
||||
- to: "us/states/nh/districts/senate/12"
|
||||
rel: in-district
|
||||
area_weight: 0.1483
|
||||
- to: "us/states/nh/districts/senate/11"
|
||||
rel: in-district
|
||||
area_weight: 0.1333
|
||||
- to: "us/states/nh/districts/senate/10"
|
||||
rel: in-district
|
||||
area_weight: 0.0781
|
||||
- to: "us/states/nh/districts/senate/7"
|
||||
rel: in-district
|
||||
area_weight: 0.0504
|
||||
- to: "us/states/nh/districts/senate/16"
|
||||
rel: in-district
|
||||
area_weight: 0.0458
|
||||
- to: "us/states/nh/districts/senate/18"
|
||||
rel: in-district
|
||||
area_weight: 0.0377
|
||||
- to: "us/states/nh/districts/senate/14"
|
||||
rel: in-district
|
||||
area_weight: 0.0327
|
||||
- to: "us/states/nh/districts/senate/22"
|
||||
rel: in-district
|
||||
area_weight: 0.03
|
||||
- to: "us/states/nh/districts/senate/13"
|
||||
rel: in-district
|
||||
area_weight: 0.017
|
||||
- to: "us/states/nh/districts/senate/20"
|
||||
rel: in-district
|
||||
area_weight: 0.015
|
||||
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, nh]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +101,24 @@ County jurisdiction — 2 officeholders mapped.
|
||||
| Hispanic/Latino | 36414 |
|
||||
| Bachelor's or higher | 177449 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [NH-02](/us/states/nh/districts/02.md) — 84% (congressional)
|
||||
- [NH-01](/us/states/nh/districts/01.md) — 16% (congressional)
|
||||
- [NH Senate District 9](/us/states/nh/districts/senate/9.md) — 21% (state senate)
|
||||
- [NH Senate District 8](/us/states/nh/districts/senate/8.md) — 20% (state senate)
|
||||
- [NH Senate District 12](/us/states/nh/districts/senate/12.md) — 15% (state senate)
|
||||
- [NH Senate District 11](/us/states/nh/districts/senate/11.md) — 13% (state senate)
|
||||
- [NH Senate District 10](/us/states/nh/districts/senate/10.md) — 8% (state senate)
|
||||
- [NH Senate District 7](/us/states/nh/districts/senate/7.md) — 5% (state senate)
|
||||
- [NH Senate District 16](/us/states/nh/districts/senate/16.md) — 5% (state senate)
|
||||
- [NH Senate District 18](/us/states/nh/districts/senate/18.md) — 4% (state senate)
|
||||
- [NH Senate District 14](/us/states/nh/districts/senate/14.md) — 3% (state senate)
|
||||
- [NH Senate District 22](/us/states/nh/districts/senate/22.md) — 3% (state senate)
|
||||
- [NH Senate District 13](/us/states/nh/districts/senate/13.md) — 2% (state senate)
|
||||
- [NH Senate District 20](/us/states/nh/districts/senate/20.md) — 2% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,36 @@ demographics:
|
||||
race_native: 259
|
||||
hispanic: 4277
|
||||
bachelors_plus: 62436
|
||||
districts:
|
||||
- to: "us/states/nh/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.96
|
||||
- to: "us/states/nh/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.04
|
||||
- to: "us/states/nh/districts/senate/7"
|
||||
rel: in-district
|
||||
area_weight: 0.4992
|
||||
- to: "us/states/nh/districts/senate/17"
|
||||
rel: in-district
|
||||
area_weight: 0.2553
|
||||
- to: "us/states/nh/districts/senate/15"
|
||||
rel: in-district
|
||||
area_weight: 0.1472
|
||||
- to: "us/states/nh/districts/senate/16"
|
||||
rel: in-district
|
||||
area_weight: 0.0387
|
||||
- to: "us/states/nh/districts/senate/8"
|
||||
rel: in-district
|
||||
area_weight: 0.0327
|
||||
- to: "us/states/nh/districts/senate/5"
|
||||
rel: in-district
|
||||
area_weight: 0.0268
|
||||
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, nh]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +83,18 @@ County jurisdiction — 2 officeholders mapped.
|
||||
| Hispanic/Latino | 4277 |
|
||||
| Bachelor's or higher | 62436 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [NH-02](/us/states/nh/districts/02.md) — 96% (congressional)
|
||||
- [NH-01](/us/states/nh/districts/01.md) — 4% (congressional)
|
||||
- [NH Senate District 7](/us/states/nh/districts/senate/7.md) — 50% (state senate)
|
||||
- [NH Senate District 17](/us/states/nh/districts/senate/17.md) — 26% (state senate)
|
||||
- [NH Senate District 15](/us/states/nh/districts/senate/15.md) — 15% (state senate)
|
||||
- [NH Senate District 16](/us/states/nh/districts/senate/16.md) — 4% (state senate)
|
||||
- [NH Senate District 8](/us/states/nh/districts/senate/8.md) — 3% (state senate)
|
||||
- [NH Senate District 5](/us/states/nh/districts/senate/5.md) — 3% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,42 @@ demographics:
|
||||
race_native: 469
|
||||
hispanic: 11727
|
||||
bachelors_plus: 149644
|
||||
districts:
|
||||
- to: "us/states/nh/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.7274
|
||||
- to: "us/states/nh/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.1856
|
||||
- to: "us/states/nh/districts/senate/23"
|
||||
rel: in-district
|
||||
area_weight: 0.2305
|
||||
- to: "us/states/nh/districts/senate/17"
|
||||
rel: in-district
|
||||
area_weight: 0.1648
|
||||
- to: "us/states/nh/districts/senate/24"
|
||||
rel: in-district
|
||||
area_weight: 0.1292
|
||||
- to: "us/states/nh/districts/senate/19"
|
||||
rel: in-district
|
||||
area_weight: 0.0981
|
||||
- to: "us/states/nh/districts/senate/14"
|
||||
rel: in-district
|
||||
area_weight: 0.0891
|
||||
- to: "us/states/nh/districts/senate/16"
|
||||
rel: in-district
|
||||
area_weight: 0.0758
|
||||
- to: "us/states/nh/districts/senate/21"
|
||||
rel: in-district
|
||||
area_weight: 0.0661
|
||||
- to: "us/states/nh/districts/senate/22"
|
||||
rel: in-district
|
||||
area_weight: 0.0599
|
||||
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, nh]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +89,20 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 11727 |
|
||||
| Bachelor's or higher | 149644 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [NH-01](/us/states/nh/districts/01.md) — 73% (congressional)
|
||||
- [NH-02](/us/states/nh/districts/02.md) — 19% (congressional)
|
||||
- [NH Senate District 23](/us/states/nh/districts/senate/23.md) — 23% (state senate)
|
||||
- [NH Senate District 17](/us/states/nh/districts/senate/17.md) — 16% (state senate)
|
||||
- [NH Senate District 24](/us/states/nh/districts/senate/24.md) — 13% (state senate)
|
||||
- [NH Senate District 19](/us/states/nh/districts/senate/19.md) — 10% (state senate)
|
||||
- [NH Senate District 14](/us/states/nh/districts/senate/14.md) — 9% (state senate)
|
||||
- [NH Senate District 16](/us/states/nh/districts/senate/16.md) — 8% (state senate)
|
||||
- [NH Senate District 21](/us/states/nh/districts/senate/21.md) — 7% (state senate)
|
||||
- [NH Senate District 22](/us/states/nh/districts/senate/22.md) — 6% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,27 @@ demographics:
|
||||
race_native: 34
|
||||
hispanic: 4248
|
||||
bachelors_plus: 48215
|
||||
districts:
|
||||
- to: "us/states/nh/districts/01"
|
||||
rel: in-district
|
||||
area_weight: 0.9985
|
||||
- to: "us/states/nh/districts/senate/6"
|
||||
rel: in-district
|
||||
area_weight: 0.4636
|
||||
- to: "us/states/nh/districts/senate/4"
|
||||
rel: in-district
|
||||
area_weight: 0.2481
|
||||
- to: "us/states/nh/districts/senate/21"
|
||||
rel: in-district
|
||||
area_weight: 0.149
|
||||
- to: "us/states/nh/districts/senate/3"
|
||||
rel: in-district
|
||||
area_weight: 0.138
|
||||
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, nh]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +74,15 @@ County jurisdiction — 3 officeholders mapped.
|
||||
| Hispanic/Latino | 4248 |
|
||||
| Bachelor's or higher | 48215 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [NH-01](/us/states/nh/districts/01.md) — 100% (congressional)
|
||||
- [NH Senate District 6](/us/states/nh/districts/senate/6.md) — 46% (state senate)
|
||||
- [NH Senate District 4](/us/states/nh/districts/senate/4.md) — 25% (state senate)
|
||||
- [NH Senate District 21](/us/states/nh/districts/senate/21.md) — 15% (state senate)
|
||||
- [NH Senate District 3](/us/states/nh/districts/senate/3.md) — 14% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -22,9 +22,24 @@ demographics:
|
||||
race_native: 21
|
||||
hispanic: 911
|
||||
bachelors_plus: 13834
|
||||
districts:
|
||||
- to: "us/states/nh/districts/02"
|
||||
rel: in-district
|
||||
area_weight: 0.9995
|
||||
- to: "us/states/nh/districts/senate/8"
|
||||
rel: in-district
|
||||
area_weight: 0.6537
|
||||
- to: "us/states/nh/districts/senate/5"
|
||||
rel: in-district
|
||||
area_weight: 0.3051
|
||||
- to: "us/states/nh/districts/senate/7"
|
||||
rel: in-district
|
||||
area_weight: 0.0408
|
||||
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, nh]
|
||||
timestamp: "2026-07-03"
|
||||
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
|
||||
| Hispanic/Latino | 911 |
|
||||
| Bachelor's or higher | 13834 |
|
||||
|
||||
## Districts
|
||||
|
||||
- [NH-02](/us/states/nh/districts/02.md) — 100% (congressional)
|
||||
- [NH Senate District 8](/us/states/nh/districts/senate/8.md) — 65% (state senate)
|
||||
- [NH Senate District 5](/us/states/nh/districts/senate/5.md) — 31% (state senate)
|
||||
- [NH Senate District 7](/us/states/nh/districts/senate/7.md) — 4% (state senate)
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 224656
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -23,7 +23,7 @@ demographics:
|
||||
bachelors_plus: 206319
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
source: "Census ACS 2023"
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Belknap 1"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Belknap 1"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Belknap 1
|
||||
|
||||
State House district Belknap 1 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Belknap 2"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Belknap 2"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Belknap 2
|
||||
|
||||
State House district Belknap 2 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Belknap 3"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Belknap 3"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Belknap 3
|
||||
|
||||
State House district Belknap 3 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Belknap 4"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Belknap 4"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Belknap 4
|
||||
|
||||
State House district Belknap 4 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Belknap 5"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Belknap 5"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Belknap 5
|
||||
|
||||
State House district Belknap 5 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Belknap 6"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Belknap 6"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Belknap 6
|
||||
|
||||
State House district Belknap 6 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Belknap 7"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Belknap 7"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Belknap 7
|
||||
|
||||
State House district Belknap 7 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Belknap 8"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Belknap 8"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Belknap 8
|
||||
|
||||
State House district Belknap 8 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Carroll 1"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Carroll 1"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Carroll 1
|
||||
|
||||
State House district Carroll 1 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Carroll 2"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Carroll 2"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Carroll 2
|
||||
|
||||
State House district Carroll 2 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Carroll 3"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Carroll 3"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Carroll 3
|
||||
|
||||
State House district Carroll 3 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Carroll 4"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Carroll 4"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Carroll 4
|
||||
|
||||
State House district Carroll 4 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Carroll 5"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Carroll 5"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Carroll 5
|
||||
|
||||
State House district Carroll 5 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Carroll 6"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Carroll 6"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Carroll 6
|
||||
|
||||
State House district Carroll 6 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Carroll 7"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Carroll 7"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Carroll 7
|
||||
|
||||
State House district Carroll 7 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Carroll 8"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Carroll 8"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Carroll 8
|
||||
|
||||
State House district Carroll 8 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 10"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 10"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 10
|
||||
|
||||
State House district Cheshire 10 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 11"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 11"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 11
|
||||
|
||||
State House district Cheshire 11 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 12"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 12"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 12
|
||||
|
||||
State House district Cheshire 12 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 13"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 13"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 13
|
||||
|
||||
State House district Cheshire 13 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 14"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 14"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 14
|
||||
|
||||
State House district Cheshire 14 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 15"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 15"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 15
|
||||
|
||||
State House district Cheshire 15 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 16"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 16"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 16
|
||||
|
||||
State House district Cheshire 16 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 17"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 17"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 17
|
||||
|
||||
State House district Cheshire 17 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 18"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 18"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 18
|
||||
|
||||
State House district Cheshire 18 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 2"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 2"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 2
|
||||
|
||||
State House district Cheshire 2 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 3"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 3"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 3
|
||||
|
||||
State House district Cheshire 3 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 4"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 4"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 4
|
||||
|
||||
State House district Cheshire 4 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 5"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 5"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 5
|
||||
|
||||
State House district Cheshire 5 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 6"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 6"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 6
|
||||
|
||||
State House district Cheshire 6 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 7"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 7"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 7
|
||||
|
||||
State House district Cheshire 7 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 8"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 8"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 8
|
||||
|
||||
State House district Cheshire 8 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Cheshire 9"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Cheshire 9"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Cheshire 9
|
||||
|
||||
State House district Cheshire 9 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Coos 1"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Coos 1"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Coos 1
|
||||
|
||||
State House district Coos 1 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Coos 2"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Coos 2"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Coos 2
|
||||
|
||||
State House district Coos 2 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Coos 3"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Coos 3"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Coos 3
|
||||
|
||||
State House district Coos 3 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Coos 4"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Coos 4"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Coos 4
|
||||
|
||||
State House district Coos 4 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Coos 5"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Coos 5"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Coos 5
|
||||
|
||||
State House district Coos 5 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Coos 7"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Coos 7"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Coos 7
|
||||
|
||||
State House district Coos 7 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 1"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 1"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 1
|
||||
|
||||
State House district Grafton 1 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 10"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 10"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 10
|
||||
|
||||
State House district Grafton 10 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 11"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 11"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 11
|
||||
|
||||
State House district Grafton 11 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 12"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 12"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 12
|
||||
|
||||
State House district Grafton 12 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 13"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 13"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 13
|
||||
|
||||
State House district Grafton 13 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 14"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 14"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 14
|
||||
|
||||
State House district Grafton 14 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 15"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 15"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 15
|
||||
|
||||
State House district Grafton 15 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 16"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 16"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 16
|
||||
|
||||
State House district Grafton 16 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 17"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 17"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 17
|
||||
|
||||
State House district Grafton 17 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 18"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 18"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 18
|
||||
|
||||
State House district Grafton 18 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 2"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 2"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 2
|
||||
|
||||
State House district Grafton 2 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 3"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 3"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 3
|
||||
|
||||
State House district Grafton 3 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 4"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 4"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 4
|
||||
|
||||
State House district Grafton 4 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 5"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 5"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 5
|
||||
|
||||
State House district Grafton 5 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 6"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 6"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 6
|
||||
|
||||
State House district Grafton 6 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 7"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 7"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 7
|
||||
|
||||
State House district Grafton 7 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 8"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 8"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 8
|
||||
|
||||
State House district Grafton 8 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Grafton 9"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Grafton 9"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Grafton 9
|
||||
|
||||
State House district Grafton 9 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 1"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 1"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 1
|
||||
|
||||
State House district Hillsborough 1 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 10"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 10"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 10
|
||||
|
||||
State House district Hillsborough 10 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 11"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 11"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 11
|
||||
|
||||
State House district Hillsborough 11 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 12"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 12"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 12
|
||||
|
||||
State House district Hillsborough 12 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 13"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 13"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 13
|
||||
|
||||
State House district Hillsborough 13 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 14"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 14"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 14
|
||||
|
||||
State House district Hillsborough 14 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 15"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 15"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 15
|
||||
|
||||
State House district Hillsborough 15 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 16"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 16"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 16
|
||||
|
||||
State House district Hillsborough 16 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 17"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 17"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 17
|
||||
|
||||
State House district Hillsborough 17 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 18"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 18"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 18
|
||||
|
||||
State House district Hillsborough 18 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 19"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 19"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 19
|
||||
|
||||
State House district Hillsborough 19 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 2"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 2"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 2
|
||||
|
||||
State House district Hillsborough 2 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 20"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 20"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 20
|
||||
|
||||
State House district Hillsborough 20 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 21"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 21"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 21
|
||||
|
||||
State House district Hillsborough 21 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 22"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 22"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 22
|
||||
|
||||
State House district Hillsborough 22 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 23"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 23"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 23
|
||||
|
||||
State House district Hillsborough 23 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 24"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 24"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 24
|
||||
|
||||
State House district Hillsborough 24 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 25"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 25"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 25
|
||||
|
||||
State House district Hillsborough 25 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 26"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 26"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 26
|
||||
|
||||
State House district Hillsborough 26 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 27"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 27"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 27
|
||||
|
||||
State House district Hillsborough 27 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 28"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 28"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 28
|
||||
|
||||
State House district Hillsborough 28 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 29"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 29"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 29
|
||||
|
||||
State House district Hillsborough 29 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 3"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 3"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 3
|
||||
|
||||
State House district Hillsborough 3 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 30"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 30"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 30
|
||||
|
||||
State House district Hillsborough 30 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 31"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 31"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 31
|
||||
|
||||
State House district Hillsborough 31 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 32"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 32"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 32
|
||||
|
||||
State House district Hillsborough 32 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 33"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 33"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 33
|
||||
|
||||
State House district Hillsborough 33 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 34"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 34"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 34
|
||||
|
||||
State House district Hillsborough 34 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 35"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 35"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 35
|
||||
|
||||
State House district Hillsborough 35 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 36"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 36"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 36
|
||||
|
||||
State House district Hillsborough 36 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "NH House District Hillsborough 37"
|
||||
classification: state-house-district
|
||||
state: "NH"
|
||||
chamber: "house"
|
||||
district: "Hillsborough 37"
|
||||
sources:
|
||||
- field: boundary
|
||||
source: "Census TIGER 2024"
|
||||
confidence: official
|
||||
tags: [jurisdiction, state-house-district, nh]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# NH House District Hillsborough 37
|
||||
|
||||
State House district Hillsborough 37 (NH).
|
||||
|
||||
## Source
|
||||
|
||||
- boundary: Census TIGER 2024
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user