Files
republic-os/data/county_district_edges.jsonl
T
Fabio 1beeaab2db Graph: national county↔district↔legislator authority layer
The first edges in the repo. Every US county now links to the districts it
sits in, weighted by area overlap, and every legislator links to the district
they represent — county → district → representative, traversable.

Data (PostGIS, no Atlas dependency — computed directly from geometry):
- data/county_district_edges.jsonl — 16,328 weighted edges. area_weight =
  ST_Area(ST_Intersection(county, district))/ST_Area(county) over ST_MakeValid
  Census TIGER 2024 geometries, overlaps <0.5% dropped. Uses area-intersection,
  NOT centroid-in-polygon, so urban districts that carve through counties
  (e.g. GA CD-5 / Atlanta across Clayton+DeKalb+Fulton) are captured, not
  silently dropped. Per-county weights sum to ~1.0 per district type.

build.py:
- ~6,896 new district nodes: 435 CD (ACS demographics where available; sparse
  for the 8 states missing from acs_cd) + 4,927 state-house + 1,897 state-senate
  (geometry-only). GEOID/number-keyed, stable.
- county index.md gains a `districts:` block (frontmatter) + a ## Districts
  section (body links, so link-integrity checks them).
- legislators + US House members gain `represents:` pointing at their district
  node; edge stored once on the person, inverse left to the view.
- schemas/jurisdiction: classification enum + chamber/districts fields.

Honest gaps (logged, not hidden): ID + NH have no state-house geometry, so
their house districts get nodes (represents resolves) but no county edges;
CD nodes for acs_cd-missing states are demographically sparse.

Deterministic (byte-identical rebuild); validate.py passes 26,617 records,
link-integrity clean (every district/represents link resolves).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-04 22:28:08 -04:00

16329 lines
2.2 MiB
Plaintext

{"county_geoid": "01001", "type": "CD", "district_state": "AL", "district_label": "Congressional District 6", "area_weight": 0.9942}
{"county_geoid": "01001", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 69", "area_weight": 0.6622}
{"county_geoid": "01001", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 42", "area_weight": 0.2905}
{"county_geoid": "01001", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 88", "area_weight": 0.0472}
{"county_geoid": "01001", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "01003", "type": "CD", "district_state": "AL", "district_label": "Congressional District 1", "area_weight": 0.8273}
{"county_geoid": "01003", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 66", "area_weight": 0.2161}
{"county_geoid": "01003", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 65", "area_weight": 0.1894}
{"county_geoid": "01003", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 64", "area_weight": 0.137}
{"county_geoid": "01003", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 95", "area_weight": 0.0817}
{"county_geoid": "01003", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 102", "area_weight": 0.0738}
{"county_geoid": "01003", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 96", "area_weight": 0.0655}
{"county_geoid": "01003", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 94", "area_weight": 0.0653}
{"county_geoid": "01003", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 22", "area_weight": 0.5933}
{"county_geoid": "01003", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 32", "area_weight": 0.1888}
{"county_geoid": "01003", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 33", "area_weight": 0.0467}
{"county_geoid": "01005", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.9981}
{"county_geoid": "01005", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 84", "area_weight": 0.9996}
{"county_geoid": "01005", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 28", "area_weight": 0.9996}
{"county_geoid": "01007", "type": "CD", "district_state": "AL", "district_label": "Congressional District 6", "area_weight": 0.9992}
{"county_geoid": "01007", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 49", "area_weight": 0.6809}
{"county_geoid": "01007", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 72", "area_weight": 0.3188}
{"county_geoid": "01007", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 14", "area_weight": 0.9998}
{"county_geoid": "01009", "type": "CD", "district_state": "AL", "district_label": "Congressional District 4", "area_weight": 0.9985}
{"county_geoid": "01009", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 34", "area_weight": 0.6626}
{"county_geoid": "01009", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 11", "area_weight": 0.3372}
{"county_geoid": "01009", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 17", "area_weight": 0.7421}
{"county_geoid": "01009", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 9", "area_weight": 0.2576}
{"county_geoid": "01011", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "01011", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 84", "area_weight": 0.9997}
{"county_geoid": "01011", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "01013", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.9993}
{"county_geoid": "01013", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 90", "area_weight": 0.9998}
{"county_geoid": "01013", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "01015", "type": "CD", "district_state": "AL", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "01015", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 29", "area_weight": 0.3669}
{"county_geoid": "01015", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 40", "area_weight": 0.2749}
{"county_geoid": "01015", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 36", "area_weight": 0.1906}
{"county_geoid": "01015", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 32", "area_weight": 0.1181}
{"county_geoid": "01015", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 35", "area_weight": 0.0495}
{"county_geoid": "01015", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 12", "area_weight": 0.9997}
{"county_geoid": "01017", "type": "CD", "district_state": "AL", "district_label": "Congressional District 3", "area_weight": 0.999}
{"county_geoid": "01017", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 37", "area_weight": 0.7733}
{"county_geoid": "01017", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 38", "area_weight": 0.2264}
{"county_geoid": "01017", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 13", "area_weight": 0.9998}
{"county_geoid": "01019", "type": "CD", "district_state": "AL", "district_label": "Congressional District 3", "area_weight": 0.9982}
{"county_geoid": "01019", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 39", "area_weight": 0.9996}
{"county_geoid": "01019", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 10", "area_weight": 0.9996}
{"county_geoid": "01021", "type": "CD", "district_state": "AL", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "01021", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 42", "area_weight": 0.89}
{"county_geoid": "01021", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 49", "area_weight": 0.1099}
{"county_geoid": "01021", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 30", "area_weight": 0.5371}
{"county_geoid": "01021", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 14", "area_weight": 0.4628}
{"county_geoid": "01023", "type": "CD", "district_state": "AL", "district_label": "Congressional District 7", "area_weight": 0.9996}
{"county_geoid": "01023", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 65", "area_weight": 0.9999}
{"county_geoid": "01023", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 24", "area_weight": 0.9997}
{"county_geoid": "01025", "type": "CD", "district_state": "AL", "district_label": "Congressional District 7", "area_weight": 0.6757}
{"county_geoid": "01025", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.323}
{"county_geoid": "01025", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 65", "area_weight": 0.5102}
{"county_geoid": "01025", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 68", "area_weight": 0.4898}
{"county_geoid": "01025", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 23", "area_weight": 0.9998}
{"county_geoid": "01027", "type": "CD", "district_state": "AL", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "01027", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 35", "area_weight": 0.9995}
{"county_geoid": "01027", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 13", "area_weight": 0.9997}
{"county_geoid": "01029", "type": "CD", "district_state": "AL", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "01029", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 40", "area_weight": 0.9998}
{"county_geoid": "01029", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 13", "area_weight": 0.9998}
{"county_geoid": "01031", "type": "CD", "district_state": "AL", "district_label": "Congressional District 1", "area_weight": 0.999}
{"county_geoid": "01031", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 91", "area_weight": 0.5799}
{"county_geoid": "01031", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 90", "area_weight": 0.2453}
{"county_geoid": "01031", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 92", "area_weight": 0.1747}
{"county_geoid": "01031", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "01033", "type": "CD", "district_state": "AL", "district_label": "Congressional District 4", "area_weight": 0.9981}
{"county_geoid": "01033", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 18", "area_weight": 0.7019}
{"county_geoid": "01033", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 7", "area_weight": 0.22}
{"county_geoid": "01033", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 3", "area_weight": 0.078}
{"county_geoid": "01033", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "01035", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.9988}
{"county_geoid": "01035", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 90", "area_weight": 0.5484}
{"county_geoid": "01035", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 68", "area_weight": 0.4514}
{"county_geoid": "01035", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 23", "area_weight": 0.9998}
{"county_geoid": "01037", "type": "CD", "district_state": "AL", "district_label": "Congressional District 6", "area_weight": 0.9998}
{"county_geoid": "01037", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 33", "area_weight": 0.9998}
{"county_geoid": "01037", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "01039", "type": "CD", "district_state": "AL", "district_label": "Congressional District 1", "area_weight": 0.999}
{"county_geoid": "01039", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 92", "area_weight": 0.9997}
{"county_geoid": "01039", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 31", "area_weight": 0.9997}
{"county_geoid": "01041", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.9986}
{"county_geoid": "01041", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 90", "area_weight": 0.9997}
{"county_geoid": "01041", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 25", "area_weight": 0.9996}
{"county_geoid": "01043", "type": "CD", "district_state": "AL", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "01043", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 12", "area_weight": 0.5538}
{"county_geoid": "01043", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 11", "area_weight": 0.3547}
{"county_geoid": "01043", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 14", "area_weight": 0.0914}
{"county_geoid": "01043", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 4", "area_weight": 0.9997}
{"county_geoid": "01045", "type": "CD", "district_state": "AL", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "01045", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 93", "area_weight": 0.5949}
{"county_geoid": "01045", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 89", "area_weight": 0.4044}
{"county_geoid": "01045", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 31", "area_weight": 0.5888}
{"county_geoid": "01045", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 29", "area_weight": 0.4109}
{"county_geoid": "01047", "type": "CD", "district_state": "AL", "district_label": "Congressional District 7", "area_weight": 0.9994}
{"county_geoid": "01047", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 67", "area_weight": 0.9997}
{"county_geoid": "01047", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "01049", "type": "CD", "district_state": "AL", "district_label": "Congressional District 4", "area_weight": 0.9976}
{"county_geoid": "01049", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 24", "area_weight": 0.6529}
{"county_geoid": "01049", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 39", "area_weight": 0.3469}
{"county_geoid": "01049", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 8", "area_weight": 0.6648}
{"county_geoid": "01049", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 10", "area_weight": 0.3352}
{"county_geoid": "01051", "type": "CD", "district_state": "AL", "district_label": "Congressional District 6", "area_weight": 0.9927}
{"county_geoid": "01051", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.006}
{"county_geoid": "01051", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 31", "area_weight": 0.6959}
{"county_geoid": "01051", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 75", "area_weight": 0.2376}
{"county_geoid": "01051", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 88", "area_weight": 0.0662}
{"county_geoid": "01051", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 25", "area_weight": 0.8644}
{"county_geoid": "01051", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 30", "area_weight": 0.1354}
{"county_geoid": "01053", "type": "CD", "district_state": "AL", "district_label": "Congressional District 1", "area_weight": 0.9985}
{"county_geoid": "01053", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 66", "area_weight": 0.6782}
{"county_geoid": "01053", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 92", "area_weight": 0.3211}
{"county_geoid": "01053", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 22", "area_weight": 0.9994}
{"county_geoid": "01055", "type": "CD", "district_state": "AL", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "01055", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 29", "area_weight": 0.4656}
{"county_geoid": "01055", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 30", "area_weight": 0.3168}
{"county_geoid": "01055", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 28", "area_weight": 0.2174}
{"county_geoid": "01055", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 10", "area_weight": 0.9998}
{"county_geoid": "01057", "type": "CD", "district_state": "AL", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "01057", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 16", "area_weight": 0.9998}
{"county_geoid": "01057", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 5", "area_weight": 1.0}
{"county_geoid": "01059", "type": "CD", "district_state": "AL", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "01059", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 18", "area_weight": 0.9997}
{"county_geoid": "01059", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "01061", "type": "CD", "district_state": "AL", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "01061", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 87", "area_weight": 0.9996}
{"county_geoid": "01061", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 29", "area_weight": 0.9997}
{"county_geoid": "01063", "type": "CD", "district_state": "AL", "district_label": "Congressional District 7", "area_weight": 0.9991}
{"county_geoid": "01063", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 72", "area_weight": 0.9996}
{"county_geoid": "01063", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 24", "area_weight": 0.9997}
{"county_geoid": "01065", "type": "CD", "district_state": "AL", "district_label": "Congressional District 7", "area_weight": 0.9997}
{"county_geoid": "01065", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 72", "area_weight": 0.9997}
{"county_geoid": "01065", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 24", "area_weight": 0.9998}
{"county_geoid": "01067", "type": "CD", "district_state": "AL", "district_label": "Congressional District 1", "area_weight": 0.9961}
{"county_geoid": "01067", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 85", "area_weight": 0.9996}
{"county_geoid": "01067", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 28", "area_weight": 0.9996}
{"county_geoid": "01069", "type": "CD", "district_state": "AL", "district_label": "Congressional District 1", "area_weight": 0.998}
{"county_geoid": "01069", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 86", "area_weight": 0.7639}
{"county_geoid": "01069", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 87", "area_weight": 0.1293}
{"county_geoid": "01069", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 85", "area_weight": 0.0882}
{"county_geoid": "01069", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 93", "area_weight": 0.0182}
{"county_geoid": "01069", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 29", "area_weight": 0.874}
{"county_geoid": "01069", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 28", "area_weight": 0.1256}
{"county_geoid": "01071", "type": "CD", "district_state": "AL", "district_label": "Congressional District 5", "area_weight": 0.9983}
{"county_geoid": "01071", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 23", "area_weight": 0.8785}
{"county_geoid": "01071", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 22", "area_weight": 0.1214}
{"county_geoid": "01071", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "01073", "type": "CD", "district_state": "AL", "district_label": "Congressional District 7", "area_weight": 0.5966}
{"county_geoid": "01073", "type": "CD", "district_state": "AL", "district_label": "Congressional District 6", "area_weight": 0.4015}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 16", "area_weight": 0.2149}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 51", "area_weight": 0.1781}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 60", "area_weight": 0.0813}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 44", "area_weight": 0.0761}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 15", "area_weight": 0.0738}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 57", "area_weight": 0.0679}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 56", "area_weight": 0.0532}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 59", "area_weight": 0.0502}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 45", "area_weight": 0.0363}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 58", "area_weight": 0.0279}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 14", "area_weight": 0.0276}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 48", "area_weight": 0.0263}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 55", "area_weight": 0.0202}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 46", "area_weight": 0.0185}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 54", "area_weight": 0.0179}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 47", "area_weight": 0.0163}
{"county_geoid": "01073", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 52", "area_weight": 0.0134}
{"county_geoid": "01073", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 19", "area_weight": 0.2757}
{"county_geoid": "01073", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 17", "area_weight": 0.2297}
{"county_geoid": "01073", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 5", "area_weight": 0.1983}
{"county_geoid": "01073", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 20", "area_weight": 0.1241}
{"county_geoid": "01073", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 15", "area_weight": 0.0748}
{"county_geoid": "01073", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 18", "area_weight": 0.0575}
{"county_geoid": "01073", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 16", "area_weight": 0.0399}
{"county_geoid": "01075", "type": "CD", "district_state": "AL", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "01075", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 17", "area_weight": 0.9999}
{"county_geoid": "01075", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "01077", "type": "CD", "district_state": "AL", "district_label": "Congressional District 4", "area_weight": 0.7171}
{"county_geoid": "01077", "type": "CD", "district_state": "AL", "district_label": "Congressional District 5", "area_weight": 0.2826}
{"county_geoid": "01077", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 1", "area_weight": 0.5129}
{"county_geoid": "01077", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 2", "area_weight": 0.3503}
{"county_geoid": "01077", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 3", "area_weight": 0.1365}
{"county_geoid": "01077", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 1", "area_weight": 0.9997}
{"county_geoid": "01079", "type": "CD", "district_state": "AL", "district_label": "Congressional District 5", "area_weight": 0.998}
{"county_geoid": "01079", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 7", "area_weight": 0.9996}
{"county_geoid": "01079", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "01081", "type": "CD", "district_state": "AL", "district_label": "Congressional District 3", "area_weight": 0.9982}
{"county_geoid": "01081", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 38", "area_weight": 0.3527}
{"county_geoid": "01081", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 83", "area_weight": 0.1669}
{"county_geoid": "01081", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 37", "area_weight": 0.1265}
{"county_geoid": "01081", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 82", "area_weight": 0.1161}
{"county_geoid": "01081", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 81", "area_weight": 0.0959}
{"county_geoid": "01081", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 80", "area_weight": 0.0749}
{"county_geoid": "01081", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 79", "area_weight": 0.0666}
{"county_geoid": "01081", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 27", "area_weight": 0.5463}
{"county_geoid": "01081", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 13", "area_weight": 0.4533}
{"county_geoid": "01083", "type": "CD", "district_state": "AL", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "01083", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 2", "area_weight": 0.4034}
{"county_geoid": "01083", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 5", "area_weight": 0.3371}
{"county_geoid": "01083", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 4", "area_weight": 0.1453}
{"county_geoid": "01083", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 6", "area_weight": 0.1082}
{"county_geoid": "01083", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 25", "area_weight": 0.0058}
{"county_geoid": "01083", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 1", "area_weight": 0.6038}
{"county_geoid": "01083", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 3", "area_weight": 0.218}
{"county_geoid": "01083", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 6", "area_weight": 0.1347}
{"county_geoid": "01083", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 2", "area_weight": 0.0433}
{"county_geoid": "01085", "type": "CD", "district_state": "AL", "district_label": "Congressional District 7", "area_weight": 0.9972}
{"county_geoid": "01085", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 69", "area_weight": 0.9997}
{"county_geoid": "01085", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 23", "area_weight": 0.9998}
{"county_geoid": "01087", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.9976}
{"county_geoid": "01087", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 82", "area_weight": 0.9994}
{"county_geoid": "01087", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 28", "area_weight": 0.9996}
{"county_geoid": "01089", "type": "CD", "district_state": "AL", "district_label": "Congressional District 5", "area_weight": 0.9989}
{"county_geoid": "01089", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 22", "area_weight": 0.4103}
{"county_geoid": "01089", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 10", "area_weight": 0.1317}
{"county_geoid": "01089", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 21", "area_weight": 0.1127}
{"county_geoid": "01089", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 6", "area_weight": 0.099}
{"county_geoid": "01089", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 20", "area_weight": 0.0808}
{"county_geoid": "01089", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 19", "area_weight": 0.0781}
{"county_geoid": "01089", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 25", "area_weight": 0.0414}
{"county_geoid": "01089", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 53", "area_weight": 0.0362}
{"county_geoid": "01089", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 4", "area_weight": 0.0098}
{"county_geoid": "01089", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 7", "area_weight": 0.3206}
{"county_geoid": "01089", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 8", "area_weight": 0.2885}
{"county_geoid": "01089", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 9", "area_weight": 0.2178}
{"county_geoid": "01089", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 2", "area_weight": 0.1364}
{"county_geoid": "01089", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 3", "area_weight": 0.0367}
{"county_geoid": "01091", "type": "CD", "district_state": "AL", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "01091", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 68", "area_weight": 0.5465}
{"county_geoid": "01091", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 71", "area_weight": 0.4533}
{"county_geoid": "01091", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 24", "area_weight": 0.9997}
{"county_geoid": "01093", "type": "CD", "district_state": "AL", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "01093", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 17", "area_weight": 0.9998}
{"county_geoid": "01093", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 4", "area_weight": 0.9998}
{"county_geoid": "01095", "type": "CD", "district_state": "AL", "district_label": "Congressional District 4", "area_weight": 0.9976}
{"county_geoid": "01095", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 27", "area_weight": 0.7427}
{"county_geoid": "01095", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 26", "area_weight": 0.257}
{"county_geoid": "01095", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 9", "area_weight": 0.9998}
{"county_geoid": "01097", "type": "CD", "district_state": "AL", "district_label": "Congressional District 1", "area_weight": 0.4667}
{"county_geoid": "01097", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.3181}
{"county_geoid": "01097", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 102", "area_weight": 0.3467}
{"county_geoid": "01097", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 105", "area_weight": 0.1628}
{"county_geoid": "01097", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 98", "area_weight": 0.0891}
{"county_geoid": "01097", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 100", "area_weight": 0.0445}
{"county_geoid": "01097", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 97", "area_weight": 0.0366}
{"county_geoid": "01097", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 99", "area_weight": 0.0317}
{"county_geoid": "01097", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 101", "area_weight": 0.025}
{"county_geoid": "01097", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 104", "area_weight": 0.0184}
{"county_geoid": "01097", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 103", "area_weight": 0.0166}
{"county_geoid": "01097", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 34", "area_weight": 0.464}
{"county_geoid": "01097", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 35", "area_weight": 0.2066}
{"county_geoid": "01097", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 33", "area_weight": 0.0583}
{"county_geoid": "01097", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 22", "area_weight": 0.0427}
{"county_geoid": "01099", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.9988}
{"county_geoid": "01099", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 68", "area_weight": 0.9999}
{"county_geoid": "01099", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "01101", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.9964}
{"county_geoid": "01101", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 90", "area_weight": 0.3875}
{"county_geoid": "01101", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 75", "area_weight": 0.2085}
{"county_geoid": "01101", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 76", "area_weight": 0.1428}
{"county_geoid": "01101", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 78", "area_weight": 0.1389}
{"county_geoid": "01101", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 69", "area_weight": 0.0721}
{"county_geoid": "01101", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 74", "area_weight": 0.0267}
{"county_geoid": "01101", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 77", "area_weight": 0.0233}
{"county_geoid": "01101", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 25", "area_weight": 0.6332}
{"county_geoid": "01101", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 26", "area_weight": 0.3664}
{"county_geoid": "01103", "type": "CD", "district_state": "AL", "district_label": "Congressional District 5", "area_weight": 0.9995}
{"county_geoid": "01103", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 9", "area_weight": 0.6762}
{"county_geoid": "01103", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 8", "area_weight": 0.1594}
{"county_geoid": "01103", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 4", "area_weight": 0.1307}
{"county_geoid": "01103", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 7", "area_weight": 0.0336}
{"county_geoid": "01103", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 3", "area_weight": 0.9998}
{"county_geoid": "01105", "type": "CD", "district_state": "AL", "district_label": "Congressional District 7", "area_weight": 0.9998}
{"county_geoid": "01105", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 67", "area_weight": 0.9195}
{"county_geoid": "01105", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 68", "area_weight": 0.0804}
{"county_geoid": "01105", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "01107", "type": "CD", "district_state": "AL", "district_label": "Congressional District 7", "area_weight": 0.9984}
{"county_geoid": "01107", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 61", "area_weight": 0.6098}
{"county_geoid": "01107", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 71", "area_weight": 0.3896}
{"county_geoid": "01107", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 21", "area_weight": 0.9992}
{"county_geoid": "01109", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "01109", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 89", "area_weight": 0.9996}
{"county_geoid": "01109", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 31", "area_weight": 0.9996}
{"county_geoid": "01111", "type": "CD", "district_state": "AL", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "01111", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 37", "area_weight": 0.9994}
{"county_geoid": "01111", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 13", "area_weight": 0.9997}
{"county_geoid": "01113", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.9961}
{"county_geoid": "01113", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 84", "area_weight": 0.6928}
{"county_geoid": "01113", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 83", "area_weight": 0.2698}
{"county_geoid": "01113", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 80", "area_weight": 0.0369}
{"county_geoid": "01113", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 28", "area_weight": 0.7798}
{"county_geoid": "01113", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 27", "area_weight": 0.2198}
{"county_geoid": "01115", "type": "CD", "district_state": "AL", "district_label": "Congressional District 3", "area_weight": 0.9982}
{"county_geoid": "01115", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 30", "area_weight": 0.4563}
{"county_geoid": "01115", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 50", "area_weight": 0.376}
{"county_geoid": "01115", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 36", "area_weight": 0.1375}
{"county_geoid": "01115", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 45", "area_weight": 0.0299}
{"county_geoid": "01115", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 11", "area_weight": 0.5767}
{"county_geoid": "01115", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 17", "area_weight": 0.4231}
{"county_geoid": "01117", "type": "CD", "district_state": "AL", "district_label": "Congressional District 6", "area_weight": 0.9977}
{"county_geoid": "01117", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 41", "area_weight": 0.548}
{"county_geoid": "01117", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 49", "area_weight": 0.1703}
{"county_geoid": "01117", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 45", "area_weight": 0.1235}
{"county_geoid": "01117", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 43", "area_weight": 0.0653}
{"county_geoid": "01117", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 73", "area_weight": 0.0637}
{"county_geoid": "01117", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 15", "area_weight": 0.0149}
{"county_geoid": "01117", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 48", "area_weight": 0.0143}
{"county_geoid": "01117", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 15", "area_weight": 0.3785}
{"county_geoid": "01117", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 11", "area_weight": 0.2895}
{"county_geoid": "01117", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 14", "area_weight": 0.2821}
{"county_geoid": "01117", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 16", "area_weight": 0.0499}
{"county_geoid": "01119", "type": "CD", "district_state": "AL", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "01119", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 71", "area_weight": 0.9995}
{"county_geoid": "01119", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 24", "area_weight": 0.9998}
{"county_geoid": "01121", "type": "CD", "district_state": "AL", "district_label": "Congressional District 3", "area_weight": 0.9468}
{"county_geoid": "01121", "type": "CD", "district_state": "AL", "district_label": "Congressional District 6", "area_weight": 0.0532}
{"county_geoid": "01121", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 33", "area_weight": 0.4755}
{"county_geoid": "01121", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 32", "area_weight": 0.2571}
{"county_geoid": "01121", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 35", "area_weight": 0.2253}
{"county_geoid": "01121", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 36", "area_weight": 0.042}
{"county_geoid": "01121", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 11", "area_weight": 0.503}
{"county_geoid": "01121", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 12", "area_weight": 0.4968}
{"county_geoid": "01123", "type": "CD", "district_state": "AL", "district_label": "Congressional District 3", "area_weight": 0.9978}
{"county_geoid": "01123", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 81", "area_weight": 0.9997}
{"county_geoid": "01123", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 27", "area_weight": 0.8512}
{"county_geoid": "01123", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 30", "area_weight": 0.1486}
{"county_geoid": "01125", "type": "CD", "district_state": "AL", "district_label": "Congressional District 4", "area_weight": 0.6246}
{"county_geoid": "01125", "type": "CD", "district_state": "AL", "district_label": "Congressional District 7", "area_weight": 0.3752}
{"county_geoid": "01125", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 16", "area_weight": 0.3765}
{"county_geoid": "01125", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 62", "area_weight": 0.2387}
{"county_geoid": "01125", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 61", "area_weight": 0.165}
{"county_geoid": "01125", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 72", "area_weight": 0.096}
{"county_geoid": "01125", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 71", "area_weight": 0.0856}
{"county_geoid": "01125", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 63", "area_weight": 0.0192}
{"county_geoid": "01125", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 70", "area_weight": 0.0191}
{"county_geoid": "01125", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 5", "area_weight": 0.4837}
{"county_geoid": "01125", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 21", "area_weight": 0.3456}
{"county_geoid": "01125", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 24", "area_weight": 0.1705}
{"county_geoid": "01127", "type": "CD", "district_state": "AL", "district_label": "Congressional District 4", "area_weight": 0.9982}
{"county_geoid": "01127", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 13", "area_weight": 0.5212}
{"county_geoid": "01127", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 14", "area_weight": 0.4786}
{"county_geoid": "01127", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "01129", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.9985}
{"county_geoid": "01129", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 65", "area_weight": 0.9998}
{"county_geoid": "01129", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 22", "area_weight": 0.9997}
{"county_geoid": "01131", "type": "CD", "district_state": "AL", "district_label": "Congressional District 7", "area_weight": 0.9996}
{"county_geoid": "01131", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 69", "area_weight": 0.8587}
{"county_geoid": "01131", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 68", "area_weight": 0.141}
{"county_geoid": "01131", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 23", "area_weight": 1.0}
{"county_geoid": "01133", "type": "CD", "district_state": "AL", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "01133", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 14", "area_weight": 0.9743}
{"county_geoid": "01133", "type": "SH", "district_state": "AL", "district_label": "AL State House of Representatives District 17", "area_weight": 0.0255}
{"county_geoid": "01133", "type": "SS", "district_state": "AL", "district_label": "AL State Senate District 4", "area_weight": 0.9999}
{"county_geoid": "02013", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.4954}
{"county_geoid": "02013", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 37", "area_weight": 0.4774}
{"county_geoid": "02013", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District S", "area_weight": 0.4774}
{"county_geoid": "02016", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.341}
{"county_geoid": "02016", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 37", "area_weight": 0.3219}
{"county_geoid": "02016", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District S", "area_weight": 0.3219}
{"county_geoid": "02020", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.8953}
{"county_geoid": "02020", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 24", "area_weight": 0.3512}
{"county_geoid": "02020", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 9", "area_weight": 0.3148}
{"county_geoid": "02020", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 23", "area_weight": 0.1601}
{"county_geoid": "02020", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 18", "area_weight": 0.0195}
{"county_geoid": "02020", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 16", "area_weight": 0.0109}
{"county_geoid": "02020", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 12", "area_weight": 0.0064}
{"county_geoid": "02020", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District L", "area_weight": 0.5114}
{"county_geoid": "02020", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District E", "area_weight": 0.3192}
{"county_geoid": "02020", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District I", "area_weight": 0.0216}
{"county_geoid": "02020", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District H", "area_weight": 0.0134}
{"county_geoid": "02020", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District F", "area_weight": 0.0113}
{"county_geoid": "02020", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District G", "area_weight": 0.0052}
{"county_geoid": "02050", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.9342}
{"county_geoid": "02050", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 38", "area_weight": 0.4786}
{"county_geoid": "02050", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 37", "area_weight": 0.455}
{"county_geoid": "02050", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District S", "area_weight": 0.9336}
{"county_geoid": "02060", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.6043}
{"county_geoid": "02060", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 37", "area_weight": 0.6022}
{"county_geoid": "02060", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District S", "area_weight": 0.6022}
{"county_geoid": "02063", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.6894}
{"county_geoid": "02063", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 5", "area_weight": 0.5041}
{"county_geoid": "02063", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 29", "area_weight": 0.1561}
{"county_geoid": "02063", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District C", "area_weight": 0.5041}
{"county_geoid": "02063", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District O", "area_weight": 0.1561}
{"county_geoid": "02066", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "02066", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 36", "area_weight": 0.8736}
{"county_geoid": "02066", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 29", "area_weight": 0.1264}
{"county_geoid": "02066", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District R", "area_weight": 0.8736}
{"county_geoid": "02066", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District O", "area_weight": 0.1264}
{"county_geoid": "02068", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "02068", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 30", "area_weight": 1.0}
{"county_geoid": "02068", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District O", "area_weight": 1.0}
{"county_geoid": "02070", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.9235}
{"county_geoid": "02070", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 37", "area_weight": 0.9213}
{"county_geoid": "02070", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District S", "area_weight": 0.9213}
{"county_geoid": "02090", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "02090", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 34", "area_weight": 0.561}
{"county_geoid": "02090", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 36", "area_weight": 0.2138}
{"county_geoid": "02090", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 35", "area_weight": 0.2029}
{"county_geoid": "02090", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 33", "area_weight": 0.0153}
{"county_geoid": "02090", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 32", "area_weight": 0.0055}
{"county_geoid": "02090", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District Q", "area_weight": 0.5764}
{"county_geoid": "02090", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District R", "area_weight": 0.4168}
{"county_geoid": "02090", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District P", "area_weight": 0.0069}
{"county_geoid": "02100", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.8812}
{"county_geoid": "02100", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 3", "area_weight": 0.8785}
{"county_geoid": "02100", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District B", "area_weight": 0.8785}
{"county_geoid": "02105", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.7348}
{"county_geoid": "02105", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 2", "area_weight": 0.5523}
{"county_geoid": "02105", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 3", "area_weight": 0.1635}
{"county_geoid": "02105", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District A", "area_weight": 0.5523}
{"county_geoid": "02105", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District B", "area_weight": 0.1635}
{"county_geoid": "02110", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.8761}
{"county_geoid": "02110", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 4", "area_weight": 0.6558}
{"county_geoid": "02110", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 3", "area_weight": 0.207}
{"county_geoid": "02110", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District B", "area_weight": 0.8628}
{"county_geoid": "02122", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.6743}
{"county_geoid": "02122", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 37", "area_weight": 0.3144}
{"county_geoid": "02122", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 8", "area_weight": 0.1763}
{"county_geoid": "02122", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 6", "area_weight": 0.1054}
{"county_geoid": "02122", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 5", "area_weight": 0.0679}
{"county_geoid": "02122", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District S", "area_weight": 0.3144}
{"county_geoid": "02122", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District D", "area_weight": 0.1794}
{"county_geoid": "02122", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District C", "area_weight": 0.1733}
{"county_geoid": "02130", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.7888}
{"county_geoid": "02130", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 1", "area_weight": 0.7749}
{"county_geoid": "02130", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District A", "area_weight": 0.7749}
{"county_geoid": "02150", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.5962}
{"county_geoid": "02150", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 5", "area_weight": 0.4313}
{"county_geoid": "02150", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 37", "area_weight": 0.1519}
{"county_geoid": "02150", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District C", "area_weight": 0.4313}
{"county_geoid": "02150", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District S", "area_weight": 0.1519}
{"county_geoid": "02158", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.9221}
{"county_geoid": "02158", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 39", "area_weight": 0.7278}
{"county_geoid": "02158", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 38", "area_weight": 0.1813}
{"county_geoid": "02158", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 37", "area_weight": 0.01}
{"county_geoid": "02158", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District T", "area_weight": 0.7278}
{"county_geoid": "02158", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District S", "area_weight": 0.1912}
{"county_geoid": "02164", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.7926}
{"county_geoid": "02164", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 37", "area_weight": 0.7907}
{"county_geoid": "02164", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District S", "area_weight": 0.7907}
{"county_geoid": "02170", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.9895}
{"county_geoid": "02170", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 30", "area_weight": 0.4949}
{"county_geoid": "02170", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 29", "area_weight": 0.4796}
{"county_geoid": "02170", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 25", "area_weight": 0.0081}
{"county_geoid": "02170", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District O", "area_weight": 0.9744}
{"county_geoid": "02170", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District M", "area_weight": 0.0113}
{"county_geoid": "02180", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.8431}
{"county_geoid": "02180", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 39", "area_weight": 0.8405}
{"county_geoid": "02180", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District T", "area_weight": 0.8405}
{"county_geoid": "02185", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.9504}
{"county_geoid": "02185", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 40", "area_weight": 0.949}
{"county_geoid": "02185", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District T", "area_weight": 0.949}
{"county_geoid": "02188", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.9075}
{"county_geoid": "02188", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 40", "area_weight": 0.8957}
{"county_geoid": "02188", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District T", "area_weight": 0.8957}
{"county_geoid": "02195", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.8046}
{"county_geoid": "02195", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 2", "area_weight": 0.8001}
{"county_geoid": "02195", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District A", "area_weight": 0.8001}
{"county_geoid": "02198", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.5685}
{"county_geoid": "02198", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 2", "area_weight": 0.499}
{"county_geoid": "02198", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 1", "area_weight": 0.038}
{"county_geoid": "02198", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District A", "area_weight": 0.537}
{"county_geoid": "02220", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.6908}
{"county_geoid": "02220", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 2", "area_weight": 0.6615}
{"county_geoid": "02220", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District A", "area_weight": 0.6615}
{"county_geoid": "02230", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "02230", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 3", "area_weight": 0.9797}
{"county_geoid": "02230", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District B", "area_weight": 0.9797}
{"county_geoid": "02240", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.9997}
{"county_geoid": "02240", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 36", "area_weight": 1.0}
{"county_geoid": "02240", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District R", "area_weight": 1.0}
{"county_geoid": "02275", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.8026}
{"county_geoid": "02275", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 1", "area_weight": 0.7714}
{"county_geoid": "02275", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District A", "area_weight": 0.7714}
{"county_geoid": "02282", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.869}
{"county_geoid": "02282", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 2", "area_weight": 0.8669}
{"county_geoid": "02282", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District A", "area_weight": 0.8669}
{"county_geoid": "02290", "type": "CD", "district_state": "AK", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "02290", "type": "SH", "district_state": "AK", "district_label": "AK State House of Representatives District 36", "area_weight": 0.9999}
{"county_geoid": "02290", "type": "SS", "district_state": "AK", "district_label": "AK State Senate District R", "area_weight": 0.9999}
{"county_geoid": "04001", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "04001", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 6", "area_weight": 0.9999}
{"county_geoid": "04001", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "04003", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 6", "area_weight": 0.9296}
{"county_geoid": "04003", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 7", "area_weight": 0.0704}
{"county_geoid": "04003", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 19", "area_weight": 0.9543}
{"county_geoid": "04003", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 21", "area_weight": 0.0457}
{"county_geoid": "04003", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 19", "area_weight": 0.9543}
{"county_geoid": "04003", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 21", "area_weight": 0.0457}
{"county_geoid": "04005", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "04005", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 6", "area_weight": 0.8118}
{"county_geoid": "04005", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 7", "area_weight": 0.1878}
{"county_geoid": "04005", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 6", "area_weight": 0.8118}
{"county_geoid": "04005", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 7", "area_weight": 0.1878}
{"county_geoid": "04007", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "04007", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 7", "area_weight": 0.616}
{"county_geoid": "04007", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 6", "area_weight": 0.3839}
{"county_geoid": "04007", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 7", "area_weight": 0.616}
{"county_geoid": "04007", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 6", "area_weight": 0.3839}
{"county_geoid": "04009", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 6", "area_weight": 0.6326}
{"county_geoid": "04009", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 2", "area_weight": 0.3674}
{"county_geoid": "04009", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 19", "area_weight": 0.633}
{"county_geoid": "04009", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 6", "area_weight": 0.367}
{"county_geoid": "04009", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 19", "area_weight": 0.633}
{"county_geoid": "04009", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 6", "area_weight": 0.367}
{"county_geoid": "04011", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 6", "area_weight": 0.9995}
{"county_geoid": "04011", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 19", "area_weight": 0.9999}
{"county_geoid": "04011", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "04012", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 9", "area_weight": 0.9997}
{"county_geoid": "04012", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 30", "area_weight": 0.9998}
{"county_geoid": "04012", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "04013", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 9", "area_weight": 0.3534}
{"county_geoid": "04013", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 7", "area_weight": 0.3251}
{"county_geoid": "04013", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 1", "area_weight": 0.1757}
{"county_geoid": "04013", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 8", "area_weight": 0.0628}
{"county_geoid": "04013", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 5", "area_weight": 0.0246}
{"county_geoid": "04013", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 3", "area_weight": 0.0224}
{"county_geoid": "04013", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 4", "area_weight": 0.0195}
{"county_geoid": "04013", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 2", "area_weight": 0.0165}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 23", "area_weight": 0.2888}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 25", "area_weight": 0.2423}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 3", "area_weight": 0.1621}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 30", "area_weight": 0.0976}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 29", "area_weight": 0.0422}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 28", "area_weight": 0.0329}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 8", "area_weight": 0.0148}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 12", "area_weight": 0.014}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 22", "area_weight": 0.0121}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 11", "area_weight": 0.0115}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 4", "area_weight": 0.011}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 10", "area_weight": 0.0089}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 16", "area_weight": 0.0087}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 2", "area_weight": 0.0085}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 15", "area_weight": 0.0078}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 14", "area_weight": 0.0073}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 13", "area_weight": 0.0069}
{"county_geoid": "04013", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 27", "area_weight": 0.0064}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 23", "area_weight": 0.2888}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 25", "area_weight": 0.2423}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 3", "area_weight": 0.1621}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 30", "area_weight": 0.0976}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 29", "area_weight": 0.0422}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 28", "area_weight": 0.0329}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 8", "area_weight": 0.0148}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 12", "area_weight": 0.014}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 22", "area_weight": 0.0121}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 11", "area_weight": 0.0115}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 4", "area_weight": 0.011}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 10", "area_weight": 0.0089}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 16", "area_weight": 0.0087}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 2", "area_weight": 0.0085}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 15", "area_weight": 0.0078}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 14", "area_weight": 0.0073}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 13", "area_weight": 0.0069}
{"county_geoid": "04013", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 27", "area_weight": 0.0064}
{"county_geoid": "04015", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 9", "area_weight": 0.9292}
{"county_geoid": "04015", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 2", "area_weight": 0.0705}
{"county_geoid": "04015", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 30", "area_weight": 0.9294}
{"county_geoid": "04015", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 6", "area_weight": 0.0704}
{"county_geoid": "04015", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 30", "area_weight": 0.9294}
{"county_geoid": "04015", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 6", "area_weight": 0.0704}
{"county_geoid": "04017", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "04017", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 6", "area_weight": 0.7671}
{"county_geoid": "04017", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 7", "area_weight": 0.2329}
{"county_geoid": "04017", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 6", "area_weight": 0.7671}
{"county_geoid": "04017", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 7", "area_weight": 0.2329}
{"county_geoid": "04019", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 7", "area_weight": 0.806}
{"county_geoid": "04019", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 6", "area_weight": 0.1939}
{"county_geoid": "04019", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 23", "area_weight": 0.6301}
{"county_geoid": "04019", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 21", "area_weight": 0.1145}
{"county_geoid": "04019", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 17", "area_weight": 0.1144}
{"county_geoid": "04019", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 19", "area_weight": 0.0679}
{"county_geoid": "04019", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 16", "area_weight": 0.0532}
{"county_geoid": "04019", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 18", "area_weight": 0.0104}
{"county_geoid": "04019", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 20", "area_weight": 0.0094}
{"county_geoid": "04019", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 23", "area_weight": 0.6301}
{"county_geoid": "04019", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 21", "area_weight": 0.1145}
{"county_geoid": "04019", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 17", "area_weight": 0.1144}
{"county_geoid": "04019", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 19", "area_weight": 0.0679}
{"county_geoid": "04019", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 16", "area_weight": 0.0532}
{"county_geoid": "04019", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 18", "area_weight": 0.0104}
{"county_geoid": "04019", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 20", "area_weight": 0.0094}
{"county_geoid": "04021", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 2", "area_weight": 0.5481}
{"county_geoid": "04021", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 6", "area_weight": 0.2522}
{"county_geoid": "04021", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 7", "area_weight": 0.1665}
{"county_geoid": "04021", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 5", "area_weight": 0.0331}
{"county_geoid": "04021", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 16", "area_weight": 0.4526}
{"county_geoid": "04021", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 7", "area_weight": 0.3626}
{"county_geoid": "04021", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 23", "area_weight": 0.0775}
{"county_geoid": "04021", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 6", "area_weight": 0.0395}
{"county_geoid": "04021", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 17", "area_weight": 0.0389}
{"county_geoid": "04021", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 15", "area_weight": 0.0283}
{"county_geoid": "04021", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 16", "area_weight": 0.4526}
{"county_geoid": "04021", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 7", "area_weight": 0.3626}
{"county_geoid": "04021", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 23", "area_weight": 0.0775}
{"county_geoid": "04021", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 6", "area_weight": 0.0395}
{"county_geoid": "04021", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 17", "area_weight": 0.0389}
{"county_geoid": "04021", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 15", "area_weight": 0.0283}
{"county_geoid": "04023", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 7", "area_weight": 0.9997}
{"county_geoid": "04023", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 21", "area_weight": 0.6238}
{"county_geoid": "04023", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 19", "area_weight": 0.376}
{"county_geoid": "04023", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 21", "area_weight": 0.6238}
{"county_geoid": "04023", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 19", "area_weight": 0.376}
{"county_geoid": "04025", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "04025", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 1", "area_weight": 0.9991}
{"county_geoid": "04025", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 1", "area_weight": 0.9991}
{"county_geoid": "04027", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 9", "area_weight": 0.5624}
{"county_geoid": "04027", "type": "CD", "district_state": "AZ", "district_label": "Congressional District 7", "area_weight": 0.4375}
{"county_geoid": "04027", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 25", "area_weight": 0.5623}
{"county_geoid": "04027", "type": "SH", "district_state": "AZ", "district_label": "AZ State House of Representatives District 23", "area_weight": 0.4376}
{"county_geoid": "04027", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 25", "area_weight": 0.5623}
{"county_geoid": "04027", "type": "SS", "district_state": "AZ", "district_label": "AZ State Senate District 23", "area_weight": 0.4376}
{"county_geoid": "05001", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9992}
{"county_geoid": "05001", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 61", "area_weight": 0.6122}
{"county_geoid": "05001", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 62", "area_weight": 0.3575}
{"county_geoid": "05001", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 65", "area_weight": 0.0303}
{"county_geoid": "05001", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 8", "area_weight": 0.584}
{"county_geoid": "05001", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 10", "area_weight": 0.4159}
{"county_geoid": "05003", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "05003", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 95", "area_weight": 0.9997}
{"county_geoid": "05003", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "05005", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "05005", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 3", "area_weight": 0.4721}
{"county_geoid": "05005", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 4", "area_weight": 0.4465}
{"county_geoid": "05005", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 27", "area_weight": 0.0814}
{"county_geoid": "05005", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "05007", "type": "CD", "district_state": "AR", "district_label": "Congressional District 3", "area_weight": 0.9997}
{"county_geoid": "05007", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 12", "area_weight": 0.2516}
{"county_geoid": "05007", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 7", "area_weight": 0.2425}
{"county_geoid": "05007", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 17", "area_weight": 0.1767}
{"county_geoid": "05007", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 8", "area_weight": 0.083}
{"county_geoid": "05007", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 16", "area_weight": 0.0774}
{"county_geoid": "05007", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 14", "area_weight": 0.0575}
{"county_geoid": "05007", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 10", "area_weight": 0.0371}
{"county_geoid": "05007", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 11", "area_weight": 0.0354}
{"county_geoid": "05007", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 13", "area_weight": 0.0215}
{"county_geoid": "05007", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 15", "area_weight": 0.0149}
{"county_geoid": "05007", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 32", "area_weight": 0.3448}
{"county_geoid": "05007", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 35", "area_weight": 0.3029}
{"county_geoid": "05007", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 33", "area_weight": 0.21}
{"county_geoid": "05007", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 34", "area_weight": 0.1419}
{"county_geoid": "05009", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9994}
{"county_geoid": "05009", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 5", "area_weight": 0.6026}
{"county_geoid": "05009", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 6", "area_weight": 0.3971}
{"county_geoid": "05009", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 28", "area_weight": 0.6048}
{"county_geoid": "05009", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 23", "area_weight": 0.3951}
{"county_geoid": "05011", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05011", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 96", "area_weight": 0.5751}
{"county_geoid": "05011", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 94", "area_weight": 0.4247}
{"county_geoid": "05011", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 1", "area_weight": 0.9997}
{"county_geoid": "05013", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05013", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 96", "area_weight": 0.9999}
{"county_geoid": "05013", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 2", "area_weight": 0.9997}
{"county_geoid": "05015", "type": "CD", "district_state": "AR", "district_label": "Congressional District 3", "area_weight": 0.9987}
{"county_geoid": "05015", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 6", "area_weight": 0.6608}
{"county_geoid": "05015", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 26", "area_weight": 0.3385}
{"county_geoid": "05015", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 28", "area_weight": 0.9995}
{"county_geoid": "05017", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9949}
{"county_geoid": "05017", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 95", "area_weight": 0.9993}
{"county_geoid": "05017", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 1", "area_weight": 0.9993}
{"county_geoid": "05019", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05019", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 89", "area_weight": 0.9184}
{"county_geoid": "05019", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 90", "area_weight": 0.0814}
{"county_geoid": "05019", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 3", "area_weight": 0.9997}
{"county_geoid": "05021", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9979}
{"county_geoid": "05021", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 1", "area_weight": 0.999}
{"county_geoid": "05021", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 21", "area_weight": 0.999}
{"county_geoid": "05023", "type": "CD", "district_state": "AR", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "05023", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 41", "area_weight": 0.8904}
{"county_geoid": "05023", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 40", "area_weight": 0.081}
{"county_geoid": "05023", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 42", "area_weight": 0.0286}
{"county_geoid": "05023", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 22", "area_weight": 0.5293}
{"county_geoid": "05023", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 18", "area_weight": 0.2899}
{"county_geoid": "05023", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 24", "area_weight": 0.1808}
{"county_geoid": "05025", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "05025", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 96", "area_weight": 0.6362}
{"county_geoid": "05025", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 93", "area_weight": 0.3638}
{"county_geoid": "05025", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 1", "area_weight": 0.9997}
{"county_geoid": "05027", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "05027", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 99", "area_weight": 0.757}
{"county_geoid": "05027", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 98", "area_weight": 0.2429}
{"county_geoid": "05027", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "05029", "type": "CD", "district_state": "AR", "district_label": "Congressional District 2", "area_weight": 0.9989}
{"county_geoid": "05029", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 43", "area_weight": 0.9996}
{"county_geoid": "05029", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 25", "area_weight": 0.8909}
{"county_geoid": "05029", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 5", "area_weight": 0.1089}
{"county_geoid": "05031", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "05031", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 33", "area_weight": 0.4455}
{"county_geoid": "05031", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 38", "area_weight": 0.2973}
{"county_geoid": "05031", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 30", "area_weight": 0.1347}
{"county_geoid": "05031", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 36", "area_weight": 0.0891}
{"county_geoid": "05031", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 32", "area_weight": 0.0333}
{"county_geoid": "05031", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 19", "area_weight": 0.7946}
{"county_geoid": "05031", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 20", "area_weight": 0.2051}
{"county_geoid": "05033", "type": "CD", "district_state": "AR", "district_label": "Congressional District 3", "area_weight": 0.9991}
{"county_geoid": "05033", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 24", "area_weight": 0.573}
{"county_geoid": "05033", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 25", "area_weight": 0.3284}
{"county_geoid": "05033", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 48", "area_weight": 0.0983}
{"county_geoid": "05033", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 29", "area_weight": 0.9996}
{"county_geoid": "05035", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.998}
{"county_geoid": "05035", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 35", "area_weight": 0.6922}
{"county_geoid": "05035", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 63", "area_weight": 0.3064}
{"county_geoid": "05035", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 9", "area_weight": 0.9987}
{"county_geoid": "05037", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "05037", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 37", "area_weight": 0.8584}
{"county_geoid": "05037", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 35", "area_weight": 0.1414}
{"county_geoid": "05037", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 10", "area_weight": 0.9998}
{"county_geoid": "05039", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05039", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 96", "area_weight": 0.9995}
{"county_geoid": "05039", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 2", "area_weight": 0.9995}
{"county_geoid": "05041", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9979}
{"county_geoid": "05041", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 62", "area_weight": 0.7051}
{"county_geoid": "05041", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 94", "area_weight": 0.2003}
{"county_geoid": "05041", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 64", "area_weight": 0.094}
{"county_geoid": "05041", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 8", "area_weight": 0.999}
{"county_geoid": "05043", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "05043", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 94", "area_weight": 0.9301}
{"county_geoid": "05043", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 93", "area_weight": 0.0697}
{"county_geoid": "05043", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 1", "area_weight": 0.9494}
{"county_geoid": "05043", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 8", "area_weight": 0.0506}
{"county_geoid": "05045", "type": "CD", "district_state": "AR", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "05045", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 42", "area_weight": 0.3876}
{"county_geoid": "05045", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 57", "area_weight": 0.2753}
{"county_geoid": "05045", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 69", "area_weight": 0.1423}
{"county_geoid": "05045", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 54", "area_weight": 0.1034}
{"county_geoid": "05045", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 56", "area_weight": 0.0677}
{"county_geoid": "05045", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 55", "area_weight": 0.0236}
{"county_geoid": "05045", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 24", "area_weight": 0.6783}
{"county_geoid": "05045", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 17", "area_weight": 0.2277}
{"county_geoid": "05045", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 18", "area_weight": 0.0937}
{"county_geoid": "05047", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9992}
{"county_geoid": "05047", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 26", "area_weight": 0.5006}
{"county_geoid": "05047", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 46", "area_weight": 0.345}
{"county_geoid": "05047", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 25", "area_weight": 0.1543}
{"county_geoid": "05047", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 26", "area_weight": 0.52}
{"county_geoid": "05047", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 28", "area_weight": 0.48}
{"county_geoid": "05049", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "05049", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 2", "area_weight": 0.6618}
{"county_geoid": "05049", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 3", "area_weight": 0.3378}
{"county_geoid": "05049", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 23", "area_weight": 0.8622}
{"county_geoid": "05049", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 22", "area_weight": 0.1375}
{"county_geoid": "05051", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9994}
{"county_geoid": "05051", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 85", "area_weight": 0.6605}
{"county_geoid": "05051", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 84", "area_weight": 0.1829}
{"county_geoid": "05051", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 90", "area_weight": 0.0749}
{"county_geoid": "05051", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 91", "area_weight": 0.0471}
{"county_geoid": "05051", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 89", "area_weight": 0.0344}
{"county_geoid": "05051", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 6", "area_weight": 0.8436}
{"county_geoid": "05051", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 7", "area_weight": 0.1562}
{"county_geoid": "05053", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9995}
{"county_geoid": "05053", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 92", "area_weight": 0.9996}
{"county_geoid": "05053", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 2", "area_weight": 0.4705}
{"county_geoid": "05053", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 1", "area_weight": 0.2694}
{"county_geoid": "05053", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 7", "area_weight": 0.2601}
{"county_geoid": "05055", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9991}
{"county_geoid": "05055", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 1", "area_weight": 0.6905}
{"county_geoid": "05055", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 30", "area_weight": 0.2086}
{"county_geoid": "05055", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 31", "area_weight": 0.1005}
{"county_geoid": "05055", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 21", "area_weight": 0.9995}
{"county_geoid": "05057", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05057", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 88", "area_weight": 0.9997}
{"county_geoid": "05057", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 3", "area_weight": 0.6736}
{"county_geoid": "05057", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 4", "area_weight": 0.3264}
{"county_geoid": "05059", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "05059", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 90", "area_weight": 0.4889}
{"county_geoid": "05059", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 29", "area_weight": 0.4129}
{"county_geoid": "05059", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 89", "area_weight": 0.0981}
{"county_geoid": "05059", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 7", "area_weight": 0.8186}
{"county_geoid": "05059", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 3", "area_weight": 0.1813}
{"county_geoid": "05061", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05061", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 86", "area_weight": 0.6247}
{"county_geoid": "05061", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 88", "area_weight": 0.3047}
{"county_geoid": "05061", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 87", "area_weight": 0.0706}
{"county_geoid": "05061", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 4", "area_weight": 0.9998}
{"county_geoid": "05063", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "05063", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 28", "area_weight": 0.5006}
{"county_geoid": "05063", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 40", "area_weight": 0.2953}
{"county_geoid": "05063", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 39", "area_weight": 0.204}
{"county_geoid": "05063", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 22", "area_weight": 0.9998}
{"county_geoid": "05065", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "05065", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 27", "area_weight": 0.9999}
{"county_geoid": "05065", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 23", "area_weight": 0.7521}
{"county_geoid": "05065", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 22", "area_weight": 0.2478}
{"county_geoid": "05067", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9994}
{"county_geoid": "05067", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 39", "area_weight": 0.4544}
{"county_geoid": "05067", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 61", "area_weight": 0.2997}
{"county_geoid": "05067", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 38", "area_weight": 0.2457}
{"county_geoid": "05067", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 10", "area_weight": 0.9997}
{"county_geoid": "05069", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9973}
{"county_geoid": "05069", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 65", "area_weight": 0.5754}
{"county_geoid": "05069", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 93", "area_weight": 0.2552}
{"county_geoid": "05069", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 64", "area_weight": 0.1692}
{"county_geoid": "05069", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 8", "area_weight": 0.8581}
{"county_geoid": "05069", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 1", "area_weight": 0.1419}
{"county_geoid": "05071", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05071", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 45", "area_weight": 0.973}
{"county_geoid": "05071", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 46", "area_weight": 0.0267}
{"county_geoid": "05071", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 26", "area_weight": 0.5944}
{"county_geoid": "05071", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 28", "area_weight": 0.4054}
{"county_geoid": "05073", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "05073", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 99", "area_weight": 0.8259}
{"county_geoid": "05073", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 98", "area_weight": 0.174}
{"county_geoid": "05073", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 3", "area_weight": 0.9997}
{"county_geoid": "05075", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "05075", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 28", "area_weight": 0.7763}
{"county_geoid": "05075", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 30", "area_weight": 0.2235}
{"county_geoid": "05075", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 22", "area_weight": 0.7762}
{"county_geoid": "05075", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 21", "area_weight": 0.2237}
{"county_geoid": "05077", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9984}
{"county_geoid": "05077", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 62", "area_weight": 0.9997}
{"county_geoid": "05077", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 9", "area_weight": 0.5494}
{"county_geoid": "05077", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 10", "area_weight": 0.4503}
{"county_geoid": "05079", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9977}
{"county_geoid": "05079", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 93", "area_weight": 0.6525}
{"county_geoid": "05079", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 64", "area_weight": 0.3452}
{"county_geoid": "05079", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 8", "area_weight": 0.5365}
{"county_geoid": "05079", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 1", "area_weight": 0.4635}
{"county_geoid": "05081", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9845}
{"county_geoid": "05081", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 0.0093}
{"county_geoid": "05081", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.006}
{"county_geoid": "05081", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 87", "area_weight": 0.999}
{"county_geoid": "05081", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 4", "area_weight": 0.9992}
{"county_geoid": "05083", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05083", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 46", "area_weight": 0.9996}
{"county_geoid": "05083", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 26", "area_weight": 0.7968}
{"county_geoid": "05083", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 5", "area_weight": 0.2032}
{"county_geoid": "05085", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9983}
{"county_geoid": "05085", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 60", "area_weight": 0.8194}
{"county_geoid": "05085", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 59", "area_weight": 0.0938}
{"county_geoid": "05085", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 68", "area_weight": 0.0641}
{"county_geoid": "05085", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 57", "area_weight": 0.0225}
{"county_geoid": "05085", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 11", "area_weight": 0.4362}
{"county_geoid": "05085", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 8", "area_weight": 0.2919}
{"county_geoid": "05085", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 10", "area_weight": 0.2718}
{"county_geoid": "05087", "type": "CD", "district_state": "AR", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "05087", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 26", "area_weight": 0.9996}
{"county_geoid": "05087", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "05089", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "05089", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 4", "area_weight": 0.9995}
{"county_geoid": "05089", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 23", "area_weight": 0.9996}
{"county_geoid": "05091", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "05091", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 99", "area_weight": 0.7354}
{"county_geoid": "05091", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 88", "area_weight": 0.1815}
{"county_geoid": "05091", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 100", "area_weight": 0.0828}
{"county_geoid": "05091", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 4", "area_weight": 0.9996}
{"county_geoid": "05093", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9981}
{"county_geoid": "05093", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 33", "area_weight": 0.5334}
{"county_geoid": "05093", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 34", "area_weight": 0.4659}
{"county_geoid": "05093", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 19", "area_weight": 0.9992}
{"county_geoid": "05095", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "05095", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 62", "area_weight": 0.5594}
{"county_geoid": "05095", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 61", "area_weight": 0.4406}
{"county_geoid": "05095", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 10", "area_weight": 0.9999}
{"county_geoid": "05097", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05097", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 86", "area_weight": 0.9992}
{"county_geoid": "05097", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "05099", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05099", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 89", "area_weight": 0.7911}
{"county_geoid": "05099", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 98", "area_weight": 0.2088}
{"county_geoid": "05099", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "05101", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9994}
{"county_geoid": "05101", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 27", "area_weight": 0.9998}
{"county_geoid": "05101", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 28", "area_weight": 0.7701}
{"county_geoid": "05101", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 24", "area_weight": 0.2299}
{"county_geoid": "05103", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05103", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 98", "area_weight": 0.7098}
{"county_geoid": "05103", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 96", "area_weight": 0.2901}
{"county_geoid": "05103", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 2", "area_weight": 0.9999}
{"county_geoid": "05105", "type": "CD", "district_state": "AR", "district_label": "Congressional District 2", "area_weight": 0.9986}
{"county_geoid": "05105", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 54", "area_weight": 0.9999}
{"county_geoid": "05105", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 5", "area_weight": 0.9998}
{"county_geoid": "05107", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9981}
{"county_geoid": "05107", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 62", "area_weight": 0.9996}
{"county_geoid": "05107", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 9", "area_weight": 0.9994}
{"county_geoid": "05109", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05109", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 89", "area_weight": 0.9998}
{"county_geoid": "05109", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 3", "area_weight": 0.5194}
{"county_geoid": "05109", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 5", "area_weight": 0.4805}
{"county_geoid": "05111", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "05111", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 37", "area_weight": 0.407}
{"county_geoid": "05111", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 38", "area_weight": 0.4024}
{"county_geoid": "05111", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 36", "area_weight": 0.1905}
{"county_geoid": "05111", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 19", "area_weight": 0.7798}
{"county_geoid": "05111", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 10", "area_weight": 0.2202}
{"county_geoid": "05113", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "05113", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 86", "area_weight": 0.9998}
{"county_geoid": "05113", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 5", "area_weight": 0.9996}
{"county_geoid": "05115", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9997}
{"county_geoid": "05115", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 45", "area_weight": 0.1501}
{"county_geoid": "05115", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 53", "area_weight": 0.0598}
{"county_geoid": "05115", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 54", "area_weight": 0.0101}
{"county_geoid": "05115", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 25", "area_weight": 0.9898}
{"county_geoid": "05115", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 5", "area_weight": 0.0101}
{"county_geoid": "05117", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9986}
{"county_geoid": "05117", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 60", "area_weight": 0.6703}
{"county_geoid": "05117", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 61", "area_weight": 0.3296}
{"county_geoid": "05117", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 10", "area_weight": 0.9998}
{"county_geoid": "05119", "type": "CD", "district_state": "AR", "district_label": "Congressional District 2", "area_weight": 0.6957}
{"county_geoid": "05119", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.1603}
{"county_geoid": "05119", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.144}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 78", "area_weight": 0.2277}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 66", "area_weight": 0.1878}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 80", "area_weight": 0.1759}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 69", "area_weight": 0.1199}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 70", "area_weight": 0.0607}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 71", "area_weight": 0.0417}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 73", "area_weight": 0.0348}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 72", "area_weight": 0.0281}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 77", "area_weight": 0.0276}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 79", "area_weight": 0.0255}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 67", "area_weight": 0.0236}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 75", "area_weight": 0.0196}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 76", "area_weight": 0.0152}
{"county_geoid": "05119", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 74", "area_weight": 0.0118}
{"county_geoid": "05119", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 12", "area_weight": 0.251}
{"county_geoid": "05119", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 17", "area_weight": 0.2086}
{"county_geoid": "05119", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 8", "area_weight": 0.1422}
{"county_geoid": "05119", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 13", "area_weight": 0.1416}
{"county_geoid": "05119", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 11", "area_weight": 0.1024}
{"county_geoid": "05119", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 15", "area_weight": 0.071}
{"county_geoid": "05119", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 14", "area_weight": 0.0476}
{"county_geoid": "05119", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 16", "area_weight": 0.0355}
{"county_geoid": "05121", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "05121", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 1", "area_weight": 0.5902}
{"county_geoid": "05121", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 2", "area_weight": 0.4096}
{"county_geoid": "05121", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 21", "area_weight": 0.9998}
{"county_geoid": "05123", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "05123", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 63", "area_weight": 0.4746}
{"county_geoid": "05123", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 37", "area_weight": 0.4625}
{"county_geoid": "05123", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 62", "area_weight": 0.0628}
{"county_geoid": "05123", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 10", "area_weight": 0.556}
{"county_geoid": "05123", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 9", "area_weight": 0.444}
{"county_geoid": "05125", "type": "CD", "district_state": "AR", "district_label": "Congressional District 2", "area_weight": 0.9989}
{"county_geoid": "05125", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 54", "area_weight": 0.4084}
{"county_geoid": "05125", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 83", "area_weight": 0.182}
{"county_geoid": "05125", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 92", "area_weight": 0.1151}
{"county_geoid": "05125", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 29", "area_weight": 0.0855}
{"county_geoid": "05125", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 78", "area_weight": 0.0796}
{"county_geoid": "05125", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 82", "area_weight": 0.0752}
{"county_geoid": "05125", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 81", "area_weight": 0.0541}
{"county_geoid": "05125", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 7", "area_weight": 0.4807}
{"county_geoid": "05125", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 6", "area_weight": 0.3422}
{"county_geoid": "05125", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 16", "area_weight": 0.1769}
{"county_geoid": "05127", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05127", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 52", "area_weight": 0.9998}
{"county_geoid": "05127", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 5", "area_weight": 1.0}
{"county_geoid": "05129", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9991}
{"county_geoid": "05129", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 27", "area_weight": 0.9999}
{"county_geoid": "05129", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 24", "area_weight": 1.0}
{"county_geoid": "05131", "type": "CD", "district_state": "AR", "district_label": "Congressional District 3", "area_weight": 0.5999}
{"county_geoid": "05131", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.3998}
{"county_geoid": "05131", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 47", "area_weight": 0.584}
{"county_geoid": "05131", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 52", "area_weight": 0.2254}
{"county_geoid": "05131", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 51", "area_weight": 0.069}
{"county_geoid": "05131", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 46", "area_weight": 0.055}
{"county_geoid": "05131", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 50", "area_weight": 0.0286}
{"county_geoid": "05131", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 49", "area_weight": 0.0267}
{"county_geoid": "05131", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 48", "area_weight": 0.011}
{"county_geoid": "05131", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 5", "area_weight": 0.4662}
{"county_geoid": "05131", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 26", "area_weight": 0.4096}
{"county_geoid": "05131", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 27", "area_weight": 0.1239}
{"county_geoid": "05133", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "05133", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 87", "area_weight": 0.9994}
{"county_geoid": "05133", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 4", "area_weight": 0.9997}
{"county_geoid": "05135", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "05135", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 28", "area_weight": 0.6555}
{"county_geoid": "05135", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 2", "area_weight": 0.3445}
{"county_geoid": "05135", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 22", "area_weight": 0.9998}
{"county_geoid": "05137", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "05137", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 41", "area_weight": 0.4722}
{"county_geoid": "05137", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 27", "area_weight": 0.2895}
{"county_geoid": "05137", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 28", "area_weight": 0.2383}
{"county_geoid": "05137", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 24", "area_weight": 0.9998}
{"county_geoid": "05139", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "05139", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 97", "area_weight": 0.5866}
{"county_geoid": "05139", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 96", "area_weight": 0.4133}
{"county_geoid": "05139", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 2", "area_weight": 0.9998}
{"county_geoid": "05141", "type": "CD", "district_state": "AR", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "05141", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 43", "area_weight": 0.5448}
{"county_geoid": "05141", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 42", "area_weight": 0.2485}
{"county_geoid": "05141", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "05143", "type": "CD", "district_state": "AR", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "05143", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 25", "area_weight": 0.3616}
{"county_geoid": "05143", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 23", "area_weight": 0.3023}
{"county_geoid": "05143", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 24", "area_weight": 0.1501}
{"county_geoid": "05143", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 18", "area_weight": 0.0616}
{"county_geoid": "05143", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 22", "area_weight": 0.0337}
{"county_geoid": "05143", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 20", "area_weight": 0.0311}
{"county_geoid": "05143", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 19", "area_weight": 0.0223}
{"county_geoid": "05143", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 9", "area_weight": 0.0198}
{"county_geoid": "05143", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 21", "area_weight": 0.0127}
{"county_geoid": "05143", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 29", "area_weight": 0.4951}
{"county_geoid": "05143", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 35", "area_weight": 0.318}
{"county_geoid": "05143", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 31", "area_weight": 0.0707}
{"county_geoid": "05143", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 32", "area_weight": 0.0618}
{"county_geoid": "05143", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 30", "area_weight": 0.0542}
{"county_geoid": "05145", "type": "CD", "district_state": "AR", "district_label": "Congressional District 2", "area_weight": 0.9957}
{"county_geoid": "05145", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 57", "area_weight": 0.2877}
{"county_geoid": "05145", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 39", "area_weight": 0.2693}
{"county_geoid": "05145", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 59", "area_weight": 0.2222}
{"county_geoid": "05145", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 40", "area_weight": 0.1422}
{"county_geoid": "05145", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 58", "area_weight": 0.0783}
{"county_geoid": "05145", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 18", "area_weight": 0.9996}
{"county_geoid": "05147", "type": "CD", "district_state": "AR", "district_label": "Congressional District 1", "area_weight": 0.9951}
{"county_geoid": "05147", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 61", "area_weight": 0.9996}
{"county_geoid": "05147", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 10", "area_weight": 0.9997}
{"county_geoid": "05149", "type": "CD", "district_state": "AR", "district_label": "Congressional District 4", "area_weight": 0.9997}
{"county_geoid": "05149", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 52", "area_weight": 0.7909}
{"county_geoid": "05149", "type": "SH", "district_state": "AR", "district_label": "AR State House of Representatives District 54", "area_weight": 0.2089}
{"county_geoid": "05149", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 5", "area_weight": 0.9941}
{"county_geoid": "05149", "type": "SS", "district_state": "AR", "district_label": "AR State Senate District 25", "area_weight": 0.0059}
{"county_geoid": "06001", "type": "CD", "district_state": "CA", "district_label": "Congressional District 14", "area_weight": 0.7149}
{"county_geoid": "06001", "type": "CD", "district_state": "CA", "district_label": "Congressional District 12", "area_weight": 0.1172}
{"county_geoid": "06001", "type": "CD", "district_state": "CA", "district_label": "Congressional District 17", "area_weight": 0.0656}
{"county_geoid": "06001", "type": "CD", "district_state": "CA", "district_label": "Congressional District 10", "area_weight": 0.0141}
{"county_geoid": "06001", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 16", "area_weight": 0.4757}
{"county_geoid": "06001", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 20", "area_weight": 0.169}
{"county_geoid": "06001", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 24", "area_weight": 0.1489}
{"county_geoid": "06001", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 18", "area_weight": 0.0896}
{"county_geoid": "06001", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 14", "area_weight": 0.0302}
{"county_geoid": "06001", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 5", "area_weight": 0.5098}
{"county_geoid": "06001", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 10", "area_weight": 0.2092}
{"county_geoid": "06001", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 7", "area_weight": 0.105}
{"county_geoid": "06001", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 9", "area_weight": 0.0896}
{"county_geoid": "06003", "type": "CD", "district_state": "CA", "district_label": "Congressional District 3", "area_weight": 0.9993}
{"county_geoid": "06003", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 1", "area_weight": 0.9996}
{"county_geoid": "06003", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 4", "area_weight": 0.9997}
{"county_geoid": "06005", "type": "CD", "district_state": "CA", "district_label": "Congressional District 5", "area_weight": 0.9974}
{"county_geoid": "06005", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 1", "area_weight": 0.7923}
{"county_geoid": "06005", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 9", "area_weight": 0.2075}
{"county_geoid": "06005", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 4", "area_weight": 1.0}
{"county_geoid": "06007", "type": "CD", "district_state": "CA", "district_label": "Congressional District 1", "area_weight": 0.9976}
{"county_geoid": "06007", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 3", "area_weight": 1.0}
{"county_geoid": "06007", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 1.0}
{"county_geoid": "06009", "type": "CD", "district_state": "CA", "district_label": "Congressional District 5", "area_weight": 0.9996}
{"county_geoid": "06009", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 8", "area_weight": 0.8126}
{"county_geoid": "06009", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 9", "area_weight": 0.1872}
{"county_geoid": "06009", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 4", "area_weight": 1.0}
{"county_geoid": "06011", "type": "CD", "district_state": "CA", "district_label": "Congressional District 1", "area_weight": 0.9986}
{"county_geoid": "06011", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 4", "area_weight": 0.9997}
{"county_geoid": "06011", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "06013", "type": "CD", "district_state": "CA", "district_label": "Congressional District 10", "area_weight": 0.6818}
{"county_geoid": "06013", "type": "CD", "district_state": "CA", "district_label": "Congressional District 8", "area_weight": 0.2132}
{"county_geoid": "06013", "type": "CD", "district_state": "CA", "district_label": "Congressional District 9", "area_weight": 0.0488}
{"county_geoid": "06013", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 15", "area_weight": 0.4314}
{"county_geoid": "06013", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 16", "area_weight": 0.2897}
{"county_geoid": "06013", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 11", "area_weight": 0.134}
{"county_geoid": "06013", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 14", "area_weight": 0.0904}
{"county_geoid": "06013", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 9", "area_weight": 0.6822}
{"county_geoid": "06013", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 3", "area_weight": 0.1808}
{"county_geoid": "06013", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 7", "area_weight": 0.0826}
{"county_geoid": "06015", "type": "CD", "district_state": "CA", "district_label": "Congressional District 2", "area_weight": 0.8231}
{"county_geoid": "06015", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 2", "area_weight": 0.8253}
{"county_geoid": "06015", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 2", "area_weight": 0.8253}
{"county_geoid": "06017", "type": "CD", "district_state": "CA", "district_label": "Congressional District 3", "area_weight": 0.7623}
{"county_geoid": "06017", "type": "CD", "district_state": "CA", "district_label": "Congressional District 5", "area_weight": 0.2377}
{"county_geoid": "06017", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 1", "area_weight": 0.7411}
{"county_geoid": "06017", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 5", "area_weight": 0.2589}
{"county_geoid": "06017", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 4", "area_weight": 0.9999}
{"county_geoid": "06019", "type": "CD", "district_state": "CA", "district_label": "Congressional District 13", "area_weight": 0.4335}
{"county_geoid": "06019", "type": "CD", "district_state": "CA", "district_label": "Congressional District 5", "area_weight": 0.3614}
{"county_geoid": "06019", "type": "CD", "district_state": "CA", "district_label": "Congressional District 20", "area_weight": 0.1281}
{"county_geoid": "06019", "type": "CD", "district_state": "CA", "district_label": "Congressional District 21", "area_weight": 0.076}
{"county_geoid": "06019", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 8", "area_weight": 0.484}
{"county_geoid": "06019", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 27", "area_weight": 0.4121}
{"county_geoid": "06019", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 31", "area_weight": 0.0961}
{"county_geoid": "06019", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 33", "area_weight": 0.0078}
{"county_geoid": "06019", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 14", "area_weight": 0.5091}
{"county_geoid": "06019", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 12", "area_weight": 0.4851}
{"county_geoid": "06019", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 16", "area_weight": 0.0057}
{"county_geoid": "06021", "type": "CD", "district_state": "CA", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "06021", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 3", "area_weight": 0.9999}
{"county_geoid": "06021", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 1.0}
{"county_geoid": "06023", "type": "CD", "district_state": "CA", "district_label": "Congressional District 2", "area_weight": 0.8909}
{"county_geoid": "06023", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 2", "area_weight": 0.891}
{"county_geoid": "06023", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 2", "area_weight": 0.891}
{"county_geoid": "06025", "type": "CD", "district_state": "CA", "district_label": "Congressional District 25", "area_weight": 0.9994}
{"county_geoid": "06025", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 36", "area_weight": 0.9998}
{"county_geoid": "06025", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "06027", "type": "CD", "district_state": "CA", "district_label": "Congressional District 3", "area_weight": 0.9991}
{"county_geoid": "06027", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 8", "area_weight": 0.9999}
{"county_geoid": "06027", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 4", "area_weight": 0.9999}
{"county_geoid": "06029", "type": "CD", "district_state": "CA", "district_label": "Congressional District 20", "area_weight": 0.6475}
{"county_geoid": "06029", "type": "CD", "district_state": "CA", "district_label": "Congressional District 22", "area_weight": 0.2685}
{"county_geoid": "06029", "type": "CD", "district_state": "CA", "district_label": "Congressional District 23", "area_weight": 0.0839}
{"county_geoid": "06029", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 32", "area_weight": 0.5959}
{"county_geoid": "06029", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 35", "area_weight": 0.2315}
{"county_geoid": "06029", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 34", "area_weight": 0.1725}
{"county_geoid": "06029", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 12", "area_weight": 0.799}
{"county_geoid": "06029", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 16", "area_weight": 0.2009}
{"county_geoid": "06031", "type": "CD", "district_state": "CA", "district_label": "Congressional District 22", "area_weight": 0.8269}
{"county_geoid": "06031", "type": "CD", "district_state": "CA", "district_label": "Congressional District 20", "area_weight": 0.1724}
{"county_geoid": "06031", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 33", "area_weight": 0.9998}
{"county_geoid": "06031", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 16", "area_weight": 0.9999}
{"county_geoid": "06033", "type": "CD", "district_state": "CA", "district_label": "Congressional District 4", "area_weight": 0.9933}
{"county_geoid": "06033", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 4", "area_weight": 0.9998}
{"county_geoid": "06033", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 2", "area_weight": 0.9998}
{"county_geoid": "06035", "type": "CD", "district_state": "CA", "district_label": "Congressional District 1", "area_weight": 0.999}
{"county_geoid": "06035", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 1", "area_weight": 0.9999}
{"county_geoid": "06035", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 27", "area_weight": 0.3231}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 28", "area_weight": 0.1241}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 23", "area_weight": 0.078}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 32", "area_weight": 0.062}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 42", "area_weight": 0.0458}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 31", "area_weight": 0.0443}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 30", "area_weight": 0.0381}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 38", "area_weight": 0.03}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 29", "area_weight": 0.0272}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 36", "area_weight": 0.0206}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 44", "area_weight": 0.0202}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 43", "area_weight": 0.0151}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 37", "area_weight": 0.011}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 34", "area_weight": 0.0105}
{"county_geoid": "06037", "type": "CD", "district_state": "CA", "district_label": "Congressional District 26", "area_weight": 0.006}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 34", "area_weight": 0.2128}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 39", "area_weight": 0.1456}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 41", "area_weight": 0.1236}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 40", "area_weight": 0.0824}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 42", "area_weight": 0.0447}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 69", "area_weight": 0.0412}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 56", "area_weight": 0.0253}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 44", "area_weight": 0.0211}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 48", "area_weight": 0.0182}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 66", "area_weight": 0.0159}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 46", "area_weight": 0.0156}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 65", "area_weight": 0.0132}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 49", "area_weight": 0.0123}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 51", "area_weight": 0.0119}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 43", "area_weight": 0.0111}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 64", "area_weight": 0.0109}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 61", "area_weight": 0.0098}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 52", "area_weight": 0.0093}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 54", "area_weight": 0.0086}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 55", "area_weight": 0.0084}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 62", "area_weight": 0.0079}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 57", "area_weight": 0.0058}
{"county_geoid": "06037", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 53", "area_weight": 0.0051}
{"county_geoid": "06037", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 23", "area_weight": 0.4101}
{"county_geoid": "06037", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 25", "area_weight": 0.1237}
{"county_geoid": "06037", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 24", "area_weight": 0.0689}
{"county_geoid": "06037", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 33", "area_weight": 0.0497}
{"county_geoid": "06037", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 20", "area_weight": 0.0469}
{"county_geoid": "06037", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 22", "area_weight": 0.0423}
{"county_geoid": "06037", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 30", "area_weight": 0.0364}
{"county_geoid": "06037", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 27", "area_weight": 0.0257}
{"county_geoid": "06037", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 35", "area_weight": 0.0236}
{"county_geoid": "06037", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 26", "area_weight": 0.0168}
{"county_geoid": "06037", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 28", "area_weight": 0.015}
{"county_geoid": "06039", "type": "CD", "district_state": "CA", "district_label": "Congressional District 5", "area_weight": 0.686}
{"county_geoid": "06039", "type": "CD", "district_state": "CA", "district_label": "Congressional District 13", "area_weight": 0.313}
{"county_geoid": "06039", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 8", "area_weight": 0.7751}
{"county_geoid": "06039", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 27", "area_weight": 0.2249}
{"county_geoid": "06039", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 4", "area_weight": 0.7378}
{"county_geoid": "06039", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 14", "area_weight": 0.2621}
{"county_geoid": "06041", "type": "CD", "district_state": "CA", "district_label": "Congressional District 2", "area_weight": 0.6558}
{"county_geoid": "06041", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 12", "area_weight": 0.6559}
{"county_geoid": "06041", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 2", "area_weight": 0.6559}
{"county_geoid": "06043", "type": "CD", "district_state": "CA", "district_label": "Congressional District 5", "area_weight": 0.9995}
{"county_geoid": "06043", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 8", "area_weight": 0.9999}
{"county_geoid": "06043", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 4", "area_weight": 1.0}
{"county_geoid": "06045", "type": "CD", "district_state": "CA", "district_label": "Congressional District 2", "area_weight": 0.9052}
{"county_geoid": "06045", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 2", "area_weight": 0.9063}
{"county_geoid": "06045", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 2", "area_weight": 0.9063}
{"county_geoid": "06047", "type": "CD", "district_state": "CA", "district_label": "Congressional District 13", "area_weight": 0.998}
{"county_geoid": "06047", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 27", "area_weight": 0.816}
{"county_geoid": "06047", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 22", "area_weight": 0.1839}
{"county_geoid": "06047", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 14", "area_weight": 0.8347}
{"county_geoid": "06047", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 4", "area_weight": 0.1653}
{"county_geoid": "06049", "type": "CD", "district_state": "CA", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "06049", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 1", "area_weight": 0.9999}
{"county_geoid": "06049", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "06051", "type": "CD", "district_state": "CA", "district_label": "Congressional District 3", "area_weight": 0.999}
{"county_geoid": "06051", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 8", "area_weight": 0.9999}
{"county_geoid": "06051", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 4", "area_weight": 0.9999}
{"county_geoid": "06053", "type": "CD", "district_state": "CA", "district_label": "Congressional District 18", "area_weight": 0.6412}
{"county_geoid": "06053", "type": "CD", "district_state": "CA", "district_label": "Congressional District 19", "area_weight": 0.2366}
{"county_geoid": "06053", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 30", "area_weight": 0.541}
{"county_geoid": "06053", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 29", "area_weight": 0.3372}
{"county_geoid": "06053", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 17", "area_weight": 0.8782}
{"county_geoid": "06055", "type": "CD", "district_state": "CA", "district_label": "Congressional District 4", "area_weight": 0.9986}
{"county_geoid": "06055", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 4", "area_weight": 0.9996}
{"county_geoid": "06055", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 3", "area_weight": 0.9998}
{"county_geoid": "06057", "type": "CD", "district_state": "CA", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "06057", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 1", "area_weight": 0.9999}
{"county_geoid": "06057", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 0.929}
{"county_geoid": "06057", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 4", "area_weight": 0.0709}
{"county_geoid": "06059", "type": "CD", "district_state": "CA", "district_label": "Congressional District 40", "area_weight": 0.3642}
{"county_geoid": "06059", "type": "CD", "district_state": "CA", "district_label": "Congressional District 47", "area_weight": 0.1843}
{"county_geoid": "06059", "type": "CD", "district_state": "CA", "district_label": "Congressional District 49", "area_weight": 0.1082}
{"county_geoid": "06059", "type": "CD", "district_state": "CA", "district_label": "Congressional District 45", "area_weight": 0.0976}
{"county_geoid": "06059", "type": "CD", "district_state": "CA", "district_label": "Congressional District 46", "area_weight": 0.0791}
{"county_geoid": "06059", "type": "CD", "district_state": "CA", "district_label": "Congressional District 38", "area_weight": 0.0085}
{"county_geoid": "06059", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 71", "area_weight": 0.2138}
{"county_geoid": "06059", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 59", "area_weight": 0.1619}
{"county_geoid": "06059", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 72", "area_weight": 0.1282}
{"county_geoid": "06059", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 73", "area_weight": 0.1139}
{"county_geoid": "06059", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 74", "area_weight": 0.0573}
{"county_geoid": "06059", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 70", "area_weight": 0.0571}
{"county_geoid": "06059", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 68", "area_weight": 0.0527}
{"county_geoid": "06059", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 67", "area_weight": 0.0478}
{"county_geoid": "06059", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 64", "area_weight": 0.008}
{"county_geoid": "06059", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 37", "area_weight": 0.3976}
{"county_geoid": "06059", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 36", "area_weight": 0.1853}
{"county_geoid": "06059", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 38", "area_weight": 0.114}
{"county_geoid": "06059", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 34", "area_weight": 0.0954}
{"county_geoid": "06059", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 32", "area_weight": 0.0316}
{"county_geoid": "06059", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 30", "area_weight": 0.0169}
{"county_geoid": "06061", "type": "CD", "district_state": "CA", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "06061", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 1", "area_weight": 0.7069}
{"county_geoid": "06061", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 5", "area_weight": 0.1787}
{"county_geoid": "06061", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 3", "area_weight": 0.1143}
{"county_geoid": "06061", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 4", "area_weight": 0.4532}
{"county_geoid": "06061", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 0.2907}
{"county_geoid": "06061", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 6", "area_weight": 0.2561}
{"county_geoid": "06063", "type": "CD", "district_state": "CA", "district_label": "Congressional District 3", "area_weight": 0.9976}
{"county_geoid": "06063", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 1", "area_weight": 1.0}
{"county_geoid": "06063", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 1.0}
{"county_geoid": "06065", "type": "CD", "district_state": "CA", "district_label": "Congressional District 25", "area_weight": 0.7218}
{"county_geoid": "06065", "type": "CD", "district_state": "CA", "district_label": "Congressional District 41", "area_weight": 0.184}
{"county_geoid": "06065", "type": "CD", "district_state": "CA", "district_label": "Congressional District 48", "area_weight": 0.052}
{"county_geoid": "06065", "type": "CD", "district_state": "CA", "district_label": "Congressional District 39", "area_weight": 0.039}
{"county_geoid": "06065", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 36", "area_weight": 0.5354}
{"county_geoid": "06065", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 47", "area_weight": 0.3074}
{"county_geoid": "06065", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 63", "area_weight": 0.0501}
{"county_geoid": "06065", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 71", "area_weight": 0.0473}
{"county_geoid": "06065", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 60", "area_weight": 0.0419}
{"county_geoid": "06065", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 58", "area_weight": 0.0178}
{"county_geoid": "06065", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 18", "area_weight": 0.4151}
{"county_geoid": "06065", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 19", "area_weight": 0.326}
{"county_geoid": "06065", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 32", "area_weight": 0.2125}
{"county_geoid": "06065", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 31", "area_weight": 0.0463}
{"county_geoid": "06067", "type": "CD", "district_state": "CA", "district_label": "Congressional District 7", "area_weight": 0.653}
{"county_geoid": "06067", "type": "CD", "district_state": "CA", "district_label": "Congressional District 6", "area_weight": 0.2561}
{"county_geoid": "06067", "type": "CD", "district_state": "CA", "district_label": "Congressional District 3", "area_weight": 0.0885}
{"county_geoid": "06067", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 9", "area_weight": 0.5172}
{"county_geoid": "06067", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 7", "area_weight": 0.1627}
{"county_geoid": "06067", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 6", "area_weight": 0.1514}
{"county_geoid": "06067", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 10", "area_weight": 0.117}
{"county_geoid": "06067", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 11", "area_weight": 0.0516}
{"county_geoid": "06067", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 6", "area_weight": 0.5575}
{"county_geoid": "06067", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 8", "area_weight": 0.2742}
{"county_geoid": "06067", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 3", "area_weight": 0.1682}
{"county_geoid": "06069", "type": "CD", "district_state": "CA", "district_label": "Congressional District 18", "area_weight": 0.999}
{"county_geoid": "06069", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 29", "area_weight": 0.9998}
{"county_geoid": "06069", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "06071", "type": "CD", "district_state": "CA", "district_label": "Congressional District 23", "area_weight": 0.8428}
{"county_geoid": "06071", "type": "CD", "district_state": "CA", "district_label": "Congressional District 25", "area_weight": 0.1288}
{"county_geoid": "06071", "type": "CD", "district_state": "CA", "district_label": "Congressional District 28", "area_weight": 0.0099}
{"county_geoid": "06071", "type": "CD", "district_state": "CA", "district_label": "Congressional District 33", "area_weight": 0.0094}
{"county_geoid": "06071", "type": "CD", "district_state": "CA", "district_label": "Congressional District 35", "area_weight": 0.0071}
{"county_geoid": "06071", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 34", "area_weight": 0.792}
{"county_geoid": "06071", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 36", "area_weight": 0.1288}
{"county_geoid": "06071", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 47", "area_weight": 0.025}
{"county_geoid": "06071", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 39", "area_weight": 0.0181}
{"county_geoid": "06071", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 41", "area_weight": 0.0162}
{"county_geoid": "06071", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 45", "area_weight": 0.0073}
{"county_geoid": "06071", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 50", "area_weight": 0.0059}
{"county_geoid": "06071", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 19", "area_weight": 0.8155}
{"county_geoid": "06071", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 18", "area_weight": 0.1288}
{"county_geoid": "06071", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 23", "area_weight": 0.0322}
{"county_geoid": "06071", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 29", "area_weight": 0.012}
{"county_geoid": "06073", "type": "CD", "district_state": "CA", "district_label": "Congressional District 48", "area_weight": 0.719}
{"county_geoid": "06073", "type": "CD", "district_state": "CA", "district_label": "Congressional District 49", "area_weight": 0.0877}
{"county_geoid": "06073", "type": "CD", "district_state": "CA", "district_label": "Congressional District 50", "area_weight": 0.0601}
{"county_geoid": "06073", "type": "CD", "district_state": "CA", "district_label": "Congressional District 51", "area_weight": 0.0423}
{"county_geoid": "06073", "type": "CD", "district_state": "CA", "district_label": "Congressional District 52", "area_weight": 0.0315}
{"county_geoid": "06073", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 75", "area_weight": 0.7237}
{"county_geoid": "06073", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 74", "area_weight": 0.0719}
{"county_geoid": "06073", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 76", "area_weight": 0.0471}
{"county_geoid": "06073", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 77", "area_weight": 0.0331}
{"county_geoid": "06073", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 78", "area_weight": 0.0274}
{"county_geoid": "06073", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 80", "area_weight": 0.0241}
{"county_geoid": "06073", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 79", "area_weight": 0.0134}
{"county_geoid": "06073", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 32", "area_weight": 0.3437}
{"county_geoid": "06073", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 40", "area_weight": 0.2821}
{"county_geoid": "06073", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 18", "area_weight": 0.169}
{"county_geoid": "06073", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 38", "area_weight": 0.103}
{"county_geoid": "06073", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 39", "area_weight": 0.043}
{"county_geoid": "06075", "type": "CD", "district_state": "CA", "district_label": "Congressional District 11", "area_weight": 0.1853}
{"county_geoid": "06075", "type": "CD", "district_state": "CA", "district_label": "Congressional District 15", "area_weight": 0.0228}
{"county_geoid": "06075", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 17", "area_weight": 0.1046}
{"county_geoid": "06075", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 19", "area_weight": 0.0991}
{"county_geoid": "06075", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 11", "area_weight": 0.2037}
{"county_geoid": "06077", "type": "CD", "district_state": "CA", "district_label": "Congressional District 9", "area_weight": 0.8359}
{"county_geoid": "06077", "type": "CD", "district_state": "CA", "district_label": "Congressional District 13", "area_weight": 0.1604}
{"county_geoid": "06077", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 9", "area_weight": 0.6572}
{"county_geoid": "06077", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 13", "area_weight": 0.3427}
{"county_geoid": "06077", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 5", "area_weight": 0.9997}
{"county_geoid": "06079", "type": "CD", "district_state": "CA", "district_label": "Congressional District 24", "area_weight": 0.5546}
{"county_geoid": "06079", "type": "CD", "district_state": "CA", "district_label": "Congressional District 19", "area_weight": 0.3641}
{"county_geoid": "06079", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 30", "area_weight": 0.8998}
{"county_geoid": "06079", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 37", "area_weight": 0.019}
{"county_geoid": "06079", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 17", "area_weight": 0.541}
{"county_geoid": "06079", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 21", "area_weight": 0.3779}
{"county_geoid": "06081", "type": "CD", "district_state": "CA", "district_label": "Congressional District 16", "area_weight": 0.4605}
{"county_geoid": "06081", "type": "CD", "district_state": "CA", "district_label": "Congressional District 15", "area_weight": 0.1556}
{"county_geoid": "06081", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 23", "area_weight": 0.4623}
{"county_geoid": "06081", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 21", "area_weight": 0.1315}
{"county_geoid": "06081", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 19", "area_weight": 0.0238}
{"county_geoid": "06081", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 13", "area_weight": 0.5938}
{"county_geoid": "06081", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 11", "area_weight": 0.0238}
{"county_geoid": "06083", "type": "CD", "district_state": "CA", "district_label": "Congressional District 24", "area_weight": 0.7265}
{"county_geoid": "06083", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 37", "area_weight": 0.727}
{"county_geoid": "06083", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 21", "area_weight": 0.7271}
{"county_geoid": "06085", "type": "CD", "district_state": "CA", "district_label": "Congressional District 18", "area_weight": 0.5755}
{"county_geoid": "06085", "type": "CD", "district_state": "CA", "district_label": "Congressional District 19", "area_weight": 0.1748}
{"county_geoid": "06085", "type": "CD", "district_state": "CA", "district_label": "Congressional District 16", "area_weight": 0.1461}
{"county_geoid": "06085", "type": "CD", "district_state": "CA", "district_label": "Congressional District 17", "area_weight": 0.0977}
{"county_geoid": "06085", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 25", "area_weight": 0.5376}
{"county_geoid": "06085", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 28", "area_weight": 0.1973}
{"county_geoid": "06085", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 23", "area_weight": 0.0953}
{"county_geoid": "06085", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 29", "area_weight": 0.0688}
{"county_geoid": "06085", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 26", "area_weight": 0.0629}
{"county_geoid": "06085", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 24", "area_weight": 0.035}
{"county_geoid": "06085", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 15", "area_weight": 0.8029}
{"county_geoid": "06085", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 13", "area_weight": 0.1121}
{"county_geoid": "06085", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 10", "area_weight": 0.0817}
{"county_geoid": "06087", "type": "CD", "district_state": "CA", "district_label": "Congressional District 19", "area_weight": 0.6597}
{"county_geoid": "06087", "type": "CD", "district_state": "CA", "district_label": "Congressional District 18", "area_weight": 0.0737}
{"county_geoid": "06087", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 28", "area_weight": 0.5318}
{"county_geoid": "06087", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 29", "area_weight": 0.1175}
{"county_geoid": "06087", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 30", "area_weight": 0.0865}
{"county_geoid": "06087", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 17", "area_weight": 0.7357}
{"county_geoid": "06089", "type": "CD", "district_state": "CA", "district_label": "Congressional District 1", "area_weight": 0.9991}
{"county_geoid": "06089", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 1", "area_weight": 0.9999}
{"county_geoid": "06089", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "06091", "type": "CD", "district_state": "CA", "district_label": "Congressional District 3", "area_weight": 0.9991}
{"county_geoid": "06091", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 1", "area_weight": 0.9996}
{"county_geoid": "06091", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 0.9996}
{"county_geoid": "06093", "type": "CD", "district_state": "CA", "district_label": "Congressional District 1", "area_weight": 0.9989}
{"county_geoid": "06093", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 1", "area_weight": 0.9999}
{"county_geoid": "06093", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "06095", "type": "CD", "district_state": "CA", "district_label": "Congressional District 4", "area_weight": 0.5398}
{"county_geoid": "06095", "type": "CD", "district_state": "CA", "district_label": "Congressional District 8", "area_weight": 0.4227}
{"county_geoid": "06095", "type": "CD", "district_state": "CA", "district_label": "Congressional District 7", "area_weight": 0.0193}
{"county_geoid": "06095", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 11", "area_weight": 0.9819}
{"county_geoid": "06095", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 3", "area_weight": 0.9822}
{"county_geoid": "06097", "type": "CD", "district_state": "CA", "district_label": "Congressional District 2", "area_weight": 0.7182}
{"county_geoid": "06097", "type": "CD", "district_state": "CA", "district_label": "Congressional District 4", "area_weight": 0.1811}
{"county_geoid": "06097", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 2", "area_weight": 0.663}
{"county_geoid": "06097", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 12", "area_weight": 0.2212}
{"county_geoid": "06097", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 4", "area_weight": 0.0147}
{"county_geoid": "06097", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 2", "area_weight": 0.8056}
{"county_geoid": "06097", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 3", "area_weight": 0.0932}
{"county_geoid": "06099", "type": "CD", "district_state": "CA", "district_label": "Congressional District 13", "area_weight": 0.5577}
{"county_geoid": "06099", "type": "CD", "district_state": "CA", "district_label": "Congressional District 5", "area_weight": 0.3433}
{"county_geoid": "06099", "type": "CD", "district_state": "CA", "district_label": "Congressional District 9", "area_weight": 0.0982}
{"county_geoid": "06099", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 22", "area_weight": 0.6037}
{"county_geoid": "06099", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 9", "area_weight": 0.3962}
{"county_geoid": "06099", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 4", "area_weight": 0.9998}
{"county_geoid": "06101", "type": "CD", "district_state": "CA", "district_label": "Congressional District 1", "area_weight": 0.9973}
{"county_geoid": "06101", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 3", "area_weight": 0.9997}
{"county_geoid": "06101", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "06103", "type": "CD", "district_state": "CA", "district_label": "Congressional District 1", "area_weight": 0.9993}
{"county_geoid": "06103", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 3", "area_weight": 0.9998}
{"county_geoid": "06103", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 1.0}
{"county_geoid": "06105", "type": "CD", "district_state": "CA", "district_label": "Congressional District 2", "area_weight": 0.998}
{"county_geoid": "06105", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 2", "area_weight": 0.9998}
{"county_geoid": "06105", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 2", "area_weight": 0.9998}
{"county_geoid": "06107", "type": "CD", "district_state": "CA", "district_label": "Congressional District 20", "area_weight": 0.7056}
{"county_geoid": "06107", "type": "CD", "district_state": "CA", "district_label": "Congressional District 22", "area_weight": 0.2024}
{"county_geoid": "06107", "type": "CD", "district_state": "CA", "district_label": "Congressional District 21", "area_weight": 0.0908}
{"county_geoid": "06107", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 32", "area_weight": 0.7422}
{"county_geoid": "06107", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 33", "area_weight": 0.2578}
{"county_geoid": "06107", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 12", "area_weight": 0.7477}
{"county_geoid": "06107", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 16", "area_weight": 0.2522}
{"county_geoid": "06109", "type": "CD", "district_state": "CA", "district_label": "Congressional District 5", "area_weight": 0.998}
{"county_geoid": "06109", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 8", "area_weight": 1.0}
{"county_geoid": "06109", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 4", "area_weight": 1.0}
{"county_geoid": "06111", "type": "CD", "district_state": "CA", "district_label": "Congressional District 26", "area_weight": 0.7693}
{"county_geoid": "06111", "type": "CD", "district_state": "CA", "district_label": "Congressional District 24", "area_weight": 0.0729}
{"county_geoid": "06111", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 38", "area_weight": 0.6914}
{"county_geoid": "06111", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 42", "area_weight": 0.1489}
{"county_geoid": "06111", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 21", "area_weight": 0.7571}
{"county_geoid": "06111", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 27", "area_weight": 0.0848}
{"county_geoid": "06113", "type": "CD", "district_state": "CA", "district_label": "Congressional District 4", "area_weight": 0.9591}
{"county_geoid": "06113", "type": "CD", "district_state": "CA", "district_label": "Congressional District 7", "area_weight": 0.038}
{"county_geoid": "06113", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 4", "area_weight": 0.9998}
{"county_geoid": "06113", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 3", "area_weight": 0.9997}
{"county_geoid": "06115", "type": "CD", "district_state": "CA", "district_label": "Congressional District 3", "area_weight": 0.6884}
{"county_geoid": "06115", "type": "CD", "district_state": "CA", "district_label": "Congressional District 1", "area_weight": 0.3116}
{"county_geoid": "06115", "type": "SH", "district_state": "CA", "district_label": "CA State House of Representatives District 3", "area_weight": 0.9999}
{"county_geoid": "06115", "type": "SS", "district_state": "CA", "district_label": "CA State Senate District 1", "area_weight": 1.0}
{"county_geoid": "08001", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 0.7097}
{"county_geoid": "08001", "type": "CD", "district_state": "CO", "district_label": "Congressional District 8", "area_weight": 0.2099}
{"county_geoid": "08001", "type": "CD", "district_state": "CO", "district_label": "Congressional District 6", "area_weight": 0.0792}
{"county_geoid": "08001", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 56", "area_weight": 0.7219}
{"county_geoid": "08001", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 36", "area_weight": 0.0771}
{"county_geoid": "08001", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 32", "area_weight": 0.0763}
{"county_geoid": "08001", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 48", "area_weight": 0.0529}
{"county_geoid": "08001", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 31", "area_weight": 0.0174}
{"county_geoid": "08001", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 34", "area_weight": 0.015}
{"county_geoid": "08001", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 33", "area_weight": 0.0142}
{"county_geoid": "08001", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 35", "area_weight": 0.0128}
{"county_geoid": "08001", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 29", "area_weight": 0.0117}
{"county_geoid": "08001", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 28", "area_weight": 0.11}
{"county_geoid": "08001", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 24", "area_weight": 0.0497}
{"county_geoid": "08001", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 13", "area_weight": 0.0312}
{"county_geoid": "08001", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 25", "area_weight": 0.0184}
{"county_geoid": "08003", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "08003", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 62", "area_weight": 1.0}
{"county_geoid": "08003", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "08005", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 0.7584}
{"county_geoid": "08005", "type": "CD", "district_state": "CO", "district_label": "Congressional District 6", "area_weight": 0.2389}
{"county_geoid": "08005", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 56", "area_weight": 0.7391}
{"county_geoid": "08005", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 36", "area_weight": 0.077}
{"county_geoid": "08005", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 37", "area_weight": 0.0428}
{"county_geoid": "08005", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 61", "area_weight": 0.0306}
{"county_geoid": "08005", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 38", "area_weight": 0.0274}
{"county_geoid": "08005", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 40", "area_weight": 0.0258}
{"county_geoid": "08005", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 3", "area_weight": 0.0196}
{"county_geoid": "08005", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 41", "area_weight": 0.0168}
{"county_geoid": "08005", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 42", "area_weight": 0.0161}
{"county_geoid": "08005", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 27", "area_weight": 0.2137}
{"county_geoid": "08005", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 28", "area_weight": 0.1205}
{"county_geoid": "08005", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 26", "area_weight": 0.0355}
{"county_geoid": "08005", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 16", "area_weight": 0.0348}
{"county_geoid": "08005", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 29", "area_weight": 0.0291}
{"county_geoid": "08007", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "08007", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 59", "area_weight": 0.9995}
{"county_geoid": "08007", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 0.9997}
{"county_geoid": "08009", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 0.9993}
{"county_geoid": "08009", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 47", "area_weight": 1.0}
{"county_geoid": "08009", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 35", "area_weight": 1.0}
{"county_geoid": "08011", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "08011", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 47", "area_weight": 1.0}
{"county_geoid": "08011", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 35", "area_weight": 1.0}
{"county_geoid": "08013", "type": "CD", "district_state": "CO", "district_label": "Congressional District 2", "area_weight": 0.9987}
{"county_geoid": "08013", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 49", "area_weight": 0.774}
{"county_geoid": "08013", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 12", "area_weight": 0.1063}
{"county_geoid": "08013", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 19", "area_weight": 0.0457}
{"county_geoid": "08013", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 11", "area_weight": 0.0394}
{"county_geoid": "08013", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 10", "area_weight": 0.0343}
{"county_geoid": "08013", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 15", "area_weight": 0.7811}
{"county_geoid": "08013", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 18", "area_weight": 0.1111}
{"county_geoid": "08013", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 17", "area_weight": 0.1076}
{"county_geoid": "08014", "type": "CD", "district_state": "CO", "district_label": "Congressional District 7", "area_weight": 0.9767}
{"county_geoid": "08014", "type": "CD", "district_state": "CO", "district_label": "Congressional District 2", "area_weight": 0.0172}
{"county_geoid": "08014", "type": "CD", "district_state": "CO", "district_label": "Congressional District 8", "area_weight": 0.006}
{"county_geoid": "08014", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 33", "area_weight": 0.992}
{"county_geoid": "08014", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 12", "area_weight": 0.0072}
{"county_geoid": "08014", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 25", "area_weight": 0.9922}
{"county_geoid": "08014", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 17", "area_weight": 0.0073}
{"county_geoid": "08015", "type": "CD", "district_state": "CO", "district_label": "Congressional District 7", "area_weight": 0.9965}
{"county_geoid": "08015", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 13", "area_weight": 0.8967}
{"county_geoid": "08015", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 60", "area_weight": 0.103}
{"county_geoid": "08015", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 4", "area_weight": 0.9997}
{"county_geoid": "08017", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "08017", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 56", "area_weight": 0.9998}
{"county_geoid": "08017", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 35", "area_weight": 0.9999}
{"county_geoid": "08019", "type": "CD", "district_state": "CO", "district_label": "Congressional District 2", "area_weight": 0.9986}
{"county_geoid": "08019", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 49", "area_weight": 0.9991}
{"county_geoid": "08019", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 8", "area_weight": 0.9993}
{"county_geoid": "08021", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "08021", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 62", "area_weight": 0.9998}
{"county_geoid": "08021", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "08023", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9995}
{"county_geoid": "08023", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 62", "area_weight": 0.9994}
{"county_geoid": "08023", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 0.9994}
{"county_geoid": "08025", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 0.997}
{"county_geoid": "08025", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 47", "area_weight": 0.9999}
{"county_geoid": "08025", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 35", "area_weight": 0.9988}
{"county_geoid": "08027", "type": "CD", "district_state": "CO", "district_label": "Congressional District 7", "area_weight": 0.9963}
{"county_geoid": "08027", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 60", "area_weight": 0.9996}
{"county_geoid": "08027", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 4", "area_weight": 0.9996}
{"county_geoid": "08029", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "08029", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 54", "area_weight": 0.5018}
{"county_geoid": "08029", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 58", "area_weight": 0.4982}
{"county_geoid": "08029", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 5", "area_weight": 0.827}
{"county_geoid": "08029", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 7", "area_weight": 0.173}
{"county_geoid": "08031", "type": "CD", "district_state": "CO", "district_label": "Congressional District 1", "area_weight": 0.9767}
{"county_geoid": "08031", "type": "CD", "district_state": "CO", "district_label": "Congressional District 6", "area_weight": 0.0097}
{"county_geoid": "08031", "type": "CD", "district_state": "CO", "district_label": "Congressional District 8", "area_weight": 0.0067}
{"county_geoid": "08031", "type": "CD", "district_state": "CO", "district_label": "Congressional District 7", "area_weight": 0.0053}
{"county_geoid": "08031", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 7", "area_weight": 0.3732}
{"county_geoid": "08031", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 8", "area_weight": 0.1126}
{"county_geoid": "08031", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 1", "area_weight": 0.1049}
{"county_geoid": "08031", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 5", "area_weight": 0.0989}
{"county_geoid": "08031", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 2", "area_weight": 0.0807}
{"county_geoid": "08031", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 4", "area_weight": 0.0749}
{"county_geoid": "08031", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 9", "area_weight": 0.0588}
{"county_geoid": "08031", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 6", "area_weight": 0.0582}
{"county_geoid": "08031", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 3", "area_weight": 0.0371}
{"county_geoid": "08031", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 33", "area_weight": 0.4767}
{"county_geoid": "08031", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 34", "area_weight": 0.1706}
{"county_geoid": "08031", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 32", "area_weight": 0.1507}
{"county_geoid": "08031", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 31", "area_weight": 0.1197}
{"county_geoid": "08031", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 26", "area_weight": 0.0817}
{"county_geoid": "08033", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "08033", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 58", "area_weight": 0.9991}
{"county_geoid": "08033", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "08035", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 0.9935}
{"county_geoid": "08035", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 39", "area_weight": 0.8016}
{"county_geoid": "08035", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 45", "area_weight": 0.0941}
{"county_geoid": "08035", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 44", "area_weight": 0.0741}
{"county_geoid": "08035", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 43", "area_weight": 0.0249}
{"county_geoid": "08035", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 61", "area_weight": 0.0051}
{"county_geoid": "08035", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 4", "area_weight": 0.7148}
{"county_geoid": "08035", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 30", "area_weight": 0.1434}
{"county_geoid": "08035", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 2", "area_weight": 0.1388}
{"county_geoid": "08037", "type": "CD", "district_state": "CO", "district_label": "Congressional District 2", "area_weight": 0.7379}
{"county_geoid": "08037", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.2618}
{"county_geoid": "08037", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 26", "area_weight": 0.8685}
{"county_geoid": "08037", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 57", "area_weight": 0.1314}
{"county_geoid": "08037", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 8", "area_weight": 0.8835}
{"county_geoid": "08037", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 5", "area_weight": 0.1165}
{"county_geoid": "08039", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "08039", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 56", "area_weight": 1.0}
{"county_geoid": "08039", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 35", "area_weight": 0.9999}
{"county_geoid": "08041", "type": "CD", "district_state": "CO", "district_label": "Congressional District 5", "area_weight": 0.6917}
{"county_geoid": "08041", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 0.3075}
{"county_geoid": "08041", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 56", "area_weight": 0.5745}
{"county_geoid": "08041", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 20", "area_weight": 0.1469}
{"county_geoid": "08041", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 21", "area_weight": 0.0957}
{"county_geoid": "08041", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 18", "area_weight": 0.0854}
{"county_geoid": "08041", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 15", "area_weight": 0.0413}
{"county_geoid": "08041", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 14", "area_weight": 0.0201}
{"county_geoid": "08041", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 17", "area_weight": 0.0164}
{"county_geoid": "08041", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 16", "area_weight": 0.0116}
{"county_geoid": "08041", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 22", "area_weight": 0.008}
{"county_geoid": "08041", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 35", "area_weight": 0.657}
{"county_geoid": "08041", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 12", "area_weight": 0.1859}
{"county_geoid": "08041", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 9", "area_weight": 0.0926}
{"county_geoid": "08041", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 11", "area_weight": 0.0411}
{"county_geoid": "08041", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 10", "area_weight": 0.0233}
{"county_geoid": "08043", "type": "CD", "district_state": "CO", "district_label": "Congressional District 7", "area_weight": 0.9996}
{"county_geoid": "08043", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 60", "area_weight": 0.9998}
{"county_geoid": "08043", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 4", "area_weight": 0.9999}
{"county_geoid": "08045", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "08045", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 57", "area_weight": 0.9997}
{"county_geoid": "08045", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 8", "area_weight": 0.7811}
{"county_geoid": "08045", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 5", "area_weight": 0.2188}
{"county_geoid": "08047", "type": "CD", "district_state": "CO", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "08047", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 49", "area_weight": 0.9998}
{"county_geoid": "08047", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "08049", "type": "CD", "district_state": "CO", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "08049", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 13", "area_weight": 0.9998}
{"county_geoid": "08049", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "08051", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9991}
{"county_geoid": "08051", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 58", "area_weight": 0.9999}
{"county_geoid": "08051", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "08053", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "08053", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 58", "area_weight": 0.9999}
{"county_geoid": "08053", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 5", "area_weight": 0.9998}
{"county_geoid": "08055", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.999}
{"county_geoid": "08055", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 47", "area_weight": 0.6267}
{"county_geoid": "08055", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 62", "area_weight": 0.3732}
{"county_geoid": "08055", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 35", "area_weight": 0.9998}
{"county_geoid": "08057", "type": "CD", "district_state": "CO", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "08057", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 13", "area_weight": 0.9998}
{"county_geoid": "08057", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "08059", "type": "CD", "district_state": "CO", "district_label": "Congressional District 7", "area_weight": 0.9297}
{"county_geoid": "08059", "type": "CD", "district_state": "CO", "district_label": "Congressional District 2", "area_weight": 0.0426}
{"county_geoid": "08059", "type": "CD", "district_state": "CO", "district_label": "Congressional District 6", "area_weight": 0.0246}
{"county_geoid": "08059", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 25", "area_weight": 0.6034}
{"county_geoid": "08059", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 27", "area_weight": 0.2354}
{"county_geoid": "08059", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 23", "area_weight": 0.0376}
{"county_geoid": "08059", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 28", "area_weight": 0.0373}
{"county_geoid": "08059", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 24", "area_weight": 0.0328}
{"county_geoid": "08059", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 29", "area_weight": 0.0252}
{"county_geoid": "08059", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 30", "area_weight": 0.0229}
{"county_geoid": "08059", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 4", "area_weight": 0.486}
{"county_geoid": "08059", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 20", "area_weight": 0.3556}
{"county_geoid": "08059", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 22", "area_weight": 0.0674}
{"county_geoid": "08059", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 19", "area_weight": 0.0656}
{"county_geoid": "08059", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 16", "area_weight": 0.0252}
{"county_geoid": "08061", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "08061", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 47", "area_weight": 0.9995}
{"county_geoid": "08061", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 35", "area_weight": 0.9999}
{"county_geoid": "08063", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "08063", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 56", "area_weight": 0.9999}
{"county_geoid": "08063", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 35", "area_weight": 0.9999}
{"county_geoid": "08065", "type": "CD", "district_state": "CO", "district_label": "Congressional District 7", "area_weight": 0.9955}
{"county_geoid": "08065", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 13", "area_weight": 0.9997}
{"county_geoid": "08065", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 4", "area_weight": 0.9997}
{"county_geoid": "08067", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "08067", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 59", "area_weight": 0.9999}
{"county_geoid": "08067", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "08069", "type": "CD", "district_state": "CO", "district_label": "Congressional District 2", "area_weight": 0.9316}
{"county_geoid": "08069", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 0.0583}
{"county_geoid": "08069", "type": "CD", "district_state": "CO", "district_label": "Congressional District 8", "area_weight": 0.01}
{"county_geoid": "08069", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 49", "area_weight": 0.877}
{"county_geoid": "08069", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 65", "area_weight": 0.0575}
{"county_geoid": "08069", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 51", "area_weight": 0.0281}
{"county_geoid": "08069", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 52", "area_weight": 0.0167}
{"county_geoid": "08069", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 53", "area_weight": 0.0125}
{"county_geoid": "08069", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 64", "area_weight": 0.0079}
{"county_geoid": "08069", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 15", "area_weight": 0.9342}
{"county_geoid": "08069", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 23", "area_weight": 0.0357}
{"county_geoid": "08069", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 14", "area_weight": 0.0298}
{"county_geoid": "08071", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "08071", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 47", "area_weight": 0.9999}
{"county_geoid": "08071", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 35", "area_weight": 0.9999}
{"county_geoid": "08073", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "08073", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 56", "area_weight": 0.9999}
{"county_geoid": "08073", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 35", "area_weight": 1.0}
{"county_geoid": "08075", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "08075", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 63", "area_weight": 1.0}
{"county_geoid": "08075", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 1", "area_weight": 1.0}
{"county_geoid": "08077", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "08077", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 54", "area_weight": 0.9797}
{"county_geoid": "08077", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 55", "area_weight": 0.0202}
{"county_geoid": "08077", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 7", "area_weight": 0.9999}
{"county_geoid": "08079", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "08079", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 62", "area_weight": 1.0}
{"county_geoid": "08079", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 1.0}
{"county_geoid": "08081", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "08081", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 26", "area_weight": 0.9999}
{"county_geoid": "08081", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "08083", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "08083", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 59", "area_weight": 0.7471}
{"county_geoid": "08083", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 58", "area_weight": 0.2527}
{"county_geoid": "08083", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "08085", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "08085", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 58", "area_weight": 0.9998}
{"county_geoid": "08085", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 0.7217}
{"county_geoid": "08085", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 5", "area_weight": 0.2781}
{"county_geoid": "08087", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "08087", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 63", "area_weight": 1.0}
{"county_geoid": "08087", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 1", "area_weight": 1.0}
{"county_geoid": "08089", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9963}
{"county_geoid": "08089", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 47", "area_weight": 1.0}
{"county_geoid": "08089", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 35", "area_weight": 0.9999}
{"county_geoid": "08091", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "08091", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 58", "area_weight": 0.9999}
{"county_geoid": "08091", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "08093", "type": "CD", "district_state": "CO", "district_label": "Congressional District 7", "area_weight": 0.9996}
{"county_geoid": "08093", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 13", "area_weight": 0.9999}
{"county_geoid": "08093", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 4", "area_weight": 1.0}
{"county_geoid": "08095", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "08095", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 63", "area_weight": 0.9999}
{"county_geoid": "08095", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "08097", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9984}
{"county_geoid": "08097", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 57", "area_weight": 0.9997}
{"county_geoid": "08097", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "08099", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "08099", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 47", "area_weight": 1.0}
{"county_geoid": "08099", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 35", "area_weight": 1.0}
{"county_geoid": "08101", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "08101", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 47", "area_weight": 0.5836}
{"county_geoid": "08101", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 46", "area_weight": 0.2815}
{"county_geoid": "08101", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 60", "area_weight": 0.0786}
{"county_geoid": "08101", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 62", "area_weight": 0.0563}
{"county_geoid": "08101", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 3", "area_weight": 0.9998}
{"county_geoid": "08103", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "08103", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 26", "area_weight": 0.9998}
{"county_geoid": "08103", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "08105", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "08105", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 62", "area_weight": 1.0}
{"county_geoid": "08105", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 1.0}
{"county_geoid": "08107", "type": "CD", "district_state": "CO", "district_label": "Congressional District 2", "area_weight": 0.9993}
{"county_geoid": "08107", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 26", "area_weight": 0.9999}
{"county_geoid": "08107", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 8", "area_weight": 1.0}
{"county_geoid": "08109", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9995}
{"county_geoid": "08109", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 62", "area_weight": 0.9997}
{"county_geoid": "08109", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 0.9997}
{"county_geoid": "08111", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "08111", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 59", "area_weight": 0.9995}
{"county_geoid": "08111", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "08113", "type": "CD", "district_state": "CO", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "08113", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 58", "area_weight": 0.9997}
{"county_geoid": "08113", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "08115", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "08115", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 63", "area_weight": 0.9998}
{"county_geoid": "08115", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "08117", "type": "CD", "district_state": "CO", "district_label": "Congressional District 2", "area_weight": 0.9977}
{"county_geoid": "08117", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 13", "area_weight": 0.9997}
{"county_geoid": "08117", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "08119", "type": "CD", "district_state": "CO", "district_label": "Congressional District 7", "area_weight": 0.9995}
{"county_geoid": "08119", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 60", "area_weight": 0.999}
{"county_geoid": "08119", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 4", "area_weight": 0.9993}
{"county_geoid": "08121", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "08121", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 63", "area_weight": 1.0}
{"county_geoid": "08121", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 1", "area_weight": 1.0}
{"county_geoid": "08123", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 0.8027}
{"county_geoid": "08123", "type": "CD", "district_state": "CO", "district_label": "Congressional District 8", "area_weight": 0.1869}
{"county_geoid": "08123", "type": "CD", "district_state": "CO", "district_label": "Congressional District 2", "area_weight": 0.0102}
{"county_geoid": "08123", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 63", "area_weight": 0.7746}
{"county_geoid": "08123", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 48", "area_weight": 0.119}
{"county_geoid": "08123", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 64", "area_weight": 0.0412}
{"county_geoid": "08123", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 65", "area_weight": 0.0293}
{"county_geoid": "08123", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 19", "area_weight": 0.0278}
{"county_geoid": "08123", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 50", "area_weight": 0.0079}
{"county_geoid": "08123", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 1", "area_weight": 0.8745}
{"county_geoid": "08123", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 23", "area_weight": 0.08}
{"county_geoid": "08123", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 13", "area_weight": 0.0386}
{"county_geoid": "08123", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 17", "area_weight": 0.0068}
{"county_geoid": "08125", "type": "CD", "district_state": "CO", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "08125", "type": "SH", "district_state": "CO", "district_label": "CO State House of Representatives District 63", "area_weight": 0.9999}
{"county_geoid": "08125", "type": "SS", "district_state": "CO", "district_label": "CO State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "09110", "type": "CD", "district_state": "CT", "district_label": "Congressional District 2", "area_weight": 0.5065}
{"county_geoid": "09110", "type": "CD", "district_state": "CT", "district_label": "Congressional District 1", "area_weight": 0.3647}
{"county_geoid": "09110", "type": "CD", "district_state": "CT", "district_label": "Congressional District 5", "area_weight": 0.1285}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 55", "area_weight": 0.0909}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 52", "area_weight": 0.0836}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 53", "area_weight": 0.0763}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 8", "area_weight": 0.0662}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 61", "area_weight": 0.0628}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 57", "area_weight": 0.0454}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 62", "area_weight": 0.0391}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 17", "area_weight": 0.036}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 16", "area_weight": 0.0328}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 59", "area_weight": 0.0324}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 54", "area_weight": 0.0307}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 31", "area_weight": 0.0284}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 60", "area_weight": 0.0269}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 15", "area_weight": 0.0258}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 14", "area_weight": 0.0243}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 21", "area_weight": 0.0236}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 30", "area_weight": 0.0235}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 19", "area_weight": 0.0217}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 13", "area_weight": 0.0191}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 22", "area_weight": 0.0179}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 29", "area_weight": 0.0164}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 58", "area_weight": 0.0147}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 5", "area_weight": 0.0135}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 50", "area_weight": 0.0129}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 81", "area_weight": 0.0121}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 83", "area_weight": 0.0112}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 9", "area_weight": 0.0099}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 11", "area_weight": 0.0096}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 28", "area_weight": 0.0093}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 80", "area_weight": 0.0091}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 27", "area_weight": 0.009}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 10", "area_weight": 0.0089}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 56", "area_weight": 0.0088}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 20", "area_weight": 0.0081}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 12", "area_weight": 0.0075}
{"county_geoid": "09110", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 24", "area_weight": 0.0053}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 35", "area_weight": 0.1942}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 7", "area_weight": 0.1639}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 4", "area_weight": 0.1052}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 8", "area_weight": 0.0895}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 3", "area_weight": 0.0876}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 19", "area_weight": 0.0789}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 2", "area_weight": 0.053}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 5", "area_weight": 0.049}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 29", "area_weight": 0.0436}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 6", "area_weight": 0.0427}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 16", "area_weight": 0.0349}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 9", "area_weight": 0.0277}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 1", "area_weight": 0.02}
{"county_geoid": "09110", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 31", "area_weight": 0.0093}
{"county_geoid": "09120", "type": "CD", "district_state": "CT", "district_label": "Congressional District 4", "area_weight": 0.5291}
{"county_geoid": "09120", "type": "CD", "district_state": "CT", "district_label": "Congressional District 3", "area_weight": 0.079}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 112", "area_weight": 0.1533}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 134", "area_weight": 0.0862}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 135", "area_weight": 0.0828}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 123", "area_weight": 0.0716}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 120", "area_weight": 0.0321}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 132", "area_weight": 0.0319}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 121", "area_weight": 0.0309}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 122", "area_weight": 0.0267}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 133", "area_weight": 0.0244}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 126", "area_weight": 0.0157}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 124", "area_weight": 0.0139}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 130", "area_weight": 0.013}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 129", "area_weight": 0.0108}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 127", "area_weight": 0.01}
{"county_geoid": "09120", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 128", "area_weight": 0.0067}
{"county_geoid": "09120", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 28", "area_weight": 0.2487}
{"county_geoid": "09120", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 22", "area_weight": 0.1591}
{"county_geoid": "09120", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 21", "area_weight": 0.1497}
{"county_geoid": "09120", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 23", "area_weight": 0.0522}
{"county_geoid": "09130", "type": "CD", "district_state": "CT", "district_label": "Congressional District 2", "area_weight": 0.6357}
{"county_geoid": "09130", "type": "CD", "district_state": "CT", "district_label": "Congressional District 3", "area_weight": 0.122}
{"county_geoid": "09130", "type": "CD", "district_state": "CT", "district_label": "Congressional District 1", "area_weight": 0.1055}
{"county_geoid": "09130", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 34", "area_weight": 0.1809}
{"county_geoid": "09130", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 36", "area_weight": 0.1724}
{"county_geoid": "09130", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 23", "area_weight": 0.1539}
{"county_geoid": "09130", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 35", "area_weight": 0.1268}
{"county_geoid": "09130", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 32", "area_weight": 0.0733}
{"county_geoid": "09130", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 100", "area_weight": 0.051}
{"county_geoid": "09130", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 101", "area_weight": 0.0348}
{"county_geoid": "09130", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 33", "area_weight": 0.031}
{"county_geoid": "09130", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 90", "area_weight": 0.0257}
{"county_geoid": "09130", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 86", "area_weight": 0.0113}
{"county_geoid": "09130", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 33", "area_weight": 0.5507}
{"county_geoid": "09130", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 12", "area_weight": 0.1108}
{"county_geoid": "09130", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 9", "area_weight": 0.0695}
{"county_geoid": "09130", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 20", "area_weight": 0.0625}
{"county_geoid": "09130", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 13", "area_weight": 0.0506}
{"county_geoid": "09130", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 34", "area_weight": 0.0171}
{"county_geoid": "09140", "type": "CD", "district_state": "CT", "district_label": "Congressional District 5", "area_weight": 0.6093}
{"county_geoid": "09140", "type": "CD", "district_state": "CT", "district_label": "Congressional District 3", "area_weight": 0.216}
{"county_geoid": "09140", "type": "CD", "district_state": "CT", "district_label": "Congressional District 4", "area_weight": 0.111}
{"county_geoid": "09140", "type": "CD", "district_state": "CT", "district_label": "Congressional District 1", "area_weight": 0.0638}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 66", "area_weight": 0.1336}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 131", "area_weight": 0.1082}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 69", "area_weight": 0.0806}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 68", "area_weight": 0.0718}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 78", "area_weight": 0.0706}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 105", "area_weight": 0.0619}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 89", "area_weight": 0.0585}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 71", "area_weight": 0.0562}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 80", "area_weight": 0.0501}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 103", "area_weight": 0.0403}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 113", "area_weight": 0.0397}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 122", "area_weight": 0.0357}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 76", "area_weight": 0.029}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 77", "area_weight": 0.0257}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 70", "area_weight": 0.024}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 79", "area_weight": 0.0204}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 104", "area_weight": 0.0172}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 72", "area_weight": 0.017}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 83", "area_weight": 0.0165}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 73", "area_weight": 0.0151}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 74", "area_weight": 0.0127}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 75", "area_weight": 0.0078}
{"county_geoid": "09140", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 114", "area_weight": 0.007}
{"county_geoid": "09140", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 32", "area_weight": 0.415}
{"county_geoid": "09140", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 31", "area_weight": 0.1458}
{"county_geoid": "09140", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 16", "area_weight": 0.13}
{"county_geoid": "09140", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 21", "area_weight": 0.0929}
{"county_geoid": "09140", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 17", "area_weight": 0.079}
{"county_geoid": "09140", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 15", "area_weight": 0.0764}
{"county_geoid": "09140", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 13", "area_weight": 0.0465}
{"county_geoid": "09140", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 30", "area_weight": 0.0144}
{"county_geoid": "09150", "type": "CD", "district_state": "CT", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "09150", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 50", "area_weight": 0.3331}
{"county_geoid": "09150", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 47", "area_weight": 0.1803}
{"county_geoid": "09150", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 51", "area_weight": 0.1708}
{"county_geoid": "09150", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 44", "area_weight": 0.1366}
{"county_geoid": "09150", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 52", "area_weight": 0.1087}
{"county_geoid": "09150", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 45", "area_weight": 0.0702}
{"county_geoid": "09150", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 29", "area_weight": 0.4304}
{"county_geoid": "09150", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 35", "area_weight": 0.3745}
{"county_geoid": "09150", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 18", "area_weight": 0.1948}
{"county_geoid": "09160", "type": "CD", "district_state": "CT", "district_label": "Congressional District 5", "area_weight": 0.7351}
{"county_geoid": "09160", "type": "CD", "district_state": "CT", "district_label": "Congressional District 1", "area_weight": 0.2647}
{"county_geoid": "09160", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 64", "area_weight": 0.4932}
{"county_geoid": "09160", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 62", "area_weight": 0.1382}
{"county_geoid": "09160", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 63", "area_weight": 0.1222}
{"county_geoid": "09160", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 66", "area_weight": 0.1185}
{"county_geoid": "09160", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 76", "area_weight": 0.0849}
{"county_geoid": "09160", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 69", "area_weight": 0.0325}
{"county_geoid": "09160", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 65", "area_weight": 0.0104}
{"county_geoid": "09160", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 30", "area_weight": 0.5945}
{"county_geoid": "09160", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 8", "area_weight": 0.2714}
{"county_geoid": "09160", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 32", "area_weight": 0.0699}
{"county_geoid": "09160", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 5", "area_weight": 0.0376}
{"county_geoid": "09160", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 31", "area_weight": 0.0264}
{"county_geoid": "09170", "type": "CD", "district_state": "CT", "district_label": "Congressional District 3", "area_weight": 0.5118}
{"county_geoid": "09170", "type": "CD", "district_state": "CT", "district_label": "Congressional District 2", "area_weight": 0.0597}
{"county_geoid": "09170", "type": "CD", "district_state": "CT", "district_label": "Congressional District 5", "area_weight": 0.0388}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 86", "area_weight": 0.0752}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 98", "area_weight": 0.0621}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 101", "area_weight": 0.0593}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 114", "area_weight": 0.0479}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 90", "area_weight": 0.0444}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 89", "area_weight": 0.0347}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 87", "area_weight": 0.034}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 119", "area_weight": 0.029}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 102", "area_weight": 0.0246}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 82", "area_weight": 0.0222}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 88", "area_weight": 0.0212}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 85", "area_weight": 0.0172}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 117", "area_weight": 0.0169}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 99", "area_weight": 0.0163}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 103", "area_weight": 0.0146}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 118", "area_weight": 0.013}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 91", "area_weight": 0.013}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 83", "area_weight": 0.0112}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 97", "area_weight": 0.008}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 116", "area_weight": 0.0078}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 92", "area_weight": 0.0065}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 115", "area_weight": 0.0061}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 84", "area_weight": 0.0057}
{"county_geoid": "09170", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 96", "area_weight": 0.005}
{"county_geoid": "09170", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 12", "area_weight": 0.2147}
{"county_geoid": "09170", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 34", "area_weight": 0.1216}
{"county_geoid": "09170", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 17", "area_weight": 0.0886}
{"county_geoid": "09170", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 14", "area_weight": 0.0803}
{"county_geoid": "09170", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 11", "area_weight": 0.0413}
{"county_geoid": "09170", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 13", "area_weight": 0.039}
{"county_geoid": "09170", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 10", "area_weight": 0.0244}
{"county_geoid": "09180", "type": "CD", "district_state": "CT", "district_label": "Congressional District 2", "area_weight": 0.9143}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 48", "area_weight": 0.1827}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 43", "area_weight": 0.1581}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 45", "area_weight": 0.1275}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 37", "area_weight": 0.0887}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 38", "area_weight": 0.0745}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 139", "area_weight": 0.0535}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 41", "area_weight": 0.0453}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 47", "area_weight": 0.0442}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 49", "area_weight": 0.0407}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 40", "area_weight": 0.0306}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 8", "area_weight": 0.0303}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 34", "area_weight": 0.0221}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 46", "area_weight": 0.0136}
{"county_geoid": "09180", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 39", "area_weight": 0.0069}
{"county_geoid": "09180", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 18", "area_weight": 0.2953}
{"county_geoid": "09180", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 19", "area_weight": 0.269}
{"county_geoid": "09180", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 20", "area_weight": 0.2405}
{"county_geoid": "09180", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 33", "area_weight": 0.0731}
{"county_geoid": "09180", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 29", "area_weight": 0.0407}
{"county_geoid": "09190", "type": "CD", "district_state": "CT", "district_label": "Congressional District 4", "area_weight": 0.4499}
{"county_geoid": "09190", "type": "CD", "district_state": "CT", "district_label": "Congressional District 5", "area_weight": 0.4171}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 108", "area_weight": 0.0982}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 135", "area_weight": 0.0813}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 106", "area_weight": 0.0792}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 67", "area_weight": 0.0769}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 149", "area_weight": 0.0612}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 42", "area_weight": 0.0542}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 111", "area_weight": 0.0499}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 107", "area_weight": 0.0485}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 2", "area_weight": 0.0412}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 125", "area_weight": 0.0403}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 69", "area_weight": 0.034}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 136", "area_weight": 0.0292}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 138", "area_weight": 0.0227}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 141", "area_weight": 0.0205}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 151", "area_weight": 0.0203}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 142", "area_weight": 0.0156}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 143", "area_weight": 0.014}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 150", "area_weight": 0.014}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 109", "area_weight": 0.0125}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 147", "area_weight": 0.0123}
{"county_geoid": "09190", "type": "SH", "district_state": "CT", "district_label": "CT State House of Representatives District 137", "area_weight": 0.009}
{"county_geoid": "09190", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 26", "area_weight": 0.1954}
{"county_geoid": "09190", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 30", "area_weight": 0.1869}
{"county_geoid": "09190", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 36", "area_weight": 0.1433}
{"county_geoid": "09190", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 28", "area_weight": 0.1093}
{"county_geoid": "09190", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 24", "area_weight": 0.1065}
{"county_geoid": "09190", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 25", "area_weight": 0.0483}
{"county_geoid": "09190", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 32", "area_weight": 0.0422}
{"county_geoid": "09190", "type": "SS", "district_state": "CT", "district_label": "CT State Senate District 27", "area_weight": 0.028}
{"county_geoid": "10001", "type": "CD", "district_state": "DE", "district_label": "Congressional District (at Large)", "area_weight": 0.7499}
{"county_geoid": "10001", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 30", "area_weight": 0.2601}
{"county_geoid": "10001", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 28", "area_weight": 0.133}
{"county_geoid": "10001", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 33", "area_weight": 0.127}
{"county_geoid": "10001", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 11", "area_weight": 0.1001}
{"county_geoid": "10001", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 32", "area_weight": 0.0425}
{"county_geoid": "10001", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 29", "area_weight": 0.0397}
{"county_geoid": "10001", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 34", "area_weight": 0.0292}
{"county_geoid": "10001", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 31", "area_weight": 0.0161}
{"county_geoid": "10001", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 15", "area_weight": 0.3948}
{"county_geoid": "10001", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 16", "area_weight": 0.1805}
{"county_geoid": "10001", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 14", "area_weight": 0.1163}
{"county_geoid": "10001", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 17", "area_weight": 0.0371}
{"county_geoid": "10001", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 18", "area_weight": 0.0192}
{"county_geoid": "10003", "type": "CD", "district_state": "DE", "district_label": "Congressional District (at Large)", "area_weight": 0.9046}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 9", "area_weight": 0.1642}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 11", "area_weight": 0.1359}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 12", "area_weight": 0.0695}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 27", "area_weight": 0.0607}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 8", "area_weight": 0.0574}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 17", "area_weight": 0.0534}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 15", "area_weight": 0.0395}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 23", "area_weight": 0.0327}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 22", "area_weight": 0.0269}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 16", "area_weight": 0.0259}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 25", "area_weight": 0.025}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 6", "area_weight": 0.0193}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 21", "area_weight": 0.019}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 19", "area_weight": 0.0181}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 10", "area_weight": 0.0172}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 18", "area_weight": 0.0171}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 24", "area_weight": 0.0156}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 26", "area_weight": 0.0148}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 2", "area_weight": 0.0139}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 7", "area_weight": 0.013}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 13", "area_weight": 0.0114}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 5", "area_weight": 0.0109}
{"county_geoid": "10003", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 28", "area_weight": 0.0101}
{"county_geoid": "10003", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 14", "area_weight": 0.2167}
{"county_geoid": "10003", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 12", "area_weight": 0.1512}
{"county_geoid": "10003", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 10", "area_weight": 0.1228}
{"county_geoid": "10003", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 4", "area_weight": 0.0898}
{"county_geoid": "10003", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 8", "area_weight": 0.0507}
{"county_geoid": "10003", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 11", "area_weight": 0.0416}
{"county_geoid": "10003", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 9", "area_weight": 0.0405}
{"county_geoid": "10003", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 2", "area_weight": 0.0349}
{"county_geoid": "10003", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 13", "area_weight": 0.0325}
{"county_geoid": "10003", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 7", "area_weight": 0.0297}
{"county_geoid": "10003", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 5", "area_weight": 0.027}
{"county_geoid": "10003", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 1", "area_weight": 0.0265}
{"county_geoid": "10003", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 3", "area_weight": 0.016}
{"county_geoid": "10005", "type": "CD", "district_state": "DE", "district_label": "Congressional District (at Large)", "area_weight": 0.8183}
{"county_geoid": "10005", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 35", "area_weight": 0.1654}
{"county_geoid": "10005", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 40", "area_weight": 0.1303}
{"county_geoid": "10005", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 41", "area_weight": 0.1116}
{"county_geoid": "10005", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 36", "area_weight": 0.1031}
{"county_geoid": "10005", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 37", "area_weight": 0.075}
{"county_geoid": "10005", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 39", "area_weight": 0.059}
{"county_geoid": "10005", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 20", "area_weight": 0.0483}
{"county_geoid": "10005", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 38", "area_weight": 0.0452}
{"county_geoid": "10005", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 4", "area_weight": 0.0436}
{"county_geoid": "10005", "type": "SH", "district_state": "DE", "district_label": "DE State House of Representatives District 14", "area_weight": 0.0358}
{"county_geoid": "10005", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 21", "area_weight": 0.2455}
{"county_geoid": "10005", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 18", "area_weight": 0.2177}
{"county_geoid": "10005", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 19", "area_weight": 0.1386}
{"county_geoid": "10005", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 6", "area_weight": 0.1087}
{"county_geoid": "10005", "type": "SS", "district_state": "DE", "district_label": "DE State Senate District 20", "area_weight": 0.1069}
{"county_geoid": "12001", "type": "CD", "district_state": "FL", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "12001", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 21", "area_weight": 0.3922}
{"county_geoid": "12001", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 10", "area_weight": 0.3712}
{"county_geoid": "12001", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 22", "area_weight": 0.2365}
{"county_geoid": "12001", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 6", "area_weight": 0.5104}
{"county_geoid": "12001", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 9", "area_weight": 0.4895}
{"county_geoid": "12003", "type": "CD", "district_state": "FL", "district_label": "Congressional District 3", "area_weight": 0.9987}
{"county_geoid": "12003", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 10", "area_weight": 0.9989}
{"county_geoid": "12003", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 6", "area_weight": 0.9989}
{"county_geoid": "12005", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 0.6026}
{"county_geoid": "12005", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 6", "area_weight": 0.6024}
{"county_geoid": "12005", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 2", "area_weight": 0.6024}
{"county_geoid": "12007", "type": "CD", "district_state": "FL", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "12007", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 10", "area_weight": 1.0}
{"county_geoid": "12007", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 6", "area_weight": 1.0}
{"county_geoid": "12009", "type": "CD", "district_state": "FL", "district_label": "Congressional District 8", "area_weight": 0.8314}
{"county_geoid": "12009", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 31", "area_weight": 0.2695}
{"county_geoid": "12009", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 33", "area_weight": 0.1875}
{"county_geoid": "12009", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 32", "area_weight": 0.1532}
{"county_geoid": "12009", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 30", "area_weight": 0.1501}
{"county_geoid": "12009", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 34", "area_weight": 0.0711}
{"county_geoid": "12009", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 19", "area_weight": 0.6281}
{"county_geoid": "12009", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 8", "area_weight": 0.2032}
{"county_geoid": "12011", "type": "CD", "district_state": "FL", "district_label": "Congressional District 20", "area_weight": 0.6798}
{"county_geoid": "12011", "type": "CD", "district_state": "FL", "district_label": "Congressional District 25", "area_weight": 0.159}
{"county_geoid": "12011", "type": "CD", "district_state": "FL", "district_label": "Congressional District 23", "area_weight": 0.0885}
{"county_geoid": "12011", "type": "CD", "district_state": "FL", "district_label": "Congressional District 24", "area_weight": 0.0084}
{"county_geoid": "12011", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 96", "area_weight": 0.6376}
{"county_geoid": "12011", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 103", "area_weight": 0.0545}
{"county_geoid": "12011", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 102", "area_weight": 0.0396}
{"county_geoid": "12011", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 101", "area_weight": 0.0359}
{"county_geoid": "12011", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 95", "area_weight": 0.0328}
{"county_geoid": "12011", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 98", "area_weight": 0.0326}
{"county_geoid": "12011", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 100", "area_weight": 0.0257}
{"county_geoid": "12011", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 99", "area_weight": 0.0229}
{"county_geoid": "12011", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 105", "area_weight": 0.0198}
{"county_geoid": "12011", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 97", "area_weight": 0.0177}
{"county_geoid": "12011", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 104", "area_weight": 0.017}
{"county_geoid": "12011", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 35", "area_weight": 0.7298}
{"county_geoid": "12011", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 37", "area_weight": 0.0705}
{"county_geoid": "12011", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 30", "area_weight": 0.0681}
{"county_geoid": "12011", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 32", "area_weight": 0.0676}
{"county_geoid": "12013", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "12013", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 5", "area_weight": 0.9997}
{"county_geoid": "12013", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 2", "area_weight": 0.9998}
{"county_geoid": "12015", "type": "CD", "district_state": "FL", "district_label": "Congressional District 17", "area_weight": 0.7862}
{"county_geoid": "12015", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 76", "area_weight": 0.5907}
{"county_geoid": "12015", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 75", "area_weight": 0.1931}
{"county_geoid": "12015", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 27", "area_weight": 0.7838}
{"county_geoid": "12017", "type": "CD", "district_state": "FL", "district_label": "Congressional District 12", "area_weight": 0.6814}
{"county_geoid": "12017", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 23", "area_weight": 0.6872}
{"county_geoid": "12017", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 11", "area_weight": 0.6872}
{"county_geoid": "12019", "type": "CD", "district_state": "FL", "district_label": "Congressional District 4", "area_weight": 0.9984}
{"county_geoid": "12019", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 20", "area_weight": 0.6594}
{"county_geoid": "12019", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 11", "area_weight": 0.3404}
{"county_geoid": "12019", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "12021", "type": "CD", "district_state": "FL", "district_label": "Congressional District 26", "area_weight": 0.7237}
{"county_geoid": "12021", "type": "CD", "district_state": "FL", "district_label": "Congressional District 19", "area_weight": 0.0555}
{"county_geoid": "12021", "type": "CD", "district_state": "FL", "district_label": "Congressional District 18", "area_weight": 0.0285}
{"county_geoid": "12021", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 82", "area_weight": 0.7274}
{"county_geoid": "12021", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 81", "area_weight": 0.0668}
{"county_geoid": "12021", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 80", "area_weight": 0.0131}
{"county_geoid": "12021", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 28", "area_weight": 0.8073}
{"county_geoid": "12023", "type": "CD", "district_state": "FL", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "12023", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 10", "area_weight": 0.9997}
{"county_geoid": "12023", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "12027", "type": "CD", "district_state": "FL", "district_label": "Congressional District 18", "area_weight": 0.9995}
{"county_geoid": "12027", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 76", "area_weight": 0.9996}
{"county_geoid": "12027", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 27", "area_weight": 0.9997}
{"county_geoid": "12029", "type": "CD", "district_state": "FL", "district_label": "Congressional District 3", "area_weight": 0.6903}
{"county_geoid": "12029", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 7", "area_weight": 0.6891}
{"county_geoid": "12029", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 3", "area_weight": 0.6891}
{"county_geoid": "12031", "type": "CD", "district_state": "FL", "district_label": "Congressional District 4", "area_weight": 0.6317}
{"county_geoid": "12031", "type": "CD", "district_state": "FL", "district_label": "Congressional District 5", "area_weight": 0.2935}
{"county_geoid": "12031", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 15", "area_weight": 0.4028}
{"county_geoid": "12031", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 17", "area_weight": 0.1296}
{"county_geoid": "12031", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 12", "area_weight": 0.1109}
{"county_geoid": "12031", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 13", "area_weight": 0.105}
{"county_geoid": "12031", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 14", "area_weight": 0.0888}
{"county_geoid": "12031", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 16", "area_weight": 0.0855}
{"county_geoid": "12031", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 4", "area_weight": 0.6525}
{"county_geoid": "12031", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 5", "area_weight": 0.27}
{"county_geoid": "12033", "type": "CD", "district_state": "FL", "district_label": "Congressional District 1", "area_weight": 0.6626}
{"county_geoid": "12033", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 1", "area_weight": 0.5055}
{"county_geoid": "12033", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 2", "area_weight": 0.1569}
{"county_geoid": "12033", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 1", "area_weight": 0.6625}
{"county_geoid": "12035", "type": "CD", "district_state": "FL", "district_label": "Congressional District 6", "area_weight": 0.8892}
{"county_geoid": "12035", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 19", "area_weight": 0.8889}
{"county_geoid": "12035", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 7", "area_weight": 0.8892}
{"county_geoid": "12037", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 0.4345}
{"county_geoid": "12037", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 7", "area_weight": 0.3991}
{"county_geoid": "12037", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 3", "area_weight": 0.3991}
{"county_geoid": "12039", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "12039", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 8", "area_weight": 0.9997}
{"county_geoid": "12039", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 3", "area_weight": 0.9998}
{"county_geoid": "12041", "type": "CD", "district_state": "FL", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "12041", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 22", "area_weight": 0.9997}
{"county_geoid": "12041", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 6", "area_weight": 0.9997}
{"county_geoid": "12043", "type": "CD", "district_state": "FL", "district_label": "Congressional District 18", "area_weight": 0.9999}
{"county_geoid": "12043", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 83", "area_weight": 1.0}
{"county_geoid": "12043", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 29", "area_weight": 1.0}
{"county_geoid": "12045", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 0.7304}
{"county_geoid": "12045", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 7", "area_weight": 0.7154}
{"county_geoid": "12045", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 3", "area_weight": 0.7154}
{"county_geoid": "12047", "type": "CD", "district_state": "FL", "district_label": "Congressional District 3", "area_weight": 0.9966}
{"county_geoid": "12047", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 7", "area_weight": 0.9992}
{"county_geoid": "12047", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 3", "area_weight": 0.9994}
{"county_geoid": "12049", "type": "CD", "district_state": "FL", "district_label": "Congressional District 18", "area_weight": 1.0}
{"county_geoid": "12049", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 83", "area_weight": 0.9999}
{"county_geoid": "12049", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "12051", "type": "CD", "district_state": "FL", "district_label": "Congressional District 18", "area_weight": 0.9997}
{"county_geoid": "12051", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 82", "area_weight": 1.0}
{"county_geoid": "12051", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 28", "area_weight": 1.0}
{"county_geoid": "12053", "type": "CD", "district_state": "FL", "district_label": "Congressional District 12", "area_weight": 0.6982}
{"county_geoid": "12053", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 52", "area_weight": 0.4212}
{"county_geoid": "12053", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 53", "area_weight": 0.2726}
{"county_geoid": "12053", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 11", "area_weight": 0.6939}
{"county_geoid": "12055", "type": "CD", "district_state": "FL", "district_label": "Congressional District 18", "area_weight": 1.0}
{"county_geoid": "12055", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 83", "area_weight": 0.9996}
{"county_geoid": "12055", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 29", "area_weight": 0.9996}
{"county_geoid": "12057", "type": "CD", "district_state": "FL", "district_label": "Congressional District 16", "area_weight": 0.322}
{"county_geoid": "12057", "type": "CD", "district_state": "FL", "district_label": "Congressional District 15", "area_weight": 0.3053}
{"county_geoid": "12057", "type": "CD", "district_state": "FL", "district_label": "Congressional District 14", "area_weight": 0.1866}
{"county_geoid": "12057", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 69", "area_weight": 0.1995}
{"county_geoid": "12057", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 68", "area_weight": 0.1918}
{"county_geoid": "12057", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 70", "area_weight": 0.0901}
{"county_geoid": "12057", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 67", "area_weight": 0.0899}
{"county_geoid": "12057", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 66", "area_weight": 0.0845}
{"county_geoid": "12057", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 62", "area_weight": 0.0506}
{"county_geoid": "12057", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 65", "area_weight": 0.0399}
{"county_geoid": "12057", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 63", "area_weight": 0.0344}
{"county_geoid": "12057", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 64", "area_weight": 0.0336}
{"county_geoid": "12057", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 20", "area_weight": 0.2712}
{"county_geoid": "12057", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 23", "area_weight": 0.2274}
{"county_geoid": "12057", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 14", "area_weight": 0.1705}
{"county_geoid": "12057", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 16", "area_weight": 0.1457}
{"county_geoid": "12059", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "12059", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 5", "area_weight": 0.9999}
{"county_geoid": "12059", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 2", "area_weight": 0.9999}
{"county_geoid": "12061", "type": "CD", "district_state": "FL", "district_label": "Congressional District 8", "area_weight": 0.8728}
{"county_geoid": "12061", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 34", "area_weight": 0.8746}
{"county_geoid": "12061", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 29", "area_weight": 0.8746}
{"county_geoid": "12063", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "12063", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 5", "area_weight": 0.9999}
{"county_geoid": "12063", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 2", "area_weight": 0.9999}
{"county_geoid": "12065", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 0.9105}
{"county_geoid": "12065", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 9", "area_weight": 0.5584}
{"county_geoid": "12065", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 7", "area_weight": 0.3528}
{"county_geoid": "12065", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 3", "area_weight": 0.9113}
{"county_geoid": "12067", "type": "CD", "district_state": "FL", "district_label": "Congressional District 3", "area_weight": 0.9208}
{"county_geoid": "12067", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 0.0792}
{"county_geoid": "12067", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 7", "area_weight": 0.9998}
{"county_geoid": "12067", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 3", "area_weight": 1.0}
{"county_geoid": "12069", "type": "CD", "district_state": "FL", "district_label": "Congressional District 11", "area_weight": 0.5673}
{"county_geoid": "12069", "type": "CD", "district_state": "FL", "district_label": "Congressional District 6", "area_weight": 0.4323}
{"county_geoid": "12069", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 25", "area_weight": 0.4287}
{"county_geoid": "12069", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 27", "area_weight": 0.3053}
{"county_geoid": "12069", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 26", "area_weight": 0.2657}
{"county_geoid": "12069", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 13", "area_weight": 0.9996}
{"county_geoid": "12071", "type": "CD", "district_state": "FL", "district_label": "Congressional District 19", "area_weight": 0.4443}
{"county_geoid": "12071", "type": "CD", "district_state": "FL", "district_label": "Congressional District 17", "area_weight": 0.1493}
{"county_geoid": "12071", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 77", "area_weight": 0.1849}
{"county_geoid": "12071", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 80", "area_weight": 0.1577}
{"county_geoid": "12071", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 76", "area_weight": 0.0943}
{"county_geoid": "12071", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 79", "area_weight": 0.0802}
{"county_geoid": "12071", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 33", "area_weight": 0.3056}
{"county_geoid": "12071", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 28", "area_weight": 0.1531}
{"county_geoid": "12071", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 27", "area_weight": 0.1263}
{"county_geoid": "12073", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "12073", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 9", "area_weight": 0.5084}
{"county_geoid": "12073", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 7", "area_weight": 0.3351}
{"county_geoid": "12073", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 8", "area_weight": 0.1565}
{"county_geoid": "12073", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 3", "area_weight": 1.0}
{"county_geoid": "12075", "type": "CD", "district_state": "FL", "district_label": "Congressional District 3", "area_weight": 0.7242}
{"county_geoid": "12075", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 22", "area_weight": 0.7272}
{"county_geoid": "12075", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 9", "area_weight": 0.7272}
{"county_geoid": "12077", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "12077", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 7", "area_weight": 0.9998}
{"county_geoid": "12077", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "12079", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 0.9973}
{"county_geoid": "12079", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 9", "area_weight": 0.9998}
{"county_geoid": "12079", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 3", "area_weight": 1.0}
{"county_geoid": "12081", "type": "CD", "district_state": "FL", "district_label": "Congressional District 16", "area_weight": 0.8261}
{"county_geoid": "12081", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 72", "area_weight": 0.6351}
{"county_geoid": "12081", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 71", "area_weight": 0.1151}
{"county_geoid": "12081", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 70", "area_weight": 0.0749}
{"county_geoid": "12081", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 20", "area_weight": 0.6521}
{"county_geoid": "12081", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 22", "area_weight": 0.1731}
{"county_geoid": "12083", "type": "CD", "district_state": "FL", "district_label": "Congressional District 6", "area_weight": 0.6049}
{"county_geoid": "12083", "type": "CD", "district_state": "FL", "district_label": "Congressional District 3", "area_weight": 0.3948}
{"county_geoid": "12083", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 20", "area_weight": 0.2763}
{"county_geoid": "12083", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 27", "area_weight": 0.2606}
{"county_geoid": "12083", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 24", "area_weight": 0.1952}
{"county_geoid": "12083", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 21", "area_weight": 0.1655}
{"county_geoid": "12083", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 23", "area_weight": 0.1023}
{"county_geoid": "12083", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 9", "area_weight": 0.9999}
{"county_geoid": "12085", "type": "CD", "district_state": "FL", "district_label": "Congressional District 21", "area_weight": 0.8997}
{"county_geoid": "12085", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 86", "area_weight": 0.8302}
{"county_geoid": "12085", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 85", "area_weight": 0.0692}
{"county_geoid": "12085", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 31", "area_weight": 0.8994}
{"county_geoid": "12086", "type": "CD", "district_state": "FL", "district_label": "Congressional District 28", "area_weight": 0.5266}
{"county_geoid": "12086", "type": "CD", "district_state": "FL", "district_label": "Congressional District 26", "area_weight": 0.2166}
{"county_geoid": "12086", "type": "CD", "district_state": "FL", "district_label": "Congressional District 27", "area_weight": 0.0558}
{"county_geoid": "12086", "type": "CD", "district_state": "FL", "district_label": "Congressional District 24", "area_weight": 0.0474}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 120", "area_weight": 0.6228}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 111", "area_weight": 0.0482}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 115", "area_weight": 0.0211}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 119", "area_weight": 0.0205}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 118", "area_weight": 0.0151}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 117", "area_weight": 0.013}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 106", "area_weight": 0.0128}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 114", "area_weight": 0.0126}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 108", "area_weight": 0.0118}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 112", "area_weight": 0.0118}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 107", "area_weight": 0.0116}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 109", "area_weight": 0.0111}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 116", "area_weight": 0.0099}
{"county_geoid": "12086", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 110", "area_weight": 0.0095}
{"county_geoid": "12086", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 40", "area_weight": 0.6403}
{"county_geoid": "12086", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 39", "area_weight": 0.0711}
{"county_geoid": "12086", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 38", "area_weight": 0.0671}
{"county_geoid": "12086", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 34", "area_weight": 0.0384}
{"county_geoid": "12086", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 36", "area_weight": 0.0241}
{"county_geoid": "12087", "type": "CD", "district_state": "FL", "district_label": "Congressional District 28", "area_weight": 0.2823}
{"county_geoid": "12087", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 120", "area_weight": 0.2587}
{"county_geoid": "12087", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 40", "area_weight": 0.2587}
{"county_geoid": "12089", "type": "CD", "district_state": "FL", "district_label": "Congressional District 4", "area_weight": 0.9184}
{"county_geoid": "12089", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 15", "area_weight": 0.9215}
{"county_geoid": "12089", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 4", "area_weight": 0.9215}
{"county_geoid": "12091", "type": "CD", "district_state": "FL", "district_label": "Congressional District 1", "area_weight": 0.7996}
{"county_geoid": "12091", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 4", "area_weight": 0.4579}
{"county_geoid": "12091", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 3", "area_weight": 0.3406}
{"county_geoid": "12091", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 2", "area_weight": 0.522}
{"county_geoid": "12091", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 1", "area_weight": 0.2766}
{"county_geoid": "12093", "type": "CD", "district_state": "FL", "district_label": "Congressional District 18", "area_weight": 0.9994}
{"county_geoid": "12093", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 83", "area_weight": 0.9993}
{"county_geoid": "12093", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 29", "area_weight": 0.9994}
{"county_geoid": "12095", "type": "CD", "district_state": "FL", "district_label": "Congressional District 11", "area_weight": 0.328}
{"county_geoid": "12095", "type": "CD", "district_state": "FL", "district_label": "Congressional District 9", "area_weight": 0.2756}
{"county_geoid": "12095", "type": "CD", "district_state": "FL", "district_label": "Congressional District 10", "area_weight": 0.2715}
{"county_geoid": "12095", "type": "CD", "district_state": "FL", "district_label": "Congressional District 8", "area_weight": 0.1244}
{"county_geoid": "12095", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 35", "area_weight": 0.335}
{"county_geoid": "12095", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 39", "area_weight": 0.1759}
{"county_geoid": "12095", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 45", "area_weight": 0.1289}
{"county_geoid": "12095", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 44", "area_weight": 0.1068}
{"county_geoid": "12095", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 43", "area_weight": 0.0682}
{"county_geoid": "12095", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 42", "area_weight": 0.0559}
{"county_geoid": "12095", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 40", "area_weight": 0.0505}
{"county_geoid": "12095", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 41", "area_weight": 0.0399}
{"county_geoid": "12095", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 37", "area_weight": 0.0321}
{"county_geoid": "12095", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 47", "area_weight": 0.0066}
{"county_geoid": "12095", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 17", "area_weight": 0.487}
{"county_geoid": "12095", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 15", "area_weight": 0.2874}
{"county_geoid": "12095", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 13", "area_weight": 0.1331}
{"county_geoid": "12095", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 25", "area_weight": 0.0715}
{"county_geoid": "12095", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 10", "area_weight": 0.0209}
{"county_geoid": "12097", "type": "CD", "district_state": "FL", "district_label": "Congressional District 9", "area_weight": 0.9984}
{"county_geoid": "12097", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 35", "area_weight": 0.8084}
{"county_geoid": "12097", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 46", "area_weight": 0.0995}
{"county_geoid": "12097", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 47", "area_weight": 0.0604}
{"county_geoid": "12097", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 45", "area_weight": 0.0315}
{"county_geoid": "12097", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 25", "area_weight": 0.9996}
{"county_geoid": "12099", "type": "CD", "district_state": "FL", "district_label": "Congressional District 20", "area_weight": 0.6323}
{"county_geoid": "12099", "type": "CD", "district_state": "FL", "district_label": "Congressional District 21", "area_weight": 0.1683}
{"county_geoid": "12099", "type": "CD", "district_state": "FL", "district_label": "Congressional District 22", "area_weight": 0.1096}
{"county_geoid": "12099", "type": "CD", "district_state": "FL", "district_label": "Congressional District 23", "area_weight": 0.0242}
{"county_geoid": "12099", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 94", "area_weight": 0.7536}
{"county_geoid": "12099", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 93", "area_weight": 0.0401}
{"county_geoid": "12099", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 92", "area_weight": 0.0318}
{"county_geoid": "12099", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 87", "area_weight": 0.0274}
{"county_geoid": "12099", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 91", "area_weight": 0.0212}
{"county_geoid": "12099", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 88", "area_weight": 0.019}
{"county_geoid": "12099", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 90", "area_weight": 0.0183}
{"county_geoid": "12099", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 89", "area_weight": 0.0131}
{"county_geoid": "12099", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 86", "area_weight": 0.0099}
{"county_geoid": "12099", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 26", "area_weight": 0.5309}
{"county_geoid": "12099", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 31", "area_weight": 0.3347}
{"county_geoid": "12099", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 24", "area_weight": 0.0553}
{"county_geoid": "12099", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 30", "area_weight": 0.0134}
{"county_geoid": "12101", "type": "CD", "district_state": "FL", "district_label": "Congressional District 12", "area_weight": 0.6099}
{"county_geoid": "12101", "type": "CD", "district_state": "FL", "district_label": "Congressional District 15", "area_weight": 0.1499}
{"county_geoid": "12101", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 54", "area_weight": 0.3342}
{"county_geoid": "12101", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 55", "area_weight": 0.3045}
{"county_geoid": "12101", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 56", "area_weight": 0.0614}
{"county_geoid": "12101", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 53", "area_weight": 0.0555}
{"county_geoid": "12101", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 23", "area_weight": 0.5445}
{"county_geoid": "12101", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 21", "area_weight": 0.1371}
{"county_geoid": "12101", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 11", "area_weight": 0.0741}
{"county_geoid": "12103", "type": "CD", "district_state": "FL", "district_label": "Congressional District 13", "area_weight": 0.3238}
{"county_geoid": "12103", "type": "CD", "district_state": "FL", "district_label": "Congressional District 14", "area_weight": 0.0602}
{"county_geoid": "12103", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 57", "area_weight": 0.1062}
{"county_geoid": "12103", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 61", "area_weight": 0.0749}
{"county_geoid": "12103", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 60", "area_weight": 0.0654}
{"county_geoid": "12103", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 58", "area_weight": 0.0559}
{"county_geoid": "12103", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 59", "area_weight": 0.0529}
{"county_geoid": "12103", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 62", "area_weight": 0.0207}
{"county_geoid": "12103", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 18", "area_weight": 0.1991}
{"county_geoid": "12103", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 21", "area_weight": 0.1481}
{"county_geoid": "12103", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 16", "area_weight": 0.0288}
{"county_geoid": "12105", "type": "CD", "district_state": "FL", "district_label": "Congressional District 18", "area_weight": 0.774}
{"county_geoid": "12105", "type": "CD", "district_state": "FL", "district_label": "Congressional District 11", "area_weight": 0.1348}
{"county_geoid": "12105", "type": "CD", "district_state": "FL", "district_label": "Congressional District 15", "area_weight": 0.0587}
{"county_geoid": "12105", "type": "CD", "district_state": "FL", "district_label": "Congressional District 9", "area_weight": 0.0324}
{"county_geoid": "12105", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 48", "area_weight": 0.3664}
{"county_geoid": "12105", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 49", "area_weight": 0.3172}
{"county_geoid": "12105", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 51", "area_weight": 0.2443}
{"county_geoid": "12105", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 50", "area_weight": 0.0717}
{"county_geoid": "12105", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 27", "area_weight": 0.5019}
{"county_geoid": "12105", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 12", "area_weight": 0.4977}
{"county_geoid": "12107", "type": "CD", "district_state": "FL", "district_label": "Congressional District 6", "area_weight": 0.9989}
{"county_geoid": "12107", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 20", "area_weight": 0.9999}
{"county_geoid": "12107", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 7", "area_weight": 0.9998}
{"county_geoid": "12109", "type": "CD", "district_state": "FL", "district_label": "Congressional District 5", "area_weight": 0.5056}
{"county_geoid": "12109", "type": "CD", "district_state": "FL", "district_label": "Congressional District 6", "area_weight": 0.3135}
{"county_geoid": "12109", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 20", "area_weight": 0.3623}
{"county_geoid": "12109", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 18", "area_weight": 0.3613}
{"county_geoid": "12109", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 19", "area_weight": 0.0961}
{"county_geoid": "12109", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 7", "area_weight": 0.8196}
{"county_geoid": "12111", "type": "CD", "district_state": "FL", "district_label": "Congressional District 21", "area_weight": 0.8935}
{"county_geoid": "12111", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 84", "area_weight": 0.77}
{"county_geoid": "12111", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 85", "area_weight": 0.1188}
{"county_geoid": "12111", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 29", "area_weight": 0.7622}
{"county_geoid": "12111", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 31", "area_weight": 0.1267}
{"county_geoid": "12113", "type": "CD", "district_state": "FL", "district_label": "Congressional District 1", "area_weight": 0.94}
{"county_geoid": "12113", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 3", "area_weight": 0.8809}
{"county_geoid": "12113", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 2", "area_weight": 0.0587}
{"county_geoid": "12113", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 1", "area_weight": 0.9398}
{"county_geoid": "12115", "type": "CD", "district_state": "FL", "district_label": "Congressional District 17", "area_weight": 0.6209}
{"county_geoid": "12115", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 74", "area_weight": 0.4278}
{"county_geoid": "12115", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 73", "area_weight": 0.1105}
{"county_geoid": "12115", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 75", "area_weight": 0.0823}
{"county_geoid": "12115", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 22", "area_weight": 0.6207}
{"county_geoid": "12117", "type": "CD", "district_state": "FL", "district_label": "Congressional District 7", "area_weight": 0.9989}
{"county_geoid": "12117", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 36", "area_weight": 0.5061}
{"county_geoid": "12117", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 37", "area_weight": 0.2554}
{"county_geoid": "12117", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 38", "area_weight": 0.1527}
{"county_geoid": "12117", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 39", "area_weight": 0.0854}
{"county_geoid": "12117", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 10", "area_weight": 0.9995}
{"county_geoid": "12119", "type": "CD", "district_state": "FL", "district_label": "Congressional District 11", "area_weight": 0.9949}
{"county_geoid": "12119", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 52", "area_weight": 0.9997}
{"county_geoid": "12119", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 11", "area_weight": 0.9998}
{"county_geoid": "12121", "type": "CD", "district_state": "FL", "district_label": "Congressional District 3", "area_weight": 0.9993}
{"county_geoid": "12121", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 7", "area_weight": 0.9999}
{"county_geoid": "12121", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "12123", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 0.6961}
{"county_geoid": "12123", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 7", "area_weight": 0.6974}
{"county_geoid": "12123", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 3", "area_weight": 0.6974}
{"county_geoid": "12125", "type": "CD", "district_state": "FL", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "12125", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 10", "area_weight": 1.0}
{"county_geoid": "12125", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 6", "area_weight": 1.0}
{"county_geoid": "12127", "type": "CD", "district_state": "FL", "district_label": "Congressional District 6", "area_weight": 0.4689}
{"county_geoid": "12127", "type": "CD", "district_state": "FL", "district_label": "Congressional District 7", "area_weight": 0.4146}
{"county_geoid": "12127", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 30", "area_weight": 0.2556}
{"county_geoid": "12127", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 27", "area_weight": 0.2473}
{"county_geoid": "12127", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 29", "area_weight": 0.2173}
{"county_geoid": "12127", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 28", "area_weight": 0.1636}
{"county_geoid": "12127", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 8", "area_weight": 0.6965}
{"county_geoid": "12127", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 7", "area_weight": 0.1872}
{"county_geoid": "12129", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 0.6904}
{"county_geoid": "12129", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 7", "area_weight": 0.688}
{"county_geoid": "12129", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 3", "area_weight": 0.688}
{"county_geoid": "12131", "type": "CD", "district_state": "FL", "district_label": "Congressional District 1", "area_weight": 0.4849}
{"county_geoid": "12131", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 0.3303}
{"county_geoid": "12131", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 5", "area_weight": 0.8148}
{"county_geoid": "12131", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 2", "area_weight": 0.8148}
{"county_geoid": "12133", "type": "CD", "district_state": "FL", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "12133", "type": "SH", "district_state": "FL", "district_label": "FL State House of Representatives District 5", "area_weight": 0.9998}
{"county_geoid": "12133", "type": "SS", "district_state": "FL", "district_label": "FL State Senate District 2", "area_weight": 1.0}
{"county_geoid": "13001", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 0.9964}
{"county_geoid": "13001", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 157", "area_weight": 0.6221}
{"county_geoid": "13001", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 178", "area_weight": 0.3778}
{"county_geoid": "13001", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 19", "area_weight": 1.0}
{"county_geoid": "13003", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9994}
{"county_geoid": "13003", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 176", "area_weight": 0.9996}
{"county_geoid": "13003", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 8", "area_weight": 0.9995}
{"county_geoid": "13005", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 0.998}
{"county_geoid": "13005", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 178", "area_weight": 0.9997}
{"county_geoid": "13005", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "13007", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "13007", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 154", "area_weight": 0.9996}
{"county_geoid": "13009", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9935}
{"county_geoid": "13009", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 149", "area_weight": 0.6751}
{"county_geoid": "13009", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 128", "area_weight": 0.3245}
{"county_geoid": "13009", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 25", "area_weight": 0.9996}
{"county_geoid": "13011", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.9987}
{"county_geoid": "13011", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 32", "area_weight": 0.9997}
{"county_geoid": "13011", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 50", "area_weight": 0.9999}
{"county_geoid": "13013", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.9942}
{"county_geoid": "13013", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.0058}
{"county_geoid": "13013", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 119", "area_weight": 0.655}
{"county_geoid": "13013", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 104", "area_weight": 0.2569}
{"county_geoid": "13013", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 120", "area_weight": 0.0872}
{"county_geoid": "13013", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 47", "area_weight": 0.4514}
{"county_geoid": "13013", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 45", "area_weight": 0.3941}
{"county_geoid": "13013", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 46", "area_weight": 0.1545}
{"county_geoid": "13015", "type": "CD", "district_state": "GA", "district_label": "Congressional District 11", "area_weight": 0.9985}
{"county_geoid": "13015", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 14", "area_weight": 0.6878}
{"county_geoid": "13015", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 15", "area_weight": 0.3121}
{"county_geoid": "13015", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 52", "area_weight": 0.9096}
{"county_geoid": "13015", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 37", "area_weight": 0.0903}
{"county_geoid": "13017", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "13017", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 156", "area_weight": 0.6268}
{"county_geoid": "13017", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 148", "area_weight": 0.3727}
{"county_geoid": "13017", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 13", "area_weight": 0.9995}
{"county_geoid": "13019", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "13019", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 170", "area_weight": 0.9991}
{"county_geoid": "13019", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 13", "area_weight": 0.9993}
{"county_geoid": "13021", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.7666}
{"county_geoid": "13021", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.2334}
{"county_geoid": "13021", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 145", "area_weight": 0.3953}
{"county_geoid": "13021", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 143", "area_weight": 0.3328}
{"county_geoid": "13021", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 142", "area_weight": 0.1646}
{"county_geoid": "13021", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 149", "area_weight": 0.0584}
{"county_geoid": "13021", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 144", "area_weight": 0.0483}
{"county_geoid": "13021", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 26", "area_weight": 0.498}
{"county_geoid": "13021", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 18", "area_weight": 0.4543}
{"county_geoid": "13021", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 25", "area_weight": 0.0477}
{"county_geoid": "13023", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9997}
{"county_geoid": "13023", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 133", "area_weight": 0.9996}
{"county_geoid": "13023", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 20", "area_weight": 0.9998}
{"county_geoid": "13025", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "13025", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 174", "area_weight": 0.9994}
{"county_geoid": "13025", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 3", "area_weight": 0.9996}
{"county_geoid": "13027", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9981}
{"county_geoid": "13027", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 175", "area_weight": 0.9996}
{"county_geoid": "13027", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 11", "area_weight": 0.9994}
{"county_geoid": "13029", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 0.9951}
{"county_geoid": "13029", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 164", "area_weight": 0.5025}
{"county_geoid": "13029", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 160", "area_weight": 0.3104}
{"county_geoid": "13029", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 166", "area_weight": 0.1821}
{"county_geoid": "13029", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 1", "area_weight": 0.9955}
{"county_geoid": "13031", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9998}
{"county_geoid": "13031", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 160", "area_weight": 0.5194}
{"county_geoid": "13031", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 158", "area_weight": 0.2652}
{"county_geoid": "13031", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 159", "area_weight": 0.2153}
{"county_geoid": "13031", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 4", "area_weight": 0.9998}
{"county_geoid": "13033", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9991}
{"county_geoid": "13033", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 126", "area_weight": 0.9996}
{"county_geoid": "13033", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 23", "area_weight": 0.9998}
{"county_geoid": "13035", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.998}
{"county_geoid": "13035", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 118", "area_weight": 0.9995}
{"county_geoid": "13035", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 25", "area_weight": 0.9993}
{"county_geoid": "13037", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "13037", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 154", "area_weight": 0.9999}
{"county_geoid": "13039", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 0.8744}
{"county_geoid": "13039", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 180", "area_weight": 0.8765}
{"county_geoid": "13039", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 3", "area_weight": 0.8766}
{"county_geoid": "13043", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "13043", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 158", "area_weight": 0.9999}
{"county_geoid": "13043", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 4", "area_weight": 0.9997}
{"county_geoid": "13045", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 0.9986}
{"county_geoid": "13045", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 18", "area_weight": 0.3419}
{"county_geoid": "13045", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 72", "area_weight": 0.2874}
{"county_geoid": "13045", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 71", "area_weight": 0.2724}
{"county_geoid": "13045", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 70", "area_weight": 0.0983}
{"county_geoid": "13045", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 6", "area_weight": 0.5576}
{"county_geoid": "13045", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 30", "area_weight": 0.4423}
{"county_geoid": "13047", "type": "CD", "district_state": "GA", "district_label": "Congressional District 14", "area_weight": 0.9997}
{"county_geoid": "13047", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 3", "area_weight": 0.7479}
{"county_geoid": "13047", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 2", "area_weight": 0.2518}
{"county_geoid": "13047", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 53", "area_weight": 0.9997}
{"county_geoid": "13049", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 0.9979}
{"county_geoid": "13049", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 174", "area_weight": 0.9985}
{"county_geoid": "13049", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 3", "area_weight": 0.9986}
{"county_geoid": "13051", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 0.7811}
{"county_geoid": "13051", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 166", "area_weight": 0.338}
{"county_geoid": "13051", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 164", "area_weight": 0.1624}
{"county_geoid": "13051", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 161", "area_weight": 0.088}
{"county_geoid": "13051", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 162", "area_weight": 0.0797}
{"county_geoid": "13051", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 165", "area_weight": 0.0594}
{"county_geoid": "13051", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 163", "area_weight": 0.0557}
{"county_geoid": "13051", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 1", "area_weight": 0.4872}
{"county_geoid": "13051", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 2", "area_weight": 0.244}
{"county_geoid": "13051", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 4", "area_weight": 0.0519}
{"county_geoid": "13053", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9963}
{"county_geoid": "13053", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 151", "area_weight": 0.9989}
{"county_geoid": "13053", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 15", "area_weight": 0.9992}
{"county_geoid": "13055", "type": "CD", "district_state": "GA", "district_label": "Congressional District 14", "area_weight": 0.9999}
{"county_geoid": "13055", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 12", "area_weight": 0.9997}
{"county_geoid": "13055", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 53", "area_weight": 0.9999}
{"county_geoid": "13057", "type": "CD", "district_state": "GA", "district_label": "Congressional District 11", "area_weight": 0.6875}
{"county_geoid": "13057", "type": "CD", "district_state": "GA", "district_label": "Congressional District 7", "area_weight": 0.3125}
{"county_geoid": "13057", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 23", "area_weight": 0.2728}
{"county_geoid": "13057", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 14", "area_weight": 0.1934}
{"county_geoid": "13057", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 21", "area_weight": 0.163}
{"county_geoid": "13057", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 22", "area_weight": 0.127}
{"county_geoid": "13057", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 11", "area_weight": 0.1002}
{"county_geoid": "13057", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 20", "area_weight": 0.0766}
{"county_geoid": "13057", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 47", "area_weight": 0.0286}
{"county_geoid": "13057", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 44", "area_weight": 0.0227}
{"county_geoid": "13057", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 46", "area_weight": 0.0155}
{"county_geoid": "13057", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 21", "area_weight": 0.7076}
{"county_geoid": "13057", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 32", "area_weight": 0.2036}
{"county_geoid": "13057", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 56", "area_weight": 0.0886}
{"county_geoid": "13059", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.9979}
{"county_geoid": "13059", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 122", "area_weight": 0.3903}
{"county_geoid": "13059", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 121", "area_weight": 0.2338}
{"county_geoid": "13059", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 120", "area_weight": 0.2112}
{"county_geoid": "13059", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 124", "area_weight": 0.1646}
{"county_geoid": "13059", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 47", "area_weight": 0.6285}
{"county_geoid": "13059", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 46", "area_weight": 0.3714}
{"county_geoid": "13061", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9931}
{"county_geoid": "13061", "type": "CD", "district_state": "AL", "district_label": "Congressional District 1", "area_weight": 0.0064}
{"county_geoid": "13061", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 154", "area_weight": 0.9995}
{"county_geoid": "13063", "type": "CD", "district_state": "GA", "district_label": "Congressional District 13", "area_weight": 0.5325}
{"county_geoid": "13063", "type": "CD", "district_state": "GA", "district_label": "Congressional District 5", "area_weight": 0.4658}
{"county_geoid": "13063", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 74", "area_weight": 0.2438}
{"county_geoid": "13063", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 77", "area_weight": 0.2111}
{"county_geoid": "13063", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 76", "area_weight": 0.1911}
{"county_geoid": "13063", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 75", "area_weight": 0.1666}
{"county_geoid": "13063", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 79", "area_weight": 0.1191}
{"county_geoid": "13063", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 78", "area_weight": 0.068}
{"county_geoid": "13063", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 34", "area_weight": 0.4172}
{"county_geoid": "13063", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 17", "area_weight": 0.3823}
{"county_geoid": "13063", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 44", "area_weight": 0.2003}
{"county_geoid": "13065", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "13065", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 174", "area_weight": 0.9999}
{"county_geoid": "13065", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 8", "area_weight": 1.0}
{"county_geoid": "13067", "type": "CD", "district_state": "GA", "district_label": "Congressional District 11", "area_weight": 0.416}
{"county_geoid": "13067", "type": "CD", "district_state": "GA", "district_label": "Congressional District 6", "area_weight": 0.3471}
{"county_geoid": "13067", "type": "CD", "district_state": "GA", "district_label": "Congressional District 14", "area_weight": 0.236}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 36", "area_weight": 0.1196}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 38", "area_weight": 0.114}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 34", "area_weight": 0.1079}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 39", "area_weight": 0.0845}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 45", "area_weight": 0.074}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 37", "area_weight": 0.0658}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 35", "area_weight": 0.0647}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 42", "area_weight": 0.0573}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 41", "area_weight": 0.0562}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 46", "area_weight": 0.0519}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 43", "area_weight": 0.0495}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 44", "area_weight": 0.0483}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 61", "area_weight": 0.0362}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 19", "area_weight": 0.0323}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 22", "area_weight": 0.0267}
{"county_geoid": "13067", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 60", "area_weight": 0.0108}
{"county_geoid": "13067", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 37", "area_weight": 0.3135}
{"county_geoid": "13067", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 33", "area_weight": 0.2277}
{"county_geoid": "13067", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 28", "area_weight": 0.1419}
{"county_geoid": "13067", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 32", "area_weight": 0.1188}
{"county_geoid": "13067", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 56", "area_weight": 0.1091}
{"county_geoid": "13067", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 35", "area_weight": 0.0888}
{"county_geoid": "13069", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "13069", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 169", "area_weight": 0.8318}
{"county_geoid": "13069", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 176", "area_weight": 0.1679}
{"county_geoid": "13069", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 13", "area_weight": 0.5512}
{"county_geoid": "13069", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 19", "area_weight": 0.4486}
{"county_geoid": "13071", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9987}
{"county_geoid": "13071", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 172", "area_weight": 0.9997}
{"county_geoid": "13071", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 11", "area_weight": 0.9998}
{"county_geoid": "13073", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9999}
{"county_geoid": "13073", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 125", "area_weight": 0.5943}
{"county_geoid": "13073", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 123", "area_weight": 0.1984}
{"county_geoid": "13073", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 131", "area_weight": 0.1347}
{"county_geoid": "13073", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 127", "area_weight": 0.0724}
{"county_geoid": "13073", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 24", "area_weight": 0.6988}
{"county_geoid": "13073", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 23", "area_weight": 0.301}
{"county_geoid": "13075", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "13075", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 172", "area_weight": 0.5628}
{"county_geoid": "13075", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 170", "area_weight": 0.4369}
{"county_geoid": "13075", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 11", "area_weight": 0.9994}
{"county_geoid": "13077", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "13077", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 136", "area_weight": 0.4115}
{"county_geoid": "13077", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 70", "area_weight": 0.3245}
{"county_geoid": "13077", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 65", "area_weight": 0.1114}
{"county_geoid": "13077", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 73", "area_weight": 0.0906}
{"county_geoid": "13077", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 67", "area_weight": 0.0618}
{"county_geoid": "13077", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 6", "area_weight": 0.9996}
{"county_geoid": "13079", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9994}
{"county_geoid": "13079", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 134", "area_weight": 0.9994}
{"county_geoid": "13079", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 18", "area_weight": 0.9997}
{"county_geoid": "13081", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9967}
{"county_geoid": "13081", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 148", "area_weight": 0.9997}
{"county_geoid": "13081", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 13", "area_weight": 0.9999}
{"county_geoid": "13083", "type": "CD", "district_state": "GA", "district_label": "Congressional District 14", "area_weight": 0.9997}
{"county_geoid": "13083", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 1", "area_weight": 0.9997}
{"county_geoid": "13083", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 53", "area_weight": 0.9997}
{"county_geoid": "13085", "type": "CD", "district_state": "GA", "district_label": "Congressional District 7", "area_weight": 0.9963}
{"county_geoid": "13085", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 9", "area_weight": 0.7233}
{"county_geoid": "13085", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 7", "area_weight": 0.2765}
{"county_geoid": "13085", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 51", "area_weight": 0.9999}
{"county_geoid": "13087", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "13087", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 171", "area_weight": 0.9997}
{"county_geoid": "13087", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 11", "area_weight": 0.9998}
{"county_geoid": "13089", "type": "CD", "district_state": "GA", "district_label": "Congressional District 4", "area_weight": 0.7188}
{"county_geoid": "13089", "type": "CD", "district_state": "GA", "district_label": "Congressional District 5", "area_weight": 0.2404}
{"county_geoid": "13089", "type": "CD", "district_state": "GA", "district_label": "Congressional District 13", "area_weight": 0.0405}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 88", "area_weight": 0.0941}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 90", "area_weight": 0.088}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 91", "area_weight": 0.0843}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 87", "area_weight": 0.0699}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 89", "area_weight": 0.0654}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 80", "area_weight": 0.0646}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 84", "area_weight": 0.0624}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 115", "area_weight": 0.0611}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 85", "area_weight": 0.0606}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 101", "area_weight": 0.0568}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 86", "area_weight": 0.0568}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 95", "area_weight": 0.0493}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 83", "area_weight": 0.0449}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 94", "area_weight": 0.0441}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 116", "area_weight": 0.0433}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 52", "area_weight": 0.0274}
{"county_geoid": "13089", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 93", "area_weight": 0.0267}
{"county_geoid": "13089", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 10", "area_weight": 0.2294}
{"county_geoid": "13089", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 55", "area_weight": 0.21}
{"county_geoid": "13089", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 41", "area_weight": 0.1897}
{"county_geoid": "13089", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 44", "area_weight": 0.1605}
{"county_geoid": "13089", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 40", "area_weight": 0.1596}
{"county_geoid": "13089", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 43", "area_weight": 0.0506}
{"county_geoid": "13091", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "13091", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 133", "area_weight": 0.9997}
{"county_geoid": "13091", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 20", "area_weight": 0.9999}
{"county_geoid": "13093", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9986}
{"county_geoid": "13093", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 150", "area_weight": 0.9996}
{"county_geoid": "13093", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 20", "area_weight": 0.9995}
{"county_geoid": "13095", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9967}
{"county_geoid": "13095", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 154", "area_weight": 0.3622}
{"county_geoid": "13095", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 151", "area_weight": 0.2244}
{"county_geoid": "13095", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 152", "area_weight": 0.207}
{"county_geoid": "13095", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 153", "area_weight": 0.2064}
{"county_geoid": "13097", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 0.5398}
{"county_geoid": "13097", "type": "CD", "district_state": "GA", "district_label": "Congressional District 6", "area_weight": 0.4596}
{"county_geoid": "13097", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 40", "area_weight": 0.4177}
{"county_geoid": "13097", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 64", "area_weight": 0.374}
{"county_geoid": "13097", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 66", "area_weight": 0.208}
{"county_geoid": "13097", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 30", "area_weight": 0.5776}
{"county_geoid": "13097", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 28", "area_weight": 0.4223}
{"county_geoid": "13099", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9972}
{"county_geoid": "13099", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 154", "area_weight": 0.9997}
{"county_geoid": "13101", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "13101", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 174", "area_weight": 0.9999}
{"county_geoid": "13101", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "13103", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.5922}
{"county_geoid": "13103", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 0.4049}
{"county_geoid": "13103", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 159", "area_weight": 0.779}
{"county_geoid": "13103", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 161", "area_weight": 0.2202}
{"county_geoid": "13103", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 4", "area_weight": 0.9994}
{"county_geoid": "13105", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.9984}
{"county_geoid": "13105", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 123", "area_weight": 0.9996}
{"county_geoid": "13105", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 24", "area_weight": 0.9996}
{"county_geoid": "13107", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "13107", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 158", "area_weight": 0.9997}
{"county_geoid": "13107", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 23", "area_weight": 0.9998}
{"county_geoid": "13109", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9975}
{"county_geoid": "13109", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 157", "area_weight": 0.9994}
{"county_geoid": "13109", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 4", "area_weight": 0.9996}
{"county_geoid": "13111", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.9995}
{"county_geoid": "13111", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 7", "area_weight": 0.9993}
{"county_geoid": "13111", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 51", "area_weight": 0.9996}
{"county_geoid": "13113", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 0.8366}
{"county_geoid": "13113", "type": "CD", "district_state": "GA", "district_label": "Congressional District 6", "area_weight": 0.1579}
{"county_geoid": "13113", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 82", "area_weight": 0.3513}
{"county_geoid": "13113", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 69", "area_weight": 0.2493}
{"county_geoid": "13113", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 68", "area_weight": 0.2424}
{"county_geoid": "13113", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 73", "area_weight": 0.1563}
{"county_geoid": "13113", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 16", "area_weight": 0.7631}
{"county_geoid": "13113", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 34", "area_weight": 0.236}
{"county_geoid": "13115", "type": "CD", "district_state": "GA", "district_label": "Congressional District 14", "area_weight": 0.9988}
{"county_geoid": "13115", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 12", "area_weight": 0.658}
{"county_geoid": "13115", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 13", "area_weight": 0.2641}
{"county_geoid": "13115", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 5", "area_weight": 0.0778}
{"county_geoid": "13115", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 52", "area_weight": 0.7575}
{"county_geoid": "13115", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 53", "area_weight": 0.2424}
{"county_geoid": "13117", "type": "CD", "district_state": "GA", "district_label": "Congressional District 7", "area_weight": 0.9993}
{"county_geoid": "13117", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 28", "area_weight": 0.3127}
{"county_geoid": "13117", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 26", "area_weight": 0.2443}
{"county_geoid": "13117", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 24", "area_weight": 0.1661}
{"county_geoid": "13117", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 11", "area_weight": 0.1527}
{"county_geoid": "13117", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 25", "area_weight": 0.0974}
{"county_geoid": "13117", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 100", "area_weight": 0.0265}
{"county_geoid": "13117", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 27", "area_weight": 0.877}
{"county_geoid": "13117", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 48", "area_weight": 0.1227}
{"county_geoid": "13119", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.9981}
{"county_geoid": "13119", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 33", "area_weight": 0.9997}
{"county_geoid": "13119", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 50", "area_weight": 0.9997}
{"county_geoid": "13121", "type": "CD", "district_state": "GA", "district_label": "Congressional District 6", "area_weight": 0.5158}
{"county_geoid": "13121", "type": "CD", "district_state": "GA", "district_label": "Congressional District 7", "area_weight": 0.3051}
{"county_geoid": "13121", "type": "CD", "district_state": "GA", "district_label": "Congressional District 5", "area_weight": 0.1762}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 65", "area_weight": 0.2046}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 47", "area_weight": 0.0875}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 67", "area_weight": 0.0862}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 53", "area_weight": 0.0589}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 49", "area_weight": 0.0537}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 63", "area_weight": 0.0477}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 60", "area_weight": 0.0467}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 61", "area_weight": 0.0458}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 62", "area_weight": 0.0385}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 50", "area_weight": 0.0384}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 51", "area_weight": 0.0383}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 48", "area_weight": 0.0382}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 55", "area_weight": 0.0355}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 68", "area_weight": 0.0349}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 59", "area_weight": 0.0245}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 58", "area_weight": 0.0224}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 54", "area_weight": 0.022}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 56", "area_weight": 0.0209}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 69", "area_weight": 0.0158}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 57", "area_weight": 0.0152}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 52", "area_weight": 0.0144}
{"county_geoid": "13121", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 25", "area_weight": 0.0094}
{"county_geoid": "13121", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 38", "area_weight": 0.2333}
{"county_geoid": "13121", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 28", "area_weight": 0.1527}
{"county_geoid": "13121", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 14", "area_weight": 0.1167}
{"county_geoid": "13121", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 21", "area_weight": 0.111}
{"county_geoid": "13121", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 35", "area_weight": 0.1064}
{"county_geoid": "13121", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 39", "area_weight": 0.097}
{"county_geoid": "13121", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 36", "area_weight": 0.0872}
{"county_geoid": "13121", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 48", "area_weight": 0.0605}
{"county_geoid": "13121", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 56", "area_weight": 0.0349}
{"county_geoid": "13123", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.9981}
{"county_geoid": "13123", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 7", "area_weight": 0.9998}
{"county_geoid": "13123", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 51", "area_weight": 0.9998}
{"county_geoid": "13125", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9997}
{"county_geoid": "13125", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 128", "area_weight": 0.9997}
{"county_geoid": "13125", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 23", "area_weight": 0.9996}
{"county_geoid": "13127", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 0.8}
{"county_geoid": "13127", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 167", "area_weight": 0.4128}
{"county_geoid": "13127", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 179", "area_weight": 0.2553}
{"county_geoid": "13127", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 180", "area_weight": 0.1274}
{"county_geoid": "13127", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 3", "area_weight": 0.7955}
{"county_geoid": "13129", "type": "CD", "district_state": "GA", "district_label": "Congressional District 11", "area_weight": 0.9928}
{"county_geoid": "13129", "type": "CD", "district_state": "GA", "district_label": "Congressional District 14", "area_weight": 0.0072}
{"county_geoid": "13129", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 5", "area_weight": 0.8211}
{"county_geoid": "13129", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 6", "area_weight": 0.1787}
{"county_geoid": "13129", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 54", "area_weight": 0.7427}
{"county_geoid": "13129", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 52", "area_weight": 0.2572}
{"county_geoid": "13131", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "13131", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 171", "area_weight": 0.6006}
{"county_geoid": "13131", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 173", "area_weight": 0.3993}
{"county_geoid": "13131", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 11", "area_weight": 0.9998}
{"county_geoid": "13133", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 1.0}
{"county_geoid": "13133", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 124", "area_weight": 0.9997}
{"county_geoid": "13133", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 24", "area_weight": 0.9996}
{"county_geoid": "13135", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.3744}
{"county_geoid": "13135", "type": "CD", "district_state": "GA", "district_label": "Congressional District 13", "area_weight": 0.3641}
{"county_geoid": "13135", "type": "CD", "district_state": "GA", "district_label": "Congressional District 4", "area_weight": 0.1794}
{"county_geoid": "13135", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.0808}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 110", "area_weight": 0.0835}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 105", "area_weight": 0.0754}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 111", "area_weight": 0.0741}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 103", "area_weight": 0.0679}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 99", "area_weight": 0.0625}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 108", "area_weight": 0.0566}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 102", "area_weight": 0.0539}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 104", "area_weight": 0.0537}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 100", "area_weight": 0.0529}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 97", "area_weight": 0.0522}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 107", "area_weight": 0.0476}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 96", "area_weight": 0.0473}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 106", "area_weight": 0.0455}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 95", "area_weight": 0.0428}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 94", "area_weight": 0.0404}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 93", "area_weight": 0.0403}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 109", "area_weight": 0.0293}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 98", "area_weight": 0.0268}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 48", "area_weight": 0.0141}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 30", "area_weight": 0.0138}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 112", "area_weight": 0.0132}
{"county_geoid": "13135", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 88", "area_weight": 0.0061}
{"county_geoid": "13135", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 45", "area_weight": 0.2097}
{"county_geoid": "13135", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 9", "area_weight": 0.1843}
{"county_geoid": "13135", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 5", "area_weight": 0.1164}
{"county_geoid": "13135", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 46", "area_weight": 0.0816}
{"county_geoid": "13135", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 55", "area_weight": 0.0806}
{"county_geoid": "13135", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 43", "area_weight": 0.0772}
{"county_geoid": "13135", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 48", "area_weight": 0.0613}
{"county_geoid": "13135", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 40", "area_weight": 0.0205}
{"county_geoid": "13137", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.9997}
{"county_geoid": "13137", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 10", "area_weight": 0.9223}
{"county_geoid": "13137", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 32", "area_weight": 0.0773}
{"county_geoid": "13137", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 50", "area_weight": 1.0}
{"county_geoid": "13139", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.7331}
{"county_geoid": "13139", "type": "CD", "district_state": "GA", "district_label": "Congressional District 7", "area_weight": 0.2669}
{"county_geoid": "13139", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 27", "area_weight": 0.535}
{"county_geoid": "13139", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 30", "area_weight": 0.1802}
{"county_geoid": "13139", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 29", "area_weight": 0.1033}
{"county_geoid": "13139", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 31", "area_weight": 0.0721}
{"county_geoid": "13139", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 28", "area_weight": 0.0462}
{"county_geoid": "13139", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 100", "area_weight": 0.0397}
{"county_geoid": "13139", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 103", "area_weight": 0.0231}
{"county_geoid": "13139", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 49", "area_weight": 0.8854}
{"county_geoid": "13139", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 50", "area_weight": 0.1143}
{"county_geoid": "13141", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.9958}
{"county_geoid": "13141", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 128", "area_weight": 0.9999}
{"county_geoid": "13141", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 26", "area_weight": 0.9996}
{"county_geoid": "13143", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "13143", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 18", "area_weight": 0.9998}
{"county_geoid": "13143", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "13145", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 0.9939}
{"county_geoid": "13145", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 138", "area_weight": 0.7256}
{"county_geoid": "13145", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 139", "area_weight": 0.2736}
{"county_geoid": "13145", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 29", "area_weight": 0.9992}
{"county_geoid": "13147", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.9981}
{"county_geoid": "13147", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 33", "area_weight": 0.9995}
{"county_geoid": "13147", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 24", "area_weight": 0.9995}
{"county_geoid": "13149", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "13149", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 72", "area_weight": 0.9998}
{"county_geoid": "13149", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "13151", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.5607}
{"county_geoid": "13151", "type": "CD", "district_state": "GA", "district_label": "Congressional District 13", "area_weight": 0.2927}
{"county_geoid": "13151", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 0.1466}
{"county_geoid": "13151", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 81", "area_weight": 0.3702}
{"county_geoid": "13151", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 117", "area_weight": 0.1911}
{"county_geoid": "13151", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 78", "area_weight": 0.1203}
{"county_geoid": "13151", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 74", "area_weight": 0.1158}
{"county_geoid": "13151", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 115", "area_weight": 0.1122}
{"county_geoid": "13151", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 116", "area_weight": 0.0898}
{"county_geoid": "13151", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 17", "area_weight": 0.391}
{"county_geoid": "13151", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 25", "area_weight": 0.279}
{"county_geoid": "13151", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 10", "area_weight": 0.1656}
{"county_geoid": "13151", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 42", "area_weight": 0.1641}
{"county_geoid": "13153", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.8691}
{"county_geoid": "13153", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.1309}
{"county_geoid": "13153", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 148", "area_weight": 0.5986}
{"county_geoid": "13153", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 146", "area_weight": 0.225}
{"county_geoid": "13153", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 143", "area_weight": 0.103}
{"county_geoid": "13153", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 147", "area_weight": 0.0729}
{"county_geoid": "13153", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 20", "area_weight": 0.8206}
{"county_geoid": "13153", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 26", "area_weight": 0.1202}
{"county_geoid": "13153", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 18", "area_weight": 0.0592}
{"county_geoid": "13155", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "13155", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 169", "area_weight": 0.9998}
{"county_geoid": "13155", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 13", "area_weight": 1.0}
{"county_geoid": "13157", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.9952}
{"county_geoid": "13157", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 31", "area_weight": 0.4781}
{"county_geoid": "13157", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 120", "area_weight": 0.3152}
{"county_geoid": "13157", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 32", "area_weight": 0.1904}
{"county_geoid": "13157", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 119", "area_weight": 0.0162}
{"county_geoid": "13157", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 47", "area_weight": 0.6403}
{"county_geoid": "13157", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 50", "area_weight": 0.3596}
{"county_geoid": "13159", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.9994}
{"county_geoid": "13159", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 144", "area_weight": 0.9997}
{"county_geoid": "13159", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 25", "area_weight": 0.9998}
{"county_geoid": "13161", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9982}
{"county_geoid": "13161", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 157", "area_weight": 0.9994}
{"county_geoid": "13161", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 19", "area_weight": 0.9998}
{"county_geoid": "13163", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "13163", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 132", "area_weight": 0.9996}
{"county_geoid": "13163", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "13165", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "13165", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 126", "area_weight": 0.9999}
{"county_geoid": "13165", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 23", "area_weight": 1.0}
{"county_geoid": "13167", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9998}
{"county_geoid": "13167", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 155", "area_weight": 0.9997}
{"county_geoid": "13167", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "13169", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.997}
{"county_geoid": "13169", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 144", "area_weight": 0.8494}
{"county_geoid": "13169", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 149", "area_weight": 0.1505}
{"county_geoid": "13169", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 25", "area_weight": 0.9998}
{"county_geoid": "13171", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "13171", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 135", "area_weight": 0.5911}
{"county_geoid": "13171", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 134", "area_weight": 0.4088}
{"county_geoid": "13171", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 16", "area_weight": 0.9999}
{"county_geoid": "13173", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "13173", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 176", "area_weight": 0.9987}
{"county_geoid": "13173", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "13175", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9984}
{"county_geoid": "13175", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 155", "area_weight": 0.9998}
{"county_geoid": "13175", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 20", "area_weight": 0.9999}
{"county_geoid": "13177", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9974}
{"county_geoid": "13177", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 152", "area_weight": 0.9997}
{"county_geoid": "13177", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 13", "area_weight": 0.9997}
{"county_geoid": "13179", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 0.8988}
{"county_geoid": "13179", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 168", "area_weight": 0.5982}
{"county_geoid": "13179", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 167", "area_weight": 0.2996}
{"county_geoid": "13179", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 1", "area_weight": 0.8981}
{"county_geoid": "13181", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9991}
{"county_geoid": "13181", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 123", "area_weight": 0.9995}
{"county_geoid": "13181", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 24", "area_weight": 0.9996}
{"county_geoid": "13183", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 0.9976}
{"county_geoid": "13183", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 167", "area_weight": 0.9997}
{"county_geoid": "13183", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "13185", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "13185", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 175", "area_weight": 0.5372}
{"county_geoid": "13185", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 174", "area_weight": 0.2945}
{"county_geoid": "13185", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 176", "area_weight": 0.0673}
{"county_geoid": "13185", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 8", "area_weight": 0.9995}
{"county_geoid": "13187", "type": "CD", "district_state": "GA", "district_label": "Congressional District 7", "area_weight": 0.9897}
{"county_geoid": "13187", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.0103}
{"county_geoid": "13187", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 9", "area_weight": 0.9185}
{"county_geoid": "13187", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 27", "area_weight": 0.0759}
{"county_geoid": "13187", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 8", "area_weight": 0.0056}
{"county_geoid": "13187", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 51", "area_weight": 1.0}
{"county_geoid": "13189", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "13189", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 125", "area_weight": 0.5074}
{"county_geoid": "13189", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 128", "area_weight": 0.4924}
{"county_geoid": "13189", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 23", "area_weight": 0.9997}
{"county_geoid": "13191", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 0.845}
{"county_geoid": "13191", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 167", "area_weight": 0.8266}
{"county_geoid": "13191", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 3", "area_weight": 0.8266}
{"county_geoid": "13193", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9992}
{"county_geoid": "13193", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 150", "area_weight": 1.0}
{"county_geoid": "13193", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 15", "area_weight": 0.9997}
{"county_geoid": "13195", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.9976}
{"county_geoid": "13195", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 123", "area_weight": 0.5545}
{"county_geoid": "13195", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 33", "area_weight": 0.4452}
{"county_geoid": "13195", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 47", "area_weight": 0.9994}
{"county_geoid": "13197", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "13197", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 151", "area_weight": 0.9999}
{"county_geoid": "13197", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 15", "area_weight": 0.9999}
{"county_geoid": "13199", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 0.9993}
{"county_geoid": "13199", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 136", "area_weight": 0.7943}
{"county_geoid": "13199", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 137", "area_weight": 0.2055}
{"county_geoid": "13199", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 29", "area_weight": 0.9998}
{"county_geoid": "13201", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "13201", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 154", "area_weight": 0.9999}
{"county_geoid": "13205", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "13205", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 171", "area_weight": 0.9997}
{"county_geoid": "13207", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9987}
{"county_geoid": "13207", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 145", "area_weight": 0.4971}
{"county_geoid": "13207", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 118", "area_weight": 0.4411}
{"county_geoid": "13207", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 144", "area_weight": 0.0612}
{"county_geoid": "13207", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 18", "area_weight": 0.9995}
{"county_geoid": "13209", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9984}
{"county_geoid": "13209", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 156", "area_weight": 0.9999}
{"county_geoid": "13209", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 19", "area_weight": 1.0}
{"county_geoid": "13211", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 1.0}
{"county_geoid": "13211", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 114", "area_weight": 0.9996}
{"county_geoid": "13211", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 42", "area_weight": 0.9996}
{"county_geoid": "13213", "type": "CD", "district_state": "GA", "district_label": "Congressional District 14", "area_weight": 0.9962}
{"county_geoid": "13213", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 6", "area_weight": 0.9993}
{"county_geoid": "13213", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 54", "area_weight": 0.9996}
{"county_geoid": "13215", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.8319}
{"county_geoid": "13215", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 0.161}
{"county_geoid": "13215", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 137", "area_weight": 0.4791}
{"county_geoid": "13215", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 141", "area_weight": 0.1496}
{"county_geoid": "13215", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 139", "area_weight": 0.1283}
{"county_geoid": "13215", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 140", "area_weight": 0.1224}
{"county_geoid": "13215", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 138", "area_weight": 0.1192}
{"county_geoid": "13215", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 15", "area_weight": 0.5973}
{"county_geoid": "13215", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 29", "area_weight": 0.4018}
{"county_geoid": "13217", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.7508}
{"county_geoid": "13217", "type": "CD", "district_state": "GA", "district_label": "Congressional District 13", "area_weight": 0.2492}
{"county_geoid": "13217", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 114", "area_weight": 0.4872}
{"county_geoid": "13217", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 118", "area_weight": 0.3258}
{"county_geoid": "13217", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 113", "area_weight": 0.1865}
{"county_geoid": "13217", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 42", "area_weight": 0.9571}
{"county_geoid": "13217", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 43", "area_weight": 0.0426}
{"county_geoid": "13219", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 1.0}
{"county_geoid": "13219", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 121", "area_weight": 0.9119}
{"county_geoid": "13219", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 120", "area_weight": 0.0872}
{"county_geoid": "13219", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 46", "area_weight": 0.9993}
{"county_geoid": "13221", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 1.0}
{"county_geoid": "13221", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 124", "area_weight": 0.9996}
{"county_geoid": "13221", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 24", "area_weight": 0.9998}
{"county_geoid": "13223", "type": "CD", "district_state": "GA", "district_label": "Congressional District 14", "area_weight": 0.9985}
{"county_geoid": "13223", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 17", "area_weight": 0.3565}
{"county_geoid": "13223", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 16", "area_weight": 0.2208}
{"county_geoid": "13223", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 19", "area_weight": 0.1517}
{"county_geoid": "13223", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 18", "area_weight": 0.1438}
{"county_geoid": "13223", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 40", "area_weight": 0.1271}
{"county_geoid": "13223", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 31", "area_weight": 0.8451}
{"county_geoid": "13223", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 30", "area_weight": 0.1548}
{"county_geoid": "13225", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9974}
{"county_geoid": "13225", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 150", "area_weight": 0.5162}
{"county_geoid": "13225", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 147", "area_weight": 0.2759}
{"county_geoid": "13225", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 134", "area_weight": 0.2078}
{"county_geoid": "13225", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 18", "area_weight": 0.9996}
{"county_geoid": "13227", "type": "CD", "district_state": "GA", "district_label": "Congressional District 11", "area_weight": 0.9946}
{"county_geoid": "13227", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 11", "area_weight": 0.9995}
{"county_geoid": "13227", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 51", "area_weight": 0.9996}
{"county_geoid": "13229", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "13229", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 178", "area_weight": 0.9994}
{"county_geoid": "13229", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 8", "area_weight": 0.9993}
{"county_geoid": "13231", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "13231", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 135", "area_weight": 0.9994}
{"county_geoid": "13231", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 16", "area_weight": 0.9995}
{"county_geoid": "13233", "type": "CD", "district_state": "GA", "district_label": "Congressional District 14", "area_weight": 0.9989}
{"county_geoid": "13233", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 16", "area_weight": 0.9999}
{"county_geoid": "13233", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "13235", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9994}
{"county_geoid": "13235", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 148", "area_weight": 0.9998}
{"county_geoid": "13235", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 20", "area_weight": 1.0}
{"county_geoid": "13237", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.9978}
{"county_geoid": "13237", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 144", "area_weight": 0.6283}
{"county_geoid": "13237", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 124", "area_weight": 0.3713}
{"county_geoid": "13237", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 25", "area_weight": 0.9997}
{"county_geoid": "13239", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9914}
{"county_geoid": "13239", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.0086}
{"county_geoid": "13239", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 154", "area_weight": 0.9996}
{"county_geoid": "13241", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.9962}
{"county_geoid": "13241", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 10", "area_weight": 0.9994}
{"county_geoid": "13241", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 50", "area_weight": 0.9995}
{"county_geoid": "13243", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "13243", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 154", "area_weight": 0.9998}
{"county_geoid": "13245", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9951}
{"county_geoid": "13245", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 130", "area_weight": 0.3948}
{"county_geoid": "13245", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 132", "area_weight": 0.3204}
{"county_geoid": "13245", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 126", "area_weight": 0.1718}
{"county_geoid": "13245", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 129", "area_weight": 0.0844}
{"county_geoid": "13245", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 127", "area_weight": 0.028}
{"county_geoid": "13245", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 22", "area_weight": 0.7014}
{"county_geoid": "13245", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 23", "area_weight": 0.298}
{"county_geoid": "13247", "type": "CD", "district_state": "GA", "district_label": "Congressional District 13", "area_weight": 0.9921}
{"county_geoid": "13247", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 92", "area_weight": 0.4419}
{"county_geoid": "13247", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 91", "area_weight": 0.3273}
{"county_geoid": "13247", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 93", "area_weight": 0.2302}
{"county_geoid": "13247", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 43", "area_weight": 0.9994}
{"county_geoid": "13249", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "13249", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 151", "area_weight": 0.9999}
{"county_geoid": "13249", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 15", "area_weight": 1.0}
{"county_geoid": "13251", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9973}
{"county_geoid": "13251", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 159", "area_weight": 0.9994}
{"county_geoid": "13251", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 23", "area_weight": 0.9993}
{"county_geoid": "13253", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9977}
{"county_geoid": "13253", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 154", "area_weight": 0.9992}
{"county_geoid": "13253", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 11", "area_weight": 0.9994}
{"county_geoid": "13255", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 0.9982}
{"county_geoid": "13255", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 82", "area_weight": 0.6466}
{"county_geoid": "13255", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 135", "area_weight": 0.3531}
{"county_geoid": "13255", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 16", "area_weight": 0.9997}
{"county_geoid": "13257", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.9973}
{"county_geoid": "13257", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 32", "area_weight": 0.9994}
{"county_geoid": "13257", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 50", "area_weight": 0.9995}
{"county_geoid": "13259", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9949}
{"county_geoid": "13259", "type": "CD", "district_state": "AL", "district_label": "Congressional District 2", "area_weight": 0.0051}
{"county_geoid": "13259", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 151", "area_weight": 0.9997}
{"county_geoid": "13261", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "13261", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 151", "area_weight": 0.6957}
{"county_geoid": "13261", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 150", "area_weight": 0.3041}
{"county_geoid": "13263", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9959}
{"county_geoid": "13263", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 137", "area_weight": 0.9997}
{"county_geoid": "13263", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 15", "area_weight": 0.9998}
{"county_geoid": "13265", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.9913}
{"county_geoid": "13265", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.0087}
{"county_geoid": "13265", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 124", "area_weight": 0.9993}
{"county_geoid": "13265", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 23", "area_weight": 0.9994}
{"county_geoid": "13267", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9956}
{"county_geoid": "13267", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 157", "area_weight": 0.9167}
{"county_geoid": "13267", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 156", "area_weight": 0.0831}
{"county_geoid": "13267", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "13269", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9987}
{"county_geoid": "13269", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 150", "area_weight": 0.9996}
{"county_geoid": "13269", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 15", "area_weight": 0.9997}
{"county_geoid": "13271", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9982}
{"county_geoid": "13271", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 156", "area_weight": 0.5343}
{"county_geoid": "13271", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 133", "area_weight": 0.4654}
{"county_geoid": "13271", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 19", "area_weight": 0.9997}
{"county_geoid": "13273", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "13273", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 151", "area_weight": 0.9995}
{"county_geoid": "13275", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 0.9995}
{"county_geoid": "13275", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 173", "area_weight": 0.8287}
{"county_geoid": "13275", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 172", "area_weight": 0.1711}
{"county_geoid": "13275", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 11", "area_weight": 0.9998}
{"county_geoid": "13277", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "13277", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 170", "area_weight": 0.5774}
{"county_geoid": "13277", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 169", "area_weight": 0.4226}
{"county_geoid": "13277", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 13", "area_weight": 1.0}
{"county_geoid": "13279", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9973}
{"county_geoid": "13279", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 156", "area_weight": 0.9997}
{"county_geoid": "13279", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "13281", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.9997}
{"county_geoid": "13281", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 8", "area_weight": 0.9995}
{"county_geoid": "13281", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 50", "area_weight": 0.9995}
{"county_geoid": "13283", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "13283", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 158", "area_weight": 0.9995}
{"county_geoid": "13283", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 20", "area_weight": 0.9996}
{"county_geoid": "13285", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "13285", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 138", "area_weight": 0.3967}
{"county_geoid": "13285", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 137", "area_weight": 0.2529}
{"county_geoid": "13285", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 72", "area_weight": 0.2434}
{"county_geoid": "13285", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 136", "area_weight": 0.107}
{"county_geoid": "13285", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 29", "area_weight": 1.0}
{"county_geoid": "13287", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "13287", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 169", "area_weight": 0.9995}
{"county_geoid": "13287", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 13", "area_weight": 1.0}
{"county_geoid": "13289", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9953}
{"county_geoid": "13289", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 133", "area_weight": 0.9995}
{"county_geoid": "13289", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "13291", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.9957}
{"county_geoid": "13291", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 8", "area_weight": 0.9995}
{"county_geoid": "13291", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 51", "area_weight": 0.9998}
{"county_geoid": "13293", "type": "CD", "district_state": "GA", "district_label": "Congressional District 3", "area_weight": 0.9967}
{"county_geoid": "13293", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 134", "area_weight": 0.9997}
{"county_geoid": "13293", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 18", "area_weight": 0.9996}
{"county_geoid": "13295", "type": "CD", "district_state": "GA", "district_label": "Congressional District 14", "area_weight": 1.0}
{"county_geoid": "13295", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 1", "area_weight": 0.5536}
{"county_geoid": "13295", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 2", "area_weight": 0.4464}
{"county_geoid": "13295", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 53", "area_weight": 1.0}
{"county_geoid": "13297", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.9999}
{"county_geoid": "13297", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 112", "area_weight": 0.5784}
{"county_geoid": "13297", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 114", "area_weight": 0.233}
{"county_geoid": "13297", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 111", "area_weight": 0.1882}
{"county_geoid": "13297", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 46", "area_weight": 0.5809}
{"county_geoid": "13297", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 42", "area_weight": 0.4191}
{"county_geoid": "13299", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 0.9989}
{"county_geoid": "13299", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 174", "area_weight": 0.6442}
{"county_geoid": "13299", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 176", "area_weight": 0.3556}
{"county_geoid": "13299", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 8", "area_weight": 0.7971}
{"county_geoid": "13299", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 3", "area_weight": 0.2029}
{"county_geoid": "13301", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9957}
{"county_geoid": "13301", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 128", "area_weight": 0.9996}
{"county_geoid": "13301", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 23", "area_weight": 0.9997}
{"county_geoid": "13303", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.9968}
{"county_geoid": "13303", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 128", "area_weight": 0.9996}
{"county_geoid": "13303", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 26", "area_weight": 0.9997}
{"county_geoid": "13305", "type": "CD", "district_state": "GA", "district_label": "Congressional District 1", "area_weight": 0.9995}
{"county_geoid": "13305", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 178", "area_weight": 0.9044}
{"county_geoid": "13305", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 167", "area_weight": 0.0955}
{"county_geoid": "13305", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 19", "area_weight": 0.9998}
{"county_geoid": "13307", "type": "CD", "district_state": "GA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "13307", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 151", "area_weight": 1.0}
{"county_geoid": "13309", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.993}
{"county_geoid": "13309", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.007}
{"county_geoid": "13309", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 156", "area_weight": 0.9994}
{"county_geoid": "13309", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 19", "area_weight": 0.9996}
{"county_geoid": "13311", "type": "CD", "district_state": "GA", "district_label": "Congressional District 9", "area_weight": 0.9972}
{"county_geoid": "13311", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 8", "area_weight": 0.8404}
{"county_geoid": "13311", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 9", "area_weight": 0.1592}
{"county_geoid": "13311", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 50", "area_weight": 0.562}
{"county_geoid": "13311", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 51", "area_weight": 0.4379}
{"county_geoid": "13313", "type": "CD", "district_state": "GA", "district_label": "Congressional District 14", "area_weight": 0.9997}
{"county_geoid": "13313", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 2", "area_weight": 0.3814}
{"county_geoid": "13313", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 4", "area_weight": 0.3173}
{"county_geoid": "13313", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 6", "area_weight": 0.3011}
{"county_geoid": "13313", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 54", "area_weight": 0.9998}
{"county_geoid": "13315", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "13315", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 148", "area_weight": 0.9997}
{"county_geoid": "13315", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 20", "area_weight": 0.9998}
{"county_geoid": "13317", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.7216}
{"county_geoid": "13317", "type": "CD", "district_state": "GA", "district_label": "Congressional District 10", "area_weight": 0.2784}
{"county_geoid": "13317", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 123", "area_weight": 0.9996}
{"county_geoid": "13317", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 24", "area_weight": 0.9997}
{"county_geoid": "13319", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.9987}
{"county_geoid": "13319", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 133", "area_weight": 0.9996}
{"county_geoid": "13319", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "13321", "type": "CD", "district_state": "GA", "district_label": "Congressional District 8", "area_weight": 0.997}
{"county_geoid": "13321", "type": "SH", "district_state": "GA", "district_label": "GA State House of Representatives District 152", "area_weight": 0.9997}
{"county_geoid": "13321", "type": "SS", "district_state": "GA", "district_label": "GA State Senate District 13", "area_weight": 0.9999}
{"county_geoid": "15001", "type": "CD", "district_state": "HI", "district_label": "Congressional District 2", "area_weight": 0.7904}
{"county_geoid": "15001", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 5", "area_weight": 0.3561}
{"county_geoid": "15001", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 1", "area_weight": 0.1543}
{"county_geoid": "15001", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 7", "area_weight": 0.0954}
{"county_geoid": "15001", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 8", "area_weight": 0.0873}
{"county_geoid": "15001", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 4", "area_weight": 0.0557}
{"county_geoid": "15001", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 6", "area_weight": 0.0218}
{"county_geoid": "15001", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 3", "area_weight": 0.0181}
{"county_geoid": "15001", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 4", "area_weight": 0.3224}
{"county_geoid": "15001", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 3", "area_weight": 0.3125}
{"county_geoid": "15001", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 2", "area_weight": 0.0873}
{"county_geoid": "15001", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 1", "area_weight": 0.0708}
{"county_geoid": "15003", "type": "CD", "district_state": "HI", "district_label": "Congressional District 2", "area_weight": 0.1817}
{"county_geoid": "15003", "type": "CD", "district_state": "HI", "district_label": "Congressional District 1", "area_weight": 0.0966}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 47", "area_weight": 0.0623}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 46", "area_weight": 0.0398}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 45", "area_weight": 0.0223}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 48", "area_weight": 0.0147}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 39", "area_weight": 0.0124}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 37", "area_weight": 0.0107}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 32", "area_weight": 0.0095}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 51", "area_weight": 0.0084}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 44", "area_weight": 0.0079}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 50", "area_weight": 0.0077}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 34", "area_weight": 0.0071}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 41", "area_weight": 0.0063}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 19", "area_weight": 0.0062}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 30", "area_weight": 0.006}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 49", "area_weight": 0.0058}
{"county_geoid": "15003", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 38", "area_weight": 0.0057}
{"county_geoid": "15003", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 23", "area_weight": 0.1064}
{"county_geoid": "15003", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 22", "area_weight": 0.0301}
{"county_geoid": "15003", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 17", "area_weight": 0.0236}
{"county_geoid": "15003", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 25", "area_weight": 0.0165}
{"county_geoid": "15003", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 15", "area_weight": 0.0149}
{"county_geoid": "15003", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 18", "area_weight": 0.0139}
{"county_geoid": "15003", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 16", "area_weight": 0.0126}
{"county_geoid": "15003", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 21", "area_weight": 0.0108}
{"county_geoid": "15003", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 24", "area_weight": 0.01}
{"county_geoid": "15003", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 14", "area_weight": 0.0098}
{"county_geoid": "15003", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 9", "area_weight": 0.0084}
{"county_geoid": "15003", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 20", "area_weight": 0.0055}
{"county_geoid": "15005", "type": "CD", "district_state": "HI", "district_label": "Congressional District 2", "area_weight": 0.2466}
{"county_geoid": "15005", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 13", "area_weight": 0.2307}
{"county_geoid": "15005", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 7", "area_weight": 0.2307}
{"county_geoid": "15007", "type": "CD", "district_state": "HI", "district_label": "Congressional District 2", "area_weight": 0.4937}
{"county_geoid": "15007", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 17", "area_weight": 0.2699}
{"county_geoid": "15007", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 15", "area_weight": 0.1482}
{"county_geoid": "15007", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 16", "area_weight": 0.0791}
{"county_geoid": "15007", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 8", "area_weight": 0.4972}
{"county_geoid": "15009", "type": "CD", "district_state": "HI", "district_label": "Congressional District 2", "area_weight": 0.4863}
{"county_geoid": "15009", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 13", "area_weight": 0.2915}
{"county_geoid": "15009", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 12", "area_weight": 0.1027}
{"county_geoid": "15009", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 14", "area_weight": 0.0587}
{"county_geoid": "15009", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 11", "area_weight": 0.015}
{"county_geoid": "15009", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 10", "area_weight": 0.0094}
{"county_geoid": "15009", "type": "SH", "district_state": "HI", "district_label": "HI State House of Representatives District 9", "area_weight": 0.0091}
{"county_geoid": "15009", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 7", "area_weight": 0.3875}
{"county_geoid": "15009", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 6", "area_weight": 0.0694}
{"county_geoid": "15009", "type": "SS", "district_state": "HI", "district_label": "HI State Senate District 5", "area_weight": 0.0295}
{"county_geoid": "16001", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.7626}
{"county_geoid": "16001", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 0.2374}
{"county_geoid": "16001", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 23", "area_weight": 0.5574}
{"county_geoid": "16001", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 18", "area_weight": 0.1351}
{"county_geoid": "16001", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 19", "area_weight": 0.0909}
{"county_geoid": "16001", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 14", "area_weight": 0.081}
{"county_geoid": "16001", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 22", "area_weight": 0.0379}
{"county_geoid": "16001", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 10", "area_weight": 0.0221}
{"county_geoid": "16001", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 21", "area_weight": 0.0197}
{"county_geoid": "16001", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 20", "area_weight": 0.0169}
{"county_geoid": "16001", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 17", "area_weight": 0.0134}
{"county_geoid": "16001", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 15", "area_weight": 0.0127}
{"county_geoid": "16001", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 16", "area_weight": 0.0125}
{"county_geoid": "16003", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9994}
{"county_geoid": "16003", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 7", "area_weight": 0.9995}
{"county_geoid": "16005", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "16005", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 28", "area_weight": 0.7367}
{"county_geoid": "16005", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 35", "area_weight": 0.2295}
{"county_geoid": "16005", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 29", "area_weight": 0.0336}
{"county_geoid": "16007", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "16007", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 35", "area_weight": 0.9999}
{"county_geoid": "16009", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "16009", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 2", "area_weight": 0.9998}
{"county_geoid": "16011", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "16011", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "16013", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "16013", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 26", "area_weight": 0.9996}
{"county_geoid": "16015", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9978}
{"county_geoid": "16015", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "16017", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "16017", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 1", "area_weight": 0.9068}
{"county_geoid": "16017", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 2", "area_weight": 0.0931}
{"county_geoid": "16019", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "16019", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 35", "area_weight": 0.7954}
{"county_geoid": "16019", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 32", "area_weight": 0.1952}
{"county_geoid": "16019", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 33", "area_weight": 0.0093}
{"county_geoid": "16021", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "16021", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "16023", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "16023", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "16025", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "16025", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 24", "area_weight": 0.9998}
{"county_geoid": "16027", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "16027", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 9", "area_weight": 0.3254}
{"county_geoid": "16027", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 23", "area_weight": 0.3164}
{"county_geoid": "16027", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 10", "area_weight": 0.2364}
{"county_geoid": "16027", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 13", "area_weight": 0.0519}
{"county_geoid": "16027", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 11", "area_weight": 0.0367}
{"county_geoid": "16027", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 12", "area_weight": 0.0331}
{"county_geoid": "16029", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "16029", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 35", "area_weight": 0.9999}
{"county_geoid": "16031", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "16031", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "16033", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 0.9987}
{"county_geoid": "16033", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 31", "area_weight": 0.9997}
{"county_geoid": "16035", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "16035", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 2", "area_weight": 0.9998}
{"county_geoid": "16037", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 0.9994}
{"county_geoid": "16037", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 8", "area_weight": 0.9998}
{"county_geoid": "16039", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 0.9979}
{"county_geoid": "16039", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 8", "area_weight": 0.9997}
{"county_geoid": "16041", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "16041", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 28", "area_weight": 0.9996}
{"county_geoid": "16043", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 0.9989}
{"county_geoid": "16043", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 31", "area_weight": 0.9998}
{"county_geoid": "16045", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "16045", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 14", "area_weight": 0.9994}
{"county_geoid": "16047", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "16047", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 24", "area_weight": 0.9998}
{"county_geoid": "16049", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9993}
{"county_geoid": "16049", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 7", "area_weight": 0.9996}
{"county_geoid": "16051", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "16051", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "16053", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "16053", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "16055", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "16055", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 2", "area_weight": 0.5815}
{"county_geoid": "16055", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 5", "area_weight": 0.2131}
{"county_geoid": "16055", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 3", "area_weight": 0.1904}
{"county_geoid": "16055", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 4", "area_weight": 0.0149}
{"county_geoid": "16057", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "16057", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 6", "area_weight": 0.9997}
{"county_geoid": "16059", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 0.9978}
{"county_geoid": "16059", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 31", "area_weight": 0.9996}
{"county_geoid": "16061", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "16061", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 6", "area_weight": 0.9996}
{"county_geoid": "16063", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "16063", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "16065", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "16065", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 34", "area_weight": 0.9995}
{"county_geoid": "16067", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "16067", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 27", "area_weight": 0.9998}
{"county_geoid": "16069", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9986}
{"county_geoid": "16069", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 6", "area_weight": 0.623}
{"county_geoid": "16069", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 7", "area_weight": 0.3766}
{"county_geoid": "16071", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "16071", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 27", "area_weight": 0.9998}
{"county_geoid": "16073", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "16073", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "16075", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9978}
{"county_geoid": "16075", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 9", "area_weight": 0.9995}
{"county_geoid": "16077", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "16077", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 28", "area_weight": 0.9998}
{"county_geoid": "16079", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9991}
{"county_geoid": "16079", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 2", "area_weight": 0.9998}
{"county_geoid": "16081", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "16081", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 35", "area_weight": 0.9998}
{"county_geoid": "16083", "type": "CD", "district_state": "ID", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "16083", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 24", "area_weight": 0.9845}
{"county_geoid": "16083", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 25", "area_weight": 0.015}
{"county_geoid": "16085", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9994}
{"county_geoid": "16085", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 8", "area_weight": 0.9998}
{"county_geoid": "16087", "type": "CD", "district_state": "ID", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "16087", "type": "SS", "district_state": "ID", "district_label": "ID State Senate District 9", "area_weight": 0.9996}
{"county_geoid": "17001", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9999}
{"county_geoid": "17001", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 99", "area_weight": 0.4839}
{"county_geoid": "17001", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 100", "area_weight": 0.3008}
{"county_geoid": "17001", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 94", "area_weight": 0.2153}
{"county_geoid": "17001", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 50", "area_weight": 0.7846}
{"county_geoid": "17001", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.2153}
{"county_geoid": "17003", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9994}
{"county_geoid": "17003", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 118", "area_weight": 0.9994}
{"county_geoid": "17005", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9998}
{"county_geoid": "17005", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 109", "area_weight": 0.6776}
{"county_geoid": "17005", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 110", "area_weight": 0.3224}
{"county_geoid": "17005", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 55", "area_weight": 1.0}
{"county_geoid": "17007", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.6699}
{"county_geoid": "17007", "type": "CD", "district_state": "IL", "district_label": "Congressional District 11", "area_weight": 0.3301}
{"county_geoid": "17007", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 69", "area_weight": 0.5049}
{"county_geoid": "17007", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 89", "area_weight": 0.2486}
{"county_geoid": "17007", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 90", "area_weight": 0.1839}
{"county_geoid": "17007", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 68", "area_weight": 0.0625}
{"county_geoid": "17007", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 35", "area_weight": 0.5049}
{"county_geoid": "17007", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 45", "area_weight": 0.4325}
{"county_geoid": "17007", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 34", "area_weight": 0.0625}
{"county_geoid": "17009", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "17009", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 99", "area_weight": 0.6986}
{"county_geoid": "17009", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 100", "area_weight": 0.3014}
{"county_geoid": "17009", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 50", "area_weight": 1.0}
{"county_geoid": "17011", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.8173}
{"county_geoid": "17011", "type": "CD", "district_state": "IL", "district_label": "Congressional District 14", "area_weight": 0.1827}
{"county_geoid": "17011", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 73", "area_weight": 0.8782}
{"county_geoid": "17011", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 105", "area_weight": 0.0629}
{"county_geoid": "17011", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 76", "area_weight": 0.0589}
{"county_geoid": "17011", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 37", "area_weight": 0.8782}
{"county_geoid": "17011", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 53", "area_weight": 0.0629}
{"county_geoid": "17011", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 38", "area_weight": 0.0589}
{"county_geoid": "17013", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9992}
{"county_geoid": "17013", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 100", "area_weight": 0.9992}
{"county_geoid": "17013", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 50", "area_weight": 0.9992}
{"county_geoid": "17015", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.9995}
{"county_geoid": "17015", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 89", "area_weight": 0.9998}
{"county_geoid": "17015", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 45", "area_weight": 0.9998}
{"county_geoid": "17017", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "17017", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 99", "area_weight": 0.9996}
{"county_geoid": "17017", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 50", "area_weight": 0.9996}
{"county_geoid": "17019", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.6216}
{"county_geoid": "17019", "type": "CD", "district_state": "IL", "district_label": "Congressional District 13", "area_weight": 0.1924}
{"county_geoid": "17019", "type": "CD", "district_state": "IL", "district_label": "Congressional District 2", "area_weight": 0.1859}
{"county_geoid": "17019", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 101", "area_weight": 0.586}
{"county_geoid": "17019", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 104", "area_weight": 0.2901}
{"county_geoid": "17019", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 102", "area_weight": 0.0981}
{"county_geoid": "17019", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 103", "area_weight": 0.0258}
{"county_geoid": "17019", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 51", "area_weight": 0.684}
{"county_geoid": "17019", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 52", "area_weight": 0.3159}
{"county_geoid": "17021", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9987}
{"county_geoid": "17021", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 107", "area_weight": 0.4942}
{"county_geoid": "17021", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 95", "area_weight": 0.1959}
{"county_geoid": "17021", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 108", "area_weight": 0.1902}
{"county_geoid": "17021", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 96", "area_weight": 0.1197}
{"county_geoid": "17021", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 54", "area_weight": 0.6844}
{"county_geoid": "17021", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 48", "area_weight": 0.3156}
{"county_geoid": "17023", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9969}
{"county_geoid": "17023", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 102", "area_weight": 0.9997}
{"county_geoid": "17023", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 51", "area_weight": 0.9997}
{"county_geoid": "17025", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "17025", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 110", "area_weight": 0.9999}
{"county_geoid": "17025", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 55", "area_weight": 0.9999}
{"county_geoid": "17027", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9999}
{"county_geoid": "17027", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 110", "area_weight": 0.5065}
{"county_geoid": "17027", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 109", "area_weight": 0.4935}
{"county_geoid": "17027", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 55", "area_weight": 1.0}
{"county_geoid": "17029", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.5275}
{"county_geoid": "17029", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.4725}
{"county_geoid": "17029", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 101", "area_weight": 0.7102}
{"county_geoid": "17029", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 102", "area_weight": 0.2897}
{"county_geoid": "17029", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 51", "area_weight": 1.0}
{"county_geoid": "17031", "type": "CD", "district_state": "IL", "district_label": "Congressional District 2", "area_weight": 0.1018}
{"county_geoid": "17031", "type": "CD", "district_state": "IL", "district_label": "Congressional District 6", "area_weight": 0.0861}
{"county_geoid": "17031", "type": "CD", "district_state": "IL", "district_label": "Congressional District 5", "area_weight": 0.0728}
{"county_geoid": "17031", "type": "CD", "district_state": "IL", "district_label": "Congressional District 8", "area_weight": 0.063}
{"county_geoid": "17031", "type": "CD", "district_state": "IL", "district_label": "Congressional District 1", "area_weight": 0.0542}
{"county_geoid": "17031", "type": "CD", "district_state": "IL", "district_label": "Congressional District 4", "area_weight": 0.0514}
{"county_geoid": "17031", "type": "CD", "district_state": "IL", "district_label": "Congressional District 9", "area_weight": 0.0505}
{"county_geoid": "17031", "type": "CD", "district_state": "IL", "district_label": "Congressional District 7", "area_weight": 0.042}
{"county_geoid": "17031", "type": "CD", "district_state": "IL", "district_label": "Congressional District 3", "area_weight": 0.0338}
{"county_geoid": "17031", "type": "CD", "district_state": "IL", "district_label": "Congressional District 10", "area_weight": 0.022}
{"county_geoid": "17031", "type": "CD", "district_state": "IL", "district_label": "Congressional District 11", "area_weight": 0.0071}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 38", "area_weight": 0.0235}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 30", "area_weight": 0.0234}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 56", "area_weight": 0.0229}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 82", "area_weight": 0.0225}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 34", "area_weight": 0.0224}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 57", "area_weight": 0.0223}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 52", "area_weight": 0.0221}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 36", "area_weight": 0.0205}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 35", "area_weight": 0.0195}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 29", "area_weight": 0.0187}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 27", "area_weight": 0.0183}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 51", "area_weight": 0.0163}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 28", "area_weight": 0.0156}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 17", "area_weight": 0.015}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 44", "area_weight": 0.0145}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 77", "area_weight": 0.0139}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 33", "area_weight": 0.0135}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 54", "area_weight": 0.0134}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 7", "area_weight": 0.0127}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 53", "area_weight": 0.0126}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 21", "area_weight": 0.0113}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 20", "area_weight": 0.0109}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 15", "area_weight": 0.0106}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 55", "area_weight": 0.0098}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 80", "area_weight": 0.0098}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 31", "area_weight": 0.0097}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 22", "area_weight": 0.0094}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 8", "area_weight": 0.0093}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 18", "area_weight": 0.0091}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 2", "area_weight": 0.0083}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 43", "area_weight": 0.0072}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 32", "area_weight": 0.0069}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 1", "area_weight": 0.0069}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 78", "area_weight": 0.0068}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 16", "area_weight": 0.0067}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 37", "area_weight": 0.006}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 25", "area_weight": 0.0057}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 49", "area_weight": 0.0057}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 10", "area_weight": 0.0056}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 6", "area_weight": 0.0055}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 19", "area_weight": 0.0054}
{"county_geoid": "17031", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 9", "area_weight": 0.0053}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 15", "area_weight": 0.0421}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 18", "area_weight": 0.04}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 26", "area_weight": 0.0385}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 17", "area_weight": 0.0359}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 14", "area_weight": 0.0339}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 28", "area_weight": 0.0327}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 19", "area_weight": 0.0295}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 27", "area_weight": 0.026}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 29", "area_weight": 0.0246}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 9", "area_weight": 0.0241}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 41", "area_weight": 0.0225}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 4", "area_weight": 0.022}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 22", "area_weight": 0.0217}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 11", "area_weight": 0.0207}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 39", "area_weight": 0.0207}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 8", "area_weight": 0.0173}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 16", "area_weight": 0.0166}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 10", "area_weight": 0.0163}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 1", "area_weight": 0.0152}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 40", "area_weight": 0.0112}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 5", "area_weight": 0.0109}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 13", "area_weight": 0.0102}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 3", "area_weight": 0.0097}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 12", "area_weight": 0.009}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 2", "area_weight": 0.0068}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 20", "area_weight": 0.0066}
{"county_geoid": "17031", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 25", "area_weight": 0.0057}
{"county_geoid": "17033", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9958}
{"county_geoid": "17033", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 102", "area_weight": 0.9996}
{"county_geoid": "17033", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 51", "area_weight": 0.9996}
{"county_geoid": "17035", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9999}
{"county_geoid": "17035", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 102", "area_weight": 0.8595}
{"county_geoid": "17035", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 107", "area_weight": 0.1404}
{"county_geoid": "17035", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 51", "area_weight": 0.8596}
{"county_geoid": "17035", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 54", "area_weight": 0.1404}
{"county_geoid": "17037", "type": "CD", "district_state": "IL", "district_label": "Congressional District 14", "area_weight": 0.699}
{"county_geoid": "17037", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.1664}
{"county_geoid": "17037", "type": "CD", "district_state": "IL", "district_label": "Congressional District 11", "area_weight": 0.1346}
{"county_geoid": "17037", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 74", "area_weight": 0.3233}
{"county_geoid": "17037", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 89", "area_weight": 0.2814}
{"county_geoid": "17037", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 70", "area_weight": 0.2493}
{"county_geoid": "17037", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 76", "area_weight": 0.1202}
{"county_geoid": "17037", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 75", "area_weight": 0.0258}
{"county_geoid": "17037", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 37", "area_weight": 0.3233}
{"county_geoid": "17037", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 45", "area_weight": 0.2814}
{"county_geoid": "17037", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 35", "area_weight": 0.2493}
{"county_geoid": "17037", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 38", "area_weight": 0.146}
{"county_geoid": "17039", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9997}
{"county_geoid": "17039", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 88", "area_weight": 0.521}
{"county_geoid": "17039", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 87", "area_weight": 0.479}
{"county_geoid": "17039", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 44", "area_weight": 1.0}
{"county_geoid": "17041", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9996}
{"county_geoid": "17041", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 101", "area_weight": 0.8871}
{"county_geoid": "17041", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 102", "area_weight": 0.1129}
{"county_geoid": "17041", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 51", "area_weight": 1.0}
{"county_geoid": "17043", "type": "CD", "district_state": "IL", "district_label": "Congressional District 3", "area_weight": 0.3023}
{"county_geoid": "17043", "type": "CD", "district_state": "IL", "district_label": "Congressional District 6", "area_weight": 0.2646}
{"county_geoid": "17043", "type": "CD", "district_state": "IL", "district_label": "Congressional District 11", "area_weight": 0.2377}
{"county_geoid": "17043", "type": "CD", "district_state": "IL", "district_label": "Congressional District 8", "area_weight": 0.1555}
{"county_geoid": "17043", "type": "CD", "district_state": "IL", "district_label": "Congressional District 4", "area_weight": 0.0397}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 49", "area_weight": 0.147}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 47", "area_weight": 0.1422}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 48", "area_weight": 0.0922}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 42", "area_weight": 0.092}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 81", "area_weight": 0.0903}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 45", "area_weight": 0.0862}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 46", "area_weight": 0.0837}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 82", "area_weight": 0.0791}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 41", "area_weight": 0.0659}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 77", "area_weight": 0.0338}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 84", "area_weight": 0.0326}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 7", "area_weight": 0.0174}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 65", "area_weight": 0.0134}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 50", "area_weight": 0.0093}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 56", "area_weight": 0.0089}
{"county_geoid": "17043", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 85", "area_weight": 0.0061}
{"county_geoid": "17043", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 24", "area_weight": 0.2344}
{"county_geoid": "17043", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 23", "area_weight": 0.1699}
{"county_geoid": "17043", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 41", "area_weight": 0.1694}
{"county_geoid": "17043", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 21", "area_weight": 0.1579}
{"county_geoid": "17043", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 25", "area_weight": 0.1562}
{"county_geoid": "17043", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 39", "area_weight": 0.0338}
{"county_geoid": "17043", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 42", "area_weight": 0.0326}
{"county_geoid": "17043", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 4", "area_weight": 0.0174}
{"county_geoid": "17043", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 33", "area_weight": 0.0134}
{"county_geoid": "17043", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 28", "area_weight": 0.0089}
{"county_geoid": "17043", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 43", "area_weight": 0.0061}
{"county_geoid": "17045", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9996}
{"county_geoid": "17045", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 102", "area_weight": 0.9999}
{"county_geoid": "17045", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 51", "area_weight": 0.9999}
{"county_geoid": "17047", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "17047", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 116", "area_weight": 1.0}
{"county_geoid": "17047", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 1.0}
{"county_geoid": "17049", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9998}
{"county_geoid": "17049", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 107", "area_weight": 0.5892}
{"county_geoid": "17049", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 110", "area_weight": 0.3027}
{"county_geoid": "17049", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 102", "area_weight": 0.1082}
{"county_geoid": "17049", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 54", "area_weight": 0.5892}
{"county_geoid": "17049", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 55", "area_weight": 0.3027}
{"county_geoid": "17049", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 51", "area_weight": 0.1082}
{"county_geoid": "17051", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9998}
{"county_geoid": "17051", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 110", "area_weight": 1.0}
{"county_geoid": "17051", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 55", "area_weight": 1.0}
{"county_geoid": "17053", "type": "CD", "district_state": "IL", "district_label": "Congressional District 2", "area_weight": 0.901}
{"county_geoid": "17053", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.099}
{"county_geoid": "17053", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 106", "area_weight": 0.8098}
{"county_geoid": "17053", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 101", "area_weight": 0.1902}
{"county_geoid": "17053", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 53", "area_weight": 0.8098}
{"county_geoid": "17053", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 51", "area_weight": 0.1902}
{"county_geoid": "17055", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "17055", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 116", "area_weight": 0.5492}
{"county_geoid": "17055", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 117", "area_weight": 0.4505}
{"county_geoid": "17055", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 0.5494}
{"county_geoid": "17057", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.5727}
{"county_geoid": "17057", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.4273}
{"county_geoid": "17057", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 94", "area_weight": 0.9582}
{"county_geoid": "17057", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 93", "area_weight": 0.0418}
{"county_geoid": "17057", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 1.0}
{"county_geoid": "17059", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9987}
{"county_geoid": "17059", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 117", "area_weight": 0.9994}
{"county_geoid": "17061", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "17061", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 100", "area_weight": 1.0}
{"county_geoid": "17061", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 50", "area_weight": 1.0}
{"county_geoid": "17063", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.9992}
{"county_geoid": "17063", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 106", "area_weight": 0.7101}
{"county_geoid": "17063", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 75", "area_weight": 0.2485}
{"county_geoid": "17063", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 79", "area_weight": 0.0414}
{"county_geoid": "17063", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 53", "area_weight": 0.7101}
{"county_geoid": "17063", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 38", "area_weight": 0.2485}
{"county_geoid": "17063", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 40", "area_weight": 0.0414}
{"county_geoid": "17065", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "17065", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 116", "area_weight": 0.6238}
{"county_geoid": "17065", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 117", "area_weight": 0.3762}
{"county_geoid": "17065", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 0.6238}
{"county_geoid": "17067", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9999}
{"county_geoid": "17067", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 94", "area_weight": 0.9999}
{"county_geoid": "17067", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.9999}
{"county_geoid": "17069", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.999}
{"county_geoid": "17069", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 117", "area_weight": 0.9994}
{"county_geoid": "17071", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9998}
{"county_geoid": "17071", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 94", "area_weight": 0.9998}
{"county_geoid": "17071", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.9998}
{"county_geoid": "17073", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.854}
{"county_geoid": "17073", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.146}
{"county_geoid": "17073", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 93", "area_weight": 0.5775}
{"county_geoid": "17073", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 73", "area_weight": 0.2564}
{"county_geoid": "17073", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 71", "area_weight": 0.1661}
{"county_geoid": "17073", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.5775}
{"county_geoid": "17073", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 37", "area_weight": 0.2564}
{"county_geoid": "17073", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 36", "area_weight": 0.1661}
{"county_geoid": "17075", "type": "CD", "district_state": "IL", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "17075", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 106", "area_weight": 0.9998}
{"county_geoid": "17075", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 53", "area_weight": 0.9998}
{"county_geoid": "17077", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9999}
{"county_geoid": "17077", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 115", "area_weight": 0.5824}
{"county_geoid": "17077", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 118", "area_weight": 0.4175}
{"county_geoid": "17077", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 0.5824}
{"county_geoid": "17079", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "17079", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 102", "area_weight": 0.9999}
{"county_geoid": "17079", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 51", "area_weight": 0.9999}
{"county_geoid": "17081", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "17081", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 116", "area_weight": 0.9999}
{"county_geoid": "17081", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 1.0}
{"county_geoid": "17083", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9997}
{"county_geoid": "17083", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 100", "area_weight": 0.9999}
{"county_geoid": "17083", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 50", "area_weight": 0.9999}
{"county_geoid": "17085", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.9991}
{"county_geoid": "17085", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 89", "area_weight": 0.9996}
{"county_geoid": "17085", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 45", "area_weight": 0.9996}
{"county_geoid": "17087", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "17087", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 117", "area_weight": 0.9999}
{"county_geoid": "17089", "type": "CD", "district_state": "IL", "district_label": "Congressional District 11", "area_weight": 0.5837}
{"county_geoid": "17089", "type": "CD", "district_state": "IL", "district_label": "Congressional District 8", "area_weight": 0.2607}
{"county_geoid": "17089", "type": "CD", "district_state": "IL", "district_label": "Congressional District 14", "area_weight": 0.1556}
{"county_geoid": "17089", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 70", "area_weight": 0.4942}
{"county_geoid": "17089", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 65", "area_weight": 0.2306}
{"county_geoid": "17089", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 83", "area_weight": 0.0828}
{"county_geoid": "17089", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 66", "area_weight": 0.0773}
{"county_geoid": "17089", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 50", "area_weight": 0.0569}
{"county_geoid": "17089", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 43", "area_weight": 0.0284}
{"county_geoid": "17089", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 49", "area_weight": 0.0186}
{"county_geoid": "17089", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 84", "area_weight": 0.0089}
{"county_geoid": "17089", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 35", "area_weight": 0.4942}
{"county_geoid": "17089", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 33", "area_weight": 0.3079}
{"county_geoid": "17089", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 42", "area_weight": 0.0918}
{"county_geoid": "17089", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 25", "area_weight": 0.0755}
{"county_geoid": "17089", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 22", "area_weight": 0.0284}
{"county_geoid": "17091", "type": "CD", "district_state": "IL", "district_label": "Congressional District 2", "area_weight": 0.8582}
{"county_geoid": "17091", "type": "CD", "district_state": "IL", "district_label": "Congressional District 1", "area_weight": 0.1416}
{"county_geoid": "17091", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 79", "area_weight": 0.5184}
{"county_geoid": "17091", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 34", "area_weight": 0.3314}
{"county_geoid": "17091", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 29", "area_weight": 0.15}
{"county_geoid": "17091", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 40", "area_weight": 0.5184}
{"county_geoid": "17091", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 17", "area_weight": 0.3314}
{"county_geoid": "17091", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 15", "area_weight": 0.15}
{"county_geoid": "17093", "type": "CD", "district_state": "IL", "district_label": "Congressional District 14", "area_weight": 0.9988}
{"county_geoid": "17093", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 75", "area_weight": 0.8609}
{"county_geoid": "17093", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 97", "area_weight": 0.0635}
{"county_geoid": "17093", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 83", "area_weight": 0.0507}
{"county_geoid": "17093", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 84", "area_weight": 0.0249}
{"county_geoid": "17093", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 38", "area_weight": 0.8609}
{"county_geoid": "17093", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 42", "area_weight": 0.0756}
{"county_geoid": "17093", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 49", "area_weight": 0.0635}
{"county_geoid": "17095", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.9999}
{"county_geoid": "17095", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 93", "area_weight": 0.598}
{"county_geoid": "17095", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 71", "area_weight": 0.2014}
{"county_geoid": "17095", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 94", "area_weight": 0.2006}
{"county_geoid": "17095", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.7986}
{"county_geoid": "17095", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 36", "area_weight": 0.2014}
{"county_geoid": "17097", "type": "CD", "district_state": "IL", "district_label": "Congressional District 10", "area_weight": 0.2674}
{"county_geoid": "17097", "type": "CD", "district_state": "IL", "district_label": "Congressional District 9", "area_weight": 0.0304}
{"county_geoid": "17097", "type": "CD", "district_state": "IL", "district_label": "Congressional District 5", "area_weight": 0.0288}
{"county_geoid": "17097", "type": "CD", "district_state": "IL", "district_label": "Congressional District 11", "area_weight": 0.0166}
{"county_geoid": "17097", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 61", "area_weight": 0.0682}
{"county_geoid": "17097", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 52", "area_weight": 0.059}
{"county_geoid": "17097", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 64", "area_weight": 0.0523}
{"county_geoid": "17097", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 58", "area_weight": 0.0401}
{"county_geoid": "17097", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 62", "area_weight": 0.0389}
{"county_geoid": "17097", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 51", "area_weight": 0.03}
{"county_geoid": "17097", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 59", "area_weight": 0.0273}
{"county_geoid": "17097", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 60", "area_weight": 0.0247}
{"county_geoid": "17097", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 31", "area_weight": 0.1071}
{"county_geoid": "17097", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 26", "area_weight": 0.089}
{"county_geoid": "17097", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 32", "area_weight": 0.0523}
{"county_geoid": "17097", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 30", "area_weight": 0.0519}
{"county_geoid": "17097", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 29", "area_weight": 0.0434}
{"county_geoid": "17099", "type": "CD", "district_state": "IL", "district_label": "Congressional District 14", "area_weight": 0.6144}
{"county_geoid": "17099", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.3856}
{"county_geoid": "17099", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 76", "area_weight": 0.2982}
{"county_geoid": "17099", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 74", "area_weight": 0.2825}
{"county_geoid": "17099", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 106", "area_weight": 0.201}
{"county_geoid": "17099", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 105", "area_weight": 0.1123}
{"county_geoid": "17099", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 75", "area_weight": 0.1061}
{"county_geoid": "17099", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 38", "area_weight": 0.4043}
{"county_geoid": "17099", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 53", "area_weight": 0.3132}
{"county_geoid": "17099", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 37", "area_weight": 0.2825}
{"county_geoid": "17101", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.995}
{"county_geoid": "17101", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.005}
{"county_geoid": "17101", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 102", "area_weight": 0.9996}
{"county_geoid": "17101", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 51", "area_weight": 0.9996}
{"county_geoid": "17103", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.9998}
{"county_geoid": "17103", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 74", "area_weight": 0.8033}
{"county_geoid": "17103", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 73", "area_weight": 0.1967}
{"county_geoid": "17103", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 37", "area_weight": 1.0}
{"county_geoid": "17105", "type": "CD", "district_state": "IL", "district_label": "Congressional District 2", "area_weight": 0.5961}
{"county_geoid": "17105", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.4039}
{"county_geoid": "17105", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 106", "area_weight": 0.6635}
{"county_geoid": "17105", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 105", "area_weight": 0.3147}
{"county_geoid": "17105", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 88", "area_weight": 0.0218}
{"county_geoid": "17105", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 53", "area_weight": 0.9782}
{"county_geoid": "17105", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 44", "area_weight": 0.0218}
{"county_geoid": "17107", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9997}
{"county_geoid": "17107", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 87", "area_weight": 1.0}
{"county_geoid": "17107", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 44", "area_weight": 1.0}
{"county_geoid": "17109", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.8669}
{"county_geoid": "17109", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.1331}
{"county_geoid": "17109", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 94", "area_weight": 0.6893}
{"county_geoid": "17109", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 71", "area_weight": 0.3107}
{"county_geoid": "17109", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.6893}
{"county_geoid": "17109", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 36", "area_weight": 0.3107}
{"county_geoid": "17111", "type": "CD", "district_state": "IL", "district_label": "Congressional District 11", "area_weight": 0.4848}
{"county_geoid": "17111", "type": "CD", "district_state": "IL", "district_label": "Congressional District 10", "area_weight": 0.2194}
{"county_geoid": "17111", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.2172}
{"county_geoid": "17111", "type": "CD", "district_state": "IL", "district_label": "Congressional District 9", "area_weight": 0.0785}
{"county_geoid": "17111", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 69", "area_weight": 0.6117}
{"county_geoid": "17111", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 63", "area_weight": 0.2075}
{"county_geoid": "17111", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 64", "area_weight": 0.1176}
{"county_geoid": "17111", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 52", "area_weight": 0.0271}
{"county_geoid": "17111", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 66", "area_weight": 0.0262}
{"county_geoid": "17111", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 70", "area_weight": 0.0097}
{"county_geoid": "17111", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 35", "area_weight": 0.6214}
{"county_geoid": "17111", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 32", "area_weight": 0.3251}
{"county_geoid": "17111", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 26", "area_weight": 0.0271}
{"county_geoid": "17111", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 33", "area_weight": 0.0262}
{"county_geoid": "17113", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.853}
{"county_geoid": "17113", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.1462}
{"county_geoid": "17113", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 88", "area_weight": 0.5724}
{"county_geoid": "17113", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 87", "area_weight": 0.2072}
{"county_geoid": "17113", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 105", "area_weight": 0.1177}
{"county_geoid": "17113", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 91", "area_weight": 0.061}
{"county_geoid": "17113", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 106", "area_weight": 0.0417}
{"county_geoid": "17113", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 44", "area_weight": 0.7796}
{"county_geoid": "17113", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 53", "area_weight": 0.1594}
{"county_geoid": "17113", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 46", "area_weight": 0.061}
{"county_geoid": "17115", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.6616}
{"county_geoid": "17115", "type": "CD", "district_state": "IL", "district_label": "Congressional District 13", "area_weight": 0.3384}
{"county_geoid": "17115", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 88", "area_weight": 0.3314}
{"county_geoid": "17115", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 107", "area_weight": 0.2644}
{"county_geoid": "17115", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 87", "area_weight": 0.2509}
{"county_geoid": "17115", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 96", "area_weight": 0.116}
{"county_geoid": "17115", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 95", "area_weight": 0.0373}
{"county_geoid": "17115", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 44", "area_weight": 0.5822}
{"county_geoid": "17115", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 54", "area_weight": 0.2644}
{"county_geoid": "17115", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 48", "area_weight": 0.1534}
{"county_geoid": "17117", "type": "CD", "district_state": "IL", "district_label": "Congressional District 13", "area_weight": 0.999}
{"county_geoid": "17117", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 100", "area_weight": 0.5005}
{"county_geoid": "17117", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 108", "area_weight": 0.4995}
{"county_geoid": "17117", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 50", "area_weight": 0.5005}
{"county_geoid": "17117", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 54", "area_weight": 0.4995}
{"county_geoid": "17119", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.6262}
{"county_geoid": "17119", "type": "CD", "district_state": "IL", "district_label": "Congressional District 13", "area_weight": 0.3737}
{"county_geoid": "17119", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 109", "area_weight": 0.5584}
{"county_geoid": "17119", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 111", "area_weight": 0.1817}
{"county_geoid": "17119", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 100", "area_weight": 0.1536}
{"county_geoid": "17119", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 112", "area_weight": 0.1002}
{"county_geoid": "17119", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 113", "area_weight": 0.0061}
{"county_geoid": "17119", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 55", "area_weight": 0.5584}
{"county_geoid": "17119", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 56", "area_weight": 0.2819}
{"county_geoid": "17119", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 50", "area_weight": 0.1536}
{"county_geoid": "17119", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 57", "area_weight": 0.0061}
{"county_geoid": "17121", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9996}
{"county_geoid": "17121", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 110", "area_weight": 0.9682}
{"county_geoid": "17121", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 116", "area_weight": 0.0318}
{"county_geoid": "17121", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 55", "area_weight": 0.9682}
{"county_geoid": "17121", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 0.0318}
{"county_geoid": "17123", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 1.0}
{"county_geoid": "17123", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 105", "area_weight": 0.8193}
{"county_geoid": "17123", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 73", "area_weight": 0.1807}
{"county_geoid": "17123", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 53", "area_weight": 0.8193}
{"county_geoid": "17123", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 37", "area_weight": 0.1807}
{"county_geoid": "17125", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9999}
{"county_geoid": "17125", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 94", "area_weight": 0.9989}
{"county_geoid": "17125", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.9989}
{"county_geoid": "17127", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9988}
{"county_geoid": "17127", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 117", "area_weight": 0.9995}
{"county_geoid": "17129", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "17129", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 108", "area_weight": 0.9995}
{"county_geoid": "17129", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 54", "area_weight": 0.9995}
{"county_geoid": "17131", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.6178}
{"county_geoid": "17131", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.3821}
{"county_geoid": "17131", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 94", "area_weight": 0.7473}
{"county_geoid": "17131", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 71", "area_weight": 0.2526}
{"county_geoid": "17131", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.7473}
{"county_geoid": "17131", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 36", "area_weight": 0.2526}
{"county_geoid": "17133", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9986}
{"county_geoid": "17133", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 115", "area_weight": 0.9992}
{"county_geoid": "17133", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 0.9992}
{"county_geoid": "17135", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9998}
{"county_geoid": "17135", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 108", "area_weight": 0.7356}
{"county_geoid": "17135", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 107", "area_weight": 0.1586}
{"county_geoid": "17135", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 110", "area_weight": 0.1058}
{"county_geoid": "17135", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 54", "area_weight": 0.8942}
{"county_geoid": "17135", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 55", "area_weight": 0.1058}
{"county_geoid": "17137", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "17137", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 99", "area_weight": 0.5898}
{"county_geoid": "17137", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 100", "area_weight": 0.4102}
{"county_geoid": "17137", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 50", "area_weight": 1.0}
{"county_geoid": "17139", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "17139", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 107", "area_weight": 0.9689}
{"county_geoid": "17139", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 101", "area_weight": 0.0311}
{"county_geoid": "17139", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 54", "area_weight": 0.9689}
{"county_geoid": "17139", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 51", "area_weight": 0.0311}
{"county_geoid": "17141", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.9999}
{"county_geoid": "17141", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 89", "area_weight": 0.7433}
{"county_geoid": "17141", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 74", "area_weight": 0.2566}
{"county_geoid": "17141", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 45", "area_weight": 0.7433}
{"county_geoid": "17141", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 37", "area_weight": 0.2566}
{"county_geoid": "17143", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.596}
{"county_geoid": "17143", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.404}
{"county_geoid": "17143", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 93", "area_weight": 0.6464}
{"county_geoid": "17143", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 73", "area_weight": 0.2274}
{"county_geoid": "17143", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 92", "area_weight": 0.0759}
{"county_geoid": "17143", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 105", "area_weight": 0.0199}
{"county_geoid": "17143", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 91", "area_weight": 0.0163}
{"county_geoid": "17143", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 94", "area_weight": 0.0141}
{"county_geoid": "17143", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.6605}
{"county_geoid": "17143", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 37", "area_weight": 0.2274}
{"county_geoid": "17143", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 46", "area_weight": 0.0922}
{"county_geoid": "17143", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 53", "area_weight": 0.0199}
{"county_geoid": "17145", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "17145", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 115", "area_weight": 0.9998}
{"county_geoid": "17145", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 1.0}
{"county_geoid": "17147", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.5551}
{"county_geoid": "17147", "type": "CD", "district_state": "IL", "district_label": "Congressional District 13", "area_weight": 0.4448}
{"county_geoid": "17147", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 88", "area_weight": 1.0}
{"county_geoid": "17147", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 44", "area_weight": 1.0}
{"county_geoid": "17149", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9999}
{"county_geoid": "17149", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 100", "area_weight": 0.9999}
{"county_geoid": "17149", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 50", "area_weight": 0.9999}
{"county_geoid": "17151", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9994}
{"county_geoid": "17151", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 117", "area_weight": 0.9996}
{"county_geoid": "17153", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9972}
{"county_geoid": "17153", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 118", "area_weight": 0.9994}
{"county_geoid": "17155", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.5745}
{"county_geoid": "17155", "type": "CD", "district_state": "IL", "district_label": "Congressional District 14", "area_weight": 0.4255}
{"county_geoid": "17155", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 105", "area_weight": 0.9999}
{"county_geoid": "17155", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 53", "area_weight": 0.9999}
{"county_geoid": "17157", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9994}
{"county_geoid": "17157", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 115", "area_weight": 0.9996}
{"county_geoid": "17157", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 0.9996}
{"county_geoid": "17159", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "17159", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 110", "area_weight": 0.9998}
{"county_geoid": "17159", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 55", "area_weight": 0.9998}
{"county_geoid": "17161", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.9986}
{"county_geoid": "17161", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 94", "area_weight": 0.4107}
{"county_geoid": "17161", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 73", "area_weight": 0.2535}
{"county_geoid": "17161", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 72", "area_weight": 0.1775}
{"county_geoid": "17161", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 71", "area_weight": 0.1579}
{"county_geoid": "17161", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.4107}
{"county_geoid": "17161", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 36", "area_weight": 0.3354}
{"county_geoid": "17161", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 37", "area_weight": 0.2535}
{"county_geoid": "17163", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.791}
{"county_geoid": "17163", "type": "CD", "district_state": "IL", "district_label": "Congressional District 13", "area_weight": 0.209}
{"county_geoid": "17163", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 114", "area_weight": 0.6409}
{"county_geoid": "17163", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 113", "area_weight": 0.1263}
{"county_geoid": "17163", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 115", "area_weight": 0.0995}
{"county_geoid": "17163", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 109", "area_weight": 0.08}
{"county_geoid": "17163", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 112", "area_weight": 0.0532}
{"county_geoid": "17163", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 57", "area_weight": 0.7672}
{"county_geoid": "17163", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 0.0995}
{"county_geoid": "17163", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 55", "area_weight": 0.08}
{"county_geoid": "17163", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 56", "area_weight": 0.0532}
{"county_geoid": "17165", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "17165", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 117", "area_weight": 1.0}
{"county_geoid": "17167", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.5122}
{"county_geoid": "17167", "type": "CD", "district_state": "IL", "district_label": "Congressional District 13", "area_weight": 0.4878}
{"county_geoid": "17167", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 108", "area_weight": 0.6197}
{"county_geoid": "17167", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 95", "area_weight": 0.1662}
{"county_geoid": "17167", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 87", "area_weight": 0.1333}
{"county_geoid": "17167", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 96", "area_weight": 0.0808}
{"county_geoid": "17167", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 54", "area_weight": 0.6197}
{"county_geoid": "17167", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 48", "area_weight": 0.2469}
{"county_geoid": "17167", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 44", "area_weight": 0.1333}
{"county_geoid": "17169", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "17169", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 94", "area_weight": 0.5477}
{"county_geoid": "17169", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 99", "area_weight": 0.4523}
{"county_geoid": "17169", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.5477}
{"county_geoid": "17169", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 50", "area_weight": 0.4523}
{"county_geoid": "17171", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "17171", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 100", "area_weight": 1.0}
{"county_geoid": "17171", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 50", "area_weight": 1.0}
{"county_geoid": "17173", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.9999}
{"county_geoid": "17173", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 107", "area_weight": 1.0}
{"county_geoid": "17173", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 54", "area_weight": 1.0}
{"county_geoid": "17175", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 1.0}
{"county_geoid": "17175", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 93", "area_weight": 0.6253}
{"county_geoid": "17175", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 73", "area_weight": 0.3747}
{"county_geoid": "17175", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.6253}
{"county_geoid": "17175", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 37", "area_weight": 0.3747}
{"county_geoid": "17177", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.5384}
{"county_geoid": "17177", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.4613}
{"county_geoid": "17177", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 89", "area_weight": 0.5443}
{"county_geoid": "17177", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 90", "area_weight": 0.4555}
{"county_geoid": "17177", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 45", "area_weight": 0.9998}
{"county_geoid": "17179", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.5382}
{"county_geoid": "17179", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.4616}
{"county_geoid": "17179", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 87", "area_weight": 0.5899}
{"county_geoid": "17179", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 93", "area_weight": 0.1659}
{"county_geoid": "17179", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 94", "area_weight": 0.0988}
{"county_geoid": "17179", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 91", "area_weight": 0.0878}
{"county_geoid": "17179", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 105", "area_weight": 0.0576}
{"county_geoid": "17179", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 44", "area_weight": 0.5899}
{"county_geoid": "17179", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.2647}
{"county_geoid": "17179", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 46", "area_weight": 0.0878}
{"county_geoid": "17179", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 53", "area_weight": 0.0576}
{"county_geoid": "17181", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9999}
{"county_geoid": "17181", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 118", "area_weight": 0.9998}
{"county_geoid": "17183", "type": "CD", "district_state": "IL", "district_label": "Congressional District 2", "area_weight": 0.7132}
{"county_geoid": "17183", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.2867}
{"county_geoid": "17183", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 101", "area_weight": 0.371}
{"county_geoid": "17183", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 102", "area_weight": 0.3224}
{"county_geoid": "17183", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 104", "area_weight": 0.3066}
{"county_geoid": "17183", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 51", "area_weight": 0.6933}
{"county_geoid": "17183", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 52", "area_weight": 0.3066}
{"county_geoid": "17185", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9949}
{"county_geoid": "17185", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.0051}
{"county_geoid": "17185", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 116", "area_weight": 0.9986}
{"county_geoid": "17185", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 0.9986}
{"county_geoid": "17187", "type": "CD", "district_state": "IL", "district_label": "Congressional District 15", "area_weight": 0.7338}
{"county_geoid": "17187", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.2662}
{"county_geoid": "17187", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 71", "area_weight": 0.6635}
{"county_geoid": "17187", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 94", "area_weight": 0.3365}
{"county_geoid": "17187", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 36", "area_weight": 0.6635}
{"county_geoid": "17187", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 47", "area_weight": 0.3365}
{"county_geoid": "17189", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "17189", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 109", "area_weight": 0.6758}
{"county_geoid": "17189", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 115", "area_weight": 0.3036}
{"county_geoid": "17189", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 116", "area_weight": 0.0204}
{"county_geoid": "17189", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 55", "area_weight": 0.676}
{"county_geoid": "17189", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 0.324}
{"county_geoid": "17191", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "17191", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 116", "area_weight": 0.9999}
{"county_geoid": "17191", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 0.9999}
{"county_geoid": "17193", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.9942}
{"county_geoid": "17193", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.0058}
{"county_geoid": "17193", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 116", "area_weight": 0.5464}
{"county_geoid": "17193", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 117", "area_weight": 0.453}
{"county_geoid": "17193", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 58", "area_weight": 0.5464}
{"county_geoid": "17195", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.9997}
{"county_geoid": "17195", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 73", "area_weight": 0.6734}
{"county_geoid": "17195", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 74", "area_weight": 0.3265}
{"county_geoid": "17195", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 37", "area_weight": 0.9998}
{"county_geoid": "17197", "type": "CD", "district_state": "IL", "district_label": "Congressional District 1", "area_weight": 0.512}
{"county_geoid": "17197", "type": "CD", "district_state": "IL", "district_label": "Congressional District 14", "area_weight": 0.2508}
{"county_geoid": "17197", "type": "CD", "district_state": "IL", "district_label": "Congressional District 2", "area_weight": 0.1998}
{"county_geoid": "17197", "type": "CD", "district_state": "IL", "district_label": "Congressional District 11", "area_weight": 0.0374}
{"county_geoid": "17197", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 80", "area_weight": 0.2306}
{"county_geoid": "17197", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 86", "area_weight": 0.1771}
{"county_geoid": "17197", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 79", "area_weight": 0.1442}
{"county_geoid": "17197", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 29", "area_weight": 0.1193}
{"county_geoid": "17197", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 37", "area_weight": 0.0801}
{"county_geoid": "17197", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 85", "area_weight": 0.0663}
{"county_geoid": "17197", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 97", "area_weight": 0.0542}
{"county_geoid": "17197", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 98", "area_weight": 0.0454}
{"county_geoid": "17197", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 34", "area_weight": 0.0349}
{"county_geoid": "17197", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 38", "area_weight": 0.0241}
{"county_geoid": "17197", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 41", "area_weight": 0.0122}
{"county_geoid": "17197", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 84", "area_weight": 0.0067}
{"county_geoid": "17197", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 40", "area_weight": 0.3748}
{"county_geoid": "17197", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 43", "area_weight": 0.2434}
{"county_geoid": "17197", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 15", "area_weight": 0.1193}
{"county_geoid": "17197", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 19", "area_weight": 0.1042}
{"county_geoid": "17197", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 49", "area_weight": 0.0996}
{"county_geoid": "17197", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 17", "area_weight": 0.0349}
{"county_geoid": "17197", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 21", "area_weight": 0.0122}
{"county_geoid": "17197", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 42", "area_weight": 0.0067}
{"county_geoid": "17199", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "17199", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 117", "area_weight": 0.6138}
{"county_geoid": "17199", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 118", "area_weight": 0.3862}
{"county_geoid": "17201", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.7549}
{"county_geoid": "17201", "type": "CD", "district_state": "IL", "district_label": "Congressional District 17", "area_weight": 0.245}
{"county_geoid": "17201", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 90", "area_weight": 0.4563}
{"county_geoid": "17201", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 89", "area_weight": 0.3011}
{"county_geoid": "17201", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 67", "area_weight": 0.1681}
{"county_geoid": "17201", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 68", "area_weight": 0.0599}
{"county_geoid": "17201", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 69", "area_weight": 0.0146}
{"county_geoid": "17201", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 45", "area_weight": 0.7574}
{"county_geoid": "17201", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 34", "area_weight": 0.2279}
{"county_geoid": "17201", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 35", "area_weight": 0.0146}
{"county_geoid": "17203", "type": "CD", "district_state": "IL", "district_label": "Congressional District 16", "area_weight": 0.9999}
{"county_geoid": "17203", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 105", "area_weight": 0.7076}
{"county_geoid": "17203", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 91", "area_weight": 0.2186}
{"county_geoid": "17203", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 73", "area_weight": 0.0604}
{"county_geoid": "17203", "type": "SH", "district_state": "IL", "district_label": "IL State House of Representatives District 87", "area_weight": 0.0134}
{"county_geoid": "17203", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 53", "area_weight": 0.7076}
{"county_geoid": "17203", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 46", "area_weight": 0.2187}
{"county_geoid": "17203", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 37", "area_weight": 0.0604}
{"county_geoid": "17203", "type": "SS", "district_state": "IL", "district_label": "IL State Senate District 44", "area_weight": 0.0134}
{"county_geoid": "18001", "type": "CD", "district_state": "IN", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "18001", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 79", "area_weight": 0.9998}
{"county_geoid": "18001", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 19", "area_weight": 0.9998}
{"county_geoid": "18003", "type": "CD", "district_state": "IN", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "18003", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 85", "area_weight": 0.6146}
{"county_geoid": "18003", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 81", "area_weight": 0.1988}
{"county_geoid": "18003", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 83", "area_weight": 0.0595}
{"county_geoid": "18003", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 84", "area_weight": 0.0494}
{"county_geoid": "18003", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 80", "area_weight": 0.0397}
{"county_geoid": "18003", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 82", "area_weight": 0.0375}
{"county_geoid": "18003", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 14", "area_weight": 0.5277}
{"county_geoid": "18003", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 16", "area_weight": 0.2167}
{"county_geoid": "18003", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 19", "area_weight": 0.1329}
{"county_geoid": "18003", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 15", "area_weight": 0.1227}
{"county_geoid": "18005", "type": "CD", "district_state": "IN", "district_label": "Congressional District 6", "area_weight": 0.7296}
{"county_geoid": "18005", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.2704}
{"county_geoid": "18005", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 59", "area_weight": 0.5407}
{"county_geoid": "18005", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 73", "area_weight": 0.4089}
{"county_geoid": "18005", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 69", "area_weight": 0.0503}
{"county_geoid": "18005", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 41", "area_weight": 0.9998}
{"county_geoid": "18007", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "18007", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 13", "area_weight": 0.9999}
{"county_geoid": "18007", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 6", "area_weight": 0.9997}
{"county_geoid": "18009", "type": "CD", "district_state": "IN", "district_label": "Congressional District 3", "area_weight": 0.9995}
{"county_geoid": "18009", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 33", "area_weight": 0.9998}
{"county_geoid": "18009", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 19", "area_weight": 0.9995}
{"county_geoid": "18011", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "18011", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 41", "area_weight": 0.4307}
{"county_geoid": "18011", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 25", "area_weight": 0.231}
{"county_geoid": "18011", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 28", "area_weight": 0.1702}
{"county_geoid": "18011", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 24", "area_weight": 0.1681}
{"county_geoid": "18011", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 7", "area_weight": 0.9477}
{"county_geoid": "18011", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 29", "area_weight": 0.0522}
{"county_geoid": "18013", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9995}
{"county_geoid": "18013", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 62", "area_weight": 1.0}
{"county_geoid": "18013", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 44", "area_weight": 1.0}
{"county_geoid": "18015", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "18015", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 38", "area_weight": 0.9997}
{"county_geoid": "18015", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 22", "area_weight": 0.9997}
{"county_geoid": "18017", "type": "CD", "district_state": "IN", "district_label": "Congressional District 2", "area_weight": 0.5744}
{"county_geoid": "18017", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 0.4256}
{"county_geoid": "18017", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 23", "area_weight": 0.8409}
{"county_geoid": "18017", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 38", "area_weight": 0.1591}
{"county_geoid": "18017", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 18", "area_weight": 1.0}
{"county_geoid": "18019", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9983}
{"county_geoid": "18019", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 66", "area_weight": 0.7254}
{"county_geoid": "18019", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 70", "area_weight": 0.1748}
{"county_geoid": "18019", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 71", "area_weight": 0.0988}
{"county_geoid": "18019", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 45", "area_weight": 0.9989}
{"county_geoid": "18021", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "18021", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 46", "area_weight": 0.6}
{"county_geoid": "18021", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 42", "area_weight": 0.3999}
{"county_geoid": "18021", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 38", "area_weight": 0.9997}
{"county_geoid": "18023", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "18023", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 41", "area_weight": 0.646}
{"county_geoid": "18023", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 38", "area_weight": 0.354}
{"county_geoid": "18023", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 7", "area_weight": 0.9999}
{"county_geoid": "18025", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9924}
{"county_geoid": "18025", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.0067}
{"county_geoid": "18025", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 74", "area_weight": 0.9992}
{"county_geoid": "18025", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 48", "area_weight": 0.9991}
{"county_geoid": "18027", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "18027", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 63", "area_weight": 0.8343}
{"county_geoid": "18027", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 45", "area_weight": 0.1656}
{"county_geoid": "18027", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 39", "area_weight": 0.9999}
{"county_geoid": "18029", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9992}
{"county_geoid": "18029", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 68", "area_weight": 0.9997}
{"county_geoid": "18029", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 43", "area_weight": 0.9997}
{"county_geoid": "18031", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9994}
{"county_geoid": "18031", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 73", "area_weight": 0.5484}
{"county_geoid": "18031", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 55", "area_weight": 0.2556}
{"county_geoid": "18031", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 67", "area_weight": 0.1959}
{"county_geoid": "18031", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 42", "area_weight": 1.0}
{"county_geoid": "18033", "type": "CD", "district_state": "IN", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "18033", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 52", "area_weight": 0.9999}
{"county_geoid": "18033", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 14", "area_weight": 0.7051}
{"county_geoid": "18033", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 13", "area_weight": 0.2949}
{"county_geoid": "18035", "type": "CD", "district_state": "IN", "district_label": "Congressional District 5", "area_weight": 0.9997}
{"county_geoid": "18035", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 35", "area_weight": 0.5064}
{"county_geoid": "18035", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 33", "area_weight": 0.39}
{"county_geoid": "18035", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 34", "area_weight": 0.1035}
{"county_geoid": "18035", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 26", "area_weight": 0.9997}
{"county_geoid": "18037", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "18037", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 63", "area_weight": 0.5108}
{"county_geoid": "18037", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 74", "area_weight": 0.4891}
{"county_geoid": "18037", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 48", "area_weight": 0.9999}
{"county_geoid": "18039", "type": "CD", "district_state": "IN", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "18039", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 49", "area_weight": 0.3583}
{"county_geoid": "18039", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 21", "area_weight": 0.3111}
{"county_geoid": "18039", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 48", "area_weight": 0.1699}
{"county_geoid": "18039", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 18", "area_weight": 0.1604}
{"county_geoid": "18039", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 12", "area_weight": 0.5299}
{"county_geoid": "18039", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 9", "area_weight": 0.2686}
{"county_geoid": "18039", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 11", "area_weight": 0.2013}
{"county_geoid": "18041", "type": "CD", "district_state": "IN", "district_label": "Congressional District 6", "area_weight": 0.9997}
{"county_geoid": "18041", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 55", "area_weight": 0.9998}
{"county_geoid": "18041", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 42", "area_weight": 0.9996}
{"county_geoid": "18043", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9985}
{"county_geoid": "18043", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 72", "area_weight": 0.6559}
{"county_geoid": "18043", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 70", "area_weight": 0.3397}
{"county_geoid": "18043", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 47", "area_weight": 0.9416}
{"county_geoid": "18043", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 45", "area_weight": 0.0581}
{"county_geoid": "18045", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.5489}
{"county_geoid": "18045", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 0.4511}
{"county_geoid": "18045", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 13", "area_weight": 0.815}
{"county_geoid": "18045", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 42", "area_weight": 0.185}
{"county_geoid": "18045", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 23", "area_weight": 1.0}
{"county_geoid": "18047", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9991}
{"county_geoid": "18047", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 55", "area_weight": 1.0}
{"county_geoid": "18047", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 27", "area_weight": 0.5183}
{"county_geoid": "18047", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 42", "area_weight": 0.4817}
{"county_geoid": "18049", "type": "CD", "district_state": "IN", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "18049", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 17", "area_weight": 0.9996}
{"county_geoid": "18049", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "18051", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9993}
{"county_geoid": "18051", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 64", "area_weight": 0.8384}
{"county_geoid": "18051", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 75", "area_weight": 0.1611}
{"county_geoid": "18051", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 48", "area_weight": 0.9992}
{"county_geoid": "18053", "type": "CD", "district_state": "IN", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "18053", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 31", "area_weight": 0.9417}
{"county_geoid": "18053", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 30", "area_weight": 0.0581}
{"county_geoid": "18053", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "18055", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "18055", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 45", "area_weight": 0.9998}
{"county_geoid": "18055", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 39", "area_weight": 0.9999}
{"county_geoid": "18057", "type": "CD", "district_state": "IN", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "18057", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 37", "area_weight": 0.4251}
{"county_geoid": "18057", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 24", "area_weight": 0.2782}
{"county_geoid": "18057", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 29", "area_weight": 0.1239}
{"county_geoid": "18057", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 32", "area_weight": 0.0761}
{"county_geoid": "18057", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 39", "area_weight": 0.07}
{"county_geoid": "18057", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 88", "area_weight": 0.0265}
{"county_geoid": "18057", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 20", "area_weight": 0.3418}
{"county_geoid": "18057", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 21", "area_weight": 0.2593}
{"county_geoid": "18057", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 25", "area_weight": 0.204}
{"county_geoid": "18057", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 31", "area_weight": 0.1276}
{"county_geoid": "18057", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 29", "area_weight": 0.0672}
{"county_geoid": "18059", "type": "CD", "district_state": "IN", "district_label": "Congressional District 6", "area_weight": 0.9997}
{"county_geoid": "18059", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 53", "area_weight": 0.6663}
{"county_geoid": "18059", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 88", "area_weight": 0.2364}
{"county_geoid": "18059", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 54", "area_weight": 0.0971}
{"county_geoid": "18059", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 28", "area_weight": 0.9997}
{"county_geoid": "18061", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9945}
{"county_geoid": "18061", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 70", "area_weight": 0.9992}
{"county_geoid": "18061", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 47", "area_weight": 0.9993}
{"county_geoid": "18063", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "18063", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 28", "area_weight": 0.7398}
{"county_geoid": "18063", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 40", "area_weight": 0.1061}
{"county_geoid": "18063", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 25", "area_weight": 0.0849}
{"county_geoid": "18063", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 57", "area_weight": 0.069}
{"county_geoid": "18063", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 24", "area_weight": 0.4903}
{"county_geoid": "18063", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 7", "area_weight": 0.3011}
{"county_geoid": "18063", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 35", "area_weight": 0.2085}
{"county_geoid": "18065", "type": "CD", "district_state": "IN", "district_label": "Congressional District 6", "area_weight": 0.9999}
{"county_geoid": "18065", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 54", "area_weight": 0.8948}
{"county_geoid": "18065", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 56", "area_weight": 0.0545}
{"county_geoid": "18065", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 33", "area_weight": 0.0505}
{"county_geoid": "18065", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 27", "area_weight": 0.9998}
{"county_geoid": "18067", "type": "CD", "district_state": "IN", "district_label": "Congressional District 5", "area_weight": 0.9611}
{"county_geoid": "18067", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 0.0389}
{"county_geoid": "18067", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 30", "area_weight": 0.5778}
{"county_geoid": "18067", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 38", "area_weight": 0.4221}
{"county_geoid": "18067", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 18", "area_weight": 0.6897}
{"county_geoid": "18067", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 21", "area_weight": 0.3102}
{"county_geoid": "18069", "type": "CD", "district_state": "IN", "district_label": "Congressional District 3", "area_weight": 0.9994}
{"county_geoid": "18069", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 50", "area_weight": 0.9999}
{"county_geoid": "18069", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 17", "area_weight": 1.0}
{"county_geoid": "18071", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "18071", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 69", "area_weight": 0.6678}
{"county_geoid": "18071", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 62", "area_weight": 0.2505}
{"county_geoid": "18071", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 65", "area_weight": 0.0816}
{"county_geoid": "18071", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 44", "area_weight": 0.9996}
{"county_geoid": "18073", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 0.9997}
{"county_geoid": "18073", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 16", "area_weight": 0.7431}
{"county_geoid": "18073", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 11", "area_weight": 0.1639}
{"county_geoid": "18073", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 13", "area_weight": 0.093}
{"county_geoid": "18073", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 6", "area_weight": 0.5014}
{"county_geoid": "18073", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 5", "area_weight": 0.4985}
{"county_geoid": "18075", "type": "CD", "district_state": "IN", "district_label": "Congressional District 3", "area_weight": 0.9995}
{"county_geoid": "18075", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 33", "area_weight": 0.6707}
{"county_geoid": "18075", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 79", "area_weight": 0.3292}
{"county_geoid": "18075", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "18077", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9996}
{"county_geoid": "18077", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 67", "area_weight": 0.7472}
{"county_geoid": "18077", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 66", "area_weight": 0.1557}
{"county_geoid": "18077", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 68", "area_weight": 0.0966}
{"county_geoid": "18077", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 43", "area_weight": 0.9995}
{"county_geoid": "18079", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9997}
{"county_geoid": "18079", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 67", "area_weight": 0.8504}
{"county_geoid": "18079", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 73", "area_weight": 0.1495}
{"county_geoid": "18079", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 43", "area_weight": 0.5378}
{"county_geoid": "18079", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 42", "area_weight": 0.4621}
{"county_geoid": "18081", "type": "CD", "district_state": "IN", "district_label": "Congressional District 6", "area_weight": 0.9995}
{"county_geoid": "18081", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 47", "area_weight": 0.669}
{"county_geoid": "18081", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 58", "area_weight": 0.2198}
{"county_geoid": "18081", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 60", "area_weight": 0.0591}
{"county_geoid": "18081", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 57", "area_weight": 0.0521}
{"county_geoid": "18081", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 41", "area_weight": 0.4622}
{"county_geoid": "18081", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 37", "area_weight": 0.3552}
{"county_geoid": "18081", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 32", "area_weight": 0.1537}
{"county_geoid": "18081", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 36", "area_weight": 0.0289}
{"county_geoid": "18083", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9936}
{"county_geoid": "18083", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.0064}
{"county_geoid": "18083", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 64", "area_weight": 0.5977}
{"county_geoid": "18083", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 45", "area_weight": 0.4016}
{"county_geoid": "18083", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 39", "area_weight": 0.9994}
{"county_geoid": "18085", "type": "CD", "district_state": "IN", "district_label": "Congressional District 2", "area_weight": 0.8082}
{"county_geoid": "18085", "type": "CD", "district_state": "IN", "district_label": "Congressional District 3", "area_weight": 0.1918}
{"county_geoid": "18085", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 22", "area_weight": 0.8726}
{"county_geoid": "18085", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 18", "area_weight": 0.1274}
{"county_geoid": "18085", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 18", "area_weight": 0.5041}
{"county_geoid": "18085", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 9", "area_weight": 0.4958}
{"county_geoid": "18087", "type": "CD", "district_state": "IN", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "18087", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 51", "area_weight": 0.9999}
{"county_geoid": "18087", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 13", "area_weight": 0.9999}
{"county_geoid": "18089", "type": "CD", "district_state": "IN", "district_label": "Congressional District 1", "area_weight": 0.8033}
{"county_geoid": "18089", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 11", "area_weight": 0.306}
{"county_geoid": "18089", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 19", "area_weight": 0.1453}
{"county_geoid": "18089", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 3", "area_weight": 0.0819}
{"county_geoid": "18089", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 15", "area_weight": 0.0724}
{"county_geoid": "18089", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 2", "area_weight": 0.0637}
{"county_geoid": "18089", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 14", "area_weight": 0.0605}
{"county_geoid": "18089", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 12", "area_weight": 0.0396}
{"county_geoid": "18089", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 1", "area_weight": 0.0346}
{"county_geoid": "18089", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 6", "area_weight": 0.4329}
{"county_geoid": "18089", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 3", "area_weight": 0.1836}
{"county_geoid": "18089", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 1", "area_weight": 0.1104}
{"county_geoid": "18089", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 2", "area_weight": 0.077}
{"county_geoid": "18091", "type": "CD", "district_state": "IN", "district_label": "Congressional District 2", "area_weight": 0.6773}
{"county_geoid": "18091", "type": "CD", "district_state": "IN", "district_label": "Congressional District 1", "area_weight": 0.3079}
{"county_geoid": "18091", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 20", "area_weight": 0.7747}
{"county_geoid": "18091", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 9", "area_weight": 0.1877}
{"county_geoid": "18091", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 7", "area_weight": 0.0223}
{"county_geoid": "18091", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 8", "area_weight": 0.8505}
{"county_geoid": "18091", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 4", "area_weight": 0.1341}
{"county_geoid": "18093", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9997}
{"county_geoid": "18093", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 65", "area_weight": 0.9999}
{"county_geoid": "18093", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 44", "area_weight": 0.9999}
{"county_geoid": "18095", "type": "CD", "district_state": "IN", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "18095", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 35", "area_weight": 0.4763}
{"county_geoid": "18095", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 36", "area_weight": 0.2023}
{"county_geoid": "18095", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 31", "area_weight": 0.1751}
{"county_geoid": "18095", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 53", "area_weight": 0.0931}
{"county_geoid": "18095", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 88", "area_weight": 0.0531}
{"county_geoid": "18095", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 25", "area_weight": 0.9997}
{"county_geoid": "18097", "type": "CD", "district_state": "IN", "district_label": "Congressional District 7", "area_weight": 0.7018}
{"county_geoid": "18097", "type": "CD", "district_state": "IN", "district_label": "Congressional District 6", "area_weight": 0.298}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 91", "area_weight": 0.1413}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 90", "area_weight": 0.1012}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 89", "area_weight": 0.0927}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 86", "area_weight": 0.0843}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 87", "area_weight": 0.0827}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 92", "area_weight": 0.0724}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 97", "area_weight": 0.0658}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 93", "area_weight": 0.0525}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 98", "area_weight": 0.0507}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 95", "area_weight": 0.0506}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 96", "area_weight": 0.0493}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 99", "area_weight": 0.0475}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 94", "area_weight": 0.0417}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 100", "area_weight": 0.0379}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 88", "area_weight": 0.0202}
{"county_geoid": "18097", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 32", "area_weight": 0.0089}
{"county_geoid": "18097", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 32", "area_weight": 0.1618}
{"county_geoid": "18097", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 35", "area_weight": 0.1475}
{"county_geoid": "18097", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 30", "area_weight": 0.1403}
{"county_geoid": "18097", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 34", "area_weight": 0.1193}
{"county_geoid": "18097", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 36", "area_weight": 0.1058}
{"county_geoid": "18097", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 46", "area_weight": 0.0921}
{"county_geoid": "18097", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 33", "area_weight": 0.0896}
{"county_geoid": "18097", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 29", "area_weight": 0.0838}
{"county_geoid": "18097", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 31", "area_weight": 0.0376}
{"county_geoid": "18097", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 28", "area_weight": 0.0221}
{"county_geoid": "18099", "type": "CD", "district_state": "IN", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "18099", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 17", "area_weight": 0.9767}
{"county_geoid": "18099", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 7", "area_weight": 0.0232}
{"county_geoid": "18099", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 8", "area_weight": 0.8616}
{"county_geoid": "18099", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 9", "area_weight": 0.1383}
{"county_geoid": "18101", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "18101", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 63", "area_weight": 0.9998}
{"county_geoid": "18101", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 39", "area_weight": 0.9998}
{"county_geoid": "18103", "type": "CD", "district_state": "IN", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "18103", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 23", "area_weight": 0.9376}
{"county_geoid": "18103", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 50", "area_weight": 0.0621}
{"county_geoid": "18103", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 18", "area_weight": 0.9998}
{"county_geoid": "18105", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9991}
{"county_geoid": "18105", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 62", "area_weight": 0.6077}
{"county_geoid": "18105", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 46", "area_weight": 0.1748}
{"county_geoid": "18105", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 60", "area_weight": 0.1682}
{"county_geoid": "18105", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 61", "area_weight": 0.0493}
{"county_geoid": "18105", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 40", "area_weight": 0.7193}
{"county_geoid": "18105", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 44", "area_weight": 0.2806}
{"county_geoid": "18107", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "18107", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 44", "area_weight": 0.6053}
{"county_geoid": "18107", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 28", "area_weight": 0.2209}
{"county_geoid": "18107", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 13", "area_weight": 0.1066}
{"county_geoid": "18107", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 41", "area_weight": 0.0671}
{"county_geoid": "18107", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 7", "area_weight": 0.6517}
{"county_geoid": "18107", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 23", "area_weight": 0.3482}
{"county_geoid": "18109", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 0.9997}
{"county_geoid": "18109", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 60", "area_weight": 0.9107}
{"county_geoid": "18109", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 57", "area_weight": 0.0891}
{"county_geoid": "18109", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 37", "area_weight": 0.9999}
{"county_geoid": "18111", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 0.9991}
{"county_geoid": "18111", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 11", "area_weight": 0.8005}
{"county_geoid": "18111", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 13", "area_weight": 0.1995}
{"county_geoid": "18111", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 6", "area_weight": 1.0}
{"county_geoid": "18113", "type": "CD", "district_state": "IN", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "18113", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 18", "area_weight": 0.8268}
{"county_geoid": "18113", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 52", "area_weight": 0.1731}
{"county_geoid": "18113", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 13", "area_weight": 0.9999}
{"county_geoid": "18115", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9986}
{"county_geoid": "18115", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 68", "area_weight": 0.9993}
{"county_geoid": "18115", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 43", "area_weight": 0.9993}
{"county_geoid": "18117", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9995}
{"county_geoid": "18117", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 65", "area_weight": 0.7902}
{"county_geoid": "18117", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 74", "area_weight": 0.2098}
{"county_geoid": "18117", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 44", "area_weight": 0.9998}
{"county_geoid": "18119", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9993}
{"county_geoid": "18119", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 46", "area_weight": 0.9998}
{"county_geoid": "18119", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 39", "area_weight": 0.5224}
{"county_geoid": "18119", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 37", "area_weight": 0.4775}
{"county_geoid": "18121", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "18121", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 42", "area_weight": 0.9999}
{"county_geoid": "18121", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "18123", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9993}
{"county_geoid": "18123", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 74", "area_weight": 0.9995}
{"county_geoid": "18123", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 48", "area_weight": 0.9995}
{"county_geoid": "18125", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "18125", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 75", "area_weight": 0.7802}
{"county_geoid": "18125", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 63", "area_weight": 0.2197}
{"county_geoid": "18125", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 48", "area_weight": 0.9997}
{"county_geoid": "18127", "type": "CD", "district_state": "IN", "district_label": "Congressional District 1", "area_weight": 0.8036}
{"county_geoid": "18127", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 4", "area_weight": 0.3461}
{"county_geoid": "18127", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 9", "area_weight": 0.142}
{"county_geoid": "18127", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 10", "area_weight": 0.1395}
{"county_geoid": "18127", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 19", "area_weight": 0.1227}
{"county_geoid": "18127", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 11", "area_weight": 0.0537}
{"county_geoid": "18127", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 5", "area_weight": 0.5225}
{"county_geoid": "18127", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 4", "area_weight": 0.2815}
{"county_geoid": "18129", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9958}
{"county_geoid": "18129", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 76", "area_weight": 0.9987}
{"county_geoid": "18129", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 49", "area_weight": 0.9987}
{"county_geoid": "18131", "type": "CD", "district_state": "IN", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "18131", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 16", "area_weight": 0.7598}
{"county_geoid": "18131", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 17", "area_weight": 0.2401}
{"county_geoid": "18131", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "18133", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 0.9995}
{"county_geoid": "18133", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 44", "area_weight": 0.9998}
{"county_geoid": "18133", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 24", "area_weight": 0.6493}
{"county_geoid": "18133", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 37", "area_weight": 0.3507}
{"county_geoid": "18135", "type": "CD", "district_state": "IN", "district_label": "Congressional District 6", "area_weight": 0.5506}
{"county_geoid": "18135", "type": "CD", "district_state": "IN", "district_label": "Congressional District 3", "area_weight": 0.4487}
{"county_geoid": "18135", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 33", "area_weight": 0.9999}
{"county_geoid": "18135", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "18137", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "18137", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 67", "area_weight": 0.8439}
{"county_geoid": "18137", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 55", "area_weight": 0.156}
{"county_geoid": "18137", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 42", "area_weight": 0.9998}
{"county_geoid": "18139", "type": "CD", "district_state": "IN", "district_label": "Congressional District 6", "area_weight": 0.9996}
{"county_geoid": "18139", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 54", "area_weight": 0.9304}
{"county_geoid": "18139", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 55", "area_weight": 0.0696}
{"county_geoid": "18139", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 42", "area_weight": 1.0}
{"county_geoid": "18141", "type": "CD", "district_state": "IN", "district_label": "Congressional District 2", "area_weight": 0.9995}
{"county_geoid": "18141", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 7", "area_weight": 0.7029}
{"county_geoid": "18141", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 8", "area_weight": 0.1248}
{"county_geoid": "18141", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 5", "area_weight": 0.0973}
{"county_geoid": "18141", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 6", "area_weight": 0.0394}
{"county_geoid": "18141", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 21", "area_weight": 0.0349}
{"county_geoid": "18141", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 10", "area_weight": 0.4256}
{"county_geoid": "18141", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 8", "area_weight": 0.2343}
{"county_geoid": "18141", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 9", "area_weight": 0.2153}
{"county_geoid": "18141", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 11", "area_weight": 0.1243}
{"county_geoid": "18143", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "18143", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 69", "area_weight": 0.5304}
{"county_geoid": "18143", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 66", "area_weight": 0.4693}
{"county_geoid": "18143", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 43", "area_weight": 0.9997}
{"county_geoid": "18145", "type": "CD", "district_state": "IN", "district_label": "Congressional District 6", "area_weight": 0.9999}
{"county_geoid": "18145", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 47", "area_weight": 0.501}
{"county_geoid": "18145", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 73", "area_weight": 0.4325}
{"county_geoid": "18145", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 54", "area_weight": 0.0664}
{"county_geoid": "18145", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 42", "area_weight": 0.6019}
{"county_geoid": "18145", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 28", "area_weight": 0.3979}
{"county_geoid": "18147", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9985}
{"county_geoid": "18147", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 74", "area_weight": 0.9994}
{"county_geoid": "18147", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 48", "area_weight": 0.9994}
{"county_geoid": "18149", "type": "CD", "district_state": "IN", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "18149", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 16", "area_weight": 0.6382}
{"county_geoid": "18149", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 20", "area_weight": 0.3618}
{"county_geoid": "18149", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "18151", "type": "CD", "district_state": "IN", "district_label": "Congressional District 3", "area_weight": 0.9997}
{"county_geoid": "18151", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 51", "area_weight": 0.6682}
{"county_geoid": "18151", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 52", "area_weight": 0.3315}
{"county_geoid": "18151", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 13", "area_weight": 0.9997}
{"county_geoid": "18153", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9926}
{"county_geoid": "18153", "type": "CD", "district_state": "IL", "district_label": "Congressional District 12", "area_weight": 0.0074}
{"county_geoid": "18153", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 45", "area_weight": 0.9997}
{"county_geoid": "18153", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 39", "area_weight": 0.8249}
{"county_geoid": "18153", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 38", "area_weight": 0.1748}
{"county_geoid": "18155", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9989}
{"county_geoid": "18155", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 68", "area_weight": 0.9988}
{"county_geoid": "18155", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 43", "area_weight": 0.9988}
{"county_geoid": "18157", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "18157", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 13", "area_weight": 0.4518}
{"county_geoid": "18157", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 41", "area_weight": 0.2513}
{"county_geoid": "18157", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 26", "area_weight": 0.1181}
{"county_geoid": "18157", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 38", "area_weight": 0.1103}
{"county_geoid": "18157", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 27", "area_weight": 0.0683}
{"county_geoid": "18157", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 22", "area_weight": 0.5299}
{"county_geoid": "18157", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 23", "area_weight": 0.4699}
{"county_geoid": "18159", "type": "CD", "district_state": "IN", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "18159", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 38", "area_weight": 0.9999}
{"county_geoid": "18159", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "18161", "type": "CD", "district_state": "IN", "district_label": "Congressional District 6", "area_weight": 0.9998}
{"county_geoid": "18161", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 55", "area_weight": 0.9999}
{"county_geoid": "18161", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "18163", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9946}
{"county_geoid": "18163", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.0054}
{"county_geoid": "18163", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 76", "area_weight": 0.3827}
{"county_geoid": "18163", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 64", "area_weight": 0.3014}
{"county_geoid": "18163", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 78", "area_weight": 0.1896}
{"county_geoid": "18163", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 77", "area_weight": 0.1254}
{"county_geoid": "18163", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 49", "area_weight": 0.7899}
{"county_geoid": "18163", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 50", "area_weight": 0.2093}
{"county_geoid": "18165", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9997}
{"county_geoid": "18165", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 42", "area_weight": 0.9998}
{"county_geoid": "18165", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "18167", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9976}
{"county_geoid": "18167", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 42", "area_weight": 0.2729}
{"county_geoid": "18167", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 46", "area_weight": 0.2576}
{"county_geoid": "18167", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 43", "area_weight": 0.2458}
{"county_geoid": "18167", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 45", "area_weight": 0.2236}
{"county_geoid": "18167", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 38", "area_weight": 0.9998}
{"county_geoid": "18169", "type": "CD", "district_state": "IN", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "18169", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 50", "area_weight": 0.8691}
{"county_geoid": "18169", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 22", "area_weight": 0.1308}
{"county_geoid": "18169", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "18171", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "18171", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 13", "area_weight": 0.9999}
{"county_geoid": "18171", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "18173", "type": "CD", "district_state": "IN", "district_label": "Congressional District 8", "area_weight": 0.9995}
{"county_geoid": "18173", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 75", "area_weight": 0.9803}
{"county_geoid": "18173", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 78", "area_weight": 0.0192}
{"county_geoid": "18173", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 50", "area_weight": 0.9995}
{"county_geoid": "18175", "type": "CD", "district_state": "IN", "district_label": "Congressional District 9", "area_weight": 0.9999}
{"county_geoid": "18175", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 69", "area_weight": 0.4059}
{"county_geoid": "18175", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 70", "area_weight": 0.3231}
{"county_geoid": "18175", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 65", "area_weight": 0.271}
{"county_geoid": "18175", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 47", "area_weight": 0.9996}
{"county_geoid": "18177", "type": "CD", "district_state": "IN", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "18177", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 56", "area_weight": 0.9997}
{"county_geoid": "18177", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 27", "area_weight": 0.9997}
{"county_geoid": "18179", "type": "CD", "district_state": "IN", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "18179", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 79", "area_weight": 0.9029}
{"county_geoid": "18179", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 50", "area_weight": 0.0969}
{"county_geoid": "18179", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "18181", "type": "CD", "district_state": "IN", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "18181", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 16", "area_weight": 0.9301}
{"county_geoid": "18181", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 13", "area_weight": 0.0698}
{"county_geoid": "18181", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 5", "area_weight": 0.9998}
{"county_geoid": "18183", "type": "CD", "district_state": "IN", "district_label": "Congressional District 3", "area_weight": 0.9995}
{"county_geoid": "18183", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 83", "area_weight": 0.5354}
{"county_geoid": "18183", "type": "SH", "district_state": "IN", "district_label": "IN State House of Representatives District 18", "area_weight": 0.4645}
{"county_geoid": "18183", "type": "SS", "district_state": "IN", "district_label": "IN State Senate District 16", "area_weight": 0.9998}
{"county_geoid": "19001", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "19001", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 23", "area_weight": 0.9999}
{"county_geoid": "19001", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "19003", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "19003", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 17", "area_weight": 0.9999}
{"county_geoid": "19003", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 9", "area_weight": 1.0}
{"county_geoid": "19005", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "19005", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 64", "area_weight": 0.9999}
{"county_geoid": "19005", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 32", "area_weight": 0.9999}
{"county_geoid": "19007", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "19007", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 26", "area_weight": 0.814}
{"county_geoid": "19007", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 24", "area_weight": 0.1859}
{"county_geoid": "19007", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 13", "area_weight": 0.814}
{"county_geoid": "19007", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 12", "area_weight": 0.1859}
{"county_geoid": "19009", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9993}
{"county_geoid": "19009", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 11", "area_weight": 0.9999}
{"county_geoid": "19009", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "19011", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "19011", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 84", "area_weight": 0.8388}
{"county_geoid": "19011", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 76", "area_weight": 0.1611}
{"county_geoid": "19011", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 42", "area_weight": 0.8388}
{"county_geoid": "19011", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 38", "area_weight": 0.1611}
{"county_geoid": "19013", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "19013", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 68", "area_weight": 0.3563}
{"county_geoid": "19013", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 76", "area_weight": 0.3188}
{"county_geoid": "19013", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 54", "area_weight": 0.1927}
{"county_geoid": "19013", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 62", "area_weight": 0.0561}
{"county_geoid": "19013", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 61", "area_weight": 0.0405}
{"county_geoid": "19013", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 75", "area_weight": 0.0355}
{"county_geoid": "19013", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 34", "area_weight": 0.3564}
{"county_geoid": "19013", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 38", "area_weight": 0.3543}
{"county_geoid": "19013", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 27", "area_weight": 0.1927}
{"county_geoid": "19015", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "19015", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 48", "area_weight": 0.9999}
{"county_geoid": "19015", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "19017", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "19017", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 58", "area_weight": 0.6665}
{"county_geoid": "19017", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 57", "area_weight": 0.3335}
{"county_geoid": "19017", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 29", "area_weight": 1.0}
{"county_geoid": "19019", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "19019", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 67", "area_weight": 0.5594}
{"county_geoid": "19019", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 68", "area_weight": 0.4405}
{"county_geoid": "19019", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 34", "area_weight": 0.9999}
{"county_geoid": "19021", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19021", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 6", "area_weight": 0.7506}
{"county_geoid": "19021", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 5", "area_weight": 0.2493}
{"county_geoid": "19021", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "19023", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "19023", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 57", "area_weight": 0.9999}
{"county_geoid": "19023", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 29", "area_weight": 0.9999}
{"county_geoid": "19025", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19025", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 7", "area_weight": 1.0}
{"county_geoid": "19025", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 4", "area_weight": 1.0}
{"county_geoid": "19027", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "19027", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 11", "area_weight": 0.9997}
{"county_geoid": "19027", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "19029", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "19029", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 18", "area_weight": 0.9998}
{"county_geoid": "19029", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 9", "area_weight": 0.9998}
{"county_geoid": "19031", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "19031", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 82", "area_weight": 0.9998}
{"county_geoid": "19031", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 41", "area_weight": 0.9998}
{"county_geoid": "19033", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "19033", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 59", "area_weight": 0.6282}
{"county_geoid": "19033", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 60", "area_weight": 0.3717}
{"county_geoid": "19033", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "19035", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19035", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 5", "area_weight": 0.5606}
{"county_geoid": "19035", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 13", "area_weight": 0.4394}
{"county_geoid": "19035", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 3", "area_weight": 0.5606}
{"county_geoid": "19035", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 7", "area_weight": 0.4394}
{"county_geoid": "19037", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "19037", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 58", "area_weight": 0.9999}
{"county_geoid": "19037", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 29", "area_weight": 0.9999}
{"county_geoid": "19039", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "19039", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 24", "area_weight": 0.7496}
{"county_geoid": "19039", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 23", "area_weight": 0.2504}
{"county_geoid": "19039", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "19041", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19041", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 6", "area_weight": 0.6351}
{"county_geoid": "19041", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 10", "area_weight": 0.3649}
{"county_geoid": "19041", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 3", "area_weight": 0.6351}
{"county_geoid": "19041", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 5", "area_weight": 0.3649}
{"county_geoid": "19043", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "19043", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 64", "area_weight": 0.9998}
{"county_geoid": "19043", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 32", "area_weight": 0.9998}
{"county_geoid": "19045", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "19045", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 69", "area_weight": 0.3252}
{"county_geoid": "19045", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 35", "area_weight": 0.9999}
{"county_geoid": "19047", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19047", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 12", "area_weight": 0.9999}
{"county_geoid": "19047", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "19049", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "19049", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 47", "area_weight": 0.3746}
{"county_geoid": "19049", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 46", "area_weight": 0.2217}
{"county_geoid": "19049", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 23", "area_weight": 0.1977}
{"county_geoid": "19049", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 28", "area_weight": 0.1598}
{"county_geoid": "19049", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 27", "area_weight": 0.0442}
{"county_geoid": "19049", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 24", "area_weight": 0.3747}
{"county_geoid": "19049", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 23", "area_weight": 0.2217}
{"county_geoid": "19049", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 14", "area_weight": 0.204}
{"county_geoid": "19049", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 12", "area_weight": 0.1977}
{"county_geoid": "19051", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 0.9984}
{"county_geoid": "19051", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 26", "area_weight": 0.9998}
{"county_geoid": "19051", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 13", "area_weight": 0.9999}
{"county_geoid": "19053", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "19053", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 24", "area_weight": 0.9998}
{"county_geoid": "19053", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 12", "area_weight": 0.9998}
{"county_geoid": "19055", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "19055", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 67", "area_weight": 0.9999}
{"county_geoid": "19055", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 34", "area_weight": 0.9999}
{"county_geoid": "19057", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "19057", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 95", "area_weight": 0.7334}
{"county_geoid": "19057", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 99", "area_weight": 0.2665}
{"county_geoid": "19057", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 48", "area_weight": 0.7334}
{"county_geoid": "19057", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 50", "area_weight": 0.2665}
{"county_geoid": "19059", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9994}
{"county_geoid": "19059", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 10", "area_weight": 0.9999}
{"county_geoid": "19059", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "19061", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "19061", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 65", "area_weight": 0.7611}
{"county_geoid": "19061", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 72", "area_weight": 0.0972}
{"county_geoid": "19061", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 67", "area_weight": 0.06}
{"county_geoid": "19061", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 64", "area_weight": 0.0593}
{"county_geoid": "19061", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 71", "area_weight": 0.0222}
{"county_geoid": "19061", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 33", "area_weight": 0.7612}
{"county_geoid": "19061", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 36", "area_weight": 0.1194}
{"county_geoid": "19061", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 34", "area_weight": 0.06}
{"county_geoid": "19061", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 32", "area_weight": 0.0593}
{"county_geoid": "19063", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9991}
{"county_geoid": "19063", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 9", "area_weight": 0.9996}
{"county_geoid": "19063", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "19065", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "19065", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 68", "area_weight": 0.7983}
{"county_geoid": "19065", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 63", "area_weight": 0.2015}
{"county_geoid": "19065", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 34", "area_weight": 0.7983}
{"county_geoid": "19065", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 32", "area_weight": 0.2016}
{"county_geoid": "19067", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "19067", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 58", "area_weight": 0.8356}
{"county_geoid": "19067", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 60", "area_weight": 0.1644}
{"county_geoid": "19067", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 29", "area_weight": 0.8356}
{"county_geoid": "19067", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 30", "area_weight": 0.1644}
{"county_geoid": "19069", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "19069", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 55", "area_weight": 0.9999}
{"county_geoid": "19069", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "19071", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "19071", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 16", "area_weight": 0.9999}
{"county_geoid": "19071", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "19073", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 0.9997}
{"county_geoid": "19073", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 47", "area_weight": 0.9997}
{"county_geoid": "19073", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 24", "area_weight": 0.9998}
{"county_geoid": "19075", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "19075", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 54", "area_weight": 0.9999}
{"county_geoid": "19075", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 27", "area_weight": 1.0}
{"county_geoid": "19077", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "19077", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 47", "area_weight": 0.9999}
{"county_geoid": "19077", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "19079", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19079", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 55", "area_weight": 0.9999}
{"county_geoid": "19079", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "19081", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "19081", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 56", "area_weight": 0.9998}
{"county_geoid": "19081", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 28", "area_weight": 0.9998}
{"county_geoid": "19083", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 0.9994}
{"county_geoid": "19083", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 54", "area_weight": 0.9999}
{"county_geoid": "19083", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "19085", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9991}
{"county_geoid": "19085", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 15", "area_weight": 0.9994}
{"county_geoid": "19085", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 8", "area_weight": 0.9994}
{"county_geoid": "19087", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "19087", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 95", "area_weight": 0.7493}
{"county_geoid": "19087", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 87", "area_weight": 0.2506}
{"county_geoid": "19087", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 48", "area_weight": 0.7493}
{"county_geoid": "19087", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 44", "area_weight": 0.2506}
{"county_geoid": "19089", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "19089", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 63", "area_weight": 0.9998}
{"county_geoid": "19089", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 32", "area_weight": 0.9998}
{"county_geoid": "19091", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19091", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 56", "area_weight": 0.9999}
{"county_geoid": "19091", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "19093", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19093", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 12", "area_weight": 0.9999}
{"county_geoid": "19093", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "19095", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.9995}
{"county_geoid": "19095", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 91", "area_weight": 0.9998}
{"county_geoid": "19095", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 46", "area_weight": 0.9999}
{"county_geoid": "19097", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.9995}
{"county_geoid": "19097", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 66", "area_weight": 0.8329}
{"county_geoid": "19097", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 33", "area_weight": 0.8329}
{"county_geoid": "19097", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 35", "area_weight": 0.1669}
{"county_geoid": "19099", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.9976}
{"county_geoid": "19099", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 38", "area_weight": 0.7479}
{"county_geoid": "19099", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 37", "area_weight": 0.252}
{"county_geoid": "19099", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "19101", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "19101", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 88", "area_weight": 0.5822}
{"county_geoid": "19101", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 87", "area_weight": 0.4177}
{"county_geoid": "19101", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 44", "area_weight": 0.9999}
{"county_geoid": "19103", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.9994}
{"county_geoid": "19103", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 91", "area_weight": 0.3855}
{"county_geoid": "19103", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 92", "area_weight": 0.3622}
{"county_geoid": "19103", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 85", "area_weight": 0.1863}
{"county_geoid": "19103", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 86", "area_weight": 0.0287}
{"county_geoid": "19103", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 89", "area_weight": 0.0222}
{"county_geoid": "19103", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 90", "area_weight": 0.015}
{"county_geoid": "19103", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 46", "area_weight": 0.7477}
{"county_geoid": "19103", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 43", "area_weight": 0.215}
{"county_geoid": "19103", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 45", "area_weight": 0.0373}
{"county_geoid": "19105", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "19105", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 66", "area_weight": 0.9999}
{"county_geoid": "19105", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "19107", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "19107", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 88", "area_weight": 0.9999}
{"county_geoid": "19107", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 44", "area_weight": 0.9999}
{"county_geoid": "19109", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19109", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 9", "area_weight": 0.7483}
{"county_geoid": "19109", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 10", "area_weight": 0.2517}
{"county_geoid": "19109", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "19111", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.998}
{"county_geoid": "19111", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 100", "area_weight": 0.8245}
{"county_geoid": "19111", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 99", "area_weight": 0.175}
{"county_geoid": "19111", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 50", "area_weight": 0.9996}
{"county_geoid": "19113", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "19113", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 83", "area_weight": 0.6515}
{"county_geoid": "19113", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 84", "area_weight": 0.1793}
{"county_geoid": "19113", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 77", "area_weight": 0.0643}
{"county_geoid": "19113", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 80", "area_weight": 0.0316}
{"county_geoid": "19113", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 73", "area_weight": 0.0271}
{"county_geoid": "19113", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 78", "area_weight": 0.0171}
{"county_geoid": "19113", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 74", "area_weight": 0.0153}
{"county_geoid": "19113", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 79", "area_weight": 0.0138}
{"county_geoid": "19113", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 42", "area_weight": 0.8308}
{"county_geoid": "19113", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 39", "area_weight": 0.0814}
{"county_geoid": "19113", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 40", "area_weight": 0.0454}
{"county_geoid": "19113", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 37", "area_weight": 0.0423}
{"county_geoid": "19115", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "19115", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 95", "area_weight": 0.9998}
{"county_geoid": "19115", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 48", "area_weight": 0.9998}
{"county_geoid": "19117", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "19117", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 24", "area_weight": 0.9998}
{"county_geoid": "19117", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 12", "area_weight": 0.9998}
{"county_geoid": "19119", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9987}
{"county_geoid": "19119", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 4", "area_weight": 0.999}
{"county_geoid": "19119", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 2", "area_weight": 0.999}
{"county_geoid": "19121", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "19121", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 23", "area_weight": 1.0}
{"county_geoid": "19121", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 12", "area_weight": 1.0}
{"county_geoid": "19123", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "19123", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 88", "area_weight": 0.6414}
{"county_geoid": "19123", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 37", "area_weight": 0.3585}
{"county_geoid": "19123", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 44", "area_weight": 0.6414}
{"county_geoid": "19123", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 19", "area_weight": 0.3585}
{"county_geoid": "19125", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "19125", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 37", "area_weight": 0.7006}
{"county_geoid": "19125", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 21", "area_weight": 0.2993}
{"county_geoid": "19125", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 19", "area_weight": 0.7006}
{"county_geoid": "19125", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 11", "area_weight": 0.2993}
{"county_geoid": "19127", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9994}
{"county_geoid": "19127", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 51", "area_weight": 0.732}
{"county_geoid": "19127", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 52", "area_weight": 0.2678}
{"county_geoid": "19127", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "19129", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9996}
{"county_geoid": "19129", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 16", "area_weight": 0.9997}
{"county_geoid": "19129", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 8", "area_weight": 0.9997}
{"county_geoid": "19131", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 0.9994}
{"county_geoid": "19131", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 60", "area_weight": 0.9998}
{"county_geoid": "19131", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "19133", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9997}
{"county_geoid": "19133", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 13", "area_weight": 0.9997}
{"county_geoid": "19133", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 7", "area_weight": 0.9997}
{"county_geoid": "19135", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "19135", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 26", "area_weight": 0.9999}
{"county_geoid": "19135", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 13", "area_weight": 0.9999}
{"county_geoid": "19137", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "19137", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 18", "area_weight": 0.9999}
{"county_geoid": "19137", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 9", "area_weight": 1.0}
{"county_geoid": "19139", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "19139", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 95", "area_weight": 0.4285}
{"county_geoid": "19139", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 82", "area_weight": 0.295}
{"county_geoid": "19139", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 96", "area_weight": 0.2764}
{"county_geoid": "19139", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 48", "area_weight": 0.7049}
{"county_geoid": "19139", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 41", "area_weight": 0.295}
{"county_geoid": "19141", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19141", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 5", "area_weight": 0.9998}
{"county_geoid": "19141", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "19143", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "19143", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 5", "area_weight": 0.9999}
{"county_geoid": "19143", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "19145", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "19145", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 18", "area_weight": 0.671}
{"county_geoid": "19145", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 17", "area_weight": 0.329}
{"county_geoid": "19145", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 9", "area_weight": 0.9999}
{"county_geoid": "19147", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19147", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 10", "area_weight": 0.9999}
{"county_geoid": "19147", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "19149", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9981}
{"county_geoid": "19149", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 13", "area_weight": 0.5222}
{"county_geoid": "19149", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 3", "area_weight": 0.4771}
{"county_geoid": "19149", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 7", "area_weight": 0.5222}
{"county_geoid": "19149", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 2", "area_weight": 0.4771}
{"county_geoid": "19151", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19151", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 7", "area_weight": 0.9998}
{"county_geoid": "19151", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 4", "area_weight": 0.9998}
{"county_geoid": "19153", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 0.9985}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 45", "area_weight": 0.5653}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 40", "area_weight": 0.0626}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 43", "area_weight": 0.0559}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 29", "area_weight": 0.0395}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 31", "area_weight": 0.0389}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 39", "area_weight": 0.0373}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 30", "area_weight": 0.0276}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 42", "area_weight": 0.0267}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 44", "area_weight": 0.026}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 41", "area_weight": 0.025}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 36", "area_weight": 0.0209}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 46", "area_weight": 0.0189}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 32", "area_weight": 0.0176}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 35", "area_weight": 0.0132}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 33", "area_weight": 0.013}
{"county_geoid": "19153", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 34", "area_weight": 0.0114}
{"county_geoid": "19153", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 23", "area_weight": 0.5842}
{"county_geoid": "19153", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 20", "area_weight": 0.1}
{"county_geoid": "19153", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 22", "area_weight": 0.0818}
{"county_geoid": "19153", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 15", "area_weight": 0.0671}
{"county_geoid": "19153", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 16", "area_weight": 0.0565}
{"county_geoid": "19153", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 21", "area_weight": 0.0518}
{"county_geoid": "19153", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 18", "area_weight": 0.0341}
{"county_geoid": "19153", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 17", "area_weight": 0.0245}
{"county_geoid": "19155", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9993}
{"county_geoid": "19155", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 16", "area_weight": 0.5919}
{"county_geoid": "19155", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 15", "area_weight": 0.2865}
{"county_geoid": "19155", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 11", "area_weight": 0.0745}
{"county_geoid": "19155", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 19", "area_weight": 0.036}
{"county_geoid": "19155", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 20", "area_weight": 0.0104}
{"county_geoid": "19155", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 8", "area_weight": 0.8784}
{"county_geoid": "19155", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 6", "area_weight": 0.0745}
{"county_geoid": "19155", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 10", "area_weight": 0.0464}
{"county_geoid": "19157", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "19157", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 53", "area_weight": 0.9999}
{"county_geoid": "19157", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "19159", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "19159", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 17", "area_weight": 0.9999}
{"county_geoid": "19159", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 9", "area_weight": 0.9999}
{"county_geoid": "19161", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19161", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 7", "area_weight": 0.9998}
{"county_geoid": "19161", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 4", "area_weight": 0.9998}
{"county_geoid": "19163", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "19163", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 82", "area_weight": 0.3035}
{"county_geoid": "19163", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 94", "area_weight": 0.1441}
{"county_geoid": "19163", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 98", "area_weight": 0.0867}
{"county_geoid": "19163", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 81", "area_weight": 0.0663}
{"county_geoid": "19163", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 93", "area_weight": 0.064}
{"county_geoid": "19163", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 97", "area_weight": 0.0195}
{"county_geoid": "19163", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 41", "area_weight": 0.3698}
{"county_geoid": "19163", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 35", "area_weight": 0.3159}
{"county_geoid": "19163", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 47", "area_weight": 0.208}
{"county_geoid": "19163", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 49", "area_weight": 0.1062}
{"county_geoid": "19165", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19165", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 11", "area_weight": 0.5093}
{"county_geoid": "19165", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 12", "area_weight": 0.4907}
{"county_geoid": "19165", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "19167", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9992}
{"county_geoid": "19167", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 3", "area_weight": 0.5525}
{"county_geoid": "19167", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 4", "area_weight": 0.4466}
{"county_geoid": "19167", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 2", "area_weight": 0.9991}
{"county_geoid": "19169", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "19169", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 51", "area_weight": 0.7399}
{"county_geoid": "19169", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 55", "area_weight": 0.126}
{"county_geoid": "19169", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 49", "area_weight": 0.0757}
{"county_geoid": "19169", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 48", "area_weight": 0.0414}
{"county_geoid": "19169", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 50", "area_weight": 0.017}
{"county_geoid": "19169", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 26", "area_weight": 0.7399}
{"county_geoid": "19169", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 28", "area_weight": 0.126}
{"county_geoid": "19169", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 25", "area_weight": 0.0927}
{"county_geoid": "19169", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 24", "area_weight": 0.0414}
{"county_geoid": "19171", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "19171", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 53", "area_weight": 0.7995}
{"county_geoid": "19171", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 76", "area_weight": 0.2004}
{"county_geoid": "19171", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 27", "area_weight": 0.7995}
{"county_geoid": "19171", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 38", "area_weight": 0.2004}
{"county_geoid": "19173", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "19173", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 17", "area_weight": 1.0}
{"county_geoid": "19173", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 9", "area_weight": 1.0}
{"county_geoid": "19175", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "19175", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 17", "area_weight": 0.5821}
{"county_geoid": "19175", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 23", "area_weight": 0.4179}
{"county_geoid": "19175", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 9", "area_weight": 0.5821}
{"county_geoid": "19175", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 12", "area_weight": 0.4179}
{"county_geoid": "19177", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "19177", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 87", "area_weight": 0.9999}
{"county_geoid": "19177", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 44", "area_weight": 0.9999}
{"county_geoid": "19179", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "19179", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 25", "area_weight": 0.579}
{"county_geoid": "19179", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 26", "area_weight": 0.4209}
{"county_geoid": "19179", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 13", "area_weight": 0.9999}
{"county_geoid": "19181", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 0.9985}
{"county_geoid": "19181", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 22", "area_weight": 0.6161}
{"county_geoid": "19181", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 21", "area_weight": 0.3836}
{"county_geoid": "19181", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 11", "area_weight": 0.9998}
{"county_geoid": "19183", "type": "CD", "district_state": "IA", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "19183", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 92", "area_weight": 0.9998}
{"county_geoid": "19183", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 46", "area_weight": 0.9998}
{"county_geoid": "19185", "type": "CD", "district_state": "IA", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "19185", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 24", "area_weight": 0.9999}
{"county_geoid": "19185", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "19187", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19187", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 8", "area_weight": 0.5272}
{"county_geoid": "19187", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 7", "area_weight": 0.4726}
{"county_geoid": "19187", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 4", "area_weight": 0.9999}
{"county_geoid": "19189", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9994}
{"county_geoid": "19189", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 9", "area_weight": 0.9998}
{"county_geoid": "19189", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 5", "area_weight": 0.9998}
{"county_geoid": "19191", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "19191", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 63", "area_weight": 0.9998}
{"county_geoid": "19191", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 32", "area_weight": 0.9999}
{"county_geoid": "19193", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 0.9991}
{"county_geoid": "19193", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 13", "area_weight": 0.7689}
{"county_geoid": "19193", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 2", "area_weight": 0.1108}
{"county_geoid": "19193", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 14", "area_weight": 0.1037}
{"county_geoid": "19193", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 1", "area_weight": 0.0164}
{"county_geoid": "19193", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 7", "area_weight": 0.8726}
{"county_geoid": "19193", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 1", "area_weight": 0.1272}
{"county_geoid": "19195", "type": "CD", "district_state": "IA", "district_label": "Congressional District 2", "area_weight": 0.9995}
{"county_geoid": "19195", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 60", "area_weight": 0.9998}
{"county_geoid": "19195", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "19197", "type": "CD", "district_state": "IA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "19197", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 56", "area_weight": 0.6922}
{"county_geoid": "19197", "type": "SH", "district_state": "IA", "district_label": "IA State House of Representatives District 55", "area_weight": 0.3078}
{"county_geoid": "19197", "type": "SS", "district_state": "IA", "district_label": "IA State Senate District 28", "area_weight": 1.0}
{"county_geoid": "20001", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "20001", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 9", "area_weight": 0.9998}
{"county_geoid": "20001", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "20003", "type": "CD", "district_state": "KS", "district_label": "Congressional District 3", "area_weight": 0.9993}
{"county_geoid": "20003", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 9", "area_weight": 0.9999}
{"county_geoid": "20003", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 12", "area_weight": 1.0}
{"county_geoid": "20005", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "20005", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 63", "area_weight": 0.9997}
{"county_geoid": "20005", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "20007", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "20007", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 116", "area_weight": 0.9998}
{"county_geoid": "20007", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 34", "area_weight": 0.9996}
{"county_geoid": "20009", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "20009", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 112", "area_weight": 0.8471}
{"county_geoid": "20009", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 113", "area_weight": 0.1529}
{"county_geoid": "20009", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 33", "area_weight": 1.0}
{"county_geoid": "20011", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "20011", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 4", "area_weight": 0.9996}
{"county_geoid": "20011", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 13", "area_weight": 0.9998}
{"county_geoid": "20013", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "20013", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 62", "area_weight": 0.9999}
{"county_geoid": "20013", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "20015", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "20015", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 75", "area_weight": 0.5215}
{"county_geoid": "20015", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 12", "area_weight": 0.3415}
{"county_geoid": "20015", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 77", "area_weight": 0.117}
{"county_geoid": "20015", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 99", "area_weight": 0.0113}
{"county_geoid": "20015", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 85", "area_weight": 0.0063}
{"county_geoid": "20015", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 14", "area_weight": 0.5937}
{"county_geoid": "20015", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 32", "area_weight": 0.2564}
{"county_geoid": "20015", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 16", "area_weight": 0.1499}
{"county_geoid": "20017", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "20017", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 13", "area_weight": 0.9999}
{"county_geoid": "20017", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 14", "area_weight": 0.9999}
{"county_geoid": "20019", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "20019", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 12", "area_weight": 1.0}
{"county_geoid": "20019", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 15", "area_weight": 0.9999}
{"county_geoid": "20021", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "20021", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 1", "area_weight": 0.9997}
{"county_geoid": "20021", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 13", "area_weight": 0.9997}
{"county_geoid": "20023", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "20023", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 120", "area_weight": 0.9998}
{"county_geoid": "20023", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 0.9998}
{"county_geoid": "20025", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "20025", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 115", "area_weight": 0.9999}
{"county_geoid": "20025", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 38", "area_weight": 0.9999}
{"county_geoid": "20027", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "20027", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 64", "area_weight": 0.9999}
{"county_geoid": "20027", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 0.9999}
{"county_geoid": "20029", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20029", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 64", "area_weight": 0.5191}
{"county_geoid": "20029", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 107", "area_weight": 0.4808}
{"county_geoid": "20029", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 1.0}
{"county_geoid": "20031", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "20031", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 76", "area_weight": 0.9997}
{"county_geoid": "20031", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 12", "area_weight": 0.9998}
{"county_geoid": "20033", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 0.998}
{"county_geoid": "20033", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 116", "area_weight": 0.9999}
{"county_geoid": "20033", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "20035", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "20035", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 12", "area_weight": 0.6649}
{"county_geoid": "20035", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 79", "area_weight": 0.2707}
{"county_geoid": "20035", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 80", "area_weight": 0.0644}
{"county_geoid": "20035", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 32", "area_weight": 0.9999}
{"county_geoid": "20037", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "20037", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 2", "area_weight": 0.8846}
{"county_geoid": "20037", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 3", "area_weight": 0.1153}
{"county_geoid": "20037", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 13", "area_weight": 0.9999}
{"county_geoid": "20039", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "20039", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 120", "area_weight": 0.9998}
{"county_geoid": "20039", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 0.9999}
{"county_geoid": "20041", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9993}
{"county_geoid": "20041", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 70", "area_weight": 0.8188}
{"county_geoid": "20041", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 64", "area_weight": 0.1811}
{"county_geoid": "20041", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "20043", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9992}
{"county_geoid": "20043", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 63", "area_weight": 0.9991}
{"county_geoid": "20043", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 1", "area_weight": 0.9992}
{"county_geoid": "20045", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.8671}
{"county_geoid": "20045", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.1327}
{"county_geoid": "20045", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 5", "area_weight": 0.3718}
{"county_geoid": "20045", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 47", "area_weight": 0.2441}
{"county_geoid": "20045", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 117", "area_weight": 0.1547}
{"county_geoid": "20045", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 45", "area_weight": 0.0989}
{"county_geoid": "20045", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 42", "area_weight": 0.051}
{"county_geoid": "20045", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 43", "area_weight": 0.0318}
{"county_geoid": "20045", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 10", "area_weight": 0.0187}
{"county_geoid": "20045", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 44", "area_weight": 0.0159}
{"county_geoid": "20045", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 46", "area_weight": 0.0131}
{"county_geoid": "20045", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 3", "area_weight": 0.5257}
{"county_geoid": "20045", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 9", "area_weight": 0.2792}
{"county_geoid": "20045", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 19", "area_weight": 0.1044}
{"county_geoid": "20045", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 2", "area_weight": 0.0906}
{"county_geoid": "20047", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "20047", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 115", "area_weight": 0.8257}
{"county_geoid": "20047", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 122", "area_weight": 0.1743}
{"county_geoid": "20047", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 33", "area_weight": 1.0}
{"county_geoid": "20049", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "20049", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 12", "area_weight": 1.0}
{"county_geoid": "20049", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 15", "area_weight": 0.9999}
{"county_geoid": "20051", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20051", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 110", "area_weight": 0.926}
{"county_geoid": "20051", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 111", "area_weight": 0.0739}
{"county_geoid": "20051", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 0.9999}
{"county_geoid": "20053", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20053", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 109", "area_weight": 0.9998}
{"county_geoid": "20053", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "20055", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20055", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 122", "area_weight": 0.9932}
{"county_geoid": "20055", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 123", "area_weight": 0.0068}
{"county_geoid": "20055", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 39", "area_weight": 0.9999}
{"county_geoid": "20057", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "20057", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 115", "area_weight": 0.9865}
{"county_geoid": "20057", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 119", "area_weight": 0.0135}
{"county_geoid": "20057", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 38", "area_weight": 1.0}
{"county_geoid": "20059", "type": "CD", "district_state": "KS", "district_label": "Congressional District 3", "area_weight": 0.9995}
{"county_geoid": "20059", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 59", "area_weight": 0.9382}
{"county_geoid": "20059", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 5", "area_weight": 0.0617}
{"county_geoid": "20059", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 12", "area_weight": 0.5407}
{"county_geoid": "20059", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 3", "area_weight": 0.4593}
{"county_geoid": "20061", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.997}
{"county_geoid": "20061", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 68", "area_weight": 0.7565}
{"county_geoid": "20061", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 65", "area_weight": 0.2434}
{"county_geoid": "20061", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "20063", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20063", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 118", "area_weight": 1.0}
{"county_geoid": "20063", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 1.0}
{"county_geoid": "20065", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20065", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 110", "area_weight": 0.9999}
{"county_geoid": "20065", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 0.9999}
{"county_geoid": "20067", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20067", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 124", "area_weight": 1.0}
{"county_geoid": "20067", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 39", "area_weight": 1.0}
{"county_geoid": "20069", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20069", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 115", "area_weight": 0.9999}
{"county_geoid": "20069", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 38", "area_weight": 0.9999}
{"county_geoid": "20071", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20071", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 118", "area_weight": 0.9999}
{"county_geoid": "20071", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 39", "area_weight": 1.0}
{"county_geoid": "20073", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 0.9992}
{"county_geoid": "20073", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 13", "area_weight": 0.9999}
{"county_geoid": "20073", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 14", "area_weight": 0.9998}
{"county_geoid": "20075", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "20075", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 124", "area_weight": 0.9997}
{"county_geoid": "20075", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 39", "area_weight": 0.9999}
{"county_geoid": "20077", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "20077", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 116", "area_weight": 0.9998}
{"county_geoid": "20077", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 32", "area_weight": 0.9998}
{"county_geoid": "20079", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 0.9989}
{"county_geoid": "20079", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 74", "area_weight": 0.6982}
{"county_geoid": "20079", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 72", "area_weight": 0.3018}
{"county_geoid": "20079", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "20081", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20081", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 124", "area_weight": 0.9999}
{"county_geoid": "20081", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 38", "area_weight": 0.9997}
{"county_geoid": "20083", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20083", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 122", "area_weight": 0.9999}
{"county_geoid": "20083", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 38", "area_weight": 0.9999}
{"county_geoid": "20085", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.8733}
{"county_geoid": "20085", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.1267}
{"county_geoid": "20085", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 61", "area_weight": 0.423}
{"county_geoid": "20085", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 62", "area_weight": 0.4179}
{"county_geoid": "20085", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 47", "area_weight": 0.1591}
{"county_geoid": "20085", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 1", "area_weight": 1.0}
{"county_geoid": "20087", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9964}
{"county_geoid": "20087", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 47", "area_weight": 0.8862}
{"county_geoid": "20087", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 42", "area_weight": 0.1137}
{"county_geoid": "20087", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 18", "area_weight": 0.6656}
{"county_geoid": "20087", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 1", "area_weight": 0.3344}
{"county_geoid": "20089", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20089", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 106", "area_weight": 0.9999}
{"county_geoid": "20089", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 1.0}
{"county_geoid": "20091", "type": "CD", "district_state": "KS", "district_label": "Congressional District 3", "area_weight": 0.9985}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 121", "area_weight": 0.1408}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 27", "area_weight": 0.106}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 43", "area_weight": 0.0947}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 117", "area_weight": 0.0844}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 5", "area_weight": 0.0819}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 26", "area_weight": 0.0713}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 39", "area_weight": 0.0413}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 30", "area_weight": 0.0395}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 15", "area_weight": 0.0367}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 14", "area_weight": 0.032}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 17", "area_weight": 0.0302}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 20", "area_weight": 0.0245}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 8", "area_weight": 0.0221}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 24", "area_weight": 0.0178}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 28", "area_weight": 0.0164}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 18", "area_weight": 0.0156}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 29", "area_weight": 0.0155}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 25", "area_weight": 0.0154}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 19", "area_weight": 0.015}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 16", "area_weight": 0.0145}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 108", "area_weight": 0.0138}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 49", "area_weight": 0.0132}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 23", "area_weight": 0.0125}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 21", "area_weight": 0.0122}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 48", "area_weight": 0.012}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 78", "area_weight": 0.0104}
{"county_geoid": "20091", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 22", "area_weight": 0.01}
{"county_geoid": "20091", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 37", "area_weight": 0.2265}
{"county_geoid": "20091", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 9", "area_weight": 0.1706}
{"county_geoid": "20091", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 10", "area_weight": 0.1185}
{"county_geoid": "20091", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 23", "area_weight": 0.1142}
{"county_geoid": "20091", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 11", "area_weight": 0.1088}
{"county_geoid": "20091", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 35", "area_weight": 0.1037}
{"county_geoid": "20091", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 21", "area_weight": 0.0601}
{"county_geoid": "20091", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 8", "area_weight": 0.047}
{"county_geoid": "20091", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 7", "area_weight": 0.0445}
{"county_geoid": "20091", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 6", "area_weight": 0.0056}
{"county_geoid": "20093", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20093", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 122", "area_weight": 0.9998}
{"county_geoid": "20093", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 39", "area_weight": 1.0}
{"county_geoid": "20095", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "20095", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 114", "area_weight": 0.9999}
{"county_geoid": "20095", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 34", "area_weight": 0.9999}
{"county_geoid": "20097", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "20097", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 116", "area_weight": 0.9998}
{"county_geoid": "20097", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 33", "area_weight": 1.0}
{"county_geoid": "20099", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "20099", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 7", "area_weight": 0.7431}
{"county_geoid": "20099", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 1", "area_weight": 0.2567}
{"county_geoid": "20099", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 15", "area_weight": 1.0}
{"county_geoid": "20101", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20101", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 118", "area_weight": 1.0}
{"county_geoid": "20101", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 39", "area_weight": 0.9997}
{"county_geoid": "20103", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.997}
{"county_geoid": "20103", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 42", "area_weight": 0.4708}
{"county_geoid": "20103", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 38", "area_weight": 0.2949}
{"county_geoid": "20103", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 41", "area_weight": 0.1388}
{"county_geoid": "20103", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 40", "area_weight": 0.0949}
{"county_geoid": "20103", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 9", "area_weight": 0.4292}
{"county_geoid": "20103", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 1", "area_weight": 0.3891}
{"county_geoid": "20103", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 5", "area_weight": 0.1812}
{"county_geoid": "20105", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20105", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 109", "area_weight": 0.9999}
{"county_geoid": "20105", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 0.9999}
{"county_geoid": "20107", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "20107", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 4", "area_weight": 0.8936}
{"county_geoid": "20107", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 9", "area_weight": 0.1063}
{"county_geoid": "20107", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 12", "area_weight": 0.9998}
{"county_geoid": "20109", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20109", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 118", "area_weight": 0.9998}
{"county_geoid": "20109", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 1.0}
{"county_geoid": "20111", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "20111", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 76", "area_weight": 0.6679}
{"county_geoid": "20111", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 13", "area_weight": 0.1891}
{"county_geoid": "20111", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 60", "area_weight": 0.143}
{"county_geoid": "20111", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "20113", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20113", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 73", "area_weight": 0.6411}
{"county_geoid": "20113", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 74", "area_weight": 0.1991}
{"county_geoid": "20113", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 70", "area_weight": 0.08}
{"county_geoid": "20113", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 104", "area_weight": 0.0796}
{"county_geoid": "20113", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 14", "area_weight": 0.9998}
{"county_geoid": "20115", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9995}
{"county_geoid": "20115", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 70", "area_weight": 0.6609}
{"county_geoid": "20115", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 74", "area_weight": 0.3389}
{"county_geoid": "20115", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 14", "area_weight": 0.9998}
{"county_geoid": "20117", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "20117", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 106", "area_weight": 0.9997}
{"county_geoid": "20117", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 1", "area_weight": 0.7623}
{"county_geoid": "20117", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 0.2373}
{"county_geoid": "20119", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20119", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 115", "area_weight": 0.7428}
{"county_geoid": "20119", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 125", "area_weight": 0.2571}
{"county_geoid": "20119", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 38", "area_weight": 1.0}
{"county_geoid": "20121", "type": "CD", "district_state": "KS", "district_label": "Congressional District 3", "area_weight": 0.9992}
{"county_geoid": "20121", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 6", "area_weight": 0.4936}
{"county_geoid": "20121", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 5", "area_weight": 0.2643}
{"county_geoid": "20121", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 9", "area_weight": 0.2396}
{"county_geoid": "20121", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 12", "area_weight": 0.5721}
{"county_geoid": "20121", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 37", "area_weight": 0.4151}
{"county_geoid": "20121", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 23", "area_weight": 0.0124}
{"county_geoid": "20123", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20123", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 107", "area_weight": 0.9999}
{"county_geoid": "20123", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 1.0}
{"county_geoid": "20125", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "20125", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 11", "area_weight": 0.5559}
{"county_geoid": "20125", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 12", "area_weight": 0.444}
{"county_geoid": "20125", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 15", "area_weight": 0.9999}
{"county_geoid": "20127", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "20127", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 68", "area_weight": 0.9998}
{"county_geoid": "20127", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "20129", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "20129", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 124", "area_weight": 0.9998}
{"county_geoid": "20129", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 39", "area_weight": 0.9998}
{"county_geoid": "20131", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9994}
{"county_geoid": "20131", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 62", "area_weight": 0.9997}
{"county_geoid": "20131", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "20133", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "20133", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 2", "area_weight": 0.751}
{"county_geoid": "20133", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 7", "area_weight": 0.2488}
{"county_geoid": "20133", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 15", "area_weight": 0.9998}
{"county_geoid": "20135", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20135", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 118", "area_weight": 0.9999}
{"county_geoid": "20135", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 33", "area_weight": 0.9998}
{"county_geoid": "20137", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "20137", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 110", "area_weight": 0.9998}
{"county_geoid": "20137", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 0.9999}
{"county_geoid": "20139", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "20139", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 76", "area_weight": 0.5917}
{"county_geoid": "20139", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 54", "area_weight": 0.4082}
{"county_geoid": "20139", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 3", "area_weight": 0.9998}
{"county_geoid": "20141", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20141", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 109", "area_weight": 0.9998}
{"county_geoid": "20141", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 1.0}
{"county_geoid": "20143", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20143", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 107", "area_weight": 0.9999}
{"county_geoid": "20143", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 0.9999}
{"county_geoid": "20145", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 0.5354}
{"county_geoid": "20145", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.4646}
{"county_geoid": "20145", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 113", "area_weight": 0.5257}
{"county_geoid": "20145", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 122", "area_weight": 0.4743}
{"county_geoid": "20145", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 33", "area_weight": 1.0}
{"county_geoid": "20147", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "20147", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 110", "area_weight": 0.9999}
{"county_geoid": "20147", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 0.5997}
{"county_geoid": "20147", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 0.4002}
{"county_geoid": "20149", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.998}
{"county_geoid": "20149", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 61", "area_weight": 0.9531}
{"county_geoid": "20149", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 51", "area_weight": 0.0468}
{"county_geoid": "20149", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 18", "area_weight": 0.9997}
{"county_geoid": "20151", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "20151", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 116", "area_weight": 0.5254}
{"county_geoid": "20151", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 114", "area_weight": 0.4746}
{"county_geoid": "20151", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "20153", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "20153", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 120", "area_weight": 0.9999}
{"county_geoid": "20153", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 0.9999}
{"county_geoid": "20155", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "20155", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 114", "area_weight": 0.7417}
{"county_geoid": "20155", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 101", "area_weight": 0.1738}
{"county_geoid": "20155", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 104", "area_weight": 0.071}
{"county_geoid": "20155", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 102", "area_weight": 0.0134}
{"county_geoid": "20155", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 34", "area_weight": 0.9999}
{"county_geoid": "20157", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "20157", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 106", "area_weight": 0.9997}
{"county_geoid": "20157", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 0.9998}
{"county_geoid": "20159", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20159", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 113", "area_weight": 0.9999}
{"county_geoid": "20159", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "20161", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "20161", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 64", "area_weight": 0.7364}
{"county_geoid": "20161", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 51", "area_weight": 0.1183}
{"county_geoid": "20161", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 68", "area_weight": 0.1021}
{"county_geoid": "20161", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 67", "area_weight": 0.0288}
{"county_geoid": "20161", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 66", "area_weight": 0.0104}
{"county_geoid": "20161", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 22", "area_weight": 0.9996}
{"county_geoid": "20163", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20163", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 110", "area_weight": 1.0}
{"county_geoid": "20163", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 0.9999}
{"county_geoid": "20165", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20165", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 113", "area_weight": 0.9996}
{"county_geoid": "20165", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 33", "area_weight": 1.0}
{"county_geoid": "20167", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20167", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 109", "area_weight": 0.9999}
{"county_geoid": "20167", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 0.9999}
{"county_geoid": "20169", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20169", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 69", "area_weight": 0.5348}
{"county_geoid": "20169", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 107", "area_weight": 0.2513}
{"county_geoid": "20169", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 71", "area_weight": 0.2137}
{"county_geoid": "20169", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 24", "area_weight": 0.9998}
{"county_geoid": "20171", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20171", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 118", "area_weight": 1.0}
{"county_geoid": "20171", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 39", "area_weight": 1.0}
{"county_geoid": "20173", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 93", "area_weight": 0.2919}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 101", "area_weight": 0.1662}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 90", "area_weight": 0.1605}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 91", "area_weight": 0.0427}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 85", "area_weight": 0.0413}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 81", "area_weight": 0.0406}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 82", "area_weight": 0.0384}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 72", "area_weight": 0.0364}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 97", "area_weight": 0.0313}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 98", "area_weight": 0.0213}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 87", "area_weight": 0.0141}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 94", "area_weight": 0.0135}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 89", "area_weight": 0.013}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 88", "area_weight": 0.0122}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 105", "area_weight": 0.0104}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 103", "area_weight": 0.0097}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 95", "area_weight": 0.0085}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 96", "area_weight": 0.0084}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 99", "area_weight": 0.008}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 92", "area_weight": 0.0073}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 100", "area_weight": 0.0069}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 84", "area_weight": 0.0061}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 86", "area_weight": 0.0056}
{"county_geoid": "20173", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 83", "area_weight": 0.0054}
{"county_geoid": "20173", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 26", "area_weight": 0.476}
{"county_geoid": "20173", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 31", "area_weight": 0.1936}
{"county_geoid": "20173", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 30", "area_weight": 0.1143}
{"county_geoid": "20173", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 16", "area_weight": 0.093}
{"county_geoid": "20173", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 28", "area_weight": 0.0441}
{"county_geoid": "20173", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 27", "area_weight": 0.0358}
{"county_geoid": "20173", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 29", "area_weight": 0.0222}
{"county_geoid": "20173", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 25", "area_weight": 0.0209}
{"county_geoid": "20175", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20175", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 125", "area_weight": 0.9998}
{"county_geoid": "20175", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 38", "area_weight": 0.9999}
{"county_geoid": "20177", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "20177", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 54", "area_weight": 0.4273}
{"county_geoid": "20177", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 50", "area_weight": 0.38}
{"county_geoid": "20177", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 52", "area_weight": 0.0602}
{"county_geoid": "20177", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 56", "area_weight": 0.0397}
{"county_geoid": "20177", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 57", "area_weight": 0.035}
{"county_geoid": "20177", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 58", "area_weight": 0.0255}
{"county_geoid": "20177", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 53", "area_weight": 0.02}
{"county_geoid": "20177", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 55", "area_weight": 0.0122}
{"county_geoid": "20177", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 18", "area_weight": 0.4464}
{"county_geoid": "20177", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 20", "area_weight": 0.3111}
{"county_geoid": "20177", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 3", "area_weight": 0.1628}
{"county_geoid": "20177", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 19", "area_weight": 0.0796}
{"county_geoid": "20179", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20179", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 118", "area_weight": 0.9999}
{"county_geoid": "20179", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 1.0}
{"county_geoid": "20181", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20181", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 120", "area_weight": 1.0}
{"county_geoid": "20181", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 1.0}
{"county_geoid": "20183", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "20183", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 109", "area_weight": 0.9998}
{"county_geoid": "20183", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 0.9999}
{"county_geoid": "20185", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 0.9995}
{"county_geoid": "20185", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 113", "area_weight": 0.9999}
{"county_geoid": "20185", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 33", "area_weight": 1.0}
{"county_geoid": "20187", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "20187", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 124", "area_weight": 0.9999}
{"county_geoid": "20187", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 39", "area_weight": 0.9999}
{"county_geoid": "20189", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20189", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 124", "area_weight": 1.0}
{"county_geoid": "20189", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 39", "area_weight": 1.0}
{"county_geoid": "20191", "type": "CD", "district_state": "KS", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "20191", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 79", "area_weight": 0.3834}
{"county_geoid": "20191", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 80", "area_weight": 0.3244}
{"county_geoid": "20191", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 116", "area_weight": 0.2829}
{"county_geoid": "20191", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 82", "area_weight": 0.0091}
{"county_geoid": "20191", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 32", "area_weight": 0.997}
{"county_geoid": "20193", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20193", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 120", "area_weight": 0.9999}
{"county_geoid": "20193", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 1.0}
{"county_geoid": "20195", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20195", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 118", "area_weight": 0.9999}
{"county_geoid": "20195", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 0.9999}
{"county_geoid": "20197", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9976}
{"county_geoid": "20197", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 51", "area_weight": 0.9998}
{"county_geoid": "20197", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 20", "area_weight": 0.9998}
{"county_geoid": "20199", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20199", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 120", "area_weight": 0.9999}
{"county_geoid": "20199", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 40", "area_weight": 1.0}
{"county_geoid": "20201", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "20201", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 106", "area_weight": 0.9997}
{"county_geoid": "20201", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 36", "area_weight": 0.9998}
{"county_geoid": "20203", "type": "CD", "district_state": "KS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "20203", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 118", "area_weight": 0.9999}
{"county_geoid": "20203", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 39", "area_weight": 0.9999}
{"county_geoid": "20205", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.999}
{"county_geoid": "20205", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 13", "area_weight": 0.9999}
{"county_geoid": "20205", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "20207", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "20207", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 13", "area_weight": 0.9999}
{"county_geoid": "20207", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 12", "area_weight": 0.9998}
{"county_geoid": "20209", "type": "CD", "district_state": "KS", "district_label": "Congressional District 2", "area_weight": 0.5982}
{"county_geoid": "20209", "type": "CD", "district_state": "KS", "district_label": "Congressional District 3", "area_weight": 0.3994}
{"county_geoid": "20209", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 33", "area_weight": 0.2913}
{"county_geoid": "20209", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 36", "area_weight": 0.1992}
{"county_geoid": "20209", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 37", "area_weight": 0.1762}
{"county_geoid": "20209", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 35", "area_weight": 0.12}
{"county_geoid": "20209", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 38", "area_weight": 0.0795}
{"county_geoid": "20209", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 31", "area_weight": 0.0546}
{"county_geoid": "20209", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 34", "area_weight": 0.0448}
{"county_geoid": "20209", "type": "SH", "district_state": "KS", "district_label": "KS State House of Representatives District 32", "area_weight": 0.0335}
{"county_geoid": "20209", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 6", "area_weight": 0.3045}
{"county_geoid": "20209", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 5", "area_weight": 0.2647}
{"county_geoid": "20209", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 4", "area_weight": 0.2544}
{"county_geoid": "20209", "type": "SS", "district_state": "KS", "district_label": "KS State Senate District 9", "area_weight": 0.1755}
{"county_geoid": "21001", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "21001", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 21", "area_weight": 0.9999}
{"county_geoid": "21001", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 16", "area_weight": 0.9999}
{"county_geoid": "21003", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9924}
{"county_geoid": "21003", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.0075}
{"county_geoid": "21003", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 22", "area_weight": 0.9996}
{"county_geoid": "21003", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 16", "area_weight": 0.9996}
{"county_geoid": "21005", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.5147}
{"county_geoid": "21005", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.4831}
{"county_geoid": "21005", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 53", "area_weight": 0.9992}
{"county_geoid": "21005", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 7", "area_weight": 0.9992}
{"county_geoid": "21007", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.998}
{"county_geoid": "21007", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 1", "area_weight": 0.9993}
{"county_geoid": "21007", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 2", "area_weight": 0.9993}
{"county_geoid": "21009", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.9966}
{"county_geoid": "21009", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 23", "area_weight": 0.9998}
{"county_geoid": "21009", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 9", "area_weight": 0.9998}
{"county_geoid": "21011", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.5425}
{"county_geoid": "21011", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.4575}
{"county_geoid": "21011", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 74", "area_weight": 0.9992}
{"county_geoid": "21011", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 28", "area_weight": 0.9992}
{"county_geoid": "21013", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9997}
{"county_geoid": "21013", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 87", "area_weight": 0.9992}
{"county_geoid": "21013", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 29", "area_weight": 0.9992}
{"county_geoid": "21015", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9994}
{"county_geoid": "21015", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 66", "area_weight": 0.4636}
{"county_geoid": "21015", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 60", "area_weight": 0.2168}
{"county_geoid": "21015", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 61", "area_weight": 0.1797}
{"county_geoid": "21015", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 63", "area_weight": 0.074}
{"county_geoid": "21015", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 78", "area_weight": 0.0436}
{"county_geoid": "21015", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 69", "area_weight": 0.0216}
{"county_geoid": "21015", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 11", "area_weight": 0.6724}
{"county_geoid": "21015", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 20", "area_weight": 0.3269}
{"county_geoid": "21017", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.9991}
{"county_geoid": "21017", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 72", "area_weight": 0.9995}
{"county_geoid": "21017", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 27", "area_weight": 0.9998}
{"county_geoid": "21019", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9983}
{"county_geoid": "21019", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 100", "area_weight": 0.5616}
{"county_geoid": "21019", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 96", "area_weight": 0.3573}
{"county_geoid": "21019", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 98", "area_weight": 0.0807}
{"county_geoid": "21019", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 18", "area_weight": 0.9993}
{"county_geoid": "21021", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9902}
{"county_geoid": "21021", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.0064}
{"county_geoid": "21021", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 54", "area_weight": 0.9995}
{"county_geoid": "21021", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 12", "area_weight": 0.9993}
{"county_geoid": "21023", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9995}
{"county_geoid": "21023", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 70", "area_weight": 0.9994}
{"county_geoid": "21023", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 24", "area_weight": 0.9991}
{"county_geoid": "21025", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "21025", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 84", "area_weight": 0.9995}
{"county_geoid": "21025", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "21027", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "21027", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 10", "area_weight": 0.9993}
{"county_geoid": "21027", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 5", "area_weight": 0.9996}
{"county_geoid": "21029", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.9978}
{"county_geoid": "21029", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 49", "area_weight": 0.545}
{"county_geoid": "21029", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 26", "area_weight": 0.4518}
{"county_geoid": "21029", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 38", "area_weight": 0.9995}
{"county_geoid": "21031", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "21031", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 15", "area_weight": 0.9995}
{"county_geoid": "21031", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 5", "area_weight": 0.9996}
{"county_geoid": "21033", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "21033", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 8", "area_weight": 0.999}
{"county_geoid": "21033", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 3", "area_weight": 0.999}
{"county_geoid": "21035", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "21035", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 5", "area_weight": 0.9995}
{"county_geoid": "21035", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 1", "area_weight": 0.9996}
{"county_geoid": "21037", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9991}
{"county_geoid": "21037", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 68", "area_weight": 0.6458}
{"county_geoid": "21037", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 78", "area_weight": 0.2242}
{"county_geoid": "21037", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 67", "area_weight": 0.1289}
{"county_geoid": "21037", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 24", "area_weight": 0.9987}
{"county_geoid": "21039", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9995}
{"county_geoid": "21039", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 1", "area_weight": 0.9994}
{"county_geoid": "21039", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 2", "area_weight": 0.9994}
{"county_geoid": "21041", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9992}
{"county_geoid": "21041", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 47", "area_weight": 0.9992}
{"county_geoid": "21041", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 20", "area_weight": 0.9992}
{"county_geoid": "21043", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.7447}
{"county_geoid": "21043", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.2553}
{"county_geoid": "21043", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 96", "area_weight": 0.9994}
{"county_geoid": "21043", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 18", "area_weight": 0.9996}
{"county_geoid": "21045", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9991}
{"county_geoid": "21045", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 54", "area_weight": 0.9995}
{"county_geoid": "21045", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 21", "area_weight": 0.9996}
{"county_geoid": "21047", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.999}
{"county_geoid": "21047", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 8", "area_weight": 0.4116}
{"county_geoid": "21047", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 9", "area_weight": 0.323}
{"county_geoid": "21047", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 16", "area_weight": 0.2651}
{"county_geoid": "21047", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 3", "area_weight": 0.9995}
{"county_geoid": "21049", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "21049", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 73", "area_weight": 0.9994}
{"county_geoid": "21049", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 28", "area_weight": 0.9997}
{"county_geoid": "21051", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "21051", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 90", "area_weight": 0.9996}
{"county_geoid": "21051", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 25", "area_weight": 0.9998}
{"county_geoid": "21053", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9959}
{"county_geoid": "21053", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 83", "area_weight": 0.9996}
{"county_geoid": "21053", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 15", "area_weight": 0.9998}
{"county_geoid": "21055", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9989}
{"county_geoid": "21055", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 12", "area_weight": 0.999}
{"county_geoid": "21055", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 1", "area_weight": 0.9989}
{"county_geoid": "21057", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "21057", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 21", "area_weight": 0.9994}
{"county_geoid": "21057", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 15", "area_weight": 0.9997}
{"county_geoid": "21059", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.999}
{"county_geoid": "21059", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 7", "area_weight": 0.4815}
{"county_geoid": "21059", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 14", "area_weight": 0.3994}
{"county_geoid": "21059", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 13", "area_weight": 0.1189}
{"county_geoid": "21059", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 8", "area_weight": 0.9997}
{"county_geoid": "21061", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "21061", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 19", "area_weight": 0.999}
{"county_geoid": "21061", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 9", "area_weight": 0.9991}
{"county_geoid": "21063", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "21063", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 99", "area_weight": 0.9994}
{"county_geoid": "21063", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 31", "area_weight": 0.9992}
{"county_geoid": "21065", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.9976}
{"county_geoid": "21065", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 91", "area_weight": 0.9996}
{"county_geoid": "21065", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 30", "area_weight": 0.9997}
{"county_geoid": "21067", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "21067", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 88", "area_weight": 0.4274}
{"county_geoid": "21067", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 73", "area_weight": 0.2261}
{"county_geoid": "21067", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 45", "area_weight": 0.1124}
{"county_geoid": "21067", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 77", "area_weight": 0.0591}
{"county_geoid": "21067", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 76", "area_weight": 0.0511}
{"county_geoid": "21067", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 93", "area_weight": 0.0388}
{"county_geoid": "21067", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 75", "area_weight": 0.038}
{"county_geoid": "21067", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 79", "area_weight": 0.0371}
{"county_geoid": "21067", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 39", "area_weight": 0.0097}
{"county_geoid": "21067", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 28", "area_weight": 0.2798}
{"county_geoid": "21067", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 27", "area_weight": 0.222}
{"county_geoid": "21067", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 34", "area_weight": 0.163}
{"county_geoid": "21067", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 17", "area_weight": 0.1184}
{"county_geoid": "21067", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 13", "area_weight": 0.0968}
{"county_geoid": "21067", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 12", "area_weight": 0.0884}
{"county_geoid": "21067", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 22", "area_weight": 0.0317}
{"county_geoid": "21069", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.9904}
{"county_geoid": "21069", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.0074}
{"county_geoid": "21069", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 72", "area_weight": 0.9993}
{"county_geoid": "21069", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 27", "area_weight": 0.9996}
{"county_geoid": "21071", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "21071", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 95", "area_weight": 0.9993}
{"county_geoid": "21071", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 29", "area_weight": 0.9994}
{"county_geoid": "21073", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9967}
{"county_geoid": "21073", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 57", "area_weight": 0.6077}
{"county_geoid": "21073", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 56", "area_weight": 0.3919}
{"county_geoid": "21073", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 20", "area_weight": 0.9997}
{"county_geoid": "21075", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9978}
{"county_geoid": "21075", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 1", "area_weight": 0.9978}
{"county_geoid": "21075", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 1", "area_weight": 0.9978}
{"county_geoid": "21077", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9992}
{"county_geoid": "21077", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 61", "area_weight": 0.9991}
{"county_geoid": "21077", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 20", "area_weight": 0.9996}
{"county_geoid": "21079", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.9948}
{"county_geoid": "21079", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 80", "area_weight": 0.9989}
{"county_geoid": "21079", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 22", "area_weight": 0.999}
{"county_geoid": "21081", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "21081", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 61", "area_weight": 0.9997}
{"county_geoid": "21081", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 17", "area_weight": 0.9997}
{"county_geoid": "21083", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "21083", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 2", "area_weight": 0.9997}
{"county_geoid": "21083", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 1", "area_weight": 0.9997}
{"county_geoid": "21085", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "21085", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 18", "area_weight": 0.9995}
{"county_geoid": "21085", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 5", "area_weight": 0.9996}
{"county_geoid": "21087", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.9965}
{"county_geoid": "21087", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 24", "area_weight": 0.9994}
{"county_geoid": "21087", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 9", "area_weight": 0.9993}
{"county_geoid": "21089", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9986}
{"county_geoid": "21089", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 98", "area_weight": 0.9989}
{"county_geoid": "21089", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 18", "area_weight": 0.9994}
{"county_geoid": "21091", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.999}
{"county_geoid": "21091", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 14", "area_weight": 0.9992}
{"county_geoid": "21091", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 8", "area_weight": 0.9992}
{"county_geoid": "21093", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "21093", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 18", "area_weight": 0.4165}
{"county_geoid": "21093", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 10", "area_weight": 0.2477}
{"county_geoid": "21093", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 25", "area_weight": 0.1663}
{"county_geoid": "21093", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 26", "area_weight": 0.1549}
{"county_geoid": "21093", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 27", "area_weight": 0.0145}
{"county_geoid": "21093", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 10", "area_weight": 0.9995}
{"county_geoid": "21095", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9991}
{"county_geoid": "21095", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 87", "area_weight": 0.7149}
{"county_geoid": "21095", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 94", "area_weight": 0.284}
{"county_geoid": "21095", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 29", "area_weight": 0.999}
{"county_geoid": "21097", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9945}
{"county_geoid": "21097", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.0055}
{"county_geoid": "21097", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 70", "area_weight": 0.9993}
{"county_geoid": "21097", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 27", "area_weight": 0.9995}
{"county_geoid": "21099", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "21099", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 24", "area_weight": 0.9996}
{"county_geoid": "21099", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 9", "area_weight": 0.9998}
{"county_geoid": "21101", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9971}
{"county_geoid": "21101", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 11", "area_weight": 0.999}
{"county_geoid": "21101", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 4", "area_weight": 0.9993}
{"county_geoid": "21103", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9993}
{"county_geoid": "21103", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 47", "area_weight": 0.9999}
{"county_geoid": "21103", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 7", "area_weight": 0.9997}
{"county_geoid": "21105", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9995}
{"county_geoid": "21105", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 1", "area_weight": 0.9995}
{"county_geoid": "21105", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 1", "area_weight": 0.9993}
{"county_geoid": "21107", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.996}
{"county_geoid": "21107", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 4", "area_weight": 0.9992}
{"county_geoid": "21107", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 4", "area_weight": 0.9992}
{"county_geoid": "21109", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "21109", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 89", "area_weight": 0.9997}
{"county_geoid": "21109", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 25", "area_weight": 0.9996}
{"county_geoid": "21111", "type": "CD", "district_state": "KY", "district_label": "Congressional District 3", "area_weight": 0.8124}
{"county_geoid": "21111", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.1868}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 36", "area_weight": 0.1567}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 29", "area_weight": 0.1181}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 37", "area_weight": 0.1085}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 48", "area_weight": 0.0731}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 44", "area_weight": 0.0604}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 35", "area_weight": 0.0575}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 28", "area_weight": 0.0477}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 38", "area_weight": 0.0461}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 31", "area_weight": 0.0406}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 33", "area_weight": 0.04}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 43", "area_weight": 0.0391}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 32", "area_weight": 0.0356}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 46", "area_weight": 0.0354}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 34", "area_weight": 0.0352}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 30", "area_weight": 0.0316}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 40", "area_weight": 0.0277}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 41", "area_weight": 0.0268}
{"county_geoid": "21111", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 42", "area_weight": 0.0196}
{"county_geoid": "21111", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 36", "area_weight": 0.203}
{"county_geoid": "21111", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 33", "area_weight": 0.1211}
{"county_geoid": "21111", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 7", "area_weight": 0.1144}
{"county_geoid": "21111", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 35", "area_weight": 0.1127}
{"county_geoid": "21111", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 26", "area_weight": 0.1039}
{"county_geoid": "21111", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 38", "area_weight": 0.0995}
{"county_geoid": "21111", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 37", "area_weight": 0.0893}
{"county_geoid": "21111", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 19", "area_weight": 0.0813}
{"county_geoid": "21111", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 6", "area_weight": 0.0506}
{"county_geoid": "21111", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 10", "area_weight": 0.0238}
{"county_geoid": "21113", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "21113", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 55", "area_weight": 0.4325}
{"county_geoid": "21113", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 39", "area_weight": 0.2682}
{"county_geoid": "21113", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 56", "area_weight": 0.1533}
{"county_geoid": "21113", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 45", "area_weight": 0.1456}
{"county_geoid": "21113", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 22", "area_weight": 0.9997}
{"county_geoid": "21115", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "21115", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 97", "area_weight": 0.9996}
{"county_geoid": "21115", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 31", "area_weight": 0.9996}
{"county_geoid": "21117", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9996}
{"county_geoid": "21117", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 78", "area_weight": 0.4286}
{"county_geoid": "21117", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 64", "area_weight": 0.2133}
{"county_geoid": "21117", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 65", "area_weight": 0.11}
{"county_geoid": "21117", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 63", "area_weight": 0.0927}
{"county_geoid": "21117", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 61", "area_weight": 0.0927}
{"county_geoid": "21117", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 69", "area_weight": 0.0621}
{"county_geoid": "21117", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 17", "area_weight": 0.4611}
{"county_geoid": "21117", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 23", "area_weight": 0.3702}
{"county_geoid": "21117", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 20", "area_weight": 0.165}
{"county_geoid": "21119", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "21119", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 92", "area_weight": 0.9993}
{"county_geoid": "21119", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 29", "area_weight": 0.9997}
{"county_geoid": "21121", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "21121", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 86", "area_weight": 0.9993}
{"county_geoid": "21121", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 25", "area_weight": 0.9996}
{"county_geoid": "21123", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.9967}
{"county_geoid": "21123", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 24", "area_weight": 0.9991}
{"county_geoid": "21123", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 14", "area_weight": 0.9996}
{"county_geoid": "21125", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "21125", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 85", "area_weight": 0.2496}
{"county_geoid": "21125", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 89", "area_weight": 0.2018}
{"county_geoid": "21125", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 90", "area_weight": 0.1793}
{"county_geoid": "21125", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 86", "area_weight": 0.1502}
{"county_geoid": "21125", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 71", "area_weight": 0.1343}
{"county_geoid": "21125", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 82", "area_weight": 0.0848}
{"county_geoid": "21125", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 21", "area_weight": 0.9993}
{"county_geoid": "21127", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9996}
{"county_geoid": "21127", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 100", "area_weight": 0.9991}
{"county_geoid": "21127", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 31", "area_weight": 0.9995}
{"county_geoid": "21129", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9965}
{"county_geoid": "21129", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 89", "area_weight": 0.9993}
{"county_geoid": "21129", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 30", "area_weight": 0.9997}
{"county_geoid": "21131", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "21131", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 90", "area_weight": 0.9995}
{"county_geoid": "21131", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "21133", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9993}
{"county_geoid": "21133", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 94", "area_weight": 0.9988}
{"county_geoid": "21133", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 29", "area_weight": 0.999}
{"county_geoid": "21135", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9963}
{"county_geoid": "21135", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 96", "area_weight": 0.9992}
{"county_geoid": "21135", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 18", "area_weight": 0.9993}
{"county_geoid": "21137", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9928}
{"county_geoid": "21137", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 80", "area_weight": 0.9998}
{"county_geoid": "21137", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 21", "area_weight": 0.9998}
{"county_geoid": "21139", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9987}
{"county_geoid": "21139", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 3", "area_weight": 0.9986}
{"county_geoid": "21139", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 2", "area_weight": 0.9987}
{"county_geoid": "21141", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.927}
{"county_geoid": "21141", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.0729}
{"county_geoid": "21141", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 16", "area_weight": 0.9998}
{"county_geoid": "21141", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 32", "area_weight": 0.9998}
{"county_geoid": "21143", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "21143", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 6", "area_weight": 0.9997}
{"county_geoid": "21143", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "21145", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9992}
{"county_geoid": "21145", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 1", "area_weight": 0.5379}
{"county_geoid": "21145", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 2", "area_weight": 0.1771}
{"county_geoid": "21145", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 3", "area_weight": 0.1582}
{"county_geoid": "21145", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 6", "area_weight": 0.1259}
{"county_geoid": "21145", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 2", "area_weight": 0.9991}
{"county_geoid": "21147", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "21147", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 52", "area_weight": 0.9997}
{"county_geoid": "21147", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 25", "area_weight": 0.9996}
{"county_geoid": "21149", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.9966}
{"county_geoid": "21149", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 12", "area_weight": 0.9996}
{"county_geoid": "21149", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 8", "area_weight": 0.9996}
{"county_geoid": "21151", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.9993}
{"county_geoid": "21151", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 81", "area_weight": 0.5671}
{"county_geoid": "21151", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 89", "area_weight": 0.2042}
{"county_geoid": "21151", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 91", "area_weight": 0.1361}
{"county_geoid": "21151", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 71", "area_weight": 0.0923}
{"county_geoid": "21151", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 34", "area_weight": 0.9995}
{"county_geoid": "21153", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "21153", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 92", "area_weight": 0.9991}
{"county_geoid": "21153", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 30", "area_weight": 0.9997}
{"county_geoid": "21155", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9987}
{"county_geoid": "21155", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 51", "area_weight": 0.9998}
{"county_geoid": "21155", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 14", "area_weight": 0.9996}
{"county_geoid": "21157", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "21157", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 6", "area_weight": 0.9997}
{"county_geoid": "21157", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 2", "area_weight": 0.9998}
{"county_geoid": "21159", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.99}
{"county_geoid": "21159", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.01}
{"county_geoid": "21159", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 97", "area_weight": 0.9993}
{"county_geoid": "21159", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 31", "area_weight": 0.9995}
{"county_geoid": "21161", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9993}
{"county_geoid": "21161", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 70", "area_weight": 0.9998}
{"county_geoid": "21161", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 27", "area_weight": 0.9997}
{"county_geoid": "21163", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.9976}
{"county_geoid": "21163", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 27", "area_weight": 0.9982}
{"county_geoid": "21163", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 5", "area_weight": 0.999}
{"county_geoid": "21165", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9948}
{"county_geoid": "21165", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.0052}
{"county_geoid": "21165", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 74", "area_weight": 0.9995}
{"county_geoid": "21165", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 28", "area_weight": 0.9995}
{"county_geoid": "21167", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.9983}
{"county_geoid": "21167", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 55", "area_weight": 0.9994}
{"county_geoid": "21167", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 12", "area_weight": 0.9996}
{"county_geoid": "21169", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9979}
{"county_geoid": "21169", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 21", "area_weight": 0.9999}
{"county_geoid": "21169", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 16", "area_weight": 0.9999}
{"county_geoid": "21171", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.999}
{"county_geoid": "21171", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 21", "area_weight": 0.9997}
{"county_geoid": "21171", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 16", "area_weight": 0.9995}
{"county_geoid": "21173", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.998}
{"county_geoid": "21173", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 74", "area_weight": 0.9998}
{"county_geoid": "21173", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 28", "area_weight": 0.9998}
{"county_geoid": "21175", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "21175", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 99", "area_weight": 0.9995}
{"county_geoid": "21175", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 30", "area_weight": 0.9995}
{"county_geoid": "21177", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.9957}
{"county_geoid": "21177", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 15", "area_weight": 0.9994}
{"county_geoid": "21177", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 3", "area_weight": 0.9993}
{"county_geoid": "21179", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.5076}
{"county_geoid": "21179", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.4875}
{"county_geoid": "21179", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 50", "area_weight": 0.9991}
{"county_geoid": "21179", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 14", "area_weight": 0.9997}
{"county_geoid": "21181", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.9945}
{"county_geoid": "21181", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.0055}
{"county_geoid": "21181", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 72", "area_weight": 0.9996}
{"county_geoid": "21181", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 27", "area_weight": 1.0}
{"county_geoid": "21183", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "21183", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 14", "area_weight": 0.9997}
{"county_geoid": "21183", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 5", "area_weight": 0.9998}
{"county_geoid": "21185", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9994}
{"county_geoid": "21185", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 59", "area_weight": 0.8561}
{"county_geoid": "21185", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 33", "area_weight": 0.114}
{"county_geoid": "21185", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 48", "area_weight": 0.0295}
{"county_geoid": "21185", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 6", "area_weight": 0.9996}
{"county_geoid": "21187", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9987}
{"county_geoid": "21187", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 47", "area_weight": 0.9997}
{"county_geoid": "21187", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 20", "area_weight": 0.9997}
{"county_geoid": "21189", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "21189", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 84", "area_weight": 0.9992}
{"county_geoid": "21189", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 25", "area_weight": 0.9993}
{"county_geoid": "21191", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "21191", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 78", "area_weight": 0.9997}
{"county_geoid": "21191", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 24", "area_weight": 0.9998}
{"county_geoid": "21193", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "21193", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 84", "area_weight": 0.9991}
{"county_geoid": "21193", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 30", "area_weight": 0.9995}
{"county_geoid": "21195", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9968}
{"county_geoid": "21195", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 94", "area_weight": 0.3642}
{"county_geoid": "21195", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 97", "area_weight": 0.3015}
{"county_geoid": "21195", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 92", "area_weight": 0.2743}
{"county_geoid": "21195", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 95", "area_weight": 0.0593}
{"county_geoid": "21195", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 31", "area_weight": 0.9992}
{"county_geoid": "21197", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.9978}
{"county_geoid": "21197", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 91", "area_weight": 0.9994}
{"county_geoid": "21197", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 30", "area_weight": 0.9994}
{"county_geoid": "21199", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "21199", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 85", "area_weight": 0.4444}
{"county_geoid": "21199", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 83", "area_weight": 0.2817}
{"county_geoid": "21199", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 71", "area_weight": 0.167}
{"county_geoid": "21199", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 52", "area_weight": 0.083}
{"county_geoid": "21199", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 80", "area_weight": 0.0237}
{"county_geoid": "21199", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 15", "area_weight": 0.9996}
{"county_geoid": "21201", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9978}
{"county_geoid": "21201", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 70", "area_weight": 0.9997}
{"county_geoid": "21201", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 27", "area_weight": 0.9995}
{"county_geoid": "21203", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9978}
{"county_geoid": "21203", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 71", "area_weight": 0.9996}
{"county_geoid": "21203", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 21", "area_weight": 0.9996}
{"county_geoid": "21205", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9952}
{"county_geoid": "21205", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 99", "area_weight": 0.999}
{"county_geoid": "21205", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 27", "area_weight": 0.9989}
{"county_geoid": "21207", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9991}
{"county_geoid": "21207", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 83", "area_weight": 0.9999}
{"county_geoid": "21207", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 15", "area_weight": 0.9999}
{"county_geoid": "21209", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.9949}
{"county_geoid": "21209", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 62", "area_weight": 0.8538}
{"county_geoid": "21209", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 88", "area_weight": 0.1457}
{"county_geoid": "21209", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 17", "area_weight": 0.9995}
{"county_geoid": "21211", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9987}
{"county_geoid": "21211", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 58", "area_weight": 0.9756}
{"county_geoid": "21211", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 33", "area_weight": 0.0241}
{"county_geoid": "21211", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 7", "area_weight": 0.9997}
{"county_geoid": "21213", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9984}
{"county_geoid": "21213", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 22", "area_weight": 0.9995}
{"county_geoid": "21213", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 32", "area_weight": 0.9996}
{"county_geoid": "21215", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9951}
{"county_geoid": "21215", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 53", "area_weight": 0.9996}
{"county_geoid": "21215", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 14", "area_weight": 0.9997}
{"county_geoid": "21217", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.996}
{"county_geoid": "21217", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 51", "area_weight": 0.9996}
{"county_geoid": "21217", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 16", "area_weight": 0.9994}
{"county_geoid": "21219", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9993}
{"county_geoid": "21219", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 16", "area_weight": 0.9997}
{"county_geoid": "21219", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 32", "area_weight": 0.9997}
{"county_geoid": "21221", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9995}
{"county_geoid": "21221", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 5", "area_weight": 0.6008}
{"county_geoid": "21221", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 8", "area_weight": 0.3986}
{"county_geoid": "21221", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 1", "area_weight": 0.9994}
{"county_geoid": "21223", "type": "CD", "district_state": "KY", "district_label": "Congressional District 4", "area_weight": 0.9995}
{"county_geoid": "21223", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 47", "area_weight": 0.9995}
{"county_geoid": "21223", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 6", "area_weight": 0.9994}
{"county_geoid": "21225", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9992}
{"county_geoid": "21225", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 12", "area_weight": 0.9995}
{"county_geoid": "21225", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 4", "area_weight": 0.9995}
{"county_geoid": "21227", "type": "CD", "district_state": "KY", "district_label": "Congressional District 2", "area_weight": 0.999}
{"county_geoid": "21227", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 19", "area_weight": 0.5946}
{"county_geoid": "21227", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 17", "area_weight": 0.2891}
{"county_geoid": "21227", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 22", "area_weight": 0.071}
{"county_geoid": "21227", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 20", "area_weight": 0.0452}
{"county_geoid": "21227", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 9", "area_weight": 0.4052}
{"county_geoid": "21227", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 16", "area_weight": 0.318}
{"county_geoid": "21227", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 32", "area_weight": 0.2767}
{"county_geoid": "21229", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9942}
{"county_geoid": "21229", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 55", "area_weight": 0.9994}
{"county_geoid": "21229", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 14", "area_weight": 0.9997}
{"county_geoid": "21231", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9967}
{"county_geoid": "21231", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 52", "area_weight": 0.9997}
{"county_geoid": "21231", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 15", "area_weight": 0.9997}
{"county_geoid": "21233", "type": "CD", "district_state": "KY", "district_label": "Congressional District 1", "area_weight": 0.9991}
{"county_geoid": "21233", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 12", "area_weight": 0.9999}
{"county_geoid": "21233", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 4", "area_weight": 0.9997}
{"county_geoid": "21235", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "21235", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 82", "area_weight": 0.9994}
{"county_geoid": "21235", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 25", "area_weight": 0.9996}
{"county_geoid": "21237", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "21237", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 89", "area_weight": 0.999}
{"county_geoid": "21237", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "21239", "type": "CD", "district_state": "KY", "district_label": "Congressional District 6", "area_weight": 0.9994}
{"county_geoid": "21239", "type": "SH", "district_state": "KY", "district_label": "KY State House of Representatives District 56", "area_weight": 0.9992}
{"county_geoid": "21239", "type": "SS", "district_state": "KY", "district_label": "KY State Senate District 12", "area_weight": 0.9994}
{"county_geoid": "22001", "type": "CD", "district_state": "LA", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "22001", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 42", "area_weight": 0.517}
{"county_geoid": "22001", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 41", "area_weight": 0.4825}
{"county_geoid": "22001", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 26", "area_weight": 0.8052}
{"county_geoid": "22001", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 25", "area_weight": 0.1948}
{"county_geoid": "22003", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "22003", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 32", "area_weight": 0.9998}
{"county_geoid": "22003", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "22005", "type": "CD", "district_state": "LA", "district_label": "Congressional District 2", "area_weight": 0.5545}
{"county_geoid": "22005", "type": "CD", "district_state": "LA", "district_label": "Congressional District 1", "area_weight": 0.3538}
{"county_geoid": "22005", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.0916}
{"county_geoid": "22005", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 81", "area_weight": 0.3685}
{"county_geoid": "22005", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 58", "area_weight": 0.3471}
{"county_geoid": "22005", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 88", "area_weight": 0.1474}
{"county_geoid": "22005", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 59", "area_weight": 0.1367}
{"county_geoid": "22005", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 18", "area_weight": 0.6682}
{"county_geoid": "22005", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 2", "area_weight": 0.3316}
{"county_geoid": "22007", "type": "CD", "district_state": "LA", "district_label": "Congressional District 2", "area_weight": 0.9979}
{"county_geoid": "22007", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 60", "area_weight": 0.7754}
{"county_geoid": "22007", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 51", "area_weight": 0.2245}
{"county_geoid": "22007", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 2", "area_weight": 0.5089}
{"county_geoid": "22007", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 21", "area_weight": 0.4911}
{"county_geoid": "22009", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.5884}
{"county_geoid": "22009", "type": "CD", "district_state": "LA", "district_label": "Congressional District 6", "area_weight": 0.4116}
{"county_geoid": "22009", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 28", "area_weight": 0.9998}
{"county_geoid": "22009", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 28", "area_weight": 0.6752}
{"county_geoid": "22009", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 32", "area_weight": 0.2996}
{"county_geoid": "22009", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 29", "area_weight": 0.0252}
{"county_geoid": "22011", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.9978}
{"county_geoid": "22011", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 24", "area_weight": 0.441}
{"county_geoid": "22011", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 32", "area_weight": 0.3251}
{"county_geoid": "22011", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 30", "area_weight": 0.1341}
{"county_geoid": "22011", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 35", "area_weight": 0.0996}
{"county_geoid": "22011", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 30", "area_weight": 0.9997}
{"county_geoid": "22013", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "22013", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 13", "area_weight": 0.8354}
{"county_geoid": "22013", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 11", "area_weight": 0.1645}
{"county_geoid": "22013", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 31", "area_weight": 0.6623}
{"county_geoid": "22013", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 29", "area_weight": 0.3109}
{"county_geoid": "22013", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 33", "area_weight": 0.0265}
{"county_geoid": "22015", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.9992}
{"county_geoid": "22015", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 10", "area_weight": 0.5032}
{"county_geoid": "22015", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 9", "area_weight": 0.2324}
{"county_geoid": "22015", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 5", "area_weight": 0.171}
{"county_geoid": "22015", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 8", "area_weight": 0.0846}
{"county_geoid": "22015", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 2", "area_weight": 0.0084}
{"county_geoid": "22015", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 36", "area_weight": 0.9606}
{"county_geoid": "22015", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 31", "area_weight": 0.0355}
{"county_geoid": "22017", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.8736}
{"county_geoid": "22017", "type": "CD", "district_state": "LA", "district_label": "Congressional District 6", "area_weight": 0.126}
{"county_geoid": "22017", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 1", "area_weight": 0.7287}
{"county_geoid": "22017", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 5", "area_weight": 0.0936}
{"county_geoid": "22017", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 4", "area_weight": 0.0836}
{"county_geoid": "22017", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 7", "area_weight": 0.0283}
{"county_geoid": "22017", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 3", "area_weight": 0.023}
{"county_geoid": "22017", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 6", "area_weight": 0.0229}
{"county_geoid": "22017", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 2", "area_weight": 0.0192}
{"county_geoid": "22017", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 39", "area_weight": 0.5524}
{"county_geoid": "22017", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 38", "area_weight": 0.3621}
{"county_geoid": "22017", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 31", "area_weight": 0.0848}
{"county_geoid": "22019", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.7202}
{"county_geoid": "22019", "type": "CD", "district_state": "LA", "district_label": "Congressional District 3", "area_weight": 0.2782}
{"county_geoid": "22019", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 32", "area_weight": 0.3291}
{"county_geoid": "22019", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 33", "area_weight": 0.2626}
{"county_geoid": "22019", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 37", "area_weight": 0.1298}
{"county_geoid": "22019", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 47", "area_weight": 0.1174}
{"county_geoid": "22019", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 35", "area_weight": 0.1007}
{"county_geoid": "22019", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 34", "area_weight": 0.0325}
{"county_geoid": "22019", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 36", "area_weight": 0.0271}
{"county_geoid": "22019", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 30", "area_weight": 0.4445}
{"county_geoid": "22019", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 27", "area_weight": 0.2798}
{"county_geoid": "22019", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 25", "area_weight": 0.275}
{"county_geoid": "22021", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.9996}
{"county_geoid": "22021", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 20", "area_weight": 0.9996}
{"county_geoid": "22021", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 32", "area_weight": 0.9996}
{"county_geoid": "22023", "type": "CD", "district_state": "LA", "district_label": "Congressional District 3", "area_weight": 0.847}
{"county_geoid": "22023", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 47", "area_weight": 0.8467}
{"county_geoid": "22023", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 25", "area_weight": 0.8467}
{"county_geoid": "22025", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "22025", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 20", "area_weight": 0.8703}
{"county_geoid": "22025", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 21", "area_weight": 0.1296}
{"county_geoid": "22025", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 32", "area_weight": 0.9999}
{"county_geoid": "22027", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.9997}
{"county_geoid": "22027", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 11", "area_weight": 0.9996}
{"county_geoid": "22027", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 33", "area_weight": 0.9997}
{"county_geoid": "22029", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.9994}
{"county_geoid": "22029", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 21", "area_weight": 0.9993}
{"county_geoid": "22029", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 32", "area_weight": 0.778}
{"county_geoid": "22029", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 34", "area_weight": 0.2214}
{"county_geoid": "22031", "type": "CD", "district_state": "LA", "district_label": "Congressional District 6", "area_weight": 0.5959}
{"county_geoid": "22031", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.4036}
{"county_geoid": "22031", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 7", "area_weight": 0.9993}
{"county_geoid": "22031", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 38", "area_weight": 0.5284}
{"county_geoid": "22031", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 31", "area_weight": 0.4711}
{"county_geoid": "22033", "type": "CD", "district_state": "LA", "district_label": "Congressional District 6", "area_weight": 0.5538}
{"county_geoid": "22033", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.4455}
{"county_geoid": "22033", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 63", "area_weight": 0.2212}
{"county_geoid": "22033", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 64", "area_weight": 0.1642}
{"county_geoid": "22033", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 65", "area_weight": 0.153}
{"county_geoid": "22033", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 62", "area_weight": 0.1001}
{"county_geoid": "22033", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 66", "area_weight": 0.0887}
{"county_geoid": "22033", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 67", "area_weight": 0.059}
{"county_geoid": "22033", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 70", "area_weight": 0.0436}
{"county_geoid": "22033", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 101", "area_weight": 0.0365}
{"county_geoid": "22033", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 68", "area_weight": 0.0362}
{"county_geoid": "22033", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 69", "area_weight": 0.0341}
{"county_geoid": "22033", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 29", "area_weight": 0.0328}
{"county_geoid": "22033", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 61", "area_weight": 0.0302}
{"county_geoid": "22033", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 6", "area_weight": 0.4204}
{"county_geoid": "22033", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 15", "area_weight": 0.2772}
{"county_geoid": "22033", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 14", "area_weight": 0.145}
{"county_geoid": "22033", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 16", "area_weight": 0.1092}
{"county_geoid": "22033", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 17", "area_weight": 0.0478}
{"county_geoid": "22035", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.9994}
{"county_geoid": "22035", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 21", "area_weight": 0.6694}
{"county_geoid": "22035", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 19", "area_weight": 0.33}
{"county_geoid": "22035", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 34", "area_weight": 0.9991}
{"county_geoid": "22037", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.9995}
{"county_geoid": "22037", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 62", "area_weight": 0.9994}
{"county_geoid": "22037", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 17", "area_weight": 0.9996}
{"county_geoid": "22039", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.9985}
{"county_geoid": "22039", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 38", "area_weight": 0.8825}
{"county_geoid": "22039", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 41", "area_weight": 0.1173}
{"county_geoid": "22039", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 28", "area_weight": 0.9998}
{"county_geoid": "22041", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "22041", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 20", "area_weight": 0.8718}
{"county_geoid": "22041", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 21", "area_weight": 0.1278}
{"county_geoid": "22041", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 32", "area_weight": 0.9995}
{"county_geoid": "22043", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.9928}
{"county_geoid": "22043", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 22", "area_weight": 0.9997}
{"county_geoid": "22043", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 35", "area_weight": 0.7033}
{"county_geoid": "22043", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 29", "area_weight": 0.2964}
{"county_geoid": "22045", "type": "CD", "district_state": "LA", "district_label": "Congressional District 3", "area_weight": 0.6011}
{"county_geoid": "22045", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 49", "area_weight": 0.2897}
{"county_geoid": "22045", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 96", "area_weight": 0.2096}
{"county_geoid": "22045", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 48", "area_weight": 0.0984}
{"county_geoid": "22045", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 22", "area_weight": 0.3448}
{"county_geoid": "22045", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 21", "area_weight": 0.253}
{"county_geoid": "22047", "type": "CD", "district_state": "LA", "district_label": "Congressional District 2", "area_weight": 0.9939}
{"county_geoid": "22047", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 60", "area_weight": 0.7818}
{"county_geoid": "22047", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 18", "area_weight": 0.2179}
{"county_geoid": "22047", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 17", "area_weight": 0.7861}
{"county_geoid": "22047", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 2", "area_weight": 0.2136}
{"county_geoid": "22049", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "22049", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 13", "area_weight": 1.0}
{"county_geoid": "22049", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 35", "area_weight": 0.9093}
{"county_geoid": "22049", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 29", "area_weight": 0.0907}
{"county_geoid": "22051", "type": "CD", "district_state": "LA", "district_label": "Congressional District 1", "area_weight": 0.712}
{"county_geoid": "22051", "type": "CD", "district_state": "LA", "district_label": "Congressional District 2", "area_weight": 0.1719}
{"county_geoid": "22051", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 84", "area_weight": 0.4181}
{"county_geoid": "22051", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 94", "area_weight": 0.1528}
{"county_geoid": "22051", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 83", "area_weight": 0.0895}
{"county_geoid": "22051", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 87", "area_weight": 0.0297}
{"county_geoid": "22051", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 82", "area_weight": 0.0217}
{"county_geoid": "22051", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 92", "area_weight": 0.019}
{"county_geoid": "22051", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 78", "area_weight": 0.0149}
{"county_geoid": "22051", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 85", "area_weight": 0.0133}
{"county_geoid": "22051", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 79", "area_weight": 0.0118}
{"county_geoid": "22051", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 54", "area_weight": 0.0107}
{"county_geoid": "22051", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 80", "area_weight": 0.0097}
{"county_geoid": "22051", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 8", "area_weight": 0.5065}
{"county_geoid": "22051", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 10", "area_weight": 0.0429}
{"county_geoid": "22051", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 7", "area_weight": 0.0347}
{"county_geoid": "22051", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 9", "area_weight": 0.0267}
{"county_geoid": "22051", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 5", "area_weight": 0.0183}
{"county_geoid": "22051", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 19", "area_weight": 0.0179}
{"county_geoid": "22053", "type": "CD", "district_state": "LA", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "22053", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 37", "area_weight": 0.9768}
{"county_geoid": "22053", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 32", "area_weight": 0.0228}
{"county_geoid": "22053", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 25", "area_weight": 0.9997}
{"county_geoid": "22055", "type": "CD", "district_state": "LA", "district_label": "Congressional District 3", "area_weight": 0.7519}
{"county_geoid": "22055", "type": "CD", "district_state": "LA", "district_label": "Congressional District 6", "area_weight": 0.2481}
{"county_geoid": "22055", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 39", "area_weight": 0.2807}
{"county_geoid": "22055", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 42", "area_weight": 0.1516}
{"county_geoid": "22055", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 31", "area_weight": 0.1376}
{"county_geoid": "22055", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 44", "area_weight": 0.1214}
{"county_geoid": "22055", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 43", "area_weight": 0.101}
{"county_geoid": "22055", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 48", "area_weight": 0.0696}
{"county_geoid": "22055", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 49", "area_weight": 0.0691}
{"county_geoid": "22055", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 45", "area_weight": 0.0593}
{"county_geoid": "22055", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 96", "area_weight": 0.0095}
{"county_geoid": "22055", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 23", "area_weight": 0.3812}
{"county_geoid": "22055", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 24", "area_weight": 0.2764}
{"county_geoid": "22055", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 26", "area_weight": 0.2049}
{"county_geoid": "22055", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 22", "area_weight": 0.1164}
{"county_geoid": "22055", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 17", "area_weight": 0.0211}
{"county_geoid": "22057", "type": "CD", "district_state": "LA", "district_label": "Congressional District 1", "area_weight": 0.6613}
{"county_geoid": "22057", "type": "CD", "district_state": "LA", "district_label": "Congressional District 3", "area_weight": 0.1853}
{"county_geoid": "22057", "type": "CD", "district_state": "LA", "district_label": "Congressional District 2", "area_weight": 0.0219}
{"county_geoid": "22057", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 54", "area_weight": 0.6245}
{"county_geoid": "22057", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 55", "area_weight": 0.1793}
{"county_geoid": "22057", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 51", "area_weight": 0.0415}
{"county_geoid": "22057", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 20", "area_weight": 0.5552}
{"county_geoid": "22057", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 19", "area_weight": 0.2328}
{"county_geoid": "22057", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 21", "area_weight": 0.0371}
{"county_geoid": "22057", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 2", "area_weight": 0.0203}
{"county_geoid": "22059", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.993}
{"county_geoid": "22059", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.0052}
{"county_geoid": "22059", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 22", "area_weight": 0.5967}
{"county_geoid": "22059", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 20", "area_weight": 0.4031}
{"county_geoid": "22059", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 32", "area_weight": 0.9997}
{"county_geoid": "22061", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "22061", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 12", "area_weight": 0.7694}
{"county_geoid": "22061", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 11", "area_weight": 0.2306}
{"county_geoid": "22061", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 33", "area_weight": 0.5837}
{"county_geoid": "22061", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 29", "area_weight": 0.2331}
{"county_geoid": "22061", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 35", "area_weight": 0.1832}
{"county_geoid": "22063", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.6446}
{"county_geoid": "22063", "type": "CD", "district_state": "LA", "district_label": "Congressional District 1", "area_weight": 0.3541}
{"county_geoid": "22063", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 95", "area_weight": 0.4436}
{"county_geoid": "22063", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 81", "area_weight": 0.3757}
{"county_geoid": "22063", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 64", "area_weight": 0.0963}
{"county_geoid": "22063", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 71", "area_weight": 0.0841}
{"county_geoid": "22063", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 13", "area_weight": 0.5303}
{"county_geoid": "22063", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 6", "area_weight": 0.277}
{"county_geoid": "22063", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 18", "area_weight": 0.1794}
{"county_geoid": "22063", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 37", "area_weight": 0.0132}
{"county_geoid": "22065", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.9986}
{"county_geoid": "22065", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 19", "area_weight": 0.6315}
{"county_geoid": "22065", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 21", "area_weight": 0.3678}
{"county_geoid": "22065", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 34", "area_weight": 0.9993}
{"county_geoid": "22067", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.9973}
{"county_geoid": "22067", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 19", "area_weight": 0.8601}
{"county_geoid": "22067", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 16", "area_weight": 0.1395}
{"county_geoid": "22067", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 33", "area_weight": 0.7634}
{"county_geoid": "22067", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 34", "area_weight": 0.2364}
{"county_geoid": "22069", "type": "CD", "district_state": "LA", "district_label": "Congressional District 6", "area_weight": 0.9973}
{"county_geoid": "22069", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 25", "area_weight": 0.6781}
{"county_geoid": "22069", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 13", "area_weight": 0.2959}
{"county_geoid": "22069", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 22", "area_weight": 0.0258}
{"county_geoid": "22069", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 31", "area_weight": 0.9681}
{"county_geoid": "22069", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 29", "area_weight": 0.0319}
{"county_geoid": "22071", "type": "CD", "district_state": "LA", "district_label": "Congressional District 1", "area_weight": 0.7508}
{"county_geoid": "22071", "type": "CD", "district_state": "LA", "district_label": "Congressional District 2", "area_weight": 0.2478}
{"county_geoid": "22071", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 100", "area_weight": 0.7525}
{"county_geoid": "22071", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 99", "area_weight": 0.0646}
{"county_geoid": "22071", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 102", "area_weight": 0.0541}
{"county_geoid": "22071", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 97", "area_weight": 0.028}
{"county_geoid": "22071", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 94", "area_weight": 0.0225}
{"county_geoid": "22071", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 93", "area_weight": 0.0192}
{"county_geoid": "22071", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 98", "area_weight": 0.0186}
{"county_geoid": "22071", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 23", "area_weight": 0.0156}
{"county_geoid": "22071", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 91", "area_weight": 0.0152}
{"county_geoid": "22071", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 1", "area_weight": 0.3013}
{"county_geoid": "22071", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 3", "area_weight": 0.1091}
{"county_geoid": "22071", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 4", "area_weight": 0.0699}
{"county_geoid": "22071", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 7", "area_weight": 0.0586}
{"county_geoid": "22071", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 5", "area_weight": 0.0402}
{"county_geoid": "22071", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 9", "area_weight": 0.0103}
{"county_geoid": "22073", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.5906}
{"county_geoid": "22073", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.4094}
{"county_geoid": "22073", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 15", "area_weight": 0.3656}
{"county_geoid": "22073", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 14", "area_weight": 0.2267}
{"county_geoid": "22073", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 20", "area_weight": 0.2033}
{"county_geoid": "22073", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 17", "area_weight": 0.1305}
{"county_geoid": "22073", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 16", "area_weight": 0.0737}
{"county_geoid": "22073", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 33", "area_weight": 0.3133}
{"county_geoid": "22073", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 34", "area_weight": 0.26}
{"county_geoid": "22073", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 35", "area_weight": 0.2571}
{"county_geoid": "22073", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 32", "area_weight": 0.1696}
{"county_geoid": "22075", "type": "CD", "district_state": "LA", "district_label": "Congressional District 1", "area_weight": 0.5141}
{"county_geoid": "22075", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 105", "area_weight": 0.4642}
{"county_geoid": "22075", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 7", "area_weight": 0.2766}
{"county_geoid": "22075", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 8", "area_weight": 0.1877}
{"county_geoid": "22077", "type": "CD", "district_state": "LA", "district_label": "Congressional District 6", "area_weight": 0.9956}
{"county_geoid": "22077", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 18", "area_weight": 0.9999}
{"county_geoid": "22077", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "22079", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.5143}
{"county_geoid": "22079", "type": "CD", "district_state": "LA", "district_label": "Congressional District 6", "area_weight": 0.4848}
{"county_geoid": "22079", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 38", "area_weight": 0.4209}
{"county_geoid": "22079", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 25", "area_weight": 0.2944}
{"county_geoid": "22079", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 27", "area_weight": 0.2504}
{"county_geoid": "22079", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 26", "area_weight": 0.0341}
{"county_geoid": "22079", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 30", "area_weight": 0.2935}
{"county_geoid": "22079", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 32", "area_weight": 0.207}
{"county_geoid": "22079", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 29", "area_weight": 0.1794}
{"county_geoid": "22079", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 31", "area_weight": 0.1678}
{"county_geoid": "22079", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 28", "area_weight": 0.1048}
{"county_geoid": "22079", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 35", "area_weight": 0.0476}
{"county_geoid": "22081", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.995}
{"county_geoid": "22081", "type": "CD", "district_state": "LA", "district_label": "Congressional District 6", "area_weight": 0.005}
{"county_geoid": "22081", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 5", "area_weight": 0.9994}
{"county_geoid": "22081", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 31", "area_weight": 1.0}
{"county_geoid": "22083", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.9994}
{"county_geoid": "22083", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 19", "area_weight": 0.9995}
{"county_geoid": "22083", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 34", "area_weight": 0.9392}
{"county_geoid": "22083", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 32", "area_weight": 0.0608}
{"county_geoid": "22085", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.9978}
{"county_geoid": "22085", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 24", "area_weight": 0.5173}
{"county_geoid": "22085", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 7", "area_weight": 0.4817}
{"county_geoid": "22085", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 31", "area_weight": 0.9991}
{"county_geoid": "22087", "type": "CD", "district_state": "LA", "district_label": "Congressional District 1", "area_weight": 0.2963}
{"county_geoid": "22087", "type": "CD", "district_state": "LA", "district_label": "Congressional District 2", "area_weight": 0.0076}
{"county_geoid": "22087", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 103", "area_weight": 0.2861}
{"county_geoid": "22087", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 1", "area_weight": 0.2685}
{"county_geoid": "22087", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 3", "area_weight": 0.0176}
{"county_geoid": "22089", "type": "CD", "district_state": "LA", "district_label": "Congressional District 2", "area_weight": 0.7212}
{"county_geoid": "22089", "type": "CD", "district_state": "LA", "district_label": "Congressional District 1", "area_weight": 0.2784}
{"county_geoid": "22089", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 56", "area_weight": 0.8817}
{"county_geoid": "22089", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 57", "area_weight": 0.1181}
{"county_geoid": "22089", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "22091", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "22091", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 72", "area_weight": 0.9994}
{"county_geoid": "22091", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 6", "area_weight": 0.7619}
{"county_geoid": "22091", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 17", "area_weight": 0.2378}
{"county_geoid": "22093", "type": "CD", "district_state": "LA", "district_label": "Congressional District 2", "area_weight": 0.9974}
{"county_geoid": "22093", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 58", "area_weight": 0.7073}
{"county_geoid": "22093", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 81", "area_weight": 0.2926}
{"county_geoid": "22093", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 2", "area_weight": 0.6944}
{"county_geoid": "22093", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 18", "area_weight": 0.3055}
{"county_geoid": "22095", "type": "CD", "district_state": "LA", "district_label": "Congressional District 2", "area_weight": 0.9975}
{"county_geoid": "22095", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 57", "area_weight": 0.6421}
{"county_geoid": "22095", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 58", "area_weight": 0.3561}
{"county_geoid": "22095", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 19", "area_weight": 0.7383}
{"county_geoid": "22095", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 2", "area_weight": 0.2616}
{"county_geoid": "22097", "type": "CD", "district_state": "LA", "district_label": "Congressional District 6", "area_weight": 0.9982}
{"county_geoid": "22097", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 46", "area_weight": 0.4534}
{"county_geoid": "22097", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 28", "area_weight": 0.2117}
{"county_geoid": "22097", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 40", "area_weight": 0.2113}
{"county_geoid": "22097", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 41", "area_weight": 0.1234}
{"county_geoid": "22097", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 17", "area_weight": 0.7383}
{"county_geoid": "22097", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 24", "area_weight": 0.243}
{"county_geoid": "22097", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 28", "area_weight": 0.0187}
{"county_geoid": "22099", "type": "CD", "district_state": "LA", "district_label": "Congressional District 3", "area_weight": 0.9961}
{"county_geoid": "22099", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 46", "area_weight": 0.4673}
{"county_geoid": "22099", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 50", "area_weight": 0.2597}
{"county_geoid": "22099", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 96", "area_weight": 0.2342}
{"county_geoid": "22099", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 48", "area_weight": 0.0386}
{"county_geoid": "22099", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 22", "area_weight": 0.6519}
{"county_geoid": "22099", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 21", "area_weight": 0.2598}
{"county_geoid": "22099", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 17", "area_weight": 0.0513}
{"county_geoid": "22099", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 24", "area_weight": 0.0369}
{"county_geoid": "22101", "type": "CD", "district_state": "LA", "district_label": "Congressional District 3", "area_weight": 0.6595}
{"county_geoid": "22101", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 50", "area_weight": 0.5594}
{"county_geoid": "22101", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 51", "area_weight": 0.0564}
{"county_geoid": "22101", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 21", "area_weight": 0.6158}
{"county_geoid": "22103", "type": "CD", "district_state": "LA", "district_label": "Congressional District 1", "area_weight": 0.9907}
{"county_geoid": "22103", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 74", "area_weight": 0.3926}
{"county_geoid": "22103", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 89", "area_weight": 0.2263}
{"county_geoid": "22103", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 104", "area_weight": 0.1442}
{"county_geoid": "22103", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 76", "area_weight": 0.1177}
{"county_geoid": "22103", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 77", "area_weight": 0.0667}
{"county_geoid": "22103", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 90", "area_weight": 0.0424}
{"county_geoid": "22103", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 1", "area_weight": 0.2959}
{"county_geoid": "22103", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 12", "area_weight": 0.2819}
{"county_geoid": "22103", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 11", "area_weight": 0.2049}
{"county_geoid": "22103", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 37", "area_weight": 0.029}
{"county_geoid": "22105", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.6838}
{"county_geoid": "22105", "type": "CD", "district_state": "LA", "district_label": "Congressional District 1", "area_weight": 0.3154}
{"county_geoid": "22105", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 73", "area_weight": 0.3991}
{"county_geoid": "22105", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 86", "area_weight": 0.2911}
{"county_geoid": "22105", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 72", "area_weight": 0.2905}
{"county_geoid": "22105", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 95", "area_weight": 0.0189}
{"county_geoid": "22105", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 12", "area_weight": 0.5795}
{"county_geoid": "22105", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 37", "area_weight": 0.3824}
{"county_geoid": "22107", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.9992}
{"county_geoid": "22107", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 21", "area_weight": 0.9992}
{"county_geoid": "22107", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 34", "area_weight": 0.9992}
{"county_geoid": "22109", "type": "CD", "district_state": "LA", "district_label": "Congressional District 3", "area_weight": 0.727}
{"county_geoid": "22109", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 53", "area_weight": 0.4911}
{"county_geoid": "22109", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 51", "area_weight": 0.1897}
{"county_geoid": "22109", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 52", "area_weight": 0.0331}
{"county_geoid": "22109", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 20", "area_weight": 0.5254}
{"county_geoid": "22109", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 21", "area_weight": 0.1886}
{"county_geoid": "22111", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.9983}
{"county_geoid": "22111", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 12", "area_weight": 0.9996}
{"county_geoid": "22111", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 33", "area_weight": 0.9997}
{"county_geoid": "22113", "type": "CD", "district_state": "LA", "district_label": "Congressional District 3", "area_weight": 0.8466}
{"county_geoid": "22113", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 47", "area_weight": 0.7446}
{"county_geoid": "22113", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 49", "area_weight": 0.0734}
{"county_geoid": "22113", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 31", "area_weight": 0.0272}
{"county_geoid": "22113", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 26", "area_weight": 0.8452}
{"county_geoid": "22115", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.9973}
{"county_geoid": "22115", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 24", "area_weight": 0.8251}
{"county_geoid": "22115", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 30", "area_weight": 0.1747}
{"county_geoid": "22115", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 30", "area_weight": 0.9997}
{"county_geoid": "22117", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.9981}
{"county_geoid": "22117", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 75", "area_weight": 0.9988}
{"county_geoid": "22117", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 12", "area_weight": 0.999}
{"county_geoid": "22119", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "22119", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 10", "area_weight": 0.9996}
{"county_geoid": "22119", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 36", "area_weight": 0.5463}
{"county_geoid": "22119", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 33", "area_weight": 0.2749}
{"county_geoid": "22119", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 31", "area_weight": 0.1787}
{"county_geoid": "22121", "type": "CD", "district_state": "LA", "district_label": "Congressional District 6", "area_weight": 0.9994}
{"county_geoid": "22121", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 18", "area_weight": 0.7436}
{"county_geoid": "22121", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 29", "area_weight": 0.2563}
{"county_geoid": "22121", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 17", "area_weight": 0.8573}
{"county_geoid": "22121", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 2", "area_weight": 0.1426}
{"county_geoid": "22123", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "22123", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 19", "area_weight": 0.9997}
{"county_geoid": "22123", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 33", "area_weight": 0.9993}
{"county_geoid": "22125", "type": "CD", "district_state": "LA", "district_label": "Congressional District 5", "area_weight": 0.9959}
{"county_geoid": "22125", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 18", "area_weight": 0.9997}
{"county_geoid": "22125", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 32", "area_weight": 0.8853}
{"county_geoid": "22125", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 17", "area_weight": 0.1147}
{"county_geoid": "22127", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.9979}
{"county_geoid": "22127", "type": "SH", "district_state": "LA", "district_label": "LA State House of Representatives District 13", "area_weight": 0.9998}
{"county_geoid": "22127", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 35", "area_weight": 0.4124}
{"county_geoid": "22127", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 29", "area_weight": 0.331}
{"county_geoid": "22127", "type": "SS", "district_state": "LA", "district_label": "LA State Senate District 31", "area_weight": 0.2565}
{"county_geoid": "23001", "type": "CD", "district_state": "ME", "district_label": "Congressional District 2", "area_weight": 0.9982}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 91", "area_weight": 0.2138}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 92", "area_weight": 0.1249}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 90", "area_weight": 0.1137}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 76", "area_weight": 0.1054}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 87", "area_weight": 0.1054}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 98", "area_weight": 0.081}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 88", "area_weight": 0.0745}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 97", "area_weight": 0.0449}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 96", "area_weight": 0.0429}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 56", "area_weight": 0.0338}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 77", "area_weight": 0.0154}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 93", "area_weight": 0.0121}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 86", "area_weight": 0.0118}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 94", "area_weight": 0.0106}
{"county_geoid": "23001", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 95", "area_weight": 0.0058}
{"county_geoid": "23001", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 17", "area_weight": 0.541}
{"county_geoid": "23001", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 20", "area_weight": 0.3051}
{"county_geoid": "23001", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 18", "area_weight": 0.0823}
{"county_geoid": "23001", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 21", "area_weight": 0.0714}
{"county_geoid": "23003", "type": "CD", "district_state": "ME", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "23003", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 1", "area_weight": 0.4885}
{"county_geoid": "23003", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 6", "area_weight": 0.1677}
{"county_geoid": "23003", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 8", "area_weight": 0.127}
{"county_geoid": "23003", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 2", "area_weight": 0.0947}
{"county_geoid": "23003", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 3", "area_weight": 0.065}
{"county_geoid": "23003", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 7", "area_weight": 0.0231}
{"county_geoid": "23003", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 4", "area_weight": 0.0222}
{"county_geoid": "23003", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 5", "area_weight": 0.0114}
{"county_geoid": "23003", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 1", "area_weight": 0.6809}
{"county_geoid": "23003", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 2", "area_weight": 0.3189}
{"county_geoid": "23005", "type": "CD", "district_state": "ME", "district_label": "Congressional District 1", "area_weight": 0.8443}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 84", "area_weight": 0.1134}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 83", "area_weight": 0.0833}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 86", "area_weight": 0.0695}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 104", "area_weight": 0.0567}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 85", "area_weight": 0.0535}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 99", "area_weight": 0.044}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 105", "area_weight": 0.038}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 102", "area_weight": 0.0304}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 110", "area_weight": 0.0234}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 108", "area_weight": 0.0221}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 101", "area_weight": 0.0218}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 106", "area_weight": 0.0217}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 111", "area_weight": 0.0216}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 109", "area_weight": 0.0199}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 107", "area_weight": 0.0194}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 98", "area_weight": 0.0188}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 126", "area_weight": 0.0171}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 124", "area_weight": 0.0146}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 103", "area_weight": 0.0122}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 123", "area_weight": 0.0118}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 125", "area_weight": 0.0114}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 128", "area_weight": 0.0087}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 100", "area_weight": 0.0087}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 112", "area_weight": 0.0057}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 120", "area_weight": 0.0057}
{"county_geoid": "23005", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 113", "area_weight": 0.0056}
{"county_geoid": "23005", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 22", "area_weight": 0.167}
{"county_geoid": "23005", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 23", "area_weight": 0.1323}
{"county_geoid": "23005", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 26", "area_weight": 0.1198}
{"county_geoid": "23005", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 25", "area_weight": 0.1082}
{"county_geoid": "23005", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 18", "area_weight": 0.0834}
{"county_geoid": "23005", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 30", "area_weight": 0.0796}
{"county_geoid": "23005", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 20", "area_weight": 0.0394}
{"county_geoid": "23005", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 29", "area_weight": 0.0261}
{"county_geoid": "23005", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 27", "area_weight": 0.0156}
{"county_geoid": "23005", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 28", "area_weight": 0.0093}
{"county_geoid": "23007", "type": "CD", "district_state": "ME", "district_label": "Congressional District 2", "area_weight": 0.9992}
{"county_geoid": "23007", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 73", "area_weight": 0.7062}
{"county_geoid": "23007", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 74", "area_weight": 0.1857}
{"county_geoid": "23007", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 75", "area_weight": 0.0532}
{"county_geoid": "23007", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 76", "area_weight": 0.028}
{"county_geoid": "23007", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 58", "area_weight": 0.0267}
{"county_geoid": "23007", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 19", "area_weight": 0.6609}
{"county_geoid": "23007", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 5", "area_weight": 0.3389}
{"county_geoid": "23009", "type": "CD", "district_state": "ME", "district_label": "Congressional District 2", "area_weight": 0.801}
{"county_geoid": "23009", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 18", "area_weight": 0.3583}
{"county_geoid": "23009", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 16", "area_weight": 0.0862}
{"county_geoid": "23009", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 12", "area_weight": 0.0744}
{"county_geoid": "23009", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 17", "area_weight": 0.069}
{"county_geoid": "23009", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 13", "area_weight": 0.0608}
{"county_geoid": "23009", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 15", "area_weight": 0.0526}
{"county_geoid": "23009", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 14", "area_weight": 0.0473}
{"county_geoid": "23009", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 6", "area_weight": 0.4224}
{"county_geoid": "23009", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 7", "area_weight": 0.2708}
{"county_geoid": "23009", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 10", "area_weight": 0.0553}
{"county_geoid": "23011", "type": "CD", "district_state": "ME", "district_label": "Congressional District 2", "area_weight": 0.563}
{"county_geoid": "23011", "type": "CD", "district_state": "ME", "district_label": "Congressional District 1", "area_weight": 0.437}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 58", "area_weight": 0.2001}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 62", "area_weight": 0.097}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 61", "area_weight": 0.0951}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 63", "area_weight": 0.0921}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 56", "area_weight": 0.0825}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 57", "area_weight": 0.0723}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 55", "area_weight": 0.0585}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 53", "area_weight": 0.0583}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 68", "area_weight": 0.0472}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 60", "area_weight": 0.0397}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 66", "area_weight": 0.0328}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 67", "area_weight": 0.0307}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 54", "area_weight": 0.0295}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 91", "area_weight": 0.027}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 59", "area_weight": 0.0212}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 65", "area_weight": 0.0088}
{"county_geoid": "23011", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 64", "area_weight": 0.0071}
{"county_geoid": "23011", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 15", "area_weight": 0.3255}
{"county_geoid": "23011", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 14", "area_weight": 0.2864}
{"county_geoid": "23011", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 16", "area_weight": 0.1268}
{"county_geoid": "23011", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 3", "area_weight": 0.0889}
{"county_geoid": "23011", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 17", "area_weight": 0.0747}
{"county_geoid": "23011", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 5", "area_weight": 0.0603}
{"county_geoid": "23011", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 13", "area_weight": 0.0373}
{"county_geoid": "23013", "type": "CD", "district_state": "ME", "district_label": "Congressional District 1", "area_weight": 0.4059}
{"county_geoid": "23013", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 44", "area_weight": 0.0949}
{"county_geoid": "23013", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 43", "area_weight": 0.0749}
{"county_geoid": "23013", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 45", "area_weight": 0.05}
{"county_geoid": "23013", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 15", "area_weight": 0.04}
{"county_geoid": "23013", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 41", "area_weight": 0.0377}
{"county_geoid": "23013", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 42", "area_weight": 0.0344}
{"county_geoid": "23013", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 40", "area_weight": 0.0297}
{"county_geoid": "23013", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 12", "area_weight": 0.3144}
{"county_geoid": "23013", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 13", "area_weight": 0.0348}
{"county_geoid": "23013", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 7", "area_weight": 0.0123}
{"county_geoid": "23015", "type": "CD", "district_state": "ME", "district_label": "Congressional District 1", "area_weight": 0.7543}
{"county_geoid": "23015", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 47", "area_weight": 0.2222}
{"county_geoid": "23015", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 46", "area_weight": 0.1543}
{"county_geoid": "23015", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 45", "area_weight": 0.1464}
{"county_geoid": "23015", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 48", "area_weight": 0.134}
{"county_geoid": "23015", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 53", "area_weight": 0.0475}
{"county_geoid": "23015", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 62", "area_weight": 0.0338}
{"county_geoid": "23015", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 13", "area_weight": 0.6907}
{"county_geoid": "23015", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 24", "area_weight": 0.0476}
{"county_geoid": "23017", "type": "CD", "district_state": "ME", "district_label": "Congressional District 2", "area_weight": 0.9987}
{"county_geoid": "23017", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 73", "area_weight": 0.3781}
{"county_geoid": "23017", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 81", "area_weight": 0.1509}
{"county_geoid": "23017", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 78", "area_weight": 0.1172}
{"county_geoid": "23017", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 82", "area_weight": 0.1052}
{"county_geoid": "23017", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 77", "area_weight": 0.0866}
{"county_geoid": "23017", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 79", "area_weight": 0.072}
{"county_geoid": "23017", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 80", "area_weight": 0.0669}
{"county_geoid": "23017", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 83", "area_weight": 0.0228}
{"county_geoid": "23017", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 19", "area_weight": 0.7659}
{"county_geoid": "23017", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 18", "area_weight": 0.2013}
{"county_geoid": "23017", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 22", "area_weight": 0.0326}
{"county_geoid": "23019", "type": "CD", "district_state": "ME", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "23019", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 8", "area_weight": 0.1319}
{"county_geoid": "23019", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 28", "area_weight": 0.099}
{"county_geoid": "23019", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 18", "area_weight": 0.0881}
{"county_geoid": "23019", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 27", "area_weight": 0.0638}
{"county_geoid": "23019", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 32", "area_weight": 0.0555}
{"county_geoid": "23019", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 33", "area_weight": 0.047}
{"county_geoid": "23019", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 26", "area_weight": 0.0324}
{"county_geoid": "23019", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 19", "area_weight": 0.024}
{"county_geoid": "23019", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 34", "area_weight": 0.0212}
{"county_geoid": "23019", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 35", "area_weight": 0.0205}
{"county_geoid": "23019", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 36", "area_weight": 0.0194}
{"county_geoid": "23019", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 24", "area_weight": 0.006}
{"county_geoid": "23019", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 2", "area_weight": 0.4396}
{"county_geoid": "23019", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 8", "area_weight": 0.3028}
{"county_geoid": "23019", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 4", "area_weight": 0.1093}
{"county_geoid": "23019", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 10", "area_weight": 0.0822}
{"county_geoid": "23019", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 3", "area_weight": 0.0461}
{"county_geoid": "23019", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 9", "area_weight": 0.0199}
{"county_geoid": "23021", "type": "CD", "district_state": "ME", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "23021", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 30", "area_weight": 0.9266}
{"county_geoid": "23021", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 31", "area_weight": 0.073}
{"county_geoid": "23021", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 4", "area_weight": 0.9996}
{"county_geoid": "23023", "type": "CD", "district_state": "ME", "district_label": "Congressional District 1", "area_weight": 0.8098}
{"county_geoid": "23023", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 49", "area_weight": 0.3544}
{"county_geoid": "23023", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 52", "area_weight": 0.2832}
{"county_geoid": "23023", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 51", "area_weight": 0.0726}
{"county_geoid": "23023", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 98", "area_weight": 0.0599}
{"county_geoid": "23023", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 50", "area_weight": 0.0357}
{"county_geoid": "23023", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 24", "area_weight": 0.8058}
{"county_geoid": "23025", "type": "CD", "district_state": "ME", "district_label": "Congressional District 2", "area_weight": 0.9993}
{"county_geoid": "23025", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 72", "area_weight": 0.5975}
{"county_geoid": "23025", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 73", "area_weight": 0.2351}
{"county_geoid": "23025", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 69", "area_weight": 0.0469}
{"county_geoid": "23025", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 71", "area_weight": 0.0355}
{"county_geoid": "23025", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 66", "area_weight": 0.0203}
{"county_geoid": "23025", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 70", "area_weight": 0.0146}
{"county_geoid": "23025", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 30", "area_weight": 0.0145}
{"county_geoid": "23025", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 67", "area_weight": 0.0131}
{"county_geoid": "23025", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 68", "area_weight": 0.0117}
{"county_geoid": "23025", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 74", "area_weight": 0.0107}
{"county_geoid": "23025", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 5", "area_weight": 0.9096}
{"county_geoid": "23025", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 3", "area_weight": 0.077}
{"county_geoid": "23025", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 16", "area_weight": 0.0131}
{"county_geoid": "23027", "type": "CD", "district_state": "ME", "district_label": "Congressional District 2", "area_weight": 0.8866}
{"county_geoid": "23027", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 38", "area_weight": 0.2739}
{"county_geoid": "23027", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 40", "area_weight": 0.2126}
{"county_geoid": "23027", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 37", "area_weight": 0.1464}
{"county_geoid": "23027", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 68", "area_weight": 0.0896}
{"county_geoid": "23027", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 39", "area_weight": 0.0852}
{"county_geoid": "23027", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 62", "area_weight": 0.0503}
{"county_geoid": "23027", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 63", "area_weight": 0.0257}
{"county_geoid": "23027", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 11", "area_weight": 0.8836}
{"county_geoid": "23029", "type": "CD", "district_state": "ME", "district_label": "Congressional District 2", "area_weight": 0.887}
{"county_geoid": "23029", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 10", "area_weight": 0.2779}
{"county_geoid": "23029", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 8", "area_weight": 0.1981}
{"county_geoid": "23029", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 18", "area_weight": 0.1912}
{"county_geoid": "23029", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 11", "area_weight": 0.1003}
{"county_geoid": "23029", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 9", "area_weight": 0.0901}
{"county_geoid": "23029", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 12", "area_weight": 0.0142}
{"county_geoid": "23029", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 6", "area_weight": 0.8718}
{"county_geoid": "23031", "type": "CD", "district_state": "ME", "district_label": "Congressional District 1", "area_weight": 0.806}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 139", "area_weight": 0.0902}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 144", "area_weight": 0.0762}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 141", "area_weight": 0.0707}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 138", "area_weight": 0.068}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 136", "area_weight": 0.0612}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 140", "area_weight": 0.0506}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 148", "area_weight": 0.0481}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 137", "area_weight": 0.0427}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 145", "area_weight": 0.0416}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 146", "area_weight": 0.0383}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 149", "area_weight": 0.0329}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 134", "area_weight": 0.0306}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 135", "area_weight": 0.0242}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 150", "area_weight": 0.022}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 143", "area_weight": 0.0214}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 151", "area_weight": 0.0156}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 133", "area_weight": 0.0148}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 147", "area_weight": 0.014}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 126", "area_weight": 0.0112}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 129", "area_weight": 0.0102}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 130", "area_weight": 0.0097}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 131", "area_weight": 0.006}
{"county_geoid": "23031", "type": "SH", "district_state": "ME", "district_label": "ME State House of Representatives District 142", "area_weight": 0.0052}
{"county_geoid": "23031", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 22", "area_weight": 0.213}
{"county_geoid": "23031", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 34", "area_weight": 0.1507}
{"county_geoid": "23031", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 33", "area_weight": 0.1494}
{"county_geoid": "23031", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 32", "area_weight": 0.117}
{"county_geoid": "23031", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 35", "area_weight": 0.107}
{"county_geoid": "23031", "type": "SS", "district_state": "ME", "district_label": "ME State Senate District 31", "area_weight": 0.0696}
{"county_geoid": "24001", "type": "CD", "district_state": "MD", "district_label": "Congressional District 6", "area_weight": 0.9976}
{"county_geoid": "24001", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 1C", "area_weight": 0.5522}
{"county_geoid": "24001", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 1B", "area_weight": 0.2684}
{"county_geoid": "24001", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 1A", "area_weight": 0.1779}
{"county_geoid": "24001", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 1", "area_weight": 0.9985}
{"county_geoid": "24003", "type": "CD", "district_state": "MD", "district_label": "Congressional District 3", "area_weight": 0.4033}
{"county_geoid": "24003", "type": "CD", "district_state": "MD", "district_label": "Congressional District 5", "area_weight": 0.369}
{"county_geoid": "24003", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 30B", "area_weight": 0.192}
{"county_geoid": "24003", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 31", "area_weight": 0.1372}
{"county_geoid": "24003", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 33B", "area_weight": 0.127}
{"county_geoid": "24003", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 32", "area_weight": 0.0919}
{"county_geoid": "24003", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 30A", "area_weight": 0.0716}
{"county_geoid": "24003", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 21", "area_weight": 0.0518}
{"county_geoid": "24003", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 33C", "area_weight": 0.0438}
{"county_geoid": "24003", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 12B", "area_weight": 0.0276}
{"county_geoid": "24003", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 33A", "area_weight": 0.0216}
{"county_geoid": "24003", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 30", "area_weight": 0.2636}
{"county_geoid": "24003", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 33", "area_weight": 0.1924}
{"county_geoid": "24003", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 31", "area_weight": 0.1372}
{"county_geoid": "24003", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 32", "area_weight": 0.0919}
{"county_geoid": "24003", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 21", "area_weight": 0.0518}
{"county_geoid": "24003", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 12", "area_weight": 0.0276}
{"county_geoid": "24005", "type": "CD", "district_state": "MD", "district_label": "Congressional District 2", "area_weight": 0.6171}
{"county_geoid": "24005", "type": "CD", "district_state": "MD", "district_label": "Congressional District 1", "area_weight": 0.2142}
{"county_geoid": "24005", "type": "CD", "district_state": "MD", "district_label": "Congressional District 7", "area_weight": 0.0928}
{"county_geoid": "24005", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 42A", "area_weight": 0.3354}
{"county_geoid": "24005", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 10", "area_weight": 0.1474}
{"county_geoid": "24005", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 7A", "area_weight": 0.1291}
{"county_geoid": "24005", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 6", "area_weight": 0.0768}
{"county_geoid": "24005", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 11B", "area_weight": 0.0738}
{"county_geoid": "24005", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 8", "area_weight": 0.0395}
{"county_geoid": "24005", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 11A", "area_weight": 0.0335}
{"county_geoid": "24005", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 44B", "area_weight": 0.0312}
{"county_geoid": "24005", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 42B", "area_weight": 0.0221}
{"county_geoid": "24005", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 44A", "area_weight": 0.0122}
{"county_geoid": "24005", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 43B", "area_weight": 0.0091}
{"county_geoid": "24005", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 42", "area_weight": 0.3575}
{"county_geoid": "24005", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 10", "area_weight": 0.1474}
{"county_geoid": "24005", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 7", "area_weight": 0.1293}
{"county_geoid": "24005", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 11", "area_weight": 0.1073}
{"county_geoid": "24005", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 6", "area_weight": 0.0768}
{"county_geoid": "24005", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 44", "area_weight": 0.0434}
{"county_geoid": "24005", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 8", "area_weight": 0.0395}
{"county_geoid": "24005", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 43", "area_weight": 0.0091}
{"county_geoid": "24009", "type": "CD", "district_state": "MD", "district_label": "Congressional District 5", "area_weight": 0.6894}
{"county_geoid": "24009", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 27C", "area_weight": 0.4653}
{"county_geoid": "24009", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 27B", "area_weight": 0.1242}
{"county_geoid": "24009", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 29C", "area_weight": 0.0992}
{"county_geoid": "24009", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 27", "area_weight": 0.5895}
{"county_geoid": "24009", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 29", "area_weight": 0.0993}
{"county_geoid": "24011", "type": "CD", "district_state": "MD", "district_label": "Congressional District 1", "area_weight": 0.9993}
{"county_geoid": "24011", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 37B", "area_weight": 0.6479}
{"county_geoid": "24011", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 36", "area_weight": 0.352}
{"county_geoid": "24011", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 37", "area_weight": 0.6479}
{"county_geoid": "24011", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 36", "area_weight": 0.352}
{"county_geoid": "24013", "type": "CD", "district_state": "MD", "district_label": "Congressional District 2", "area_weight": 0.9013}
{"county_geoid": "24013", "type": "CD", "district_state": "MD", "district_label": "Congressional District 3", "area_weight": 0.0946}
{"county_geoid": "24013", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 5", "area_weight": 0.7242}
{"county_geoid": "24013", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 42C", "area_weight": 0.2753}
{"county_geoid": "24013", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 5", "area_weight": 0.7242}
{"county_geoid": "24013", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 42", "area_weight": 0.2753}
{"county_geoid": "24015", "type": "CD", "district_state": "MD", "district_label": "Congressional District 1", "area_weight": 0.91}
{"county_geoid": "24015", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 36", "area_weight": 0.5415}
{"county_geoid": "24015", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 35B", "area_weight": 0.3019}
{"county_geoid": "24015", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 35A", "area_weight": 0.0576}
{"county_geoid": "24015", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 36", "area_weight": 0.5415}
{"county_geoid": "24015", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 35", "area_weight": 0.3595}
{"county_geoid": "24017", "type": "CD", "district_state": "MD", "district_label": "Congressional District 5", "area_weight": 0.7551}
{"county_geoid": "24017", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 28", "area_weight": 0.6663}
{"county_geoid": "24017", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 27A", "area_weight": 0.0871}
{"county_geoid": "24017", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 28", "area_weight": 0.6663}
{"county_geoid": "24017", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 27", "area_weight": 0.0872}
{"county_geoid": "24019", "type": "CD", "district_state": "MD", "district_label": "Congressional District 1", "area_weight": 0.6584}
{"county_geoid": "24019", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 37B", "area_weight": 0.5127}
{"county_geoid": "24019", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 37A", "area_weight": 0.0966}
{"county_geoid": "24019", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 37", "area_weight": 0.6093}
{"county_geoid": "24021", "type": "CD", "district_state": "MD", "district_label": "Congressional District 6", "area_weight": 0.997}
{"county_geoid": "24021", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 4", "area_weight": 0.7841}
{"county_geoid": "24021", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 2A", "area_weight": 0.1168}
{"county_geoid": "24021", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 3", "area_weight": 0.0967}
{"county_geoid": "24021", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 4", "area_weight": 0.7841}
{"county_geoid": "24021", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 2", "area_weight": 0.1168}
{"county_geoid": "24021", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 3", "area_weight": 0.0967}
{"county_geoid": "24023", "type": "CD", "district_state": "MD", "district_label": "Congressional District 6", "area_weight": 0.9982}
{"county_geoid": "24023", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 1A", "area_weight": 0.9993}
{"county_geoid": "24023", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 1", "area_weight": 0.9993}
{"county_geoid": "24025", "type": "CD", "district_state": "MD", "district_label": "Congressional District 1", "area_weight": 0.8572}
{"county_geoid": "24025", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 35A", "area_weight": 0.41}
{"county_geoid": "24025", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 34A", "area_weight": 0.2207}
{"county_geoid": "24025", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 7B", "area_weight": 0.1921}
{"county_geoid": "24025", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 34B", "area_weight": 0.034}
{"county_geoid": "24025", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 35", "area_weight": 0.41}
{"county_geoid": "24025", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 34", "area_weight": 0.2548}
{"county_geoid": "24025", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 7", "area_weight": 0.1922}
{"county_geoid": "24027", "type": "CD", "district_state": "MD", "district_label": "Congressional District 3", "area_weight": 0.9939}
{"county_geoid": "24027", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 9A", "area_weight": 0.5414}
{"county_geoid": "24027", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 13", "area_weight": 0.2691}
{"county_geoid": "24027", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 12A", "area_weight": 0.1096}
{"county_geoid": "24027", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 9B", "area_weight": 0.0789}
{"county_geoid": "24027", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 9", "area_weight": 0.6204}
{"county_geoid": "24027", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 13", "area_weight": 0.2691}
{"county_geoid": "24027", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 12", "area_weight": 0.1096}
{"county_geoid": "24029", "type": "CD", "district_state": "MD", "district_label": "Congressional District 1", "area_weight": 0.7294}
{"county_geoid": "24029", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 36", "area_weight": 0.7245}
{"county_geoid": "24029", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 36", "area_weight": 0.7245}
{"county_geoid": "24031", "type": "CD", "district_state": "MD", "district_label": "Congressional District 8", "area_weight": 0.549}
{"county_geoid": "24031", "type": "CD", "district_state": "MD", "district_label": "Congressional District 6", "area_weight": 0.4193}
{"county_geoid": "24031", "type": "CD", "district_state": "MD", "district_label": "Congressional District 4", "area_weight": 0.0287}
{"county_geoid": "24031", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 15", "area_weight": 0.3608}
{"county_geoid": "24031", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 14", "area_weight": 0.2325}
{"county_geoid": "24031", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 16", "area_weight": 0.0814}
{"county_geoid": "24031", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 19", "area_weight": 0.078}
{"county_geoid": "24031", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 9A", "area_weight": 0.0618}
{"county_geoid": "24031", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 39", "area_weight": 0.0574}
{"county_geoid": "24031", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 17", "area_weight": 0.0492}
{"county_geoid": "24031", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 18", "area_weight": 0.0406}
{"county_geoid": "24031", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 20", "area_weight": 0.0376}
{"county_geoid": "24031", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 15", "area_weight": 0.3608}
{"county_geoid": "24031", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 14", "area_weight": 0.2325}
{"county_geoid": "24031", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 16", "area_weight": 0.0814}
{"county_geoid": "24031", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 19", "area_weight": 0.078}
{"county_geoid": "24031", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 9", "area_weight": 0.0618}
{"county_geoid": "24031", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 39", "area_weight": 0.0574}
{"county_geoid": "24031", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 17", "area_weight": 0.0492}
{"county_geoid": "24031", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 18", "area_weight": 0.0406}
{"county_geoid": "24031", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 20", "area_weight": 0.0376}
{"county_geoid": "24033", "type": "CD", "district_state": "MD", "district_label": "Congressional District 5", "area_weight": 0.5805}
{"county_geoid": "24033", "type": "CD", "district_state": "MD", "district_label": "Congressional District 4", "area_weight": 0.4187}
{"county_geoid": "24033", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 23", "area_weight": 0.2278}
{"county_geoid": "24033", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 27B", "area_weight": 0.1884}
{"county_geoid": "24033", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 26", "area_weight": 0.1525}
{"county_geoid": "24033", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 25", "area_weight": 0.1318}
{"county_geoid": "24033", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 24", "area_weight": 0.0771}
{"county_geoid": "24033", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 21", "area_weight": 0.0763}
{"county_geoid": "24033", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 22", "area_weight": 0.06}
{"county_geoid": "24033", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 27A", "area_weight": 0.048}
{"county_geoid": "24033", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 47A", "area_weight": 0.0285}
{"county_geoid": "24033", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 47B", "area_weight": 0.009}
{"county_geoid": "24033", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 27", "area_weight": 0.2364}
{"county_geoid": "24033", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 23", "area_weight": 0.2278}
{"county_geoid": "24033", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 26", "area_weight": 0.1525}
{"county_geoid": "24033", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 25", "area_weight": 0.1318}
{"county_geoid": "24033", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 24", "area_weight": 0.0771}
{"county_geoid": "24033", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 21", "area_weight": 0.0763}
{"county_geoid": "24033", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 22", "area_weight": 0.06}
{"county_geoid": "24033", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 47", "area_weight": 0.0375}
{"county_geoid": "24035", "type": "CD", "district_state": "MD", "district_label": "Congressional District 1", "area_weight": 0.7824}
{"county_geoid": "24035", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 36", "area_weight": 0.7725}
{"county_geoid": "24035", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 36", "area_weight": 0.7725}
{"county_geoid": "24037", "type": "CD", "district_state": "MD", "district_label": "Congressional District 5", "area_weight": 0.5304}
{"county_geoid": "24037", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 29A", "area_weight": 0.2804}
{"county_geoid": "24037", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 29C", "area_weight": 0.1296}
{"county_geoid": "24037", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 29B", "area_weight": 0.1166}
{"county_geoid": "24037", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 29", "area_weight": 0.5266}
{"county_geoid": "24039", "type": "CD", "district_state": "MD", "district_label": "Congressional District 1", "area_weight": 0.6047}
{"county_geoid": "24039", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 38A", "area_weight": 0.5715}
{"county_geoid": "24039", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 38", "area_weight": 0.5715}
{"county_geoid": "24041", "type": "CD", "district_state": "MD", "district_label": "Congressional District 1", "area_weight": 0.6708}
{"county_geoid": "24041", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 37B", "area_weight": 0.6449}
{"county_geoid": "24041", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 37", "area_weight": 0.6449}
{"county_geoid": "24043", "type": "CD", "district_state": "MD", "district_label": "Congressional District 6", "area_weight": 0.9981}
{"county_geoid": "24043", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 2A", "area_weight": 0.5416}
{"county_geoid": "24043", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 1C", "area_weight": 0.4303}
{"county_geoid": "24043", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 2B", "area_weight": 0.0268}
{"county_geoid": "24043", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 2", "area_weight": 0.5684}
{"county_geoid": "24043", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 1", "area_weight": 0.4303}
{"county_geoid": "24045", "type": "CD", "district_state": "MD", "district_label": "Congressional District 1", "area_weight": 0.9656}
{"county_geoid": "24045", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 37B", "area_weight": 0.3907}
{"county_geoid": "24045", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 38C", "area_weight": 0.2903}
{"county_geoid": "24045", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 37A", "area_weight": 0.1438}
{"county_geoid": "24045", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 38B", "area_weight": 0.0748}
{"county_geoid": "24045", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 38A", "area_weight": 0.0611}
{"county_geoid": "24045", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 37", "area_weight": 0.5346}
{"county_geoid": "24045", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 38", "area_weight": 0.4262}
{"county_geoid": "24047", "type": "CD", "district_state": "MD", "district_label": "Congressional District 1", "area_weight": 0.8414}
{"county_geoid": "24047", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 38A", "area_weight": 0.4813}
{"county_geoid": "24047", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 38C", "area_weight": 0.3595}
{"county_geoid": "24047", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 38", "area_weight": 0.8408}
{"county_geoid": "24510", "type": "CD", "district_state": "MD", "district_label": "Congressional District 7", "area_weight": 0.8716}
{"county_geoid": "24510", "type": "CD", "district_state": "MD", "district_label": "Congressional District 2", "area_weight": 0.0663}
{"county_geoid": "24510", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 46", "area_weight": 0.2872}
{"county_geoid": "24510", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 41", "area_weight": 0.2262}
{"county_geoid": "24510", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 45", "area_weight": 0.1765}
{"county_geoid": "24510", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 40", "area_weight": 0.1558}
{"county_geoid": "24510", "type": "SH", "district_state": "MD", "district_label": "MD State House of Representatives District 43A", "area_weight": 0.0928}
{"county_geoid": "24510", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 46", "area_weight": 0.2872}
{"county_geoid": "24510", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 41", "area_weight": 0.2262}
{"county_geoid": "24510", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 45", "area_weight": 0.1765}
{"county_geoid": "24510", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 40", "area_weight": 0.1558}
{"county_geoid": "24510", "type": "SS", "district_state": "MD", "district_label": "MD State Senate District 43", "area_weight": 0.0928}
{"county_geoid": "25001", "type": "CD", "district_state": "MA", "district_label": "Congressional District 9", "area_weight": 0.3491}
{"county_geoid": "25003", "type": "CD", "district_state": "MA", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "25005", "type": "CD", "district_state": "MA", "district_label": "Congressional District 4", "area_weight": 0.545}
{"county_geoid": "25005", "type": "CD", "district_state": "MA", "district_label": "Congressional District 9", "area_weight": 0.2673}
{"county_geoid": "25005", "type": "CD", "district_state": "MA", "district_label": "Congressional District 8", "area_weight": 0.0425}
{"county_geoid": "25007", "type": "CD", "district_state": "MA", "district_label": "Congressional District 9", "area_weight": 0.2533}
{"county_geoid": "25009", "type": "CD", "district_state": "MA", "district_label": "Congressional District 6", "area_weight": 0.5662}
{"county_geoid": "25009", "type": "CD", "district_state": "MA", "district_label": "Congressional District 3", "area_weight": 0.0799}
{"county_geoid": "25011", "type": "CD", "district_state": "MA", "district_label": "Congressional District 2", "area_weight": 0.8723}
{"county_geoid": "25011", "type": "CD", "district_state": "MA", "district_label": "Congressional District 1", "area_weight": 0.1275}
{"county_geoid": "25013", "type": "CD", "district_state": "MA", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "25015", "type": "CD", "district_state": "MA", "district_label": "Congressional District 1", "area_weight": 0.569}
{"county_geoid": "25015", "type": "CD", "district_state": "MA", "district_label": "Congressional District 2", "area_weight": 0.431}
{"county_geoid": "25017", "type": "CD", "district_state": "MA", "district_label": "Congressional District 3", "area_weight": 0.4993}
{"county_geoid": "25017", "type": "CD", "district_state": "MA", "district_label": "Congressional District 5", "area_weight": 0.2518}
{"county_geoid": "25017", "type": "CD", "district_state": "MA", "district_label": "Congressional District 6", "area_weight": 0.1237}
{"county_geoid": "25017", "type": "CD", "district_state": "MA", "district_label": "Congressional District 2", "area_weight": 0.0708}
{"county_geoid": "25017", "type": "CD", "district_state": "MA", "district_label": "Congressional District 4", "area_weight": 0.0406}
{"county_geoid": "25017", "type": "CD", "district_state": "MA", "district_label": "Congressional District 7", "area_weight": 0.0137}
{"county_geoid": "25019", "type": "CD", "district_state": "MA", "district_label": "Congressional District 9", "area_weight": 0.1959}
{"county_geoid": "25021", "type": "CD", "district_state": "MA", "district_label": "Congressional District 4", "area_weight": 0.463}
{"county_geoid": "25021", "type": "CD", "district_state": "MA", "district_label": "Congressional District 8", "area_weight": 0.3729}
{"county_geoid": "25021", "type": "CD", "district_state": "MA", "district_label": "Congressional District 7", "area_weight": 0.0393}
{"county_geoid": "25021", "type": "CD", "district_state": "MA", "district_label": "Congressional District 2", "area_weight": 0.026}
{"county_geoid": "25021", "type": "CD", "district_state": "MA", "district_label": "Congressional District 9", "area_weight": 0.0234}
{"county_geoid": "25021", "type": "CD", "district_state": "MA", "district_label": "Congressional District 5", "area_weight": 0.0169}
{"county_geoid": "25023", "type": "CD", "district_state": "MA", "district_label": "Congressional District 9", "area_weight": 0.5137}
{"county_geoid": "25023", "type": "CD", "district_state": "MA", "district_label": "Congressional District 8", "area_weight": 0.0966}
{"county_geoid": "25023", "type": "CD", "district_state": "MA", "district_label": "Congressional District 4", "area_weight": 0.0332}
{"county_geoid": "25025", "type": "CD", "district_state": "MA", "district_label": "Congressional District 7", "area_weight": 0.3081}
{"county_geoid": "25025", "type": "CD", "district_state": "MA", "district_label": "Congressional District 8", "area_weight": 0.1782}
{"county_geoid": "25025", "type": "CD", "district_state": "MA", "district_label": "Congressional District 5", "area_weight": 0.0832}
{"county_geoid": "25027", "type": "CD", "district_state": "MA", "district_label": "Congressional District 2", "area_weight": 0.587}
{"county_geoid": "25027", "type": "CD", "district_state": "MA", "district_label": "Congressional District 1", "area_weight": 0.1949}
{"county_geoid": "25027", "type": "CD", "district_state": "MA", "district_label": "Congressional District 3", "area_weight": 0.1838}
{"county_geoid": "25027", "type": "CD", "district_state": "MA", "district_label": "Congressional District 4", "area_weight": 0.0342}
{"county_geoid": "26001", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.3877}
{"county_geoid": "26001", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 106", "area_weight": 0.3879}
{"county_geoid": "26001", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 0.3879}
{"county_geoid": "26003", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.1856}
{"county_geoid": "26003", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 109", "area_weight": 0.1838}
{"county_geoid": "26003", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.1839}
{"county_geoid": "26005", "type": "CD", "district_state": "MI", "district_label": "Congressional District 4", "area_weight": 0.4596}
{"county_geoid": "26005", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 43", "area_weight": 0.2714}
{"county_geoid": "26005", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 39", "area_weight": 0.0713}
{"county_geoid": "26005", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 38", "area_weight": 0.054}
{"county_geoid": "26005", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 42", "area_weight": 0.0269}
{"county_geoid": "26005", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 79", "area_weight": 0.0195}
{"county_geoid": "26005", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 86", "area_weight": 0.0163}
{"county_geoid": "26005", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 20", "area_weight": 0.29}
{"county_geoid": "26005", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 18", "area_weight": 0.1375}
{"county_geoid": "26005", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 31", "area_weight": 0.0318}
{"county_geoid": "26007", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.3503}
{"county_geoid": "26007", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 106", "area_weight": 0.3501}
{"county_geoid": "26007", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 0.3501}
{"county_geoid": "26009", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.8728}
{"county_geoid": "26009", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 104", "area_weight": 0.6374}
{"county_geoid": "26009", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 105", "area_weight": 0.2348}
{"county_geoid": "26009", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 37", "area_weight": 0.8722}
{"county_geoid": "26011", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.5387}
{"county_geoid": "26011", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 99", "area_weight": 0.5401}
{"county_geoid": "26011", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 0.5401}
{"county_geoid": "26013", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.8558}
{"county_geoid": "26013", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 109", "area_weight": 0.8578}
{"county_geoid": "26013", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.8579}
{"county_geoid": "26015", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "26015", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 43", "area_weight": 0.4387}
{"county_geoid": "26015", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 78", "area_weight": 0.3737}
{"county_geoid": "26015", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 79", "area_weight": 0.1876}
{"county_geoid": "26015", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "26017", "type": "CD", "district_state": "MI", "district_label": "Congressional District 8", "area_weight": 0.7115}
{"county_geoid": "26017", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 96", "area_weight": 0.4815}
{"county_geoid": "26017", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 99", "area_weight": 0.1736}
{"county_geoid": "26017", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 97", "area_weight": 0.0552}
{"county_geoid": "26017", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 35", "area_weight": 0.4281}
{"county_geoid": "26017", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 34", "area_weight": 0.1704}
{"county_geoid": "26017", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 0.1122}
{"county_geoid": "26019", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.4037}
{"county_geoid": "26019", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 104", "area_weight": 0.3199}
{"county_geoid": "26019", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 103", "area_weight": 0.0845}
{"county_geoid": "26019", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 32", "area_weight": 0.4043}
{"county_geoid": "26021", "type": "CD", "district_state": "MI", "district_label": "Congressional District 5", "area_weight": 0.2792}
{"county_geoid": "26021", "type": "CD", "district_state": "MI", "district_label": "Congressional District 4", "area_weight": 0.0875}
{"county_geoid": "26021", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 37", "area_weight": 0.226}
{"county_geoid": "26021", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 38", "area_weight": 0.0957}
{"county_geoid": "26021", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 39", "area_weight": 0.045}
{"county_geoid": "26021", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 17", "area_weight": 0.2208}
{"county_geoid": "26021", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 20", "area_weight": 0.1459}
{"county_geoid": "26023", "type": "CD", "district_state": "MI", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "26023", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 35", "area_weight": 0.9997}
{"county_geoid": "26023", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 17", "area_weight": 0.9997}
{"county_geoid": "26025", "type": "CD", "district_state": "MI", "district_label": "Congressional District 5", "area_weight": 0.7982}
{"county_geoid": "26025", "type": "CD", "district_state": "MI", "district_label": "Congressional District 4", "area_weight": 0.2017}
{"county_geoid": "26025", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 45", "area_weight": 0.6439}
{"county_geoid": "26025", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 44", "area_weight": 0.3561}
{"county_geoid": "26025", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 18", "area_weight": 0.6059}
{"county_geoid": "26025", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 17", "area_weight": 0.3941}
{"county_geoid": "26027", "type": "CD", "district_state": "MI", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "26027", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 36", "area_weight": 0.6748}
{"county_geoid": "26027", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 37", "area_weight": 0.3252}
{"county_geoid": "26027", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 17", "area_weight": 1.0}
{"county_geoid": "26029", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.3291}
{"county_geoid": "26029", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 107", "area_weight": 0.3245}
{"county_geoid": "26029", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 37", "area_weight": 0.3245}
{"county_geoid": "26031", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.9002}
{"county_geoid": "26031", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 106", "area_weight": 0.8852}
{"county_geoid": "26031", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 107", "area_weight": 0.013}
{"county_geoid": "26031", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 37", "area_weight": 0.898}
{"county_geoid": "26033", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.6171}
{"county_geoid": "26033", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 108", "area_weight": 0.3655}
{"county_geoid": "26033", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 107", "area_weight": 0.2401}
{"county_geoid": "26033", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 37", "area_weight": 0.3444}
{"county_geoid": "26033", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.2613}
{"county_geoid": "26035", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "26035", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 100", "area_weight": 0.7488}
{"county_geoid": "26035", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 99", "area_weight": 0.251}
{"county_geoid": "26035", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 34", "area_weight": 0.9999}
{"county_geoid": "26037", "type": "CD", "district_state": "MI", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "26037", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 93", "area_weight": 0.3747}
{"county_geoid": "26037", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 75", "area_weight": 0.318}
{"county_geoid": "26037", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 77", "area_weight": 0.3073}
{"county_geoid": "26037", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 28", "area_weight": 0.8761}
{"county_geoid": "26037", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 34", "area_weight": 0.1238}
{"county_geoid": "26039", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "26039", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 105", "area_weight": 1.0}
{"county_geoid": "26039", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 1.0}
{"county_geoid": "26041", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.6034}
{"county_geoid": "26041", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 108", "area_weight": 0.5959}
{"county_geoid": "26041", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.5959}
{"county_geoid": "26043", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.9988}
{"county_geoid": "26043", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 109", "area_weight": 0.6865}
{"county_geoid": "26043", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 110", "area_weight": 0.3133}
{"county_geoid": "26043", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.9999}
{"county_geoid": "26045", "type": "CD", "district_state": "MI", "district_label": "Congressional District 7", "area_weight": 0.8387}
{"county_geoid": "26045", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.1613}
{"county_geoid": "26045", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 76", "area_weight": 0.7329}
{"county_geoid": "26045", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 78", "area_weight": 0.1896}
{"county_geoid": "26045", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 43", "area_weight": 0.0631}
{"county_geoid": "26045", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 77", "area_weight": 0.0143}
{"county_geoid": "26045", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "26047", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.5445}
{"county_geoid": "26047", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 107", "area_weight": 0.5467}
{"county_geoid": "26047", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 37", "area_weight": 0.5467}
{"county_geoid": "26049", "type": "CD", "district_state": "MI", "district_label": "Congressional District 8", "area_weight": 0.9954}
{"county_geoid": "26049", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 69", "area_weight": 0.2433}
{"county_geoid": "26049", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 67", "area_weight": 0.2089}
{"county_geoid": "26049", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 68", "area_weight": 0.1734}
{"county_geoid": "26049", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 71", "area_weight": 0.1382}
{"county_geoid": "26049", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 72", "area_weight": 0.1152}
{"county_geoid": "26049", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 70", "area_weight": 0.0622}
{"county_geoid": "26049", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 97", "area_weight": 0.0588}
{"county_geoid": "26049", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 27", "area_weight": 0.4431}
{"county_geoid": "26049", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 26", "area_weight": 0.3895}
{"county_geoid": "26049", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 22", "area_weight": 0.1122}
{"county_geoid": "26049", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 24", "area_weight": 0.0552}
{"county_geoid": "26051", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.9995}
{"county_geoid": "26051", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 99", "area_weight": 0.8161}
{"county_geoid": "26051", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 95", "area_weight": 0.1838}
{"county_geoid": "26051", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 34", "area_weight": 0.9998}
{"county_geoid": "26053", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.773}
{"county_geoid": "26053", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 110", "area_weight": 0.7731}
{"county_geoid": "26053", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.7731}
{"county_geoid": "26055", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.8153}
{"county_geoid": "26055", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 104", "area_weight": 0.5362}
{"county_geoid": "26055", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 103", "area_weight": 0.2788}
{"county_geoid": "26055", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 37", "area_weight": 0.8149}
{"county_geoid": "26057", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "26057", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 93", "area_weight": 0.6789}
{"county_geoid": "26057", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 92", "area_weight": 0.321}
{"county_geoid": "26057", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 34", "area_weight": 1.0}
{"county_geoid": "26059", "type": "CD", "district_state": "MI", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "26059", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 35", "area_weight": 0.9998}
{"county_geoid": "26059", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 16", "area_weight": 0.7034}
{"county_geoid": "26059", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 17", "area_weight": 0.2964}
{"county_geoid": "26061", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.693}
{"county_geoid": "26061", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 110", "area_weight": 0.6922}
{"county_geoid": "26061", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.6923}
{"county_geoid": "26063", "type": "CD", "district_state": "MI", "district_label": "Congressional District 9", "area_weight": 0.3923}
{"county_geoid": "26063", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 98", "area_weight": 0.391}
{"county_geoid": "26063", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 25", "area_weight": 0.391}
{"county_geoid": "26065", "type": "CD", "district_state": "MI", "district_label": "Congressional District 7", "area_weight": 0.9999}
{"county_geoid": "26065", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 73", "area_weight": 0.7891}
{"county_geoid": "26065", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 75", "area_weight": 0.0931}
{"county_geoid": "26065", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 74", "area_weight": 0.0873}
{"county_geoid": "26065", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 77", "area_weight": 0.0304}
{"county_geoid": "26065", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 21", "area_weight": 0.5474}
{"county_geoid": "26065", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 28", "area_weight": 0.2626}
{"county_geoid": "26065", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 22", "area_weight": 0.19}
{"county_geoid": "26067", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "26067", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 78", "area_weight": 0.748}
{"county_geoid": "26067", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 91", "area_weight": 0.1262}
{"county_geoid": "26067", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 93", "area_weight": 0.1258}
{"county_geoid": "26067", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 33", "area_weight": 0.814}
{"county_geoid": "26067", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 18", "area_weight": 0.1859}
{"county_geoid": "26069", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.2994}
{"county_geoid": "26069", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 99", "area_weight": 0.2996}
{"county_geoid": "26069", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 0.2996}
{"county_geoid": "26071", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.9982}
{"county_geoid": "26071", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 110", "area_weight": 0.9997}
{"county_geoid": "26071", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.9998}
{"county_geoid": "26073", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "26073", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 92", "area_weight": 0.9999}
{"county_geoid": "26073", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 34", "area_weight": 1.0}
{"county_geoid": "26075", "type": "CD", "district_state": "MI", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "26075", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 45", "area_weight": 0.5511}
{"county_geoid": "26075", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 47", "area_weight": 0.2078}
{"county_geoid": "26075", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 46", "area_weight": 0.1724}
{"county_geoid": "26075", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 48", "area_weight": 0.0686}
{"county_geoid": "26075", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 14", "area_weight": 0.7987}
{"county_geoid": "26075", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 17", "area_weight": 0.2013}
{"county_geoid": "26077", "type": "CD", "district_state": "MI", "district_label": "Congressional District 4", "area_weight": 0.7509}
{"county_geoid": "26077", "type": "CD", "district_state": "MI", "district_label": "Congressional District 5", "area_weight": 0.2491}
{"county_geoid": "26077", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 42", "area_weight": 0.5836}
{"county_geoid": "26077", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 45", "area_weight": 0.1858}
{"county_geoid": "26077", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 40", "area_weight": 0.1735}
{"county_geoid": "26077", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 41", "area_weight": 0.0571}
{"county_geoid": "26077", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 19", "area_weight": 0.8754}
{"county_geoid": "26077", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 18", "area_weight": 0.1246}
{"county_geoid": "26079", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "26079", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 104", "area_weight": 0.5612}
{"county_geoid": "26079", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 105", "area_weight": 0.4388}
{"county_geoid": "26079", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 0.9998}
{"county_geoid": "26081", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.5418}
{"county_geoid": "26081", "type": "CD", "district_state": "MI", "district_label": "Congressional District 3", "area_weight": 0.4582}
{"county_geoid": "26081", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 90", "area_weight": 0.3475}
{"county_geoid": "26081", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 91", "area_weight": 0.1696}
{"county_geoid": "26081", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 79", "area_weight": 0.1215}
{"county_geoid": "26081", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 81", "area_weight": 0.0884}
{"county_geoid": "26081", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 78", "area_weight": 0.0829}
{"county_geoid": "26081", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 80", "area_weight": 0.0717}
{"county_geoid": "26081", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 84", "area_weight": 0.0532}
{"county_geoid": "26081", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 83", "area_weight": 0.0315}
{"county_geoid": "26081", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 82", "area_weight": 0.0194}
{"county_geoid": "26081", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 89", "area_weight": 0.0144}
{"county_geoid": "26081", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 33", "area_weight": 0.4197}
{"county_geoid": "26081", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 30", "area_weight": 0.2455}
{"county_geoid": "26081", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 18", "area_weight": 0.1642}
{"county_geoid": "26081", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 29", "area_weight": 0.0886}
{"county_geoid": "26081", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 20", "area_weight": 0.0821}
{"county_geoid": "26083", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.0985}
{"county_geoid": "26083", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 110", "area_weight": 0.0981}
{"county_geoid": "26083", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.0981}
{"county_geoid": "26085", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "26085", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 101", "area_weight": 0.7502}
{"county_geoid": "26085", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 100", "area_weight": 0.2497}
{"county_geoid": "26085", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 33", "area_weight": 0.6265}
{"county_geoid": "26085", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 34", "area_weight": 0.3734}
{"county_geoid": "26087", "type": "CD", "district_state": "MI", "district_label": "Congressional District 9", "area_weight": 0.9999}
{"county_geoid": "26087", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 67", "area_weight": 0.4283}
{"county_geoid": "26087", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 65", "area_weight": 0.4094}
{"county_geoid": "26087", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 98", "area_weight": 0.1623}
{"county_geoid": "26087", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 26", "area_weight": 0.7824}
{"county_geoid": "26087", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 24", "area_weight": 0.2174}
{"county_geoid": "26089", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.148}
{"county_geoid": "26089", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 103", "area_weight": 0.148}
{"county_geoid": "26089", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 37", "area_weight": 0.148}
{"county_geoid": "26091", "type": "CD", "district_state": "MI", "district_label": "Congressional District 5", "area_weight": 0.9997}
{"county_geoid": "26091", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 34", "area_weight": 0.8714}
{"county_geoid": "26091", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 30", "area_weight": 0.0825}
{"county_geoid": "26091", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 31", "area_weight": 0.043}
{"county_geoid": "26091", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 16", "area_weight": 0.9084}
{"county_geoid": "26091", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 15", "area_weight": 0.0914}
{"county_geoid": "26093", "type": "CD", "district_state": "MI", "district_label": "Congressional District 7", "area_weight": 0.9997}
{"county_geoid": "26093", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 50", "area_weight": 0.6912}
{"county_geoid": "26093", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 48", "area_weight": 0.1333}
{"county_geoid": "26093", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 49", "area_weight": 0.1283}
{"county_geoid": "26093", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 72", "area_weight": 0.0471}
{"county_geoid": "26093", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 22", "area_weight": 1.0}
{"county_geoid": "26095", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.4824}
{"county_geoid": "26095", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 108", "area_weight": 0.4824}
{"county_geoid": "26095", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.4824}
{"county_geoid": "26097", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.5199}
{"county_geoid": "26097", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 107", "area_weight": 0.2672}
{"county_geoid": "26097", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 108", "area_weight": 0.2452}
{"county_geoid": "26097", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 37", "area_weight": 0.2672}
{"county_geoid": "26097", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.2451}
{"county_geoid": "26099", "type": "CD", "district_state": "MI", "district_label": "Congressional District 9", "area_weight": 0.5105}
{"county_geoid": "26099", "type": "CD", "district_state": "MI", "district_label": "Congressional District 10", "area_weight": 0.3374}
{"county_geoid": "26099", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 65", "area_weight": 0.2684}
{"county_geoid": "26099", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 66", "area_weight": 0.1299}
{"county_geoid": "26099", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 59", "area_weight": 0.0709}
{"county_geoid": "26099", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 62", "area_weight": 0.0589}
{"county_geoid": "26099", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 60", "area_weight": 0.0576}
{"county_geoid": "26099", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 63", "area_weight": 0.0502}
{"county_geoid": "26099", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 61", "area_weight": 0.047}
{"county_geoid": "26099", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 58", "area_weight": 0.0439}
{"county_geoid": "26099", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 57", "area_weight": 0.0324}
{"county_geoid": "26099", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 13", "area_weight": 0.032}
{"county_geoid": "26099", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 14", "area_weight": 0.0211}
{"county_geoid": "26099", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 12", "area_weight": 0.0189}
{"county_geoid": "26099", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 11", "area_weight": 0.017}
{"county_geoid": "26099", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 24", "area_weight": 0.2787}
{"county_geoid": "26099", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 25", "area_weight": 0.2042}
{"county_geoid": "26099", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 12", "area_weight": 0.1239}
{"county_geoid": "26099", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 11", "area_weight": 0.1074}
{"county_geoid": "26099", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 10", "area_weight": 0.071}
{"county_geoid": "26099", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 9", "area_weight": 0.0406}
{"county_geoid": "26099", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 3", "area_weight": 0.0225}
{"county_geoid": "26101", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.4353}
{"county_geoid": "26101", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 104", "area_weight": 0.3119}
{"county_geoid": "26101", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 102", "area_weight": 0.1234}
{"county_geoid": "26101", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 32", "area_weight": 0.239}
{"county_geoid": "26101", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 0.1963}
{"county_geoid": "26103", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.5443}
{"county_geoid": "26103", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 109", "area_weight": 0.5438}
{"county_geoid": "26103", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.5439}
{"county_geoid": "26105", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.4105}
{"county_geoid": "26105", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 102", "area_weight": 0.2935}
{"county_geoid": "26105", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 101", "area_weight": 0.1172}
{"county_geoid": "26105", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 32", "area_weight": 0.4107}
{"county_geoid": "26107", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "26107", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 100", "area_weight": 0.9998}
{"county_geoid": "26107", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 34", "area_weight": 0.9999}
{"county_geoid": "26109", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.7842}
{"county_geoid": "26109", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 108", "area_weight": 0.7866}
{"county_geoid": "26109", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.7866}
{"county_geoid": "26111", "type": "CD", "district_state": "MI", "district_label": "Congressional District 8", "area_weight": 0.6582}
{"county_geoid": "26111", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.3418}
{"county_geoid": "26111", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 95", "area_weight": 0.9999}
{"county_geoid": "26111", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 34", "area_weight": 0.6575}
{"county_geoid": "26111", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 35", "area_weight": 0.3425}
{"county_geoid": "26113", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "26113", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 105", "area_weight": 1.0}
{"county_geoid": "26113", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 1.0}
{"county_geoid": "26115", "type": "CD", "district_state": "MI", "district_label": "Congressional District 5", "area_weight": 0.8253}
{"county_geoid": "26115", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 30", "area_weight": 0.3604}
{"county_geoid": "26115", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 31", "area_weight": 0.3035}
{"county_geoid": "26115", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 29", "area_weight": 0.0816}
{"county_geoid": "26115", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 28", "area_weight": 0.0773}
{"county_geoid": "26115", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 16", "area_weight": 0.8191}
{"county_geoid": "26117", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "26117", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 91", "area_weight": 0.8504}
{"county_geoid": "26117", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 93", "area_weight": 0.1496}
{"county_geoid": "26117", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "26119", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "26119", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 106", "area_weight": 0.9999}
{"county_geoid": "26119", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 1.0}
{"county_geoid": "26121", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.2593}
{"county_geoid": "26121", "type": "CD", "district_state": "MI", "district_label": "Congressional District 3", "area_weight": 0.102}
{"county_geoid": "26121", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 102", "area_weight": 0.1412}
{"county_geoid": "26121", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 89", "area_weight": 0.1361}
{"county_geoid": "26121", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 87", "area_weight": 0.0678}
{"county_geoid": "26121", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 88", "area_weight": 0.0161}
{"county_geoid": "26121", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 32", "area_weight": 0.2868}
{"county_geoid": "26121", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 33", "area_weight": 0.0743}
{"county_geoid": "26123", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "26123", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 101", "area_weight": 0.9999}
{"county_geoid": "26123", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "26125", "type": "CD", "district_state": "MI", "district_label": "Congressional District 9", "area_weight": 0.4479}
{"county_geoid": "26125", "type": "CD", "district_state": "MI", "district_label": "Congressional District 11", "area_weight": 0.3707}
{"county_geoid": "26125", "type": "CD", "district_state": "MI", "district_label": "Congressional District 7", "area_weight": 0.0706}
{"county_geoid": "26125", "type": "CD", "district_state": "MI", "district_label": "Congressional District 10", "area_weight": 0.0405}
{"county_geoid": "26125", "type": "CD", "district_state": "MI", "district_label": "Congressional District 12", "area_weight": 0.0394}
{"county_geoid": "26125", "type": "CD", "district_state": "MI", "district_label": "Congressional District 6", "area_weight": 0.0308}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 51", "area_weight": 0.1518}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 66", "area_weight": 0.1491}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 52", "area_weight": 0.0919}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 72", "area_weight": 0.0801}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 54", "area_weight": 0.0767}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 21", "area_weight": 0.0568}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 20", "area_weight": 0.0567}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 55", "area_weight": 0.0464}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 53", "area_weight": 0.0423}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 19", "area_weight": 0.0423}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 68", "area_weight": 0.0399}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 18", "area_weight": 0.0369}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 56", "area_weight": 0.0356}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 49", "area_weight": 0.0336}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 6", "area_weight": 0.0208}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 57", "area_weight": 0.01}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 14", "area_weight": 0.0098}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 23", "area_weight": 0.0084}
{"county_geoid": "26125", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 5", "area_weight": 0.006}
{"county_geoid": "26125", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 23", "area_weight": 0.3403}
{"county_geoid": "26125", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 24", "area_weight": 0.2298}
{"county_geoid": "26125", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 7", "area_weight": 0.1202}
{"county_geoid": "26125", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 13", "area_weight": 0.1052}
{"county_geoid": "26125", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 9", "area_weight": 0.0903}
{"county_geoid": "26125", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 22", "area_weight": 0.0403}
{"county_geoid": "26125", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 8", "area_weight": 0.0362}
{"county_geoid": "26125", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 6", "area_weight": 0.0248}
{"county_geoid": "26125", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 3", "area_weight": 0.0129}
{"county_geoid": "26127", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.4182}
{"county_geoid": "26127", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 102", "area_weight": 0.363}
{"county_geoid": "26127", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 101", "area_weight": 0.0551}
{"county_geoid": "26127", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 32", "area_weight": 0.418}
{"county_geoid": "26129", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "26129", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 99", "area_weight": 0.9998}
{"county_geoid": "26129", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 1.0}
{"county_geoid": "26131", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.3528}
{"county_geoid": "26131", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 110", "area_weight": 0.3526}
{"county_geoid": "26131", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.3526}
{"county_geoid": "26133", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "26133", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 100", "area_weight": 1.0}
{"county_geoid": "26133", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 34", "area_weight": 1.0}
{"county_geoid": "26135", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "26135", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 106", "area_weight": 0.5009}
{"county_geoid": "26135", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 105", "area_weight": 0.4989}
{"county_geoid": "26135", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 1.0}
{"county_geoid": "26137", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "26137", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 105", "area_weight": 0.9996}
{"county_geoid": "26137", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 0.9996}
{"county_geoid": "26139", "type": "CD", "district_state": "MI", "district_label": "Congressional District 3", "area_weight": 0.172}
{"county_geoid": "26139", "type": "CD", "district_state": "MI", "district_label": "Congressional District 4", "area_weight": 0.1598}
{"county_geoid": "26139", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.022}
{"county_geoid": "26139", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 89", "area_weight": 0.1339}
{"county_geoid": "26139", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 88", "area_weight": 0.1165}
{"county_geoid": "26139", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 85", "area_weight": 0.0561}
{"county_geoid": "26139", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 86", "area_weight": 0.0307}
{"county_geoid": "26139", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 43", "area_weight": 0.0166}
{"county_geoid": "26139", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 31", "area_weight": 0.2421}
{"county_geoid": "26139", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 30", "area_weight": 0.0895}
{"county_geoid": "26139", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 33", "area_weight": 0.022}
{"county_geoid": "26141", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.2658}
{"county_geoid": "26141", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 106", "area_weight": 0.2655}
{"county_geoid": "26141", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 0.2655}
{"county_geoid": "26143", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "26143", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 105", "area_weight": 0.9999}
{"county_geoid": "26143", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 1.0}
{"county_geoid": "26145", "type": "CD", "district_state": "MI", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "26145", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 93", "area_weight": 0.4838}
{"county_geoid": "26145", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 97", "area_weight": 0.3113}
{"county_geoid": "26145", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 71", "area_weight": 0.1323}
{"county_geoid": "26145", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 94", "area_weight": 0.0725}
{"county_geoid": "26145", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 26", "area_weight": 0.5652}
{"county_geoid": "26145", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 34", "area_weight": 0.2564}
{"county_geoid": "26145", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 35", "area_weight": 0.1783}
{"county_geoid": "26147", "type": "CD", "district_state": "MI", "district_label": "Congressional District 9", "area_weight": 0.8948}
{"county_geoid": "26147", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 65", "area_weight": 0.4588}
{"county_geoid": "26147", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 64", "area_weight": 0.243}
{"county_geoid": "26147", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 63", "area_weight": 0.1908}
{"county_geoid": "26147", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 25", "area_weight": 0.8101}
{"county_geoid": "26147", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 12", "area_weight": 0.0824}
{"county_geoid": "26149", "type": "CD", "district_state": "MI", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "26149", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 36", "area_weight": 0.9997}
{"county_geoid": "26149", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "26151", "type": "CD", "district_state": "MI", "district_label": "Congressional District 9", "area_weight": 0.6055}
{"county_geoid": "26151", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 98", "area_weight": 0.5816}
{"county_geoid": "26151", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 64", "area_weight": 0.0243}
{"county_geoid": "26151", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 25", "area_weight": 0.6059}
{"county_geoid": "26153", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.6502}
{"county_geoid": "26153", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 108", "area_weight": 0.6501}
{"county_geoid": "26153", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 38", "area_weight": 0.6503}
{"county_geoid": "26155", "type": "CD", "district_state": "MI", "district_label": "Congressional District 7", "area_weight": 0.9997}
{"county_geoid": "26155", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 71", "area_weight": 0.8967}
{"county_geoid": "26155", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 75", "area_weight": 0.1033}
{"county_geoid": "26155", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 28", "area_weight": 0.8661}
{"county_geoid": "26155", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 22", "area_weight": 0.1338}
{"county_geoid": "26157", "type": "CD", "district_state": "MI", "district_label": "Congressional District 9", "area_weight": 0.8768}
{"county_geoid": "26157", "type": "CD", "district_state": "MI", "district_label": "Congressional District 8", "area_weight": 0.0139}
{"county_geoid": "26157", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 97", "area_weight": 0.5014}
{"county_geoid": "26157", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 98", "area_weight": 0.3527}
{"county_geoid": "26157", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 67", "area_weight": 0.0359}
{"county_geoid": "26157", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 26", "area_weight": 0.5003}
{"county_geoid": "26157", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 25", "area_weight": 0.3898}
{"county_geoid": "26159", "type": "CD", "district_state": "MI", "district_label": "Congressional District 4", "area_weight": 0.5713}
{"county_geoid": "26159", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 39", "area_weight": 0.52}
{"county_geoid": "26159", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 38", "area_weight": 0.0512}
{"county_geoid": "26159", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 20", "area_weight": 0.5392}
{"county_geoid": "26159", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 19", "area_weight": 0.0321}
{"county_geoid": "26161", "type": "CD", "district_state": "MI", "district_label": "Congressional District 6", "area_weight": 0.9998}
{"county_geoid": "26161", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 47", "area_weight": 0.2596}
{"county_geoid": "26161", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 48", "area_weight": 0.2181}
{"county_geoid": "26161", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 33", "area_weight": 0.2085}
{"county_geoid": "26161", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 23", "area_weight": 0.1104}
{"county_geoid": "26161", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 31", "area_weight": 0.0897}
{"county_geoid": "26161", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 32", "area_weight": 0.0613}
{"county_geoid": "26161", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 46", "area_weight": 0.0524}
{"county_geoid": "26161", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 14", "area_weight": 0.538}
{"county_geoid": "26161", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 15", "area_weight": 0.4619}
{"county_geoid": "26163", "type": "CD", "district_state": "MI", "district_label": "Congressional District 6", "area_weight": 0.3761}
{"county_geoid": "26163", "type": "CD", "district_state": "MI", "district_label": "Congressional District 13", "area_weight": 0.3314}
{"county_geoid": "26163", "type": "CD", "district_state": "MI", "district_label": "Congressional District 12", "area_weight": 0.2317}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 31", "area_weight": 0.1327}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 29", "area_weight": 0.0845}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 28", "area_weight": 0.0666}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 27", "area_weight": 0.066}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 22", "area_weight": 0.0618}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 26", "area_weight": 0.0505}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 24", "area_weight": 0.0444}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 25", "area_weight": 0.0421}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 9", "area_weight": 0.042}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 16", "area_weight": 0.0362}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 17", "area_weight": 0.0345}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 7", "area_weight": 0.0316}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 3", "area_weight": 0.0309}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 2", "area_weight": 0.0272}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 4", "area_weight": 0.0261}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 10", "area_weight": 0.0257}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 15", "area_weight": 0.0245}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 8", "area_weight": 0.0218}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 11", "area_weight": 0.0177}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 23", "area_weight": 0.0148}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 5", "area_weight": 0.0124}
{"county_geoid": "26163", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 12", "area_weight": 0.0071}
{"county_geoid": "26163", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 4", "area_weight": 0.3571}
{"county_geoid": "26163", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 5", "area_weight": 0.1177}
{"county_geoid": "26163", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 1", "area_weight": 0.1053}
{"county_geoid": "26163", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 2", "area_weight": 0.0807}
{"county_geoid": "26163", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 6", "area_weight": 0.077}
{"county_geoid": "26163", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 3", "area_weight": 0.0657}
{"county_geoid": "26163", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 13", "area_weight": 0.0534}
{"county_geoid": "26163", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 10", "area_weight": 0.0299}
{"county_geoid": "26163", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 8", "area_weight": 0.0243}
{"county_geoid": "26163", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 12", "area_weight": 0.0189}
{"county_geoid": "26163", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 7", "area_weight": 0.0062}
{"county_geoid": "26165", "type": "CD", "district_state": "MI", "district_label": "Congressional District 2", "area_weight": 0.7797}
{"county_geoid": "26165", "type": "CD", "district_state": "MI", "district_label": "Congressional District 1", "area_weight": 0.2203}
{"county_geoid": "26165", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 101", "area_weight": 0.7481}
{"county_geoid": "26165", "type": "SH", "district_state": "MI", "district_label": "MI State House of Representatives District 104", "area_weight": 0.2516}
{"county_geoid": "26165", "type": "SS", "district_state": "MI", "district_label": "MI State Senate District 36", "area_weight": 1.0}
{"county_geoid": "27001", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "27001", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 7A", "area_weight": 0.5113}
{"county_geoid": "27001", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 10A", "area_weight": 0.4886}
{"county_geoid": "27001", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 7", "area_weight": 0.5113}
{"county_geoid": "27001", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 10", "area_weight": 0.4886}
{"county_geoid": "27003", "type": "CD", "district_state": "MN", "district_label": "Congressional District 6", "area_weight": 0.8894}
{"county_geoid": "27003", "type": "CD", "district_state": "MN", "district_label": "Congressional District 3", "area_weight": 0.0736}
{"county_geoid": "27003", "type": "CD", "district_state": "MN", "district_label": "Congressional District 5", "area_weight": 0.0368}
{"county_geoid": "27003", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 31B", "area_weight": 0.3152}
{"county_geoid": "27003", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 32A", "area_weight": 0.1754}
{"county_geoid": "27003", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 31A", "area_weight": 0.1043}
{"county_geoid": "27003", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 30B", "area_weight": 0.0992}
{"county_geoid": "27003", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 36A", "area_weight": 0.0841}
{"county_geoid": "27003", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 27B", "area_weight": 0.0549}
{"county_geoid": "27003", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 32B", "area_weight": 0.0534}
{"county_geoid": "27003", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 35A", "area_weight": 0.0361}
{"county_geoid": "27003", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 35B", "area_weight": 0.0353}
{"county_geoid": "27003", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 39A", "area_weight": 0.0307}
{"county_geoid": "27003", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 39B", "area_weight": 0.0062}
{"county_geoid": "27003", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 34B", "area_weight": 0.0051}
{"county_geoid": "27003", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 31", "area_weight": 0.4195}
{"county_geoid": "27003", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 32", "area_weight": 0.2289}
{"county_geoid": "27003", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 30", "area_weight": 0.0992}
{"county_geoid": "27003", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 36", "area_weight": 0.0841}
{"county_geoid": "27003", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 35", "area_weight": 0.0714}
{"county_geoid": "27003", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 27", "area_weight": 0.0549}
{"county_geoid": "27003", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 39", "area_weight": 0.0369}
{"county_geoid": "27003", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 34", "area_weight": 0.0051}
{"county_geoid": "27005", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.6472}
{"county_geoid": "27005", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.3528}
{"county_geoid": "27005", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 5A", "area_weight": 0.4231}
{"county_geoid": "27005", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 2B", "area_weight": 0.3029}
{"county_geoid": "27005", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 4B", "area_weight": 0.2739}
{"county_geoid": "27005", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 5", "area_weight": 0.4231}
{"county_geoid": "27005", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 2", "area_weight": 0.3029}
{"county_geoid": "27005", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 4", "area_weight": 0.2739}
{"county_geoid": "27007", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "27007", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 2A", "area_weight": 0.7767}
{"county_geoid": "27007", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 2B", "area_weight": 0.2232}
{"county_geoid": "27007", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 2", "area_weight": 0.9999}
{"county_geoid": "27009", "type": "CD", "district_state": "MN", "district_label": "Congressional District 6", "area_weight": 0.9977}
{"county_geoid": "27009", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 10B", "area_weight": 0.873}
{"county_geoid": "27009", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 14B", "area_weight": 0.0903}
{"county_geoid": "27009", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 13B", "area_weight": 0.0367}
{"county_geoid": "27009", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 10", "area_weight": 0.873}
{"county_geoid": "27009", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 14", "area_weight": 0.0903}
{"county_geoid": "27009", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 13", "area_weight": 0.0367}
{"county_geoid": "27011", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9998}
{"county_geoid": "27011", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 12A", "area_weight": 0.9995}
{"county_geoid": "27011", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 12", "area_weight": 0.9995}
{"county_geoid": "27013", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "27013", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 22A", "area_weight": 0.685}
{"county_geoid": "27013", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 22B", "area_weight": 0.1347}
{"county_geoid": "27013", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 15B", "area_weight": 0.1161}
{"county_geoid": "27013", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 18A", "area_weight": 0.038}
{"county_geoid": "27013", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 18B", "area_weight": 0.0262}
{"county_geoid": "27013", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 22", "area_weight": 0.8197}
{"county_geoid": "27013", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 15", "area_weight": 0.1161}
{"county_geoid": "27013", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 18", "area_weight": 0.0642}
{"county_geoid": "27015", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.623}
{"county_geoid": "27015", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.377}
{"county_geoid": "27015", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 15B", "area_weight": 0.9997}
{"county_geoid": "27015", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 15", "area_weight": 0.9997}
{"county_geoid": "27017", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "27017", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 11A", "area_weight": 0.9997}
{"county_geoid": "27017", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 11", "area_weight": 0.9997}
{"county_geoid": "27019", "type": "CD", "district_state": "MN", "district_label": "Congressional District 6", "area_weight": 0.9974}
{"county_geoid": "27019", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 17B", "area_weight": 0.5975}
{"county_geoid": "27019", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 48A", "area_weight": 0.3119}
{"county_geoid": "27019", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 48B", "area_weight": 0.0904}
{"county_geoid": "27019", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 17", "area_weight": 0.5975}
{"county_geoid": "27019", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 48", "area_weight": 0.4023}
{"county_geoid": "27021", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.9993}
{"county_geoid": "27021", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 2B", "area_weight": 0.4303}
{"county_geoid": "27021", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 5A", "area_weight": 0.2614}
{"county_geoid": "27021", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 6A", "area_weight": 0.223}
{"county_geoid": "27021", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 5B", "area_weight": 0.0853}
{"county_geoid": "27021", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 2", "area_weight": 0.4303}
{"county_geoid": "27021", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 5", "area_weight": 0.3467}
{"county_geoid": "27021", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 6", "area_weight": 0.223}
{"county_geoid": "27023", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "27023", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 16A", "area_weight": 0.9947}
{"county_geoid": "27023", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 15A", "area_weight": 0.0052}
{"county_geoid": "27023", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 16", "area_weight": 0.9948}
{"county_geoid": "27023", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 15", "area_weight": 0.0052}
{"county_geoid": "27025", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.9996}
{"county_geoid": "27025", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 28B", "area_weight": 0.6722}
{"county_geoid": "27025", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 11B", "area_weight": 0.1755}
{"county_geoid": "27025", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 28A", "area_weight": 0.1519}
{"county_geoid": "27025", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 28", "area_weight": 0.8242}
{"county_geoid": "27025", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 11", "area_weight": 0.1755}
{"county_geoid": "27027", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9981}
{"county_geoid": "27027", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 4B", "area_weight": 0.8832}
{"county_geoid": "27027", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 1B", "area_weight": 0.1002}
{"county_geoid": "27027", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 4A", "area_weight": 0.0161}
{"county_geoid": "27027", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 4", "area_weight": 0.8994}
{"county_geoid": "27027", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 1", "area_weight": 0.1002}
{"county_geoid": "27029", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "27029", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 2B", "area_weight": 0.6102}
{"county_geoid": "27029", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 2A", "area_weight": 0.3898}
{"county_geoid": "27029", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 2", "area_weight": 1.0}
{"county_geoid": "27031", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.4847}
{"county_geoid": "27031", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 3A", "area_weight": 0.4825}
{"county_geoid": "27031", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 3", "area_weight": 0.4825}
{"county_geoid": "27033", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9996}
{"county_geoid": "27033", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 21B", "area_weight": 0.2212}
{"county_geoid": "27033", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "27035", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.9995}
{"county_geoid": "27035", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 6A", "area_weight": 0.5699}
{"county_geoid": "27035", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 6B", "area_weight": 0.2215}
{"county_geoid": "27035", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 10A", "area_weight": 0.2084}
{"county_geoid": "27035", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 6", "area_weight": 0.7915}
{"county_geoid": "27035", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 10", "area_weight": 0.2084}
{"county_geoid": "27037", "type": "CD", "district_state": "MN", "district_label": "Congressional District 2", "area_weight": 0.9983}
{"county_geoid": "27037", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 58B", "area_weight": 0.5083}
{"county_geoid": "27037", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 57A", "area_weight": 0.0991}
{"county_geoid": "27037", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 20A", "area_weight": 0.061}
{"county_geoid": "27037", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 53A", "area_weight": 0.0583}
{"county_geoid": "27037", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 41B", "area_weight": 0.0482}
{"county_geoid": "27037", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 56B", "area_weight": 0.0433}
{"county_geoid": "27037", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 52B", "area_weight": 0.0427}
{"county_geoid": "27037", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 52A", "area_weight": 0.0357}
{"county_geoid": "27037", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 57B", "area_weight": 0.0262}
{"county_geoid": "27037", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 55B", "area_weight": 0.0245}
{"county_geoid": "27037", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 56A", "area_weight": 0.0219}
{"county_geoid": "27037", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 53B", "area_weight": 0.0155}
{"county_geoid": "27037", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 55A", "area_weight": 0.0096}
{"county_geoid": "27037", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 58", "area_weight": 0.5108}
{"county_geoid": "27037", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 57", "area_weight": 0.1253}
{"county_geoid": "27037", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 52", "area_weight": 0.0784}
{"county_geoid": "27037", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 53", "area_weight": 0.0738}
{"county_geoid": "27037", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 56", "area_weight": 0.0651}
{"county_geoid": "27037", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 20", "area_weight": 0.061}
{"county_geoid": "27037", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 41", "area_weight": 0.0482}
{"county_geoid": "27037", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 55", "area_weight": 0.0342}
{"county_geoid": "27039", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "27039", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 24A", "area_weight": 0.9999}
{"county_geoid": "27039", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "27041", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "27041", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 9B", "area_weight": 0.5502}
{"county_geoid": "27041", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 12B", "area_weight": 0.4497}
{"county_geoid": "27041", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 9", "area_weight": 0.5503}
{"county_geoid": "27041", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 12", "area_weight": 0.4497}
{"county_geoid": "27043", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "27043", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 23A", "area_weight": 0.6494}
{"county_geoid": "27043", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 22A", "area_weight": 0.3506}
{"county_geoid": "27043", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 23", "area_weight": 0.6494}
{"county_geoid": "27043", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 22", "area_weight": 0.3506}
{"county_geoid": "27045", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "27045", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 26B", "area_weight": 0.9999}
{"county_geoid": "27045", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "27047", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "27047", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 23A", "area_weight": 0.7017}
{"county_geoid": "27047", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 23B", "area_weight": 0.2983}
{"county_geoid": "27047", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 23", "area_weight": 1.0}
{"county_geoid": "27049", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.9992}
{"county_geoid": "27049", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 20A", "area_weight": 0.5505}
{"county_geoid": "27049", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 19A", "area_weight": 0.1913}
{"county_geoid": "27049", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 20B", "area_weight": 0.1816}
{"county_geoid": "27049", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 58B", "area_weight": 0.0765}
{"county_geoid": "27049", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 20", "area_weight": 0.7321}
{"county_geoid": "27049", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 19", "area_weight": 0.1913}
{"county_geoid": "27049", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 58", "area_weight": 0.0765}
{"county_geoid": "27051", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "27051", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 9A", "area_weight": 0.9999}
{"county_geoid": "27051", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 9", "area_weight": 1.0}
{"county_geoid": "27053", "type": "CD", "district_state": "MN", "district_label": "Congressional District 3", "area_weight": 0.7949}
{"county_geoid": "27053", "type": "CD", "district_state": "MN", "district_label": "Congressional District 5", "area_weight": 0.1974}
{"county_geoid": "27053", "type": "CD", "district_state": "MN", "district_label": "Congressional District 6", "area_weight": 0.0056}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 37A", "area_weight": 0.2139}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 45A", "area_weight": 0.1241}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 34A", "area_weight": 0.0977}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 45B", "area_weight": 0.0461}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 49B", "area_weight": 0.0406}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 37B", "area_weight": 0.0392}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 49A", "area_weight": 0.0353}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 42A", "area_weight": 0.0321}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 50B", "area_weight": 0.0306}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 51B", "area_weight": 0.0294}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 42B", "area_weight": 0.0284}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 51A", "area_weight": 0.0256}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 43B", "area_weight": 0.0253}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 34B", "area_weight": 0.0251}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 50A", "area_weight": 0.0204}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 46B", "area_weight": 0.0191}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 38A", "area_weight": 0.0181}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 38B", "area_weight": 0.0172}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 43A", "area_weight": 0.0171}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 60A", "area_weight": 0.0149}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 46A", "area_weight": 0.0144}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 63B", "area_weight": 0.0125}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 61B", "area_weight": 0.011}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 59A", "area_weight": 0.0106}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 63A", "area_weight": 0.0104}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 61A", "area_weight": 0.009}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 59B", "area_weight": 0.0078}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 62B", "area_weight": 0.0067}
{"county_geoid": "27053", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 60B", "area_weight": 0.0058}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 37", "area_weight": 0.2531}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 45", "area_weight": 0.1702}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 34", "area_weight": 0.1228}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 49", "area_weight": 0.0759}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 42", "area_weight": 0.0605}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 51", "area_weight": 0.055}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 50", "area_weight": 0.051}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 43", "area_weight": 0.0424}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 38", "area_weight": 0.0353}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 46", "area_weight": 0.0335}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 63", "area_weight": 0.023}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 60", "area_weight": 0.0207}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 61", "area_weight": 0.02}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 59", "area_weight": 0.0184}
{"county_geoid": "27053", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 62", "area_weight": 0.0111}
{"county_geoid": "27055", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "27055", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 26B", "area_weight": 0.9997}
{"county_geoid": "27055", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 26", "area_weight": 0.9997}
{"county_geoid": "27057", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.6669}
{"county_geoid": "27057", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.3331}
{"county_geoid": "27057", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 5A", "area_weight": 0.6733}
{"county_geoid": "27057", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 2B", "area_weight": 0.3266}
{"county_geoid": "27057", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 5", "area_weight": 0.6733}
{"county_geoid": "27057", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 2", "area_weight": 0.3267}
{"county_geoid": "27059", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.9993}
{"county_geoid": "27059", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 28A", "area_weight": 0.6844}
{"county_geoid": "27059", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 27B", "area_weight": 0.166}
{"county_geoid": "27059", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 10B", "area_weight": 0.0803}
{"county_geoid": "27059", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 31B", "area_weight": 0.0693}
{"county_geoid": "27059", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 28", "area_weight": 0.6844}
{"county_geoid": "27059", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 27", "area_weight": 0.166}
{"county_geoid": "27059", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 10", "area_weight": 0.0803}
{"county_geoid": "27059", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 31", "area_weight": 0.0693}
{"county_geoid": "27061", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "27061", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 3A", "area_weight": 0.4163}
{"county_geoid": "27061", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 7A", "area_weight": 0.2955}
{"county_geoid": "27061", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 2B", "area_weight": 0.2017}
{"county_geoid": "27061", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 6A", "area_weight": 0.0864}
{"county_geoid": "27061", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 3", "area_weight": 0.4163}
{"county_geoid": "27061", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 7", "area_weight": 0.2955}
{"county_geoid": "27061", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 2", "area_weight": 0.2017}
{"county_geoid": "27061", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 6", "area_weight": 0.0864}
{"county_geoid": "27063", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "27063", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 21B", "area_weight": 0.9999}
{"county_geoid": "27063", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "27065", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "27065", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 11B", "area_weight": 0.5241}
{"county_geoid": "27065", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 10A", "area_weight": 0.3381}
{"county_geoid": "27065", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 10B", "area_weight": 0.1377}
{"county_geoid": "27065", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 11", "area_weight": 0.5241}
{"county_geoid": "27065", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 10", "area_weight": 0.4759}
{"county_geoid": "27067", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "27067", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 16B", "area_weight": 0.8326}
{"county_geoid": "27067", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 16A", "area_weight": 0.1672}
{"county_geoid": "27067", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 16", "area_weight": 0.9998}
{"county_geoid": "27069", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9972}
{"county_geoid": "27069", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 1A", "area_weight": 0.9995}
{"county_geoid": "27069", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 1", "area_weight": 0.9995}
{"county_geoid": "27071", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.9994}
{"county_geoid": "27071", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 3A", "area_weight": 0.9995}
{"county_geoid": "27071", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 3", "area_weight": 0.9995}
{"county_geoid": "27073", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9999}
{"county_geoid": "27073", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 15A", "area_weight": 0.9997}
{"county_geoid": "27073", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 15", "area_weight": 0.9997}
{"county_geoid": "27075", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.7661}
{"county_geoid": "27075", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 3A", "area_weight": 0.7541}
{"county_geoid": "27075", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 3B", "area_weight": 0.0124}
{"county_geoid": "27075", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 3", "area_weight": 0.7664}
{"county_geoid": "27077", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.9996}
{"county_geoid": "27077", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 2A", "area_weight": 0.9996}
{"county_geoid": "27077", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 2", "area_weight": 0.9996}
{"county_geoid": "27079", "type": "CD", "district_state": "MN", "district_label": "Congressional District 2", "area_weight": 0.9963}
{"county_geoid": "27079", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 22B", "area_weight": 0.9775}
{"county_geoid": "27079", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 18A", "area_weight": 0.0223}
{"county_geoid": "27079", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 22", "area_weight": 0.9775}
{"county_geoid": "27079", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 18", "area_weight": 0.0223}
{"county_geoid": "27081", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "27081", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "27083", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "27083", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 15A", "area_weight": 0.9998}
{"county_geoid": "27083", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 15", "area_weight": 0.9998}
{"county_geoid": "27085", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9999}
{"county_geoid": "27085", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 17A", "area_weight": 0.7896}
{"county_geoid": "27085", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 17B", "area_weight": 0.2103}
{"county_geoid": "27085", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "27087", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "27087", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 2B", "area_weight": 1.0}
{"county_geoid": "27087", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 2", "area_weight": 1.0}
{"county_geoid": "27089", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9969}
{"county_geoid": "27089", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 1A", "area_weight": 0.9998}
{"county_geoid": "27089", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "27091", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "27091", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 22A", "area_weight": 0.8025}
{"county_geoid": "27091", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 21B", "area_weight": 0.1974}
{"county_geoid": "27091", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 22", "area_weight": 0.8025}
{"county_geoid": "27091", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 21", "area_weight": 0.1974}
{"county_geoid": "27093", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9999}
{"county_geoid": "27093", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 16A", "area_weight": 0.6375}
{"county_geoid": "27093", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 17A", "area_weight": 0.2785}
{"county_geoid": "27093", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 29A", "area_weight": 0.0839}
{"county_geoid": "27093", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 16", "area_weight": 0.6375}
{"county_geoid": "27093", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 17", "area_weight": 0.2785}
{"county_geoid": "27093", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 29", "area_weight": 0.0839}
{"county_geoid": "27095", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.9992}
{"county_geoid": "27095", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 10A", "area_weight": 0.5318}
{"county_geoid": "27095", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 10B", "area_weight": 0.3609}
{"county_geoid": "27095", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 27B", "area_weight": 0.1073}
{"county_geoid": "27095", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 10", "area_weight": 0.8927}
{"county_geoid": "27095", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 27", "area_weight": 0.1073}
{"county_geoid": "27097", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9987}
{"county_geoid": "27097", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 10A", "area_weight": 0.5204}
{"county_geoid": "27097", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 10B", "area_weight": 0.3781}
{"county_geoid": "27097", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 5B", "area_weight": 0.1015}
{"county_geoid": "27097", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 10", "area_weight": 0.8985}
{"county_geoid": "27097", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 5", "area_weight": 0.1015}
{"county_geoid": "27099", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "27099", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 23B", "area_weight": 0.8055}
{"county_geoid": "27099", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 26B", "area_weight": 0.1945}
{"county_geoid": "27099", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 23", "area_weight": 0.8055}
{"county_geoid": "27099", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 26", "area_weight": 0.1945}
{"county_geoid": "27101", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "27101", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 21", "area_weight": 1.0}
{"county_geoid": "27103", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.9976}
{"county_geoid": "27103", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 18A", "area_weight": 0.9993}
{"county_geoid": "27103", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 18", "area_weight": 0.9993}
{"county_geoid": "27105", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "27105", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 21B", "area_weight": 0.5999}
{"county_geoid": "27105", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 21", "area_weight": 1.0}
{"county_geoid": "27107", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9977}
{"county_geoid": "27107", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 1B", "area_weight": 0.9997}
{"county_geoid": "27107", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 1", "area_weight": 0.9997}
{"county_geoid": "27109", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "27109", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 20B", "area_weight": 0.5366}
{"county_geoid": "27109", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 24A", "area_weight": 0.2574}
{"county_geoid": "27109", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 25A", "area_weight": 0.1416}
{"county_geoid": "27109", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 24B", "area_weight": 0.0461}
{"county_geoid": "27109", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 25B", "area_weight": 0.0182}
{"county_geoid": "27109", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 20", "area_weight": 0.5366}
{"county_geoid": "27109", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 24", "area_weight": 0.3035}
{"county_geoid": "27109", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 25", "area_weight": 0.1598}
{"county_geoid": "27111", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "27111", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 9B", "area_weight": 0.7105}
{"county_geoid": "27111", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 9A", "area_weight": 0.2895}
{"county_geoid": "27111", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 9", "area_weight": 1.0}
{"county_geoid": "27113", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9998}
{"county_geoid": "27113", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 1A", "area_weight": 0.9997}
{"county_geoid": "27113", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "27115", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "27115", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 11B", "area_weight": 0.6921}
{"county_geoid": "27115", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 11A", "area_weight": 0.3077}
{"county_geoid": "27115", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 11", "area_weight": 0.9997}
{"county_geoid": "27117", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9996}
{"county_geoid": "27117", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "27119", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.999}
{"county_geoid": "27119", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 1B", "area_weight": 0.9997}
{"county_geoid": "27119", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "27121", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "27121", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 12A", "area_weight": 0.8495}
{"county_geoid": "27121", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 12B", "area_weight": 0.1505}
{"county_geoid": "27121", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 12", "area_weight": 1.0}
{"county_geoid": "27123", "type": "CD", "district_state": "MN", "district_label": "Congressional District 4", "area_weight": 0.9922}
{"county_geoid": "27123", "type": "CD", "district_state": "MN", "district_label": "Congressional District 5", "area_weight": 0.0058}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 40A", "area_weight": 0.137}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 36B", "area_weight": 0.1259}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 40B", "area_weight": 0.104}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 44A", "area_weight": 0.0971}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 36A", "area_weight": 0.0946}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 67B", "area_weight": 0.0709}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 66A", "area_weight": 0.0656}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 64B", "area_weight": 0.0519}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 65B", "area_weight": 0.043}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 67A", "area_weight": 0.0343}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 47A", "area_weight": 0.0338}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 64A", "area_weight": 0.0324}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 66B", "area_weight": 0.0323}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 65A", "area_weight": 0.0316}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 39B", "area_weight": 0.0259}
{"county_geoid": "27123", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 44B", "area_weight": 0.0193}
{"county_geoid": "27123", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 40", "area_weight": 0.241}
{"county_geoid": "27123", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 36", "area_weight": 0.2205}
{"county_geoid": "27123", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 44", "area_weight": 0.1164}
{"county_geoid": "27123", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 67", "area_weight": 0.1051}
{"county_geoid": "27123", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 66", "area_weight": 0.0979}
{"county_geoid": "27123", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 64", "area_weight": 0.0844}
{"county_geoid": "27123", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 65", "area_weight": 0.0746}
{"county_geoid": "27123", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 47", "area_weight": 0.0338}
{"county_geoid": "27123", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 39", "area_weight": 0.0262}
{"county_geoid": "27125", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "27125", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 1B", "area_weight": 0.9998}
{"county_geoid": "27125", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 1", "area_weight": 1.0}
{"county_geoid": "27127", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9999}
{"county_geoid": "27127", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 15B", "area_weight": 0.9997}
{"county_geoid": "27127", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 15", "area_weight": 0.9998}
{"county_geoid": "27129", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9994}
{"county_geoid": "27129", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 16A", "area_weight": 0.9998}
{"county_geoid": "27129", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 16", "area_weight": 0.9998}
{"county_geoid": "27131", "type": "CD", "district_state": "MN", "district_label": "Congressional District 2", "area_weight": 0.5634}
{"county_geoid": "27131", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.4366}
{"county_geoid": "27131", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 19A", "area_weight": 0.5589}
{"county_geoid": "27131", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 58A", "area_weight": 0.2957}
{"county_geoid": "27131", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 58B", "area_weight": 0.0752}
{"county_geoid": "27131", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 22B", "area_weight": 0.0702}
{"county_geoid": "27131", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 19", "area_weight": 0.5589}
{"county_geoid": "27131", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 58", "area_weight": 0.3709}
{"county_geoid": "27131", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 22", "area_weight": 0.0702}
{"county_geoid": "27133", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "27133", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "27135", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9992}
{"county_geoid": "27135", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 1A", "area_weight": 0.9998}
{"county_geoid": "27135", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "27137", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.9831}
{"county_geoid": "27137", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 3A", "area_weight": 0.4511}
{"county_geoid": "27137", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 7B", "area_weight": 0.2461}
{"county_geoid": "27137", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 3B", "area_weight": 0.1501}
{"county_geoid": "27137", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 7A", "area_weight": 0.0994}
{"county_geoid": "27137", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 11A", "area_weight": 0.0257}
{"county_geoid": "27137", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 8A", "area_weight": 0.0058}
{"county_geoid": "27137", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 3", "area_weight": 0.6012}
{"county_geoid": "27137", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 7", "area_weight": 0.3455}
{"county_geoid": "27137", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 11", "area_weight": 0.0257}
{"county_geoid": "27137", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 8", "area_weight": 0.0106}
{"county_geoid": "27139", "type": "CD", "district_state": "MN", "district_label": "Congressional District 2", "area_weight": 0.9925}
{"county_geoid": "27139", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 54B", "area_weight": 0.2849}
{"county_geoid": "27139", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 22B", "area_weight": 0.2318}
{"county_geoid": "27139", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 58A", "area_weight": 0.1966}
{"county_geoid": "27139", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 57A", "area_weight": 0.1619}
{"county_geoid": "27139", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 54A", "area_weight": 0.0795}
{"county_geoid": "27139", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 55A", "area_weight": 0.0446}
{"county_geoid": "27139", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 54", "area_weight": 0.3644}
{"county_geoid": "27139", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 22", "area_weight": 0.2318}
{"county_geoid": "27139", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 58", "area_weight": 0.1966}
{"county_geoid": "27139", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 57", "area_weight": 0.1619}
{"county_geoid": "27139", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 55", "area_weight": 0.0446}
{"county_geoid": "27141", "type": "CD", "district_state": "MN", "district_label": "Congressional District 6", "area_weight": 0.9999}
{"county_geoid": "27141", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 27A", "area_weight": 0.6403}
{"county_geoid": "27141", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 27B", "area_weight": 0.2398}
{"county_geoid": "27141", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 30B", "area_weight": 0.0969}
{"county_geoid": "27141", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 14B", "area_weight": 0.0227}
{"county_geoid": "27141", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 27", "area_weight": 0.8801}
{"county_geoid": "27141", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 30", "area_weight": 0.0969}
{"county_geoid": "27141", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 14", "area_weight": 0.0228}
{"county_geoid": "27143", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9975}
{"county_geoid": "27143", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 17B", "area_weight": 0.8096}
{"county_geoid": "27143", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 17A", "area_weight": 0.1902}
{"county_geoid": "27143", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "27145", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.8107}
{"county_geoid": "27145", "type": "CD", "district_state": "MN", "district_label": "Congressional District 6", "area_weight": 0.1893}
{"county_geoid": "27145", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 13A", "area_weight": 0.4053}
{"county_geoid": "27145", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 12A", "area_weight": 0.313}
{"county_geoid": "27145", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 12B", "area_weight": 0.117}
{"county_geoid": "27145", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 13B", "area_weight": 0.1082}
{"county_geoid": "27145", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 14A", "area_weight": 0.0491}
{"county_geoid": "27145", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 14B", "area_weight": 0.0072}
{"county_geoid": "27145", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 13", "area_weight": 0.5135}
{"county_geoid": "27145", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 12", "area_weight": 0.43}
{"county_geoid": "27145", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 14", "area_weight": 0.0563}
{"county_geoid": "27147", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "27147", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 19B", "area_weight": 0.4995}
{"county_geoid": "27147", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 23A", "area_weight": 0.4168}
{"county_geoid": "27147", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 23B", "area_weight": 0.0836}
{"county_geoid": "27147", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 23", "area_weight": 0.5004}
{"county_geoid": "27147", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 19", "area_weight": 0.4995}
{"county_geoid": "27149", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "27149", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 12A", "area_weight": 1.0}
{"county_geoid": "27149", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 12", "area_weight": 1.0}
{"county_geoid": "27151", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "27151", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 12A", "area_weight": 0.9999}
{"county_geoid": "27151", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "27153", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9995}
{"county_geoid": "27153", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 5B", "area_weight": 0.9998}
{"county_geoid": "27153", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 5", "area_weight": 0.9998}
{"county_geoid": "27155", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9996}
{"county_geoid": "27155", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 9A", "area_weight": 0.9997}
{"county_geoid": "27155", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 9", "area_weight": 0.9997}
{"county_geoid": "27157", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "27157", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 20B", "area_weight": 0.5582}
{"county_geoid": "27157", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 20A", "area_weight": 0.4417}
{"county_geoid": "27157", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 20", "area_weight": 0.9999}
{"county_geoid": "27159", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9987}
{"county_geoid": "27159", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 5A", "area_weight": 0.529}
{"county_geoid": "27159", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 5B", "area_weight": 0.4709}
{"county_geoid": "27159", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "27161", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "27161", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 23A", "area_weight": 0.5004}
{"county_geoid": "27161", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 19A", "area_weight": 0.3332}
{"county_geoid": "27161", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 19B", "area_weight": 0.1663}
{"county_geoid": "27161", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 23", "area_weight": 0.5004}
{"county_geoid": "27161", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 19", "area_weight": 0.4995}
{"county_geoid": "27163", "type": "CD", "district_state": "MN", "district_label": "Congressional District 8", "area_weight": 0.3979}
{"county_geoid": "27163", "type": "CD", "district_state": "MN", "district_label": "Congressional District 4", "area_weight": 0.3888}
{"county_geoid": "27163", "type": "CD", "district_state": "MN", "district_label": "Congressional District 2", "area_weight": 0.2119}
{"county_geoid": "27163", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 33B", "area_weight": 0.2926}
{"county_geoid": "27163", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 41A", "area_weight": 0.2647}
{"county_geoid": "27163", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 33A", "area_weight": 0.1846}
{"county_geoid": "27163", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 41B", "area_weight": 0.1123}
{"county_geoid": "27163", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 47B", "area_weight": 0.0557}
{"county_geoid": "27163", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 53B", "area_weight": 0.0313}
{"county_geoid": "27163", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 44B", "area_weight": 0.0291}
{"county_geoid": "27163", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 47A", "area_weight": 0.0285}
{"county_geoid": "27163", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 33", "area_weight": 0.4772}
{"county_geoid": "27163", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 41", "area_weight": 0.377}
{"county_geoid": "27163", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 47", "area_weight": 0.0841}
{"county_geoid": "27163", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 53", "area_weight": 0.0313}
{"county_geoid": "27163", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 44", "area_weight": 0.0291}
{"county_geoid": "27165", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "27165", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 22A", "area_weight": 0.5097}
{"county_geoid": "27165", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 21B", "area_weight": 0.4903}
{"county_geoid": "27165", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 22", "area_weight": 0.5097}
{"county_geoid": "27165", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 21", "area_weight": 0.4903}
{"county_geoid": "27167", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 0.9975}
{"county_geoid": "27167", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 9A", "area_weight": 0.9992}
{"county_geoid": "27167", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 9", "area_weight": 0.9992}
{"county_geoid": "27169", "type": "CD", "district_state": "MN", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "27169", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 26A", "area_weight": 0.6655}
{"county_geoid": "27169", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 20B", "area_weight": 0.3343}
{"county_geoid": "27169", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 26", "area_weight": 0.6655}
{"county_geoid": "27169", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 20", "area_weight": 0.3343}
{"county_geoid": "27171", "type": "CD", "district_state": "MN", "district_label": "Congressional District 6", "area_weight": 0.9986}
{"county_geoid": "27171", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 29A", "area_weight": 0.5169}
{"county_geoid": "27171", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 29B", "area_weight": 0.2293}
{"county_geoid": "27171", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 30A", "area_weight": 0.1376}
{"county_geoid": "27171", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 17A", "area_weight": 0.0996}
{"county_geoid": "27171", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 30B", "area_weight": 0.0162}
{"county_geoid": "27171", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 29", "area_weight": 0.7462}
{"county_geoid": "27171", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 30", "area_weight": 0.1538}
{"county_geoid": "27171", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 17", "area_weight": 0.0997}
{"county_geoid": "27173", "type": "CD", "district_state": "MN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "27173", "type": "SH", "district_state": "MN", "district_label": "MN State House of Representatives District 15A", "area_weight": 0.9998}
{"county_geoid": "27173", "type": "SS", "district_state": "MN", "district_label": "MN State Senate District 15", "area_weight": 0.9999}
{"county_geoid": "28001", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9959}
{"county_geoid": "28001", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 94", "area_weight": 0.4345}
{"county_geoid": "28001", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 96", "area_weight": 0.3132}
{"county_geoid": "28001", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 97", "area_weight": 0.2517}
{"county_geoid": "28001", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 37", "area_weight": 0.6178}
{"county_geoid": "28001", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 38", "area_weight": 0.3815}
{"county_geoid": "28003", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "28003", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 2", "area_weight": 0.5395}
{"county_geoid": "28003", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 1", "area_weight": 0.2023}
{"county_geoid": "28003", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 4", "area_weight": 0.1606}
{"county_geoid": "28003", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 3", "area_weight": 0.0975}
{"county_geoid": "28003", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 4", "area_weight": 0.9999}
{"county_geoid": "28005", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "28005", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 96", "area_weight": 0.6527}
{"county_geoid": "28005", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 97", "area_weight": 0.347}
{"county_geoid": "28005", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 38", "area_weight": 0.6054}
{"county_geoid": "28005", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 39", "area_weight": 0.3944}
{"county_geoid": "28007", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "28007", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 48", "area_weight": 0.7839}
{"county_geoid": "28007", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 27", "area_weight": 0.1367}
{"county_geoid": "28007", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 47", "area_weight": 0.0793}
{"county_geoid": "28007", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 14", "area_weight": 0.6406}
{"county_geoid": "28007", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 21", "area_weight": 0.3593}
{"county_geoid": "28009", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "28009", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 13", "area_weight": 0.7932}
{"county_geoid": "28009", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 5", "area_weight": 0.2065}
{"county_geoid": "28009", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 3", "area_weight": 0.9997}
{"county_geoid": "28011", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9983}
{"county_geoid": "28011", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 29", "area_weight": 0.6493}
{"county_geoid": "28011", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 50", "area_weight": 0.2052}
{"county_geoid": "28011", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 26", "area_weight": 0.0872}
{"county_geoid": "28011", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 31", "area_weight": 0.0578}
{"county_geoid": "28011", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 12", "area_weight": 0.7413}
{"county_geoid": "28011", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 13", "area_weight": 0.2582}
{"county_geoid": "28013", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 0.9994}
{"county_geoid": "28013", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 23", "area_weight": 0.9999}
{"county_geoid": "28013", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 8", "area_weight": 0.9998}
{"county_geoid": "28015", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "28015", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 46", "area_weight": 0.8274}
{"county_geoid": "28015", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 48", "area_weight": 0.1334}
{"county_geoid": "28015", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 34", "area_weight": 0.0391}
{"county_geoid": "28015", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 14", "area_weight": 0.9999}
{"county_geoid": "28017", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "28017", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 22", "area_weight": 0.7699}
{"county_geoid": "28017", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 16", "area_weight": 0.1567}
{"county_geoid": "28017", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 36", "area_weight": 0.0733}
{"county_geoid": "28017", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "28019", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 0.999}
{"county_geoid": "28019", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 35", "area_weight": 0.9998}
{"county_geoid": "28019", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 15", "area_weight": 0.9999}
{"county_geoid": "28021", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "28021", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 85", "area_weight": 0.9993}
{"county_geoid": "28021", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 37", "area_weight": 0.9995}
{"county_geoid": "28023", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "28023", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 84", "area_weight": 0.6685}
{"county_geoid": "28023", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 80", "area_weight": 0.2236}
{"county_geoid": "28023", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 81", "area_weight": 0.1077}
{"county_geoid": "28023", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 33", "area_weight": 0.9997}
{"county_geoid": "28025", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 0.9994}
{"county_geoid": "28025", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 36", "area_weight": 0.944}
{"county_geoid": "28025", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 37", "area_weight": 0.0414}
{"county_geoid": "28025", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 38", "area_weight": 0.0145}
{"county_geoid": "28025", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 16", "area_weight": 0.9994}
{"county_geoid": "28027", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9972}
{"county_geoid": "28027", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 26", "area_weight": 0.7346}
{"county_geoid": "28027", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 9", "area_weight": 0.2649}
{"county_geoid": "28027", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 12", "area_weight": 0.7499}
{"county_geoid": "28027", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 11", "area_weight": 0.2496}
{"county_geoid": "28029", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9966}
{"county_geoid": "28029", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 76", "area_weight": 0.654}
{"county_geoid": "28029", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 92", "area_weight": 0.2928}
{"county_geoid": "28029", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 62", "area_weight": 0.053}
{"county_geoid": "28029", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 37", "area_weight": 0.6266}
{"county_geoid": "28029", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 35", "area_weight": 0.3732}
{"county_geoid": "28031", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "28031", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 90", "area_weight": 0.8742}
{"county_geoid": "28031", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 91", "area_weight": 0.1257}
{"county_geoid": "28031", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 41", "area_weight": 0.9996}
{"county_geoid": "28033", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 0.9992}
{"county_geoid": "28033", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 25", "area_weight": 0.2365}
{"county_geoid": "28033", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 28", "area_weight": 0.2245}
{"county_geoid": "28033", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 9", "area_weight": 0.1444}
{"county_geoid": "28033", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 6", "area_weight": 0.1138}
{"county_geoid": "28033", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 24", "area_weight": 0.1131}
{"county_geoid": "28033", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 52", "area_weight": 0.0588}
{"county_geoid": "28033", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 7", "area_weight": 0.0425}
{"county_geoid": "28033", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 20", "area_weight": 0.0355}
{"county_geoid": "28033", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 40", "area_weight": 0.0301}
{"county_geoid": "28033", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 1", "area_weight": 0.3834}
{"county_geoid": "28033", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 19", "area_weight": 0.3253}
{"county_geoid": "28033", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 11", "area_weight": 0.185}
{"county_geoid": "28033", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 2", "area_weight": 0.1055}
{"county_geoid": "28035", "type": "CD", "district_state": "MS", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "28035", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 104", "area_weight": 0.724}
{"county_geoid": "28035", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 103", "area_weight": 0.1115}
{"county_geoid": "28035", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 87", "area_weight": 0.0597}
{"county_geoid": "28035", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 90", "area_weight": 0.0592}
{"county_geoid": "28035", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 102", "area_weight": 0.0451}
{"county_geoid": "28035", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 45", "area_weight": 0.8114}
{"county_geoid": "28035", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 42", "area_weight": 0.1028}
{"county_geoid": "28035", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 34", "area_weight": 0.0857}
{"county_geoid": "28037", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "28037", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 85", "area_weight": 0.4239}
{"county_geoid": "28037", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 53", "area_weight": 0.2507}
{"county_geoid": "28037", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 97", "area_weight": 0.166}
{"county_geoid": "28037", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 94", "area_weight": 0.1593}
{"county_geoid": "28037", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 37", "area_weight": 0.7492}
{"county_geoid": "28037", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 39", "area_weight": 0.2508}
{"county_geoid": "28039", "type": "CD", "district_state": "MS", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "28039", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 107", "area_weight": 0.6901}
{"county_geoid": "28039", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 109", "area_weight": 0.1779}
{"county_geoid": "28039", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 105", "area_weight": 0.132}
{"county_geoid": "28039", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 43", "area_weight": 0.9999}
{"county_geoid": "28041", "type": "CD", "district_state": "MS", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "28041", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 105", "area_weight": 0.8248}
{"county_geoid": "28041", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 86", "area_weight": 0.175}
{"county_geoid": "28041", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 43", "area_weight": 0.8541}
{"county_geoid": "28041", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 42", "area_weight": 0.1457}
{"county_geoid": "28043", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "28043", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 34", "area_weight": 0.7928}
{"county_geoid": "28043", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 30", "area_weight": 0.1885}
{"county_geoid": "28043", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 46", "area_weight": 0.0187}
{"county_geoid": "28043", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 14", "area_weight": 0.9998}
{"county_geoid": "28045", "type": "CD", "district_state": "MS", "district_label": "Congressional District 4", "area_weight": 0.8778}
{"county_geoid": "28045", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 122", "area_weight": 0.5372}
{"county_geoid": "28045", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 93", "area_weight": 0.2293}
{"county_geoid": "28045", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 95", "area_weight": 0.107}
{"county_geoid": "28045", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 46", "area_weight": 0.8607}
{"county_geoid": "28045", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 48", "area_weight": 0.0127}
{"county_geoid": "28047", "type": "CD", "district_state": "MS", "district_label": "Congressional District 4", "area_weight": 0.6188}
{"county_geoid": "28047", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 116", "area_weight": 0.2189}
{"county_geoid": "28047", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 121", "area_weight": 0.102}
{"county_geoid": "28047", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 33", "area_weight": 0.1012}
{"county_geoid": "28047", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 95", "area_weight": 0.0784}
{"county_geoid": "28047", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 120", "area_weight": 0.0244}
{"county_geoid": "28047", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 119", "area_weight": 0.0222}
{"county_geoid": "28047", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 118", "area_weight": 0.0197}
{"county_geoid": "28047", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 115", "area_weight": 0.017}
{"county_geoid": "28047", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 117", "area_weight": 0.0146}
{"county_geoid": "28047", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 47", "area_weight": 0.22}
{"county_geoid": "28047", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 46", "area_weight": 0.1899}
{"county_geoid": "28047", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 48", "area_weight": 0.0765}
{"county_geoid": "28047", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 50", "area_weight": 0.07}
{"county_geoid": "28047", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 49", "area_weight": 0.0419}
{"county_geoid": "28049", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9814}
{"county_geoid": "28049", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.0186}
{"county_geoid": "28049", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 63", "area_weight": 0.5547}
{"county_geoid": "28049", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 66", "area_weight": 0.1821}
{"county_geoid": "28049", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 70", "area_weight": 0.061}
{"county_geoid": "28049", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 56", "area_weight": 0.0597}
{"county_geoid": "28049", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 71", "area_weight": 0.0369}
{"county_geoid": "28049", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 76", "area_weight": 0.0322}
{"county_geoid": "28049", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 69", "area_weight": 0.0173}
{"county_geoid": "28049", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 64", "area_weight": 0.0154}
{"county_geoid": "28049", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 67", "area_weight": 0.0143}
{"county_geoid": "28049", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 72", "area_weight": 0.0102}
{"county_geoid": "28049", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 65", "area_weight": 0.0083}
{"county_geoid": "28049", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 68", "area_weight": 0.0074}
{"county_geoid": "28049", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 26", "area_weight": 0.3633}
{"county_geoid": "28049", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 29", "area_weight": 0.2385}
{"county_geoid": "28049", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 27", "area_weight": 0.2061}
{"county_geoid": "28049", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 37", "area_weight": 0.1181}
{"county_geoid": "28049", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 28", "area_weight": 0.063}
{"county_geoid": "28049", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 25", "area_weight": 0.0106}
{"county_geoid": "28051", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "28051", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 47", "area_weight": 0.681}
{"county_geoid": "28051", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 51", "area_weight": 0.2053}
{"county_geoid": "28051", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 48", "area_weight": 0.1137}
{"county_geoid": "28051", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "28053", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "28053", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 51", "area_weight": 0.9997}
{"county_geoid": "28053", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 22", "area_weight": 0.9994}
{"county_geoid": "28055", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9994}
{"county_geoid": "28055", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 54", "area_weight": 0.7898}
{"county_geoid": "28055", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 50", "area_weight": 0.2094}
{"county_geoid": "28055", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 23", "area_weight": 0.9992}
{"county_geoid": "28057", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "28057", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 21", "area_weight": 0.8424}
{"county_geoid": "28057", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 19", "area_weight": 0.1574}
{"county_geoid": "28057", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 5", "area_weight": 0.6482}
{"county_geoid": "28057", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 7", "area_weight": 0.3518}
{"county_geoid": "28059", "type": "CD", "district_state": "MS", "district_label": "Congressional District 4", "area_weight": 0.7378}
{"county_geoid": "28059", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 109", "area_weight": 0.3028}
{"county_geoid": "28059", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 114", "area_weight": 0.1423}
{"county_geoid": "28059", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 111", "area_weight": 0.1231}
{"county_geoid": "28059", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 112", "area_weight": 0.1047}
{"county_geoid": "28059", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 110", "area_weight": 0.0226}
{"county_geoid": "28059", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 113", "area_weight": 0.02}
{"county_geoid": "28059", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 51", "area_weight": 0.3376}
{"county_geoid": "28059", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 47", "area_weight": 0.2985}
{"county_geoid": "28059", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 52", "area_weight": 0.0793}
{"county_geoid": "28061", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "28061", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 84", "area_weight": 0.6797}
{"county_geoid": "28061", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 80", "area_weight": 0.2316}
{"county_geoid": "28061", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 79", "area_weight": 0.0887}
{"county_geoid": "28061", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 34", "area_weight": 0.9998}
{"county_geoid": "28063", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9965}
{"county_geoid": "28063", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 85", "area_weight": 0.5588}
{"county_geoid": "28063", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 94", "area_weight": 0.4409}
{"county_geoid": "28063", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 37", "area_weight": 0.9996}
{"county_geoid": "28065", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "28065", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 91", "area_weight": 0.8895}
{"county_geoid": "28065", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 90", "area_weight": 0.1104}
{"county_geoid": "28065", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 35", "area_weight": 0.9997}
{"county_geoid": "28067", "type": "CD", "district_state": "MS", "district_label": "Congressional District 4", "area_weight": 0.9003}
{"county_geoid": "28067", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.0997}
{"county_geoid": "28067", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 88", "area_weight": 0.6337}
{"county_geoid": "28067", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 89", "area_weight": 0.2153}
{"county_geoid": "28067", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 80", "area_weight": 0.0762}
{"county_geoid": "28067", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 90", "area_weight": 0.0748}
{"county_geoid": "28067", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 42", "area_weight": 0.7237}
{"county_geoid": "28067", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 34", "area_weight": 0.2762}
{"county_geoid": "28069", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "28069", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 45", "area_weight": 0.6432}
{"county_geoid": "28069", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 42", "area_weight": 0.2459}
{"county_geoid": "28069", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 83", "area_weight": 0.1107}
{"county_geoid": "28069", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 32", "area_weight": 0.9998}
{"county_geoid": "28071", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "28071", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 13", "area_weight": 0.3001}
{"county_geoid": "28071", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 23", "area_weight": 0.2535}
{"county_geoid": "28071", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 10", "area_weight": 0.187}
{"county_geoid": "28071", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 34", "area_weight": 0.0757}
{"county_geoid": "28071", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 12", "area_weight": 0.0727}
{"county_geoid": "28071", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 8", "area_weight": 0.0644}
{"county_geoid": "28071", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 5", "area_weight": 0.0465}
{"county_geoid": "28071", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 9", "area_weight": 0.6079}
{"county_geoid": "28071", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 10", "area_weight": 0.2019}
{"county_geoid": "28071", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 8", "area_weight": 0.1902}
{"county_geoid": "28073", "type": "CD", "district_state": "MS", "district_label": "Congressional District 4", "area_weight": 0.9997}
{"county_geoid": "28073", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 87", "area_weight": 0.3702}
{"county_geoid": "28073", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 99", "area_weight": 0.3062}
{"county_geoid": "28073", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 100", "area_weight": 0.1808}
{"county_geoid": "28073", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 106", "area_weight": 0.0756}
{"county_geoid": "28073", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 101", "area_weight": 0.0661}
{"county_geoid": "28073", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 44", "area_weight": 0.7853}
{"county_geoid": "28073", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 41", "area_weight": 0.2146}
{"county_geoid": "28075", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "28075", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 81", "area_weight": 0.5256}
{"county_geoid": "28075", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 83", "area_weight": 0.2435}
{"county_geoid": "28075", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 45", "area_weight": 0.1849}
{"county_geoid": "28075", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 82", "area_weight": 0.0459}
{"county_geoid": "28075", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 33", "area_weight": 0.7217}
{"county_geoid": "28075", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 32", "area_weight": 0.2068}
{"county_geoid": "28075", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 31", "area_weight": 0.0714}
{"county_geoid": "28077", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.999}
{"county_geoid": "28077", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 91", "area_weight": 0.5602}
{"county_geoid": "28077", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 53", "area_weight": 0.2623}
{"county_geoid": "28077", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 92", "area_weight": 0.0962}
{"county_geoid": "28077", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 99", "area_weight": 0.0812}
{"county_geoid": "28077", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 35", "area_weight": 0.5989}
{"county_geoid": "28077", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 39", "area_weight": 0.401}
{"county_geoid": "28079", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9993}
{"county_geoid": "28079", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 27", "area_weight": 0.4833}
{"county_geoid": "28079", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 48", "area_weight": 0.3865}
{"county_geoid": "28079", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 78", "area_weight": 0.0977}
{"county_geoid": "28079", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 44", "area_weight": 0.0325}
{"county_geoid": "28079", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 18", "area_weight": 0.8513}
{"county_geoid": "28079", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 21", "area_weight": 0.1486}
{"county_geoid": "28081", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "28081", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 19", "area_weight": 0.4103}
{"county_geoid": "28081", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 18", "area_weight": 0.297}
{"county_geoid": "28081", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 16", "area_weight": 0.1512}
{"county_geoid": "28081", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 17", "area_weight": 0.1415}
{"county_geoid": "28081", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 6", "area_weight": 0.6847}
{"county_geoid": "28081", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 7", "area_weight": 0.3152}
{"county_geoid": "28083", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "28083", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 32", "area_weight": 0.592}
{"county_geoid": "28083", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 51", "area_weight": 0.2436}
{"county_geoid": "28083", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 46", "area_weight": 0.1642}
{"county_geoid": "28083", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 24", "area_weight": 0.9613}
{"county_geoid": "28083", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 14", "area_weight": 0.0385}
{"county_geoid": "28085", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9994}
{"county_geoid": "28085", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 92", "area_weight": 0.5893}
{"county_geoid": "28085", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 53", "area_weight": 0.4107}
{"county_geoid": "28085", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 39", "area_weight": 0.9999}
{"county_geoid": "28087", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "28087", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 37", "area_weight": 0.4653}
{"county_geoid": "28087", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 42", "area_weight": 0.2741}
{"county_geoid": "28087", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 39", "area_weight": 0.1513}
{"county_geoid": "28087", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 41", "area_weight": 0.072}
{"county_geoid": "28087", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 38", "area_weight": 0.037}
{"county_geoid": "28087", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 17", "area_weight": 0.9426}
{"county_geoid": "28087", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 16", "area_weight": 0.0573}
{"county_geoid": "28089", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.703}
{"county_geoid": "28089", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.297}
{"county_geoid": "28089", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 27", "area_weight": 0.3597}
{"county_geoid": "28089", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 57", "area_weight": 0.2914}
{"county_geoid": "28089", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 75", "area_weight": 0.1163}
{"county_geoid": "28089", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 56", "area_weight": 0.0991}
{"county_geoid": "28089", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 73", "area_weight": 0.0668}
{"county_geoid": "28089", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 58", "area_weight": 0.0515}
{"county_geoid": "28089", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 72", "area_weight": 0.0084}
{"county_geoid": "28089", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 64", "area_weight": 0.0064}
{"county_geoid": "28089", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 21", "area_weight": 0.6005}
{"county_geoid": "28089", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 22", "area_weight": 0.1897}
{"county_geoid": "28089", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 23", "area_weight": 0.0874}
{"county_geoid": "28089", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 26", "area_weight": 0.0665}
{"county_geoid": "28089", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 25", "area_weight": 0.0558}
{"county_geoid": "28091", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "28091", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 100", "area_weight": 0.5669}
{"county_geoid": "28091", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 99", "area_weight": 0.433}
{"county_geoid": "28091", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 41", "area_weight": 0.9998}
{"county_geoid": "28093", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "28093", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 5", "area_weight": 0.6482}
{"county_geoid": "28093", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 52", "area_weight": 0.2153}
{"county_geoid": "28093", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 13", "area_weight": 0.1364}
{"county_geoid": "28093", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 10", "area_weight": 0.8599}
{"county_geoid": "28093", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 3", "area_weight": 0.1401}
{"county_geoid": "28095", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "28095", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 39", "area_weight": 0.2505}
{"county_geoid": "28095", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 36", "area_weight": 0.2298}
{"county_geoid": "28095", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 22", "area_weight": 0.1753}
{"county_geoid": "28095", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 21", "area_weight": 0.1563}
{"county_geoid": "28095", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 37", "area_weight": 0.1331}
{"county_geoid": "28095", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 16", "area_weight": 0.0548}
{"county_geoid": "28095", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 7", "area_weight": 0.6661}
{"county_geoid": "28095", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 17", "area_weight": 0.3336}
{"county_geoid": "28097", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9988}
{"county_geoid": "28097", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 46", "area_weight": 0.9998}
{"county_geoid": "28097", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 14", "area_weight": 0.5519}
{"county_geoid": "28097", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 15", "area_weight": 0.4481}
{"county_geoid": "28099", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "28099", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 44", "area_weight": 0.823}
{"county_geoid": "28099", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 45", "area_weight": 0.1769}
{"county_geoid": "28099", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 18", "area_weight": 1.0}
{"county_geoid": "28101", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "28101", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 78", "area_weight": 0.5853}
{"county_geoid": "28101", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 84", "area_weight": 0.1794}
{"county_geoid": "28101", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 81", "area_weight": 0.1518}
{"county_geoid": "28101", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 83", "area_weight": 0.0836}
{"county_geoid": "28101", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "28103", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "28103", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 42", "area_weight": 0.9999}
{"county_geoid": "28103", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 32", "area_weight": 0.5372}
{"county_geoid": "28103", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 16", "area_weight": 0.4628}
{"county_geoid": "28105", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.7484}
{"county_geoid": "28105", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 0.2516}
{"county_geoid": "28105", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 38", "area_weight": 0.4949}
{"county_geoid": "28105", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 35", "area_weight": 0.2453}
{"county_geoid": "28105", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 43", "area_weight": 0.1713}
{"county_geoid": "28105", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 36", "area_weight": 0.0872}
{"county_geoid": "28105", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 15", "area_weight": 0.5124}
{"county_geoid": "28105", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 16", "area_weight": 0.4048}
{"county_geoid": "28105", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 17", "area_weight": 0.0828}
{"county_geoid": "28107", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9995}
{"county_geoid": "28107", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 11", "area_weight": 0.6811}
{"county_geoid": "28107", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 10", "area_weight": 0.3185}
{"county_geoid": "28107", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 24", "area_weight": 0.8343}
{"county_geoid": "28107", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 9", "area_weight": 0.1656}
{"county_geoid": "28109", "type": "CD", "district_state": "MS", "district_label": "Congressional District 4", "area_weight": 0.9969}
{"county_geoid": "28109", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 106", "area_weight": 0.6008}
{"county_geoid": "28109", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 93", "area_weight": 0.2326}
{"county_geoid": "28109", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 108", "area_weight": 0.1648}
{"county_geoid": "28109", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 40", "area_weight": 0.9981}
{"county_geoid": "28111", "type": "CD", "district_state": "MS", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "28111", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 105", "area_weight": 0.8808}
{"county_geoid": "28111", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 86", "area_weight": 0.119}
{"county_geoid": "28111", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 45", "area_weight": 0.9997}
{"county_geoid": "28113", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "28113", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 98", "area_weight": 0.4981}
{"county_geoid": "28113", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 96", "area_weight": 0.202}
{"county_geoid": "28113", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 97", "area_weight": 0.1781}
{"county_geoid": "28113", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 53", "area_weight": 0.1218}
{"county_geoid": "28113", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 38", "area_weight": 0.6217}
{"county_geoid": "28113", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 39", "area_weight": 0.3783}
{"county_geoid": "28115", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "28115", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 15", "area_weight": 0.5228}
{"county_geoid": "28115", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 22", "area_weight": 0.1863}
{"county_geoid": "28115", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 23", "area_weight": 0.1618}
{"county_geoid": "28115", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 13", "area_weight": 0.129}
{"county_geoid": "28115", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 8", "area_weight": 0.6103}
{"county_geoid": "28115", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 3", "area_weight": 0.3896}
{"county_geoid": "28117", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "28117", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 3", "area_weight": 0.8048}
{"county_geoid": "28117", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 18", "area_weight": 0.1951}
{"county_geoid": "28117", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 5", "area_weight": 0.8048}
{"county_geoid": "28117", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 3", "area_weight": 0.1951}
{"county_geoid": "28119", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "28119", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 9", "area_weight": 0.9999}
{"county_geoid": "28119", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 11", "area_weight": 0.9999}
{"county_geoid": "28121", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9971}
{"county_geoid": "28121", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 75", "area_weight": 0.2428}
{"county_geoid": "28121", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 77", "area_weight": 0.2008}
{"county_geoid": "28121", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 60", "area_weight": 0.1492}
{"county_geoid": "28121", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 62", "area_weight": 0.1485}
{"county_geoid": "28121", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 74", "area_weight": 0.092}
{"county_geoid": "28121", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 59", "area_weight": 0.0497}
{"county_geoid": "28121", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 68", "area_weight": 0.046}
{"county_geoid": "28121", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 79", "area_weight": 0.0365}
{"county_geoid": "28121", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 61", "area_weight": 0.0343}
{"county_geoid": "28121", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 36", "area_weight": 0.6236}
{"county_geoid": "28121", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 20", "area_weight": 0.2288}
{"county_geoid": "28121", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 30", "area_weight": 0.0909}
{"county_geoid": "28121", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 31", "area_weight": 0.0565}
{"county_geoid": "28123", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "28123", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 78", "area_weight": 0.3624}
{"county_geoid": "28123", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 75", "area_weight": 0.2772}
{"county_geoid": "28123", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 79", "area_weight": 0.207}
{"county_geoid": "28123", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 27", "area_weight": 0.1534}
{"county_geoid": "28123", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "28125", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "28125", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 51", "area_weight": 0.9996}
{"county_geoid": "28125", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 22", "area_weight": 0.9995}
{"county_geoid": "28127", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9981}
{"county_geoid": "28127", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 77", "area_weight": 0.675}
{"county_geoid": "28127", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 91", "area_weight": 0.2525}
{"county_geoid": "28127", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 90", "area_weight": 0.0587}
{"county_geoid": "28127", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 62", "area_weight": 0.0136}
{"county_geoid": "28127", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 35", "area_weight": 0.9999}
{"county_geoid": "28129", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "28129", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 79", "area_weight": 0.9999}
{"county_geoid": "28129", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 36", "area_weight": 0.9999}
{"county_geoid": "28131", "type": "CD", "district_state": "MS", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "28131", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 107", "area_weight": 0.5544}
{"county_geoid": "28131", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 93", "area_weight": 0.4455}
{"county_geoid": "28131", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 47", "area_weight": 0.7433}
{"county_geoid": "28131", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 40", "area_weight": 0.2566}
{"county_geoid": "28133", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "28133", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 31", "area_weight": 0.7544}
{"county_geoid": "28133", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 30", "area_weight": 0.1133}
{"county_geoid": "28133", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 26", "area_weight": 0.1072}
{"county_geoid": "28133", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 29", "area_weight": 0.025}
{"county_geoid": "28133", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 13", "area_weight": 0.9998}
{"county_geoid": "28135", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "28135", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 30", "area_weight": 0.9996}
{"county_geoid": "28135", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 24", "area_weight": 0.8984}
{"county_geoid": "28135", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 13", "area_weight": 0.1013}
{"county_geoid": "28137", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 0.9986}
{"county_geoid": "28137", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 8", "area_weight": 0.798}
{"county_geoid": "28137", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 9", "area_weight": 0.1703}
{"county_geoid": "28137", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 11", "area_weight": 0.0312}
{"county_geoid": "28137", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 10", "area_weight": 0.6687}
{"county_geoid": "28137", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 11", "area_weight": 0.3307}
{"county_geoid": "28139", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "28139", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 4", "area_weight": 0.9996}
{"county_geoid": "28139", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 4", "area_weight": 0.9997}
{"county_geoid": "28141", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "28141", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 1", "area_weight": 0.861}
{"county_geoid": "28141", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 3", "area_weight": 0.1385}
{"county_geoid": "28141", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 5", "area_weight": 0.9995}
{"county_geoid": "28143", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9948}
{"county_geoid": "28143", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 9", "area_weight": 0.9993}
{"county_geoid": "28143", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 11", "area_weight": 0.9993}
{"county_geoid": "28145", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "28145", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 14", "area_weight": 0.7631}
{"county_geoid": "28145", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 13", "area_weight": 0.2367}
{"county_geoid": "28145", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 3", "area_weight": 0.7051}
{"county_geoid": "28145", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 10", "area_weight": 0.2948}
{"county_geoid": "28147", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "28147", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 99", "area_weight": 0.7881}
{"county_geoid": "28147", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 98", "area_weight": 0.2118}
{"county_geoid": "28147", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 41", "area_weight": 0.6027}
{"county_geoid": "28147", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 38", "area_weight": 0.3971}
{"county_geoid": "28149", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9955}
{"county_geoid": "28149", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 54", "area_weight": 0.5389}
{"county_geoid": "28149", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 85", "area_weight": 0.2665}
{"county_geoid": "28149", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 55", "area_weight": 0.1938}
{"county_geoid": "28149", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 23", "area_weight": 0.999}
{"county_geoid": "28151", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9963}
{"county_geoid": "28151", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 50", "area_weight": 0.8149}
{"county_geoid": "28151", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 49", "area_weight": 0.1844}
{"county_geoid": "28151", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 12", "area_weight": 0.9993}
{"county_geoid": "28153", "type": "CD", "district_state": "MS", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "28153", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 86", "area_weight": 0.9997}
{"county_geoid": "28153", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 43", "area_weight": 0.9016}
{"county_geoid": "28153", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 42", "area_weight": 0.0983}
{"county_geoid": "28155", "type": "CD", "district_state": "MS", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "28155", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 23", "area_weight": 0.3906}
{"county_geoid": "28155", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 35", "area_weight": 0.3233}
{"county_geoid": "28155", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 46", "area_weight": 0.2861}
{"county_geoid": "28155", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 15", "area_weight": 0.9999}
{"county_geoid": "28157", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "28157", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 96", "area_weight": 0.9995}
{"county_geoid": "28157", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 38", "area_weight": 0.9996}
{"county_geoid": "28159", "type": "CD", "district_state": "MS", "district_label": "Congressional District 3", "area_weight": 0.9997}
{"county_geoid": "28159", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 42", "area_weight": 0.4303}
{"county_geoid": "28159", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 35", "area_weight": 0.3975}
{"county_geoid": "28159", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 45", "area_weight": 0.1721}
{"county_geoid": "28159", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 18", "area_weight": 0.5708}
{"county_geoid": "28159", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 32", "area_weight": 0.429}
{"county_geoid": "28161", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "28161", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 34", "area_weight": 0.9998}
{"county_geoid": "28161", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 8", "area_weight": 0.9998}
{"county_geoid": "28163", "type": "CD", "district_state": "MS", "district_label": "Congressional District 2", "area_weight": 0.9995}
{"county_geoid": "28163", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 54", "area_weight": 0.5264}
{"county_geoid": "28163", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 47", "area_weight": 0.2881}
{"county_geoid": "28163", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 51", "area_weight": 0.1557}
{"county_geoid": "28163", "type": "SH", "district_state": "MS", "district_label": "MS State House of Representatives District 57", "area_weight": 0.0297}
{"county_geoid": "28163", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 23", "area_weight": 0.5406}
{"county_geoid": "28163", "type": "SS", "district_state": "MS", "district_label": "MS State Senate District 22", "area_weight": 0.4592}
{"county_geoid": "29001", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29001", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 3", "area_weight": 0.7118}
{"county_geoid": "29001", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 4", "area_weight": 0.2881}
{"county_geoid": "29001", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "29003", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9998}
{"county_geoid": "29003", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 9", "area_weight": 0.9994}
{"county_geoid": "29003", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.9998}
{"county_geoid": "29005", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9997}
{"county_geoid": "29005", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 1", "area_weight": 0.9997}
{"county_geoid": "29005", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.9997}
{"county_geoid": "29007", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9998}
{"county_geoid": "29007", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 43", "area_weight": 0.9999}
{"county_geoid": "29007", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "29009", "type": "CD", "district_state": "MO", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "29009", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 158", "area_weight": 0.9999}
{"county_geoid": "29009", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 29", "area_weight": 1.0}
{"county_geoid": "29011", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.9995}
{"county_geoid": "29011", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 127", "area_weight": 0.9999}
{"county_geoid": "29011", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 20", "area_weight": 0.9997}
{"county_geoid": "29013", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "29013", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 125", "area_weight": 0.6313}
{"county_geoid": "29013", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 62", "area_weight": 0.3686}
{"county_geoid": "29013", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 31", "area_weight": 0.9998}
{"county_geoid": "29015", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "29015", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 57", "area_weight": 0.8342}
{"county_geoid": "29015", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 126", "area_weight": 0.1657}
{"county_geoid": "29015", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 28", "area_weight": 1.0}
{"county_geoid": "29017", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "29017", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 151", "area_weight": 0.5677}
{"county_geoid": "29017", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 144", "area_weight": 0.4322}
{"county_geoid": "29017", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 27", "area_weight": 1.0}
{"county_geoid": "29019", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.579}
{"county_geoid": "29019", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 0.4209}
{"county_geoid": "29019", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 44", "area_weight": 0.5305}
{"county_geoid": "29019", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 47", "area_weight": 0.3791}
{"county_geoid": "29019", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 50", "area_weight": 0.0373}
{"county_geoid": "29019", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 46", "area_weight": 0.0367}
{"county_geoid": "29019", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 45", "area_weight": 0.0159}
{"county_geoid": "29019", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 19", "area_weight": 0.9997}
{"county_geoid": "29021", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9998}
{"county_geoid": "29021", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 13", "area_weight": 0.7318}
{"county_geoid": "29021", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 11", "area_weight": 0.2122}
{"county_geoid": "29021", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 10", "area_weight": 0.0556}
{"county_geoid": "29021", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 34", "area_weight": 0.5495}
{"county_geoid": "29021", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.4503}
{"county_geoid": "29023", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "29023", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 152", "area_weight": 0.6657}
{"county_geoid": "29023", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 150", "area_weight": 0.3339}
{"county_geoid": "29023", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 25", "area_weight": 0.9999}
{"county_geoid": "29025", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29025", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 2", "area_weight": 0.9999}
{"county_geoid": "29025", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "29027", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 0.9988}
{"county_geoid": "29027", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 49", "area_weight": 0.686}
{"county_geoid": "29027", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 43", "area_weight": 0.3138}
{"county_geoid": "29027", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 10", "area_weight": 0.9998}
{"county_geoid": "29029", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.9286}
{"county_geoid": "29029", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 0.0714}
{"county_geoid": "29029", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 123", "area_weight": 0.7576}
{"county_geoid": "29029", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 142", "area_weight": 0.2422}
{"county_geoid": "29029", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "29031", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "29031", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 146", "area_weight": 0.7216}
{"county_geoid": "29031", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 151", "area_weight": 0.2312}
{"county_geoid": "29031", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 147", "area_weight": 0.0468}
{"county_geoid": "29031", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "29033", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9972}
{"county_geoid": "29033", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 7", "area_weight": 0.9997}
{"county_geoid": "29033", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "29035", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "29035", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 153", "area_weight": 0.9998}
{"county_geoid": "29035", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 25", "area_weight": 0.9998}
{"county_geoid": "29037", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "29037", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 62", "area_weight": 0.6237}
{"county_geoid": "29037", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 55", "area_weight": 0.3422}
{"county_geoid": "29037", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 56", "area_weight": 0.0339}
{"county_geoid": "29037", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "29039", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "29039", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 125", "area_weight": 0.59}
{"county_geoid": "29039", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 127", "area_weight": 0.4099}
{"county_geoid": "29039", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "29041", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9988}
{"county_geoid": "29041", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 48", "area_weight": 0.9998}
{"county_geoid": "29041", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.9998}
{"county_geoid": "29043", "type": "CD", "district_state": "MO", "district_label": "Congressional District 7", "area_weight": 0.9998}
{"county_geoid": "29043", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 138", "area_weight": 0.5037}
{"county_geoid": "29043", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 140", "area_weight": 0.263}
{"county_geoid": "29043", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 139", "area_weight": 0.2331}
{"county_geoid": "29043", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 29", "area_weight": 0.9998}
{"county_geoid": "29045", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9999}
{"county_geoid": "29045", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 4", "area_weight": 0.9999}
{"county_geoid": "29045", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "29047", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.8058}
{"county_geoid": "29047", "type": "CD", "district_state": "MO", "district_label": "Congressional District 5", "area_weight": 0.1941}
{"county_geoid": "29047", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 8", "area_weight": 0.3918}
{"county_geoid": "29047", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 39", "area_weight": 0.3062}
{"county_geoid": "29047", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 17", "area_weight": 0.0955}
{"county_geoid": "29047", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 38", "area_weight": 0.0811}
{"county_geoid": "29047", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 16", "area_weight": 0.051}
{"county_geoid": "29047", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 18", "area_weight": 0.0457}
{"county_geoid": "29047", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 15", "area_weight": 0.0287}
{"county_geoid": "29047", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 21", "area_weight": 0.7193}
{"county_geoid": "29047", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 17", "area_weight": 0.2805}
{"county_geoid": "29049", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29049", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 9", "area_weight": 0.5527}
{"county_geoid": "29049", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 8", "area_weight": 0.4472}
{"county_geoid": "29049", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "29051", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "29051", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 59", "area_weight": 0.9279}
{"county_geoid": "29051", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 60", "area_weight": 0.0718}
{"county_geoid": "29051", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "29053", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 0.9984}
{"county_geoid": "29053", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 48", "area_weight": 0.9649}
{"county_geoid": "29053", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 58", "area_weight": 0.035}
{"county_geoid": "29053", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 21", "area_weight": 0.9998}
{"county_geoid": "29055", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 0.9991}
{"county_geoid": "29055", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 120", "area_weight": 0.9999}
{"county_geoid": "29055", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "29057", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.9996}
{"county_geoid": "29057", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 127", "area_weight": 0.9998}
{"county_geoid": "29057", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 20", "area_weight": 0.9996}
{"county_geoid": "29059", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "29059", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 142", "area_weight": 0.9998}
{"county_geoid": "29059", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "29061", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29061", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 2", "area_weight": 1.0}
{"county_geoid": "29061", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 1.0}
{"county_geoid": "29063", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29063", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 9", "area_weight": 0.9998}
{"county_geoid": "29063", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 1.0}
{"county_geoid": "29065", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "29065", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 120", "area_weight": 0.9999}
{"county_geoid": "29065", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 16", "area_weight": 0.9998}
{"county_geoid": "29067", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "29067", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 155", "area_weight": 0.7018}
{"county_geoid": "29067", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 141", "area_weight": 0.2981}
{"county_geoid": "29067", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "29069", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9958}
{"county_geoid": "29069", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 150", "area_weight": 0.9984}
{"county_geoid": "29069", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 25", "area_weight": 0.9985}
{"county_geoid": "29071", "type": "CD", "district_state": "MO", "district_label": "Congressional District 2", "area_weight": 0.9993}
{"county_geoid": "29071", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 118", "area_weight": 0.5434}
{"county_geoid": "29071", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 109", "area_weight": 0.321}
{"county_geoid": "29071", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 119", "area_weight": 0.1352}
{"county_geoid": "29071", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 26", "area_weight": 0.9997}
{"county_geoid": "29073", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 0.999}
{"county_geoid": "29073", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 61", "area_weight": 0.9998}
{"county_geoid": "29073", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "29075", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29075", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 1", "area_weight": 0.9997}
{"county_geoid": "29075", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 1.0}
{"county_geoid": "29077", "type": "CD", "district_state": "MO", "district_label": "Congressional District 7", "area_weight": 0.9998}
{"county_geoid": "29077", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 131", "area_weight": 0.5508}
{"county_geoid": "29077", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 137", "area_weight": 0.2532}
{"county_geoid": "29077", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 130", "area_weight": 0.0797}
{"county_geoid": "29077", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 135", "area_weight": 0.031}
{"county_geoid": "29077", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 134", "area_weight": 0.0266}
{"county_geoid": "29077", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 136", "area_weight": 0.023}
{"county_geoid": "29077", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 133", "area_weight": 0.0186}
{"county_geoid": "29077", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 132", "area_weight": 0.0171}
{"county_geoid": "29077", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 20", "area_weight": 0.8635}
{"county_geoid": "29077", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 30", "area_weight": 0.1365}
{"county_geoid": "29079", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29079", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 2", "area_weight": 0.9999}
{"county_geoid": "29079", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 1.0}
{"county_geoid": "29081", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9999}
{"county_geoid": "29081", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 2", "area_weight": 0.9998}
{"county_geoid": "29081", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "29083", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "29083", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 126", "area_weight": 1.0}
{"county_geoid": "29083", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 28", "area_weight": 1.0}
{"county_geoid": "29085", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "29085", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 126", "area_weight": 0.5651}
{"county_geoid": "29085", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 128", "area_weight": 0.4348}
{"county_geoid": "29085", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 28", "area_weight": 1.0}
{"county_geoid": "29087", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9996}
{"county_geoid": "29087", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 1", "area_weight": 0.9994}
{"county_geoid": "29087", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.9996}
{"county_geoid": "29089", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.998}
{"county_geoid": "29089", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 48", "area_weight": 0.9999}
{"county_geoid": "29089", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "29091", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "29091", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 154", "area_weight": 0.9696}
{"county_geoid": "29091", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 153", "area_weight": 0.0303}
{"county_geoid": "29091", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "29093", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9995}
{"county_geoid": "29093", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 144", "area_weight": 0.9999}
{"county_geoid": "29093", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "29095", "type": "CD", "district_state": "MO", "district_label": "Congressional District 5", "area_weight": 0.5722}
{"county_geoid": "29095", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.2496}
{"county_geoid": "29095", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.1782}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 32", "area_weight": 0.2326}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 33", "area_weight": 0.1903}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 20", "area_weight": 0.1006}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 35", "area_weight": 0.0692}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 36", "area_weight": 0.0627}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 34", "area_weight": 0.0397}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 30", "area_weight": 0.036}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 19", "area_weight": 0.0347}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 26", "area_weight": 0.0295}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 37", "area_weight": 0.0276}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 27", "area_weight": 0.0257}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 22", "area_weight": 0.0244}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 29", "area_weight": 0.0222}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 21", "area_weight": 0.022}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 31", "area_weight": 0.0217}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 28", "area_weight": 0.0215}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 23", "area_weight": 0.0158}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 25", "area_weight": 0.0135}
{"county_geoid": "29095", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 24", "area_weight": 0.0101}
{"county_geoid": "29095", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 11", "area_weight": 0.3764}
{"county_geoid": "29095", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 8", "area_weight": 0.3539}
{"county_geoid": "29095", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 9", "area_weight": 0.1482}
{"county_geoid": "29095", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 7", "area_weight": 0.1214}
{"county_geoid": "29097", "type": "CD", "district_state": "MO", "district_label": "Congressional District 7", "area_weight": 0.9996}
{"county_geoid": "29097", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 127", "area_weight": 0.4523}
{"county_geoid": "29097", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 163", "area_weight": 0.3002}
{"county_geoid": "29097", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 162", "area_weight": 0.2201}
{"county_geoid": "29097", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 161", "area_weight": 0.0273}
{"county_geoid": "29097", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 32", "area_weight": 0.9999}
{"county_geoid": "29099", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 0.5034}
{"county_geoid": "29099", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.4945}
{"county_geoid": "29099", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 115", "area_weight": 0.4801}
{"county_geoid": "29099", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 111", "area_weight": 0.2348}
{"county_geoid": "29099", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 112", "area_weight": 0.0817}
{"county_geoid": "29099", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 97", "area_weight": 0.0496}
{"county_geoid": "29099", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 113", "area_weight": 0.0405}
{"county_geoid": "29099", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 3", "area_weight": 0.5211}
{"county_geoid": "29099", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 22", "area_weight": 0.4782}
{"county_geoid": "29101", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "29101", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 54", "area_weight": 0.5188}
{"county_geoid": "29101", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 57", "area_weight": 0.4809}
{"county_geoid": "29101", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 31", "area_weight": 0.9997}
{"county_geoid": "29103", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29103", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 4", "area_weight": 1.0}
{"county_geoid": "29103", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 1.0}
{"county_geoid": "29105", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.9996}
{"county_geoid": "29105", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 141", "area_weight": 0.8911}
{"county_geoid": "29105", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 142", "area_weight": 0.1088}
{"county_geoid": "29105", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 16", "area_weight": 0.9999}
{"county_geoid": "29107", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.9967}
{"county_geoid": "29107", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 51", "area_weight": 0.6173}
{"county_geoid": "29107", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 53", "area_weight": 0.3826}
{"county_geoid": "29107", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "29109", "type": "CD", "district_state": "MO", "district_label": "Congressional District 7", "area_weight": 0.9998}
{"county_geoid": "29109", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 157", "area_weight": 0.9999}
{"county_geoid": "29109", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 29", "area_weight": 0.9999}
{"county_geoid": "29111", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9999}
{"county_geoid": "29111", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 4", "area_weight": 0.9998}
{"county_geoid": "29111", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "29113", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9973}
{"county_geoid": "29113", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 40", "area_weight": 0.7166}
{"county_geoid": "29113", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 41", "area_weight": 0.2831}
{"county_geoid": "29113", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 10", "area_weight": 0.9998}
{"county_geoid": "29115", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29115", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 7", "area_weight": 0.9998}
{"county_geoid": "29115", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "29117", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29117", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 7", "area_weight": 0.9998}
{"county_geoid": "29117", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 1.0}
{"county_geoid": "29119", "type": "CD", "district_state": "MO", "district_label": "Congressional District 7", "area_weight": 0.9998}
{"county_geoid": "29119", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 159", "area_weight": 0.7159}
{"county_geoid": "29119", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 158", "area_weight": 0.2839}
{"county_geoid": "29119", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 29", "area_weight": 0.9997}
{"county_geoid": "29121", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29121", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 6", "area_weight": 0.9999}
{"county_geoid": "29121", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 1.0}
{"county_geoid": "29123", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "29123", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 144", "area_weight": 0.5587}
{"county_geoid": "29123", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 116", "area_weight": 0.4413}
{"county_geoid": "29123", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 27", "area_weight": 0.9998}
{"county_geoid": "29125", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 0.999}
{"county_geoid": "29125", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 143", "area_weight": 0.9998}
{"county_geoid": "29125", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 16", "area_weight": 0.9999}
{"county_geoid": "29127", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9995}
{"county_geoid": "29127", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 5", "area_weight": 0.9992}
{"county_geoid": "29127", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 0.9995}
{"county_geoid": "29129", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29129", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 3", "area_weight": 0.9999}
{"county_geoid": "29129", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "29131", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 0.9997}
{"county_geoid": "29131", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 124", "area_weight": 0.8501}
{"county_geoid": "29131", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 61", "area_weight": 0.1498}
{"county_geoid": "29131", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 6", "area_weight": 1.0}
{"county_geoid": "29133", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9996}
{"county_geoid": "29133", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 25", "area_weight": 0.9996}
{"county_geoid": "29135", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "29135", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 58", "area_weight": 0.9996}
{"county_geoid": "29135", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "29137", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29137", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 43", "area_weight": 0.8587}
{"county_geoid": "29137", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 4", "area_weight": 0.1411}
{"county_geoid": "29137", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 1.0}
{"county_geoid": "29139", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 0.999}
{"county_geoid": "29139", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 61", "area_weight": 0.6659}
{"county_geoid": "29139", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 42", "area_weight": 0.334}
{"county_geoid": "29139", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 10", "area_weight": 0.9998}
{"county_geoid": "29141", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.9995}
{"county_geoid": "29141", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 58", "area_weight": 0.9998}
{"county_geoid": "29141", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "29143", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9997}
{"county_geoid": "29143", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 25", "area_weight": 0.9997}
{"county_geoid": "29145", "type": "CD", "district_state": "MO", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "29145", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 159", "area_weight": 0.6076}
{"county_geoid": "29145", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 32", "area_weight": 0.9999}
{"county_geoid": "29147", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9999}
{"county_geoid": "29147", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 1", "area_weight": 0.9998}
{"county_geoid": "29147", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "29149", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "29149", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 153", "area_weight": 0.9998}
{"county_geoid": "29149", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 25", "area_weight": 0.9998}
{"county_geoid": "29151", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "29151", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 61", "area_weight": 0.9999}
{"county_geoid": "29151", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "29153", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "29153", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 155", "area_weight": 0.9998}
{"county_geoid": "29153", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "29155", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "29155", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 150", "area_weight": 0.6403}
{"county_geoid": "29155", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 25", "area_weight": 0.9998}
{"county_geoid": "29157", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "29157", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 145", "area_weight": 0.9995}
{"county_geoid": "29157", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 27", "area_weight": 0.9998}
{"county_geoid": "29159", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "29159", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 52", "area_weight": 0.7011}
{"county_geoid": "29159", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 57", "area_weight": 0.2989}
{"county_geoid": "29159", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "29161", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.999}
{"county_geoid": "29161", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 122", "area_weight": 0.5062}
{"county_geoid": "29161", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 143", "area_weight": 0.4935}
{"county_geoid": "29161", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 16", "area_weight": 1.0}
{"county_geoid": "29163", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9998}
{"county_geoid": "29163", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 40", "area_weight": 0.9998}
{"county_geoid": "29163", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 10", "area_weight": 0.9998}
{"county_geoid": "29165", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9999}
{"county_geoid": "29165", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 13", "area_weight": 0.8484}
{"county_geoid": "29165", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 12", "area_weight": 0.0852}
{"county_geoid": "29165", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 14", "area_weight": 0.0663}
{"county_geoid": "29165", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 34", "area_weight": 0.9998}
{"county_geoid": "29167", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "29167", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 128", "area_weight": 0.9998}
{"county_geoid": "29167", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "29169", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.9994}
{"county_geoid": "29169", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 124", "area_weight": 0.5785}
{"county_geoid": "29169", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 121", "area_weight": 0.4213}
{"county_geoid": "29169", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 16", "area_weight": 0.9999}
{"county_geoid": "29171", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9999}
{"county_geoid": "29171", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 3", "area_weight": 0.9996}
{"county_geoid": "29171", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 0.9998}
{"county_geoid": "29173", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29173", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 5", "area_weight": 0.9998}
{"county_geoid": "29173", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "29175", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29175", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 6", "area_weight": 0.6521}
{"county_geoid": "29175", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 48", "area_weight": 0.3478}
{"county_geoid": "29175", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "29177", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9982}
{"county_geoid": "29177", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 53", "area_weight": 0.5517}
{"county_geoid": "29177", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 7", "area_weight": 0.4481}
{"county_geoid": "29177", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 21", "area_weight": 0.9998}
{"county_geoid": "29179", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "29179", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 144", "area_weight": 0.9999}
{"county_geoid": "29179", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "29181", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "29181", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 153", "area_weight": 0.9999}
{"county_geoid": "29181", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 25", "area_weight": 0.9999}
{"county_geoid": "29183", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 0.6148}
{"county_geoid": "29183", "type": "CD", "district_state": "MO", "district_label": "Congressional District 2", "area_weight": 0.3809}
{"county_geoid": "29183", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 102", "area_weight": 0.3388}
{"county_geoid": "29183", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 65", "area_weight": 0.2954}
{"county_geoid": "29183", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 64", "area_weight": 0.1598}
{"county_geoid": "29183", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 69", "area_weight": 0.0431}
{"county_geoid": "29183", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 63", "area_weight": 0.0331}
{"county_geoid": "29183", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 108", "area_weight": 0.0275}
{"county_geoid": "29183", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 106", "area_weight": 0.0263}
{"county_geoid": "29183", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 107", "area_weight": 0.0201}
{"county_geoid": "29183", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 103", "area_weight": 0.0196}
{"county_geoid": "29183", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 105", "area_weight": 0.0181}
{"county_geoid": "29183", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 104", "area_weight": 0.0165}
{"county_geoid": "29183", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 2", "area_weight": 0.5078}
{"county_geoid": "29183", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 23", "area_weight": 0.4043}
{"county_geoid": "29183", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 10", "area_weight": 0.0862}
{"county_geoid": "29185", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "29185", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 126", "area_weight": 0.9998}
{"county_geoid": "29185", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 28", "area_weight": 1.0}
{"county_geoid": "29186", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9993}
{"county_geoid": "29186", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 145", "area_weight": 0.9995}
{"county_geoid": "29186", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 3", "area_weight": 0.9998}
{"county_geoid": "29187", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "29187", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 117", "area_weight": 0.5228}
{"county_geoid": "29187", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 116", "area_weight": 0.4769}
{"county_geoid": "29187", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "29189", "type": "CD", "district_state": "MO", "district_label": "Congressional District 2", "area_weight": 0.629}
{"county_geoid": "29189", "type": "CD", "district_state": "MO", "district_label": "Congressional District 1", "area_weight": 0.3653}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 88", "area_weight": 0.0915}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 70", "area_weight": 0.0655}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 87", "area_weight": 0.0579}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 67", "area_weight": 0.052}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 66", "area_weight": 0.0508}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 101", "area_weight": 0.05}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 89", "area_weight": 0.0491}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 96", "area_weight": 0.0452}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 73", "area_weight": 0.031}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 71", "area_weight": 0.0289}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 99", "area_weight": 0.0275}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 94", "area_weight": 0.025}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 98", "area_weight": 0.0248}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 74", "area_weight": 0.023}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 90", "area_weight": 0.0228}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 100", "area_weight": 0.0211}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 75", "area_weight": 0.0206}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 92", "area_weight": 0.0189}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 72", "area_weight": 0.0187}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 91", "area_weight": 0.0181}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 93", "area_weight": 0.0176}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 85", "area_weight": 0.0175}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 68", "area_weight": 0.0174}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 83", "area_weight": 0.0167}
{"county_geoid": "29189", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 86", "area_weight": 0.0118}
{"county_geoid": "29189", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 15", "area_weight": 0.3075}
{"county_geoid": "29189", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 24", "area_weight": 0.2009}
{"county_geoid": "29189", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 13", "area_weight": 0.1589}
{"county_geoid": "29189", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 14", "area_weight": 0.153}
{"county_geoid": "29189", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 1", "area_weight": 0.1142}
{"county_geoid": "29189", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 26", "area_weight": 0.0384}
{"county_geoid": "29189", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 4", "area_weight": 0.0254}
{"county_geoid": "29195", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.9972}
{"county_geoid": "29195", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 51", "area_weight": 0.9999}
{"county_geoid": "29195", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "29197", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9999}
{"county_geoid": "29197", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 4", "area_weight": 0.9994}
{"county_geoid": "29197", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "29199", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9999}
{"county_geoid": "29199", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 4", "area_weight": 0.9999}
{"county_geoid": "29199", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "29201", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "29201", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 148", "area_weight": 0.9996}
{"county_geoid": "29201", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 27", "area_weight": 0.9996}
{"county_geoid": "29203", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "29203", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 144", "area_weight": 0.7578}
{"county_geoid": "29203", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 153", "area_weight": 0.2421}
{"county_geoid": "29203", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 33", "area_weight": 0.9998}
{"county_geoid": "29205", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29205", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 4", "area_weight": 0.9999}
{"county_geoid": "29205", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 18", "area_weight": 1.0}
{"county_geoid": "29207", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "29207", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 151", "area_weight": 0.9996}
{"county_geoid": "29207", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 25", "area_weight": 0.9998}
{"county_geoid": "29209", "type": "CD", "district_state": "MO", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "29209", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 138", "area_weight": 0.8369}
{"county_geoid": "29209", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 155", "area_weight": 0.163}
{"county_geoid": "29209", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "29211", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "29211", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 3", "area_weight": 0.9999}
{"county_geoid": "29211", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.9998}
{"county_geoid": "29213", "type": "CD", "district_state": "MO", "district_label": "Congressional District 7", "area_weight": 0.9998}
{"county_geoid": "29213", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 155", "area_weight": 0.7852}
{"county_geoid": "29213", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 156", "area_weight": 0.2146}
{"county_geoid": "29213", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "29215", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "29215", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 143", "area_weight": 0.9998}
{"county_geoid": "29215", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "29217", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "29217", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 125", "area_weight": 0.9999}
{"county_geoid": "29217", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 28", "area_weight": 0.9998}
{"county_geoid": "29219", "type": "CD", "district_state": "MO", "district_label": "Congressional District 2", "area_weight": 0.7635}
{"county_geoid": "29219", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 0.2363}
{"county_geoid": "29219", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 42", "area_weight": 0.9998}
{"county_geoid": "29219", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "29221", "type": "CD", "district_state": "MO", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "29221", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 144", "area_weight": 0.7532}
{"county_geoid": "29221", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 118", "area_weight": 0.2466}
{"county_geoid": "29221", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 3", "area_weight": 1.0}
{"county_geoid": "29223", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "29223", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 153", "area_weight": 0.8368}
{"county_geoid": "29223", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 144", "area_weight": 0.163}
{"county_geoid": "29223", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 25", "area_weight": 0.9999}
{"county_geoid": "29225", "type": "CD", "district_state": "MO", "district_label": "Congressional District 4", "area_weight": 0.5806}
{"county_geoid": "29225", "type": "CD", "district_state": "MO", "district_label": "Congressional District 7", "area_weight": 0.4193}
{"county_geoid": "29225", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 129", "area_weight": 0.9833}
{"county_geoid": "29225", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 141", "area_weight": 0.0166}
{"county_geoid": "29225", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 20", "area_weight": 0.9999}
{"county_geoid": "29227", "type": "CD", "district_state": "MO", "district_label": "Congressional District 6", "area_weight": 0.9996}
{"county_geoid": "29227", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 2", "area_weight": 0.9993}
{"county_geoid": "29227", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 12", "area_weight": 0.9996}
{"county_geoid": "29229", "type": "CD", "district_state": "MO", "district_label": "Congressional District 8", "area_weight": 0.9995}
{"county_geoid": "29229", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 141", "area_weight": 0.9999}
{"county_geoid": "29229", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 16", "area_weight": 0.9999}
{"county_geoid": "29510", "type": "CD", "district_state": "MO", "district_label": "Congressional District 1", "area_weight": 0.9982}
{"county_geoid": "29510", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 76", "area_weight": 0.2914}
{"county_geoid": "29510", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 84", "area_weight": 0.1401}
{"county_geoid": "29510", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 79", "area_weight": 0.1088}
{"county_geoid": "29510", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 82", "area_weight": 0.108}
{"county_geoid": "29510", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 81", "area_weight": 0.104}
{"county_geoid": "29510", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 77", "area_weight": 0.0988}
{"county_geoid": "29510", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 78", "area_weight": 0.0762}
{"county_geoid": "29510", "type": "SH", "district_state": "MO", "district_label": "MO State House of Representatives District 80", "area_weight": 0.0724}
{"county_geoid": "29510", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 5", "area_weight": 0.6813}
{"county_geoid": "29510", "type": "SS", "district_state": "MO", "district_label": "MO State Senate District 4", "area_weight": 0.3184}
{"county_geoid": "30001", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 0.9985}
{"county_geoid": "30001", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 70", "area_weight": 0.9996}
{"county_geoid": "30001", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 35", "area_weight": 0.9997}
{"county_geoid": "30003", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "30003", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 42", "area_weight": 0.4431}
{"county_geoid": "30003", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 41", "area_weight": 0.3855}
{"county_geoid": "30003", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 35", "area_weight": 0.1712}
{"county_geoid": "30003", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 21", "area_weight": 0.8287}
{"county_geoid": "30003", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 18", "area_weight": 0.1712}
{"county_geoid": "30005", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "30005", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 32", "area_weight": 0.5506}
{"county_geoid": "30005", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 28", "area_weight": 0.4181}
{"county_geoid": "30005", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 31", "area_weight": 0.0312}
{"county_geoid": "30005", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 16", "area_weight": 0.5818}
{"county_geoid": "30005", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 14", "area_weight": 0.4181}
{"county_geoid": "30007", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9975}
{"county_geoid": "30007", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 77", "area_weight": 0.9997}
{"county_geoid": "30007", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 39", "area_weight": 0.9999}
{"county_geoid": "30009", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "30009", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 55", "area_weight": 0.9996}
{"county_geoid": "30009", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 28", "area_weight": 0.9997}
{"county_geoid": "30011", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "30011", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 34", "area_weight": 0.9999}
{"county_geoid": "30011", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "30013", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30013", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 25", "area_weight": 0.525}
{"county_geoid": "30013", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 78", "area_weight": 0.2442}
{"county_geoid": "30013", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 26", "area_weight": 0.2169}
{"county_geoid": "30013", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 22", "area_weight": 0.0055}
{"county_geoid": "30013", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 13", "area_weight": 0.7419}
{"county_geoid": "30013", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 39", "area_weight": 0.2442}
{"county_geoid": "30013", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 11", "area_weight": 0.0077}
{"county_geoid": "30015", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30015", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 26", "area_weight": 0.9827}
{"county_geoid": "30015", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 32", "area_weight": 0.0171}
{"county_geoid": "30015", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 13", "area_weight": 0.9827}
{"county_geoid": "30015", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 16", "area_weight": 0.0171}
{"county_geoid": "30017", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30017", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 34", "area_weight": 0.778}
{"county_geoid": "30017", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 36", "area_weight": 0.222}
{"county_geoid": "30017", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 17", "area_weight": 0.778}
{"county_geoid": "30017", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 18", "area_weight": 0.222}
{"county_geoid": "30019", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "30019", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 29", "area_weight": 0.9998}
{"county_geoid": "30019", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 15", "area_weight": 0.9998}
{"county_geoid": "30021", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30021", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 33", "area_weight": 0.9999}
{"county_geoid": "30021", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 17", "area_weight": 1.0}
{"county_geoid": "30023", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "30023", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 71", "area_weight": 0.9489}
{"county_geoid": "30023", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 76", "area_weight": 0.0508}
{"county_geoid": "30023", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 36", "area_weight": 0.9489}
{"county_geoid": "30023", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 38", "area_weight": 0.0508}
{"county_geoid": "30025", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "30025", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 34", "area_weight": 0.9999}
{"county_geoid": "30025", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "30027", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30027", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 37", "area_weight": 0.8076}
{"county_geoid": "30027", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 78", "area_weight": 0.1922}
{"county_geoid": "30027", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 19", "area_weight": 0.8077}
{"county_geoid": "30027", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 39", "area_weight": 0.1922}
{"county_geoid": "30029", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "30029", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 3", "area_weight": 0.4268}
{"county_geoid": "30029", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 15", "area_weight": 0.2421}
{"county_geoid": "30029", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 2", "area_weight": 0.1025}
{"county_geoid": "30029", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 11", "area_weight": 0.0666}
{"county_geoid": "30029", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 9", "area_weight": 0.0491}
{"county_geoid": "30029", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 6", "area_weight": 0.0491}
{"county_geoid": "30029", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 5", "area_weight": 0.0369}
{"county_geoid": "30029", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 10", "area_weight": 0.011}
{"county_geoid": "30029", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 12", "area_weight": 0.01}
{"county_geoid": "30029", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 2", "area_weight": 0.4298}
{"county_geoid": "30029", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 8", "area_weight": 0.2421}
{"county_geoid": "30029", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 1", "area_weight": 0.1025}
{"county_geoid": "30029", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 3", "area_weight": 0.086}
{"county_geoid": "30029", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 6", "area_weight": 0.0766}
{"county_geoid": "30029", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 5", "area_weight": 0.0602}
{"county_geoid": "30031", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 0.9977}
{"county_geoid": "30031", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 60", "area_weight": 0.4471}
{"county_geoid": "30031", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 66", "area_weight": 0.155}
{"county_geoid": "30031", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 57", "area_weight": 0.1326}
{"county_geoid": "30031", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 68", "area_weight": 0.0783}
{"county_geoid": "30031", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 77", "area_weight": 0.0783}
{"county_geoid": "30031", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 69", "area_weight": 0.0417}
{"county_geoid": "30031", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 59", "area_weight": 0.0403}
{"county_geoid": "30031", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 65", "area_weight": 0.0091}
{"county_geoid": "30031", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 30", "area_weight": 0.4873}
{"county_geoid": "30031", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 33", "area_weight": 0.1641}
{"county_geoid": "30031", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 29", "area_weight": 0.1326}
{"county_geoid": "30031", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 34", "area_weight": 0.0825}
{"county_geoid": "30031", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 39", "area_weight": 0.0783}
{"county_geoid": "30031", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 35", "area_weight": 0.0417}
{"county_geoid": "30031", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 32", "area_weight": 0.0079}
{"county_geoid": "30031", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 31", "area_weight": 0.0055}
{"county_geoid": "30033", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30033", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 35", "area_weight": 0.9999}
{"county_geoid": "30033", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "30035", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "30035", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 16", "area_weight": 0.8792}
{"county_geoid": "30035", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 15", "area_weight": 0.1207}
{"county_geoid": "30035", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "30037", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30037", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 38", "area_weight": 0.9997}
{"county_geoid": "30037", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 19", "area_weight": 0.9998}
{"county_geoid": "30039", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "30039", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 76", "area_weight": 0.9999}
{"county_geoid": "30039", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 38", "area_weight": 0.9999}
{"county_geoid": "30041", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30041", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 28", "area_weight": 0.8359}
{"county_geoid": "30041", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 32", "area_weight": 0.1565}
{"county_geoid": "30041", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 27", "area_weight": 0.0074}
{"county_geoid": "30041", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 14", "area_weight": 0.8433}
{"county_geoid": "30041", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 16", "area_weight": 0.1565}
{"county_geoid": "30043", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9978}
{"county_geoid": "30043", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 75", "area_weight": 0.934}
{"county_geoid": "30043", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 69", "area_weight": 0.0624}
{"county_geoid": "30043", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 38", "area_weight": 0.934}
{"county_geoid": "30043", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 35", "area_weight": 0.0624}
{"county_geoid": "30045", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30045", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 78", "area_weight": 0.9999}
{"county_geoid": "30045", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 39", "area_weight": 0.9999}
{"county_geoid": "30047", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "30047", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 15", "area_weight": 0.3086}
{"county_geoid": "30047", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 12", "area_weight": 0.2859}
{"county_geoid": "30047", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 13", "area_weight": 0.2072}
{"county_geoid": "30047", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 91", "area_weight": 0.1983}
{"county_geoid": "30047", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 8", "area_weight": 0.3086}
{"county_geoid": "30047", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 6", "area_weight": 0.2859}
{"county_geoid": "30047", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 7", "area_weight": 0.2072}
{"county_geoid": "30047", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 46", "area_weight": 0.1983}
{"county_geoid": "30049", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9977}
{"county_geoid": "30049", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 17", "area_weight": 0.79}
{"county_geoid": "30049", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 84", "area_weight": 0.1019}
{"county_geoid": "30049", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 79", "area_weight": 0.0457}
{"county_geoid": "30049", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 76", "area_weight": 0.0441}
{"county_geoid": "30049", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 81", "area_weight": 0.0084}
{"county_geoid": "30049", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 9", "area_weight": 0.79}
{"county_geoid": "30049", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 42", "area_weight": 0.106}
{"county_geoid": "30049", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 40", "area_weight": 0.0475}
{"county_geoid": "30049", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 38", "area_weight": 0.0441}
{"county_geoid": "30049", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 41", "area_weight": 0.0122}
{"county_geoid": "30051", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "30051", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 28", "area_weight": 0.9997}
{"county_geoid": "30051", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 14", "area_weight": 0.9997}
{"county_geoid": "30053", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "30053", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 1", "area_weight": 0.7162}
{"county_geoid": "30053", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 2", "area_weight": 0.2837}
{"county_geoid": "30053", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "30055", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30055", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 34", "area_weight": 0.9999}
{"county_geoid": "30055", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "30057", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "30057", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 69", "area_weight": 0.9906}
{"county_geoid": "30057", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 60", "area_weight": 0.0093}
{"county_geoid": "30057", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 35", "area_weight": 0.9906}
{"county_geoid": "30057", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 30", "area_weight": 0.0093}
{"county_geoid": "30059", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30059", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 78", "area_weight": 0.9999}
{"county_geoid": "30059", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 39", "area_weight": 0.9999}
{"county_geoid": "30061", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 0.9982}
{"county_geoid": "30061", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 90", "area_weight": 0.9994}
{"county_geoid": "30061", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 45", "area_weight": 0.9994}
{"county_geoid": "30063", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "30063", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 92", "area_weight": 0.4233}
{"county_geoid": "30063", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 90", "area_weight": 0.2677}
{"county_geoid": "30063", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 93", "area_weight": 0.1151}
{"county_geoid": "30063", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 91", "area_weight": 0.0993}
{"county_geoid": "30063", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 99", "area_weight": 0.0369}
{"county_geoid": "30063", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 96", "area_weight": 0.022}
{"county_geoid": "30063", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 76", "area_weight": 0.0126}
{"county_geoid": "30063", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 89", "area_weight": 0.0099}
{"county_geoid": "30063", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 46", "area_weight": 0.5226}
{"county_geoid": "30063", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 45", "area_weight": 0.2776}
{"county_geoid": "30063", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 47", "area_weight": 0.1179}
{"county_geoid": "30063", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 50", "area_weight": 0.0378}
{"county_geoid": "30063", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 48", "area_weight": 0.0228}
{"county_geoid": "30063", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 38", "area_weight": 0.0126}
{"county_geoid": "30063", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 49", "area_weight": 0.0086}
{"county_geoid": "30065", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30065", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 38", "area_weight": 0.9999}
{"county_geoid": "30065", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "30067", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9989}
{"county_geoid": "30067", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 57", "area_weight": 0.9625}
{"county_geoid": "30067", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 58", "area_weight": 0.0373}
{"county_geoid": "30067", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 29", "area_weight": 0.9998}
{"county_geoid": "30069", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30069", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 37", "area_weight": 0.9997}
{"county_geoid": "30069", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 19", "area_weight": 0.9998}
{"county_geoid": "30071", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30071", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 28", "area_weight": 0.3867}
{"county_geoid": "30071", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 31", "area_weight": 0.3197}
{"county_geoid": "30071", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 32", "area_weight": 0.2935}
{"county_geoid": "30071", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 16", "area_weight": 0.6133}
{"county_geoid": "30071", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 14", "area_weight": 0.3867}
{"county_geoid": "30073", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.5171}
{"county_geoid": "30073", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 0.4829}
{"county_geoid": "30073", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 18", "area_weight": 0.8272}
{"county_geoid": "30073", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 15", "area_weight": 0.1727}
{"county_geoid": "30073", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 9", "area_weight": 0.8273}
{"county_geoid": "30073", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 8", "area_weight": 0.1727}
{"county_geoid": "30075", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "30075", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 34", "area_weight": 0.9999}
{"county_geoid": "30075", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "30077", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 0.9989}
{"county_geoid": "30077", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 76", "area_weight": 0.9997}
{"county_geoid": "30077", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 38", "area_weight": 0.9998}
{"county_geoid": "30079", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30079", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 34", "area_weight": 1.0}
{"county_geoid": "30079", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 17", "area_weight": 1.0}
{"county_geoid": "30081", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 0.998}
{"county_geoid": "30081", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 85", "area_weight": 0.7466}
{"county_geoid": "30081", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 87", "area_weight": 0.1647}
{"county_geoid": "30081", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 88", "area_weight": 0.0744}
{"county_geoid": "30081", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 86", "area_weight": 0.0137}
{"county_geoid": "30081", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 43", "area_weight": 0.7603}
{"county_geoid": "30081", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 44", "area_weight": 0.2391}
{"county_geoid": "30083", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "30083", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 30", "area_weight": 0.6883}
{"county_geoid": "30083", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 33", "area_weight": 0.3115}
{"county_geoid": "30083", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 15", "area_weight": 0.6883}
{"county_geoid": "30083", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 17", "area_weight": 0.3116}
{"county_geoid": "30085", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30085", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 29", "area_weight": 0.6584}
{"county_geoid": "30085", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 31", "area_weight": 0.2417}
{"county_geoid": "30085", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 30", "area_weight": 0.0998}
{"county_geoid": "30085", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 15", "area_weight": 0.7582}
{"county_geoid": "30085", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 16", "area_weight": 0.2417}
{"county_geoid": "30087", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30087", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 35", "area_weight": 0.82}
{"county_geoid": "30087", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 41", "area_weight": 0.1799}
{"county_geoid": "30087", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 18", "area_weight": 0.82}
{"county_geoid": "30087", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 21", "area_weight": 0.1799}
{"county_geoid": "30089", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "30089", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 14", "area_weight": 0.7461}
{"county_geoid": "30089", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 91", "area_weight": 0.1891}
{"county_geoid": "30089", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 90", "area_weight": 0.0645}
{"county_geoid": "30089", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 7", "area_weight": 0.7461}
{"county_geoid": "30089", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 46", "area_weight": 0.1891}
{"county_geoid": "30089", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 45", "area_weight": 0.0645}
{"county_geoid": "30091", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9993}
{"county_geoid": "30091", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 29", "area_weight": 0.9999}
{"county_geoid": "30091", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 15", "area_weight": 0.9999}
{"county_geoid": "30093", "type": "CD", "district_state": "MT", "district_label": "Congressional District 1", "area_weight": 0.9982}
{"county_geoid": "30093", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 70", "area_weight": 0.5774}
{"county_geoid": "30093", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 74", "area_weight": 0.1924}
{"county_geoid": "30093", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 71", "area_weight": 0.184}
{"county_geoid": "30093", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 72", "area_weight": 0.0412}
{"county_geoid": "30093", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 35", "area_weight": 0.5774}
{"county_geoid": "30093", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 36", "area_weight": 0.2252}
{"county_geoid": "30093", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 37", "area_weight": 0.1972}
{"county_geoid": "30095", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30095", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 56", "area_weight": 0.9999}
{"county_geoid": "30095", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "30097", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30097", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 56", "area_weight": 0.7394}
{"county_geoid": "30097", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 78", "area_weight": 0.2606}
{"county_geoid": "30097", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 28", "area_weight": 0.7394}
{"county_geoid": "30097", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 39", "area_weight": 0.2606}
{"county_geoid": "30099", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9992}
{"county_geoid": "30099", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 17", "area_weight": 0.7694}
{"county_geoid": "30099", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 18", "area_weight": 0.2305}
{"county_geoid": "30099", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 9", "area_weight": 0.9999}
{"county_geoid": "30101", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "30101", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 18", "area_weight": 1.0}
{"county_geoid": "30101", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 9", "area_weight": 1.0}
{"county_geoid": "30103", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30103", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 35", "area_weight": 1.0}
{"county_geoid": "30103", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 18", "area_weight": 1.0}
{"county_geoid": "30105", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30105", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 28", "area_weight": 0.3503}
{"county_geoid": "30105", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 29", "area_weight": 0.2505}
{"county_geoid": "30105", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 31", "area_weight": 0.2183}
{"county_geoid": "30105", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 32", "area_weight": 0.1808}
{"county_geoid": "30105", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 16", "area_weight": 0.399}
{"county_geoid": "30105", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 14", "area_weight": 0.3503}
{"county_geoid": "30105", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 15", "area_weight": 0.2505}
{"county_geoid": "30107", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30107", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 78", "area_weight": 0.9999}
{"county_geoid": "30107", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 39", "area_weight": 0.9999}
{"county_geoid": "30109", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "30109", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 34", "area_weight": 0.9996}
{"county_geoid": "30109", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 17", "area_weight": 0.9997}
{"county_geoid": "30111", "type": "CD", "district_state": "MT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "30111", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 35", "area_weight": 0.4084}
{"county_geoid": "30111", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 38", "area_weight": 0.263}
{"county_geoid": "30111", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 42", "area_weight": 0.145}
{"county_geoid": "30111", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 54", "area_weight": 0.0728}
{"county_geoid": "30111", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 44", "area_weight": 0.0328}
{"county_geoid": "30111", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 53", "area_weight": 0.0271}
{"county_geoid": "30111", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 40", "area_weight": 0.0258}
{"county_geoid": "30111", "type": "SH", "district_state": "MT", "district_label": "MT State House of Representatives District 52", "area_weight": 0.0086}
{"county_geoid": "30111", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 18", "area_weight": 0.4084}
{"county_geoid": "30111", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 19", "area_weight": 0.263}
{"county_geoid": "30111", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 21", "area_weight": 0.145}
{"county_geoid": "30111", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 27", "area_weight": 0.0999}
{"county_geoid": "30111", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 22", "area_weight": 0.034}
{"county_geoid": "30111", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 20", "area_weight": 0.0289}
{"county_geoid": "30111", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 26", "area_weight": 0.0098}
{"county_geoid": "30111", "type": "SS", "district_state": "MT", "district_label": "MT State Senate District 24", "area_weight": 0.0057}
{"county_geoid": "31001", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31003", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31005", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31007", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31009", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31011", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31013", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31015", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31017", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31019", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31021", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9994}
{"county_geoid": "31023", "type": "CD", "district_state": "NE", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "31025", "type": "CD", "district_state": "NE", "district_label": "Congressional District 1", "area_weight": 0.9989}
{"county_geoid": "31027", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31029", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31031", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31033", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31035", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31037", "type": "CD", "district_state": "NE", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "31039", "type": "CD", "district_state": "NE", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "31041", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31043", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "31045", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31047", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31049", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31051", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31053", "type": "CD", "district_state": "NE", "district_label": "Congressional District 1", "area_weight": 0.9968}
{"county_geoid": "31055", "type": "CD", "district_state": "NE", "district_label": "Congressional District 2", "area_weight": 0.9969}
{"county_geoid": "31057", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31059", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31061", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31063", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31065", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31067", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "31069", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31071", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31073", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31075", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31077", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31079", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31081", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31083", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31085", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31087", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31089", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31091", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31093", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31095", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31097", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31099", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31101", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31103", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31105", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "31107", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31109", "type": "CD", "district_state": "NE", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "31111", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31113", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31115", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31117", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31119", "type": "CD", "district_state": "NE", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "31121", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31123", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31125", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31127", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "31129", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31131", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9995}
{"county_geoid": "31133", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31135", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31137", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31139", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31141", "type": "CD", "district_state": "NE", "district_label": "Congressional District 1", "area_weight": 0.9991}
{"county_geoid": "31143", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.6556}
{"county_geoid": "31143", "type": "CD", "district_state": "NE", "district_label": "Congressional District 1", "area_weight": 0.3444}
{"county_geoid": "31145", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31147", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9994}
{"county_geoid": "31149", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31151", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "31153", "type": "CD", "district_state": "NE", "district_label": "Congressional District 2", "area_weight": 0.6031}
{"county_geoid": "31153", "type": "CD", "district_state": "NE", "district_label": "Congressional District 1", "area_weight": 0.3964}
{"county_geoid": "31155", "type": "CD", "district_state": "NE", "district_label": "Congressional District 2", "area_weight": 0.998}
{"county_geoid": "31157", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31159", "type": "CD", "district_state": "NE", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "31161", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31163", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31165", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31167", "type": "CD", "district_state": "NE", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "31169", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31171", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31173", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9997}
{"county_geoid": "31175", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31177", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9993}
{"county_geoid": "31179", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31181", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "31183", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "31185", "type": "CD", "district_state": "NE", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "32001", "type": "CD", "district_state": "NV", "district_label": "Congressional District 2", "area_weight": 0.9863}
{"county_geoid": "32001", "type": "CD", "district_state": "NV", "district_label": "Congressional District 4", "area_weight": 0.0137}
{"county_geoid": "32001", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 38", "area_weight": 0.9999}
{"county_geoid": "32001", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "32003", "type": "CD", "district_state": "NV", "district_label": "Congressional District 4", "area_weight": 0.6235}
{"county_geoid": "32003", "type": "CD", "district_state": "NV", "district_label": "Congressional District 3", "area_weight": 0.2495}
{"county_geoid": "32003", "type": "CD", "district_state": "NV", "district_label": "Congressional District 1", "area_weight": 0.1254}
{"county_geoid": "32003", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 36", "area_weight": 0.4006}
{"county_geoid": "32003", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 19", "area_weight": 0.3345}
{"county_geoid": "32003", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 23", "area_weight": 0.2039}
{"county_geoid": "32003", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 12", "area_weight": 0.0077}
{"county_geoid": "32003", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 20", "area_weight": 0.5383}
{"county_geoid": "32003", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 19", "area_weight": 0.4007}
{"county_geoid": "32003", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 21", "area_weight": 0.0087}
{"county_geoid": "32003", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 11", "area_weight": 0.006}
{"county_geoid": "32003", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 1", "area_weight": 0.0054}
{"county_geoid": "32003", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 10", "area_weight": 0.0053}
{"county_geoid": "32005", "type": "CD", "district_state": "NV", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "32005", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 39", "area_weight": 0.9997}
{"county_geoid": "32005", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "32007", "type": "CD", "district_state": "NV", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "32007", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 33", "area_weight": 0.7977}
{"county_geoid": "32007", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 32", "area_weight": 0.2022}
{"county_geoid": "32007", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 19", "area_weight": 0.7977}
{"county_geoid": "32007", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 14", "area_weight": 0.2022}
{"county_geoid": "32009", "type": "CD", "district_state": "NV", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "32009", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 38", "area_weight": 0.9998}
{"county_geoid": "32009", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "32011", "type": "CD", "district_state": "NV", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "32011", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 33", "area_weight": 0.8741}
{"county_geoid": "32011", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 32", "area_weight": 0.1259}
{"county_geoid": "32011", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 19", "area_weight": 0.8741}
{"county_geoid": "32011", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 14", "area_weight": 0.1259}
{"county_geoid": "32013", "type": "CD", "district_state": "NV", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "32013", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 32", "area_weight": 0.9999}
{"county_geoid": "32013", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 14", "area_weight": 0.9999}
{"county_geoid": "32015", "type": "CD", "district_state": "NV", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "32015", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 32", "area_weight": 0.9999}
{"county_geoid": "32015", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 14", "area_weight": 0.9999}
{"county_geoid": "32017", "type": "CD", "district_state": "NV", "district_label": "Congressional District 4", "area_weight": 0.9949}
{"county_geoid": "32017", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 33", "area_weight": 0.9998}
{"county_geoid": "32017", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "32019", "type": "CD", "district_state": "NV", "district_label": "Congressional District 2", "area_weight": 0.6372}
{"county_geoid": "32019", "type": "CD", "district_state": "NV", "district_label": "Congressional District 4", "area_weight": 0.3628}
{"county_geoid": "32019", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 38", "area_weight": 0.8342}
{"county_geoid": "32019", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 39", "area_weight": 0.1657}
{"county_geoid": "32019", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "32021", "type": "CD", "district_state": "NV", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "32021", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 38", "area_weight": 1.0}
{"county_geoid": "32021", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 17", "area_weight": 1.0}
{"county_geoid": "32023", "type": "CD", "district_state": "NV", "district_label": "Congressional District 4", "area_weight": 0.9997}
{"county_geoid": "32023", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 33", "area_weight": 0.7307}
{"county_geoid": "32023", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 38", "area_weight": 0.259}
{"county_geoid": "32023", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 36", "area_weight": 0.0102}
{"county_geoid": "32023", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 19", "area_weight": 0.7409}
{"county_geoid": "32023", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 17", "area_weight": 0.259}
{"county_geoid": "32027", "type": "CD", "district_state": "NV", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "32027", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 32", "area_weight": 0.9998}
{"county_geoid": "32027", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 14", "area_weight": 0.9998}
{"county_geoid": "32029", "type": "CD", "district_state": "NV", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "32029", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 40", "area_weight": 0.9996}
{"county_geoid": "32029", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 16", "area_weight": 0.9996}
{"county_geoid": "32031", "type": "CD", "district_state": "NV", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "32031", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 32", "area_weight": 0.9175}
{"county_geoid": "32031", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 26", "area_weight": 0.0394}
{"county_geoid": "32031", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 31", "area_weight": 0.0136}
{"county_geoid": "32031", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 40", "area_weight": 0.0127}
{"county_geoid": "32031", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 27", "area_weight": 0.0066}
{"county_geoid": "32031", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 14", "area_weight": 0.9311}
{"county_geoid": "32031", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 16", "area_weight": 0.0521}
{"county_geoid": "32031", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 15", "area_weight": 0.0113}
{"county_geoid": "32031", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 13", "area_weight": 0.0053}
{"county_geoid": "32033", "type": "CD", "district_state": "NV", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "32033", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 33", "area_weight": 1.0}
{"county_geoid": "32033", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 19", "area_weight": 1.0}
{"county_geoid": "32510", "type": "CD", "district_state": "NV", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "32510", "type": "SH", "district_state": "NV", "district_label": "NV State House of Representatives District 40", "area_weight": 0.9996}
{"county_geoid": "32510", "type": "SS", "district_state": "NV", "district_label": "NV State Senate District 16", "area_weight": 0.9997}
{"county_geoid": "33001", "type": "CD", "district_state": "NH", "district_label": "Congressional District 1", "area_weight": 0.8826}
{"county_geoid": "33001", "type": "CD", "district_state": "NH", "district_label": "Congressional District 2", "area_weight": 0.1174}
{"county_geoid": "33001", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 2", "area_weight": 0.5753}
{"county_geoid": "33001", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 6", "area_weight": 0.3036}
{"county_geoid": "33001", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 17", "area_weight": 0.0953}
{"county_geoid": "33001", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 7", "area_weight": 0.0255}
{"county_geoid": "33003", "type": "CD", "district_state": "NH", "district_label": "Congressional District 1", "area_weight": 0.7596}
{"county_geoid": "33003", "type": "CD", "district_state": "NH", "district_label": "Congressional District 2", "area_weight": 0.2401}
{"county_geoid": "33003", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 3", "area_weight": 0.905}
{"county_geoid": "33003", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 2", "area_weight": 0.0947}
{"county_geoid": "33005", "type": "CD", "district_state": "NH", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "33005", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 10", "area_weight": 0.5259}
{"county_geoid": "33005", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 9", "area_weight": 0.2868}
{"county_geoid": "33005", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 8", "area_weight": 0.1323}
{"county_geoid": "33005", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 12", "area_weight": 0.0545}
{"county_geoid": "33007", "type": "CD", "district_state": "NH", "district_label": "Congressional District 2", "area_weight": 0.9989}
{"county_geoid": "33007", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 1", "area_weight": 0.9128}
{"county_geoid": "33007", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 3", "area_weight": 0.0865}
{"county_geoid": "33009", "type": "CD", "district_state": "NH", "district_label": "Congressional District 2", "area_weight": 0.9992}
{"county_geoid": "33009", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 1", "area_weight": 0.4117}
{"county_geoid": "33009", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 5", "area_weight": 0.2559}
{"county_geoid": "33009", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 3", "area_weight": 0.1485}
{"county_geoid": "33009", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 7", "area_weight": 0.0976}
{"county_geoid": "33009", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 2", "area_weight": 0.0862}
{"county_geoid": "33011", "type": "CD", "district_state": "NH", "district_label": "Congressional District 2", "area_weight": 0.8441}
{"county_geoid": "33011", "type": "CD", "district_state": "NH", "district_label": "Congressional District 1", "area_weight": 0.1556}
{"county_geoid": "33011", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 9", "area_weight": 0.2113}
{"county_geoid": "33011", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 8", "area_weight": 0.2002}
{"county_geoid": "33011", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 12", "area_weight": 0.1483}
{"county_geoid": "33011", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 11", "area_weight": 0.1333}
{"county_geoid": "33011", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 10", "area_weight": 0.0781}
{"county_geoid": "33011", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 7", "area_weight": 0.0504}
{"county_geoid": "33011", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 16", "area_weight": 0.0458}
{"county_geoid": "33011", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 18", "area_weight": 0.0377}
{"county_geoid": "33011", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 14", "area_weight": 0.0327}
{"county_geoid": "33011", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 22", "area_weight": 0.03}
{"county_geoid": "33011", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 13", "area_weight": 0.017}
{"county_geoid": "33011", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 20", "area_weight": 0.015}
{"county_geoid": "33013", "type": "CD", "district_state": "NH", "district_label": "Congressional District 2", "area_weight": 0.96}
{"county_geoid": "33013", "type": "CD", "district_state": "NH", "district_label": "Congressional District 1", "area_weight": 0.04}
{"county_geoid": "33013", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 7", "area_weight": 0.4992}
{"county_geoid": "33013", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 17", "area_weight": 0.2553}
{"county_geoid": "33013", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 15", "area_weight": 0.1472}
{"county_geoid": "33013", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 16", "area_weight": 0.0387}
{"county_geoid": "33013", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 8", "area_weight": 0.0327}
{"county_geoid": "33013", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 5", "area_weight": 0.0268}
{"county_geoid": "33015", "type": "CD", "district_state": "NH", "district_label": "Congressional District 1", "area_weight": 0.7274}
{"county_geoid": "33015", "type": "CD", "district_state": "NH", "district_label": "Congressional District 2", "area_weight": 0.1856}
{"county_geoid": "33015", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 23", "area_weight": 0.2305}
{"county_geoid": "33015", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 17", "area_weight": 0.1648}
{"county_geoid": "33015", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 24", "area_weight": 0.1292}
{"county_geoid": "33015", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 19", "area_weight": 0.0981}
{"county_geoid": "33015", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 14", "area_weight": 0.0891}
{"county_geoid": "33015", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 16", "area_weight": 0.0758}
{"county_geoid": "33015", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 21", "area_weight": 0.0661}
{"county_geoid": "33015", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 22", "area_weight": 0.0599}
{"county_geoid": "33017", "type": "CD", "district_state": "NH", "district_label": "Congressional District 1", "area_weight": 0.9985}
{"county_geoid": "33017", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 6", "area_weight": 0.4636}
{"county_geoid": "33017", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 4", "area_weight": 0.2481}
{"county_geoid": "33017", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 21", "area_weight": 0.149}
{"county_geoid": "33017", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 3", "area_weight": 0.138}
{"county_geoid": "33019", "type": "CD", "district_state": "NH", "district_label": "Congressional District 2", "area_weight": 0.9995}
{"county_geoid": "33019", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 8", "area_weight": 0.6537}
{"county_geoid": "33019", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 5", "area_weight": 0.3051}
{"county_geoid": "33019", "type": "SS", "district_state": "NH", "district_label": "NH State Senate District 7", "area_weight": 0.0408}
{"county_geoid": "34001", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 2", "area_weight": 0.9057}
{"county_geoid": "34001", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 2", "area_weight": 0.5442}
{"county_geoid": "34001", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 8", "area_weight": 0.1762}
{"county_geoid": "34001", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 1", "area_weight": 0.1134}
{"county_geoid": "34001", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 4", "area_weight": 0.0732}
{"county_geoid": "34001", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 2", "area_weight": 0.5442}
{"county_geoid": "34001", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 8", "area_weight": 0.1762}
{"county_geoid": "34001", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 1", "area_weight": 0.1134}
{"county_geoid": "34001", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 4", "area_weight": 0.0732}
{"county_geoid": "34003", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 5", "area_weight": 0.7348}
{"county_geoid": "34003", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 9", "area_weight": 0.2623}
{"county_geoid": "34003", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 39", "area_weight": 0.4728}
{"county_geoid": "34003", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 38", "area_weight": 0.1715}
{"county_geoid": "34003", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 37", "area_weight": 0.1319}
{"county_geoid": "34003", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 36", "area_weight": 0.1127}
{"county_geoid": "34003", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 40", "area_weight": 0.0908}
{"county_geoid": "34003", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 35", "area_weight": 0.0199}
{"county_geoid": "34003", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 39", "area_weight": 0.4728}
{"county_geoid": "34003", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 38", "area_weight": 0.1715}
{"county_geoid": "34003", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 37", "area_weight": 0.1319}
{"county_geoid": "34003", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 36", "area_weight": 0.1127}
{"county_geoid": "34003", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 40", "area_weight": 0.0908}
{"county_geoid": "34003", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 35", "area_weight": 0.0199}
{"county_geoid": "34005", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 3", "area_weight": 0.9892}
{"county_geoid": "34005", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 1", "area_weight": 0.0081}
{"county_geoid": "34005", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 8", "area_weight": 0.8378}
{"county_geoid": "34005", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 7", "area_weight": 0.1355}
{"county_geoid": "34005", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 12", "area_weight": 0.0214}
{"county_geoid": "34005", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 8", "area_weight": 0.8378}
{"county_geoid": "34005", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 7", "area_weight": 0.1355}
{"county_geoid": "34005", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 12", "area_weight": 0.0214}
{"county_geoid": "34007", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 1", "area_weight": 0.9981}
{"county_geoid": "34007", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 4", "area_weight": 0.5244}
{"county_geoid": "34007", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 6", "area_weight": 0.302}
{"county_geoid": "34007", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 5", "area_weight": 0.1724}
{"county_geoid": "34007", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 4", "area_weight": 0.5244}
{"county_geoid": "34007", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 6", "area_weight": 0.302}
{"county_geoid": "34007", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 5", "area_weight": 0.1724}
{"county_geoid": "34009", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 2", "area_weight": 0.459}
{"county_geoid": "34009", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 1", "area_weight": 0.4585}
{"county_geoid": "34009", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 1", "area_weight": 0.4585}
{"county_geoid": "34011", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 2", "area_weight": 0.7439}
{"county_geoid": "34011", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 1", "area_weight": 0.5656}
{"county_geoid": "34011", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 3", "area_weight": 0.1743}
{"county_geoid": "34011", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 1", "area_weight": 0.5656}
{"county_geoid": "34011", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 3", "area_weight": 0.1743}
{"county_geoid": "34013", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 11", "area_weight": 0.5868}
{"county_geoid": "34013", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 10", "area_weight": 0.3652}
{"county_geoid": "34013", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 8", "area_weight": 0.0465}
{"county_geoid": "34013", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 27", "area_weight": 0.3552}
{"county_geoid": "34013", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 40", "area_weight": 0.2184}
{"county_geoid": "34013", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 34", "area_weight": 0.1512}
{"county_geoid": "34013", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 29", "area_weight": 0.1496}
{"county_geoid": "34013", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 28", "area_weight": 0.1157}
{"county_geoid": "34013", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 27", "area_weight": 0.3552}
{"county_geoid": "34013", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 40", "area_weight": 0.2184}
{"county_geoid": "34013", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 34", "area_weight": 0.1512}
{"county_geoid": "34013", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 29", "area_weight": 0.1496}
{"county_geoid": "34013", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 28", "area_weight": 0.1157}
{"county_geoid": "34015", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 2", "area_weight": 0.5625}
{"county_geoid": "34015", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 1", "area_weight": 0.4369}
{"county_geoid": "34015", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 3", "area_weight": 0.5619}
{"county_geoid": "34015", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 4", "area_weight": 0.3756}
{"county_geoid": "34015", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 5", "area_weight": 0.0622}
{"county_geoid": "34015", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 3", "area_weight": 0.5619}
{"county_geoid": "34015", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 4", "area_weight": 0.3756}
{"county_geoid": "34015", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 5", "area_weight": 0.0622}
{"county_geoid": "34017", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 8", "area_weight": 0.6775}
{"county_geoid": "34017", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 9", "area_weight": 0.1398}
{"county_geoid": "34017", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 10", "area_weight": 0.1043}
{"county_geoid": "34017", "type": "CD", "district_state": "NY", "district_label": "Congressional District 10", "area_weight": 0.0138}
{"county_geoid": "34017", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 31", "area_weight": 0.4105}
{"county_geoid": "34017", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 33", "area_weight": 0.2629}
{"county_geoid": "34017", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 32", "area_weight": 0.1435}
{"county_geoid": "34017", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 29", "area_weight": 0.0234}
{"county_geoid": "34017", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 31", "area_weight": 0.4105}
{"county_geoid": "34017", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 33", "area_weight": 0.2629}
{"county_geoid": "34017", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 32", "area_weight": 0.1435}
{"county_geoid": "34017", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 29", "area_weight": 0.0234}
{"county_geoid": "34019", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 7", "area_weight": 0.9985}
{"county_geoid": "34019", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 23", "area_weight": 0.4257}
{"county_geoid": "34019", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 15", "area_weight": 0.2877}
{"county_geoid": "34019", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 16", "area_weight": 0.2862}
{"county_geoid": "34019", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 23", "area_weight": 0.4257}
{"county_geoid": "34019", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 15", "area_weight": 0.2877}
{"county_geoid": "34019", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 16", "area_weight": 0.2862}
{"county_geoid": "34021", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 12", "area_weight": 0.5666}
{"county_geoid": "34021", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 3", "area_weight": 0.4332}
{"county_geoid": "34021", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 15", "area_weight": 0.5796}
{"county_geoid": "34021", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 14", "area_weight": 0.3395}
{"county_geoid": "34021", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 16", "area_weight": 0.0806}
{"county_geoid": "34021", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 15", "area_weight": 0.5796}
{"county_geoid": "34021", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 14", "area_weight": 0.3395}
{"county_geoid": "34021", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 16", "area_weight": 0.0806}
{"county_geoid": "34023", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 12", "area_weight": 0.5747}
{"county_geoid": "34023", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 6", "area_weight": 0.4117}
{"county_geoid": "34023", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 18", "area_weight": 0.2188}
{"county_geoid": "34023", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 14", "area_weight": 0.2121}
{"county_geoid": "34023", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 19", "area_weight": 0.1658}
{"county_geoid": "34023", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 12", "area_weight": 0.1298}
{"county_geoid": "34023", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 16", "area_weight": 0.1269}
{"county_geoid": "34023", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 17", "area_weight": 0.1149}
{"county_geoid": "34023", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 21", "area_weight": 0.0142}
{"county_geoid": "34023", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 18", "area_weight": 0.2188}
{"county_geoid": "34023", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 14", "area_weight": 0.2121}
{"county_geoid": "34023", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 19", "area_weight": 0.1658}
{"county_geoid": "34023", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 12", "area_weight": 0.1298}
{"county_geoid": "34023", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 16", "area_weight": 0.1269}
{"county_geoid": "34023", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 17", "area_weight": 0.1149}
{"county_geoid": "34023", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 21", "area_weight": 0.0142}
{"county_geoid": "34025", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 4", "area_weight": 0.3347}
{"county_geoid": "34025", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 3", "area_weight": 0.2874}
{"county_geoid": "34025", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 6", "area_weight": 0.113}
{"county_geoid": "34025", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 11", "area_weight": 0.198}
{"county_geoid": "34025", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 13", "area_weight": 0.1973}
{"county_geoid": "34025", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 12", "area_weight": 0.1828}
{"county_geoid": "34025", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 30", "area_weight": 0.1442}
{"county_geoid": "34025", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 10", "area_weight": 0.0118}
{"county_geoid": "34025", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 11", "area_weight": 0.198}
{"county_geoid": "34025", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 13", "area_weight": 0.1973}
{"county_geoid": "34025", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 12", "area_weight": 0.1828}
{"county_geoid": "34025", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 30", "area_weight": 0.1442}
{"county_geoid": "34025", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 10", "area_weight": 0.0118}
{"county_geoid": "34027", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 11", "area_weight": 0.6419}
{"county_geoid": "34027", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 7", "area_weight": 0.3564}
{"county_geoid": "34027", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 25", "area_weight": 0.4577}
{"county_geoid": "34027", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 24", "area_weight": 0.2694}
{"county_geoid": "34027", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 26", "area_weight": 0.2232}
{"county_geoid": "34027", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 21", "area_weight": 0.0493}
{"county_geoid": "34027", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 25", "area_weight": 0.4577}
{"county_geoid": "34027", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 24", "area_weight": 0.2694}
{"county_geoid": "34027", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 26", "area_weight": 0.2232}
{"county_geoid": "34027", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 21", "area_weight": 0.0493}
{"county_geoid": "34029", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 4", "area_weight": 0.5266}
{"county_geoid": "34029", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 2", "area_weight": 0.2985}
{"county_geoid": "34029", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 9", "area_weight": 0.5375}
{"county_geoid": "34029", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 12", "area_weight": 0.1536}
{"county_geoid": "34029", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 10", "area_weight": 0.1059}
{"county_geoid": "34029", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 30", "area_weight": 0.0275}
{"county_geoid": "34029", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 9", "area_weight": 0.5375}
{"county_geoid": "34029", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 12", "area_weight": 0.1536}
{"county_geoid": "34029", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 10", "area_weight": 0.1059}
{"county_geoid": "34029", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 30", "area_weight": 0.0275}
{"county_geoid": "34031", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 5", "area_weight": 0.6438}
{"county_geoid": "34031", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 9", "area_weight": 0.2178}
{"county_geoid": "34031", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 11", "area_weight": 0.138}
{"county_geoid": "34031", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 25", "area_weight": 0.4092}
{"county_geoid": "34031", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 26", "area_weight": 0.2532}
{"county_geoid": "34031", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 40", "area_weight": 0.1936}
{"county_geoid": "34031", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 35", "area_weight": 0.07}
{"county_geoid": "34031", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 27", "area_weight": 0.0574}
{"county_geoid": "34031", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 36", "area_weight": 0.0163}
{"county_geoid": "34031", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 25", "area_weight": 0.4092}
{"county_geoid": "34031", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 26", "area_weight": 0.2532}
{"county_geoid": "34031", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 40", "area_weight": 0.1936}
{"county_geoid": "34031", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 35", "area_weight": 0.07}
{"county_geoid": "34031", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 27", "area_weight": 0.0574}
{"county_geoid": "34031", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 36", "area_weight": 0.0163}
{"county_geoid": "34033", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 2", "area_weight": 0.9354}
{"county_geoid": "34033", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 3", "area_weight": 0.9352}
{"county_geoid": "34033", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 3", "area_weight": 0.9352}
{"county_geoid": "34035", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 7", "area_weight": 0.5909}
{"county_geoid": "34035", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 12", "area_weight": 0.4087}
{"county_geoid": "34035", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 16", "area_weight": 0.3578}
{"county_geoid": "34035", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 21", "area_weight": 0.2562}
{"county_geoid": "34035", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 23", "area_weight": 0.2208}
{"county_geoid": "34035", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 17", "area_weight": 0.1559}
{"county_geoid": "34035", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 22", "area_weight": 0.0093}
{"county_geoid": "34035", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 16", "area_weight": 0.3578}
{"county_geoid": "34035", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 21", "area_weight": 0.2562}
{"county_geoid": "34035", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 23", "area_weight": 0.2208}
{"county_geoid": "34035", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 17", "area_weight": 0.1559}
{"county_geoid": "34035", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 22", "area_weight": 0.0093}
{"county_geoid": "34037", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 5", "area_weight": 0.6882}
{"county_geoid": "34037", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 7", "area_weight": 0.3108}
{"county_geoid": "34037", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 24", "area_weight": 0.9993}
{"county_geoid": "34037", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 24", "area_weight": 0.9993}
{"county_geoid": "34039", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 7", "area_weight": 0.561}
{"county_geoid": "34039", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 10", "area_weight": 0.2478}
{"county_geoid": "34039", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 8", "area_weight": 0.1284}
{"county_geoid": "34039", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 12", "area_weight": 0.0569}
{"county_geoid": "34039", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 22", "area_weight": 0.4005}
{"county_geoid": "34039", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 21", "area_weight": 0.3096}
{"county_geoid": "34039", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 20", "area_weight": 0.2508}
{"county_geoid": "34039", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 28", "area_weight": 0.0265}
{"county_geoid": "34039", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 22", "area_weight": 0.4005}
{"county_geoid": "34039", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 21", "area_weight": 0.3096}
{"county_geoid": "34039", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 20", "area_weight": 0.2508}
{"county_geoid": "34039", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 28", "area_weight": 0.0265}
{"county_geoid": "34041", "type": "CD", "district_state": "NJ", "district_label": "Congressional District 7", "area_weight": 0.999}
{"county_geoid": "34041", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 23", "area_weight": 0.8884}
{"county_geoid": "34041", "type": "SH", "district_state": "NJ", "district_label": "NJ State House of Representatives District 24", "area_weight": 0.1112}
{"county_geoid": "34041", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 23", "area_weight": 0.8884}
{"county_geoid": "34041", "type": "SS", "district_state": "NJ", "district_label": "NJ State Senate District 24", "area_weight": 0.1112}
{"county_geoid": "35001", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 0.5453}
{"county_geoid": "35001", "type": "CD", "district_state": "NM", "district_label": "Congressional District 1", "area_weight": 0.4547}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 69", "area_weight": 0.3099}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 22", "area_weight": 0.2493}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 29", "area_weight": 0.1204}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 10", "area_weight": 0.1128}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 26", "area_weight": 0.0607}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 20", "area_weight": 0.0169}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 31", "area_weight": 0.0163}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 15", "area_weight": 0.0153}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 11", "area_weight": 0.0103}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 12", "area_weight": 0.0084}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 17", "area_weight": 0.0079}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 68", "area_weight": 0.0076}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 14", "area_weight": 0.007}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 16", "area_weight": 0.0063}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 18", "area_weight": 0.0061}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 44", "area_weight": 0.006}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 28", "area_weight": 0.0056}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 25", "area_weight": 0.0056}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 27", "area_weight": 0.0055}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 24", "area_weight": 0.0052}
{"county_geoid": "35001", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 21", "area_weight": 0.005}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 19", "area_weight": 0.2521}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 30", "area_weight": 0.1988}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 22", "area_weight": 0.1734}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 23", "area_weight": 0.1258}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 14", "area_weight": 0.0855}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 16", "area_weight": 0.0336}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 20", "area_weight": 0.0255}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 10", "area_weight": 0.0253}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 13", "area_weight": 0.0168}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 21", "area_weight": 0.014}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 15", "area_weight": 0.0097}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 26", "area_weight": 0.0094}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 11", "area_weight": 0.0093}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 18", "area_weight": 0.0081}
{"county_geoid": "35001", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 17", "area_weight": 0.0067}
{"county_geoid": "35003", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "35003", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 49", "area_weight": 0.8835}
{"county_geoid": "35003", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 39", "area_weight": 0.1163}
{"county_geoid": "35003", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 35", "area_weight": 0.9998}
{"county_geoid": "35005", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 0.4537}
{"county_geoid": "35005", "type": "CD", "district_state": "NM", "district_label": "Congressional District 1", "area_weight": 0.3518}
{"county_geoid": "35005", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 0.1945}
{"county_geoid": "35005", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 64", "area_weight": 0.3283}
{"county_geoid": "35005", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 66", "area_weight": 0.2528}
{"county_geoid": "35005", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 54", "area_weight": 0.1944}
{"county_geoid": "35005", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 58", "area_weight": 0.1843}
{"county_geoid": "35005", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 59", "area_weight": 0.04}
{"county_geoid": "35005", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 27", "area_weight": 0.5169}
{"county_geoid": "35005", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 32", "area_weight": 0.3267}
{"county_geoid": "35005", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 42", "area_weight": 0.0897}
{"county_geoid": "35005", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 33", "area_weight": 0.0667}
{"county_geoid": "35006", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "35006", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 6", "area_weight": 0.5546}
{"county_geoid": "35006", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 69", "area_weight": 0.4454}
{"county_geoid": "35006", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 30", "area_weight": 0.6872}
{"county_geoid": "35006", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 4", "area_weight": 0.3127}
{"county_geoid": "35007", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "35007", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 40", "area_weight": 0.8298}
{"county_geoid": "35007", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 67", "area_weight": 0.1701}
{"county_geoid": "35007", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "35009", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "35009", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 67", "area_weight": 0.5139}
{"county_geoid": "35009", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 63", "area_weight": 0.3246}
{"county_geoid": "35009", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 64", "area_weight": 0.1614}
{"county_geoid": "35009", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 7", "area_weight": 0.8643}
{"county_geoid": "35009", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 27", "area_weight": 0.1357}
{"county_geoid": "35011", "type": "CD", "district_state": "NM", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "35011", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 63", "area_weight": 0.9998}
{"county_geoid": "35011", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "35013", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "35013", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 38", "area_weight": 0.3144}
{"county_geoid": "35013", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 34", "area_weight": 0.2808}
{"county_geoid": "35013", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 36", "area_weight": 0.1175}
{"county_geoid": "35013", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 53", "area_weight": 0.1132}
{"county_geoid": "35013", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 32", "area_weight": 0.0844}
{"county_geoid": "35013", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 33", "area_weight": 0.0473}
{"county_geoid": "35013", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 52", "area_weight": 0.0363}
{"county_geoid": "35013", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 35", "area_weight": 0.4202}
{"county_geoid": "35013", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 38", "area_weight": 0.3221}
{"county_geoid": "35013", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 37", "area_weight": 0.1053}
{"county_geoid": "35013", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 36", "area_weight": 0.1014}
{"county_geoid": "35013", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 31", "area_weight": 0.051}
{"county_geoid": "35015", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 0.9211}
{"county_geoid": "35015", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 0.0787}
{"county_geoid": "35015", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 66", "area_weight": 0.3391}
{"county_geoid": "35015", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 54", "area_weight": 0.3308}
{"county_geoid": "35015", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 55", "area_weight": 0.3301}
{"county_geoid": "35015", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 34", "area_weight": 0.4535}
{"county_geoid": "35015", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 42", "area_weight": 0.305}
{"county_geoid": "35015", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 41", "area_weight": 0.1839}
{"county_geoid": "35015", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 32", "area_weight": 0.0576}
{"county_geoid": "35017", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "35017", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 39", "area_weight": 0.9996}
{"county_geoid": "35017", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 35", "area_weight": 0.6093}
{"county_geoid": "35017", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 28", "area_weight": 0.3905}
{"county_geoid": "35019", "type": "CD", "district_state": "NM", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "35019", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 63", "area_weight": 0.9999}
{"county_geoid": "35019", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "35021", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "35021", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 67", "area_weight": 0.9999}
{"county_geoid": "35021", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 8", "area_weight": 0.9596}
{"county_geoid": "35021", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 7", "area_weight": 0.0404}
{"county_geoid": "35023", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 0.9994}
{"county_geoid": "35023", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 32", "area_weight": 0.9547}
{"county_geoid": "35023", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 39", "area_weight": 0.0447}
{"county_geoid": "35023", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 28", "area_weight": 0.9548}
{"county_geoid": "35023", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 35", "area_weight": 0.0446}
{"county_geoid": "35025", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 0.5346}
{"county_geoid": "35025", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 0.4653}
{"county_geoid": "35025", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 66", "area_weight": 0.4043}
{"county_geoid": "35025", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 55", "area_weight": 0.3188}
{"county_geoid": "35025", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 61", "area_weight": 0.2255}
{"county_geoid": "35025", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 62", "area_weight": 0.0513}
{"county_geoid": "35025", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 41", "area_weight": 0.5444}
{"county_geoid": "35025", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 27", "area_weight": 0.272}
{"county_geoid": "35025", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 42", "area_weight": 0.1835}
{"county_geoid": "35027", "type": "CD", "district_state": "NM", "district_label": "Congressional District 1", "area_weight": 0.9995}
{"county_geoid": "35027", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 56", "area_weight": 0.9998}
{"county_geoid": "35027", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 33", "area_weight": 0.9998}
{"county_geoid": "35028", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "35028", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 43", "area_weight": 0.9998}
{"county_geoid": "35028", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 5", "area_weight": 0.5712}
{"county_geoid": "35028", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 6", "area_weight": 0.4283}
{"county_geoid": "35029", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "35029", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 32", "area_weight": 0.9998}
{"county_geoid": "35029", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 28", "area_weight": 0.7165}
{"county_geoid": "35029", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 35", "area_weight": 0.2833}
{"county_geoid": "35031", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 0.9209}
{"county_geoid": "35031", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 0.079}
{"county_geoid": "35031", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 69", "area_weight": 0.3573}
{"county_geoid": "35031", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 6", "area_weight": 0.2659}
{"county_geoid": "35031", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 5", "area_weight": 0.2359}
{"county_geoid": "35031", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 9", "area_weight": 0.1407}
{"county_geoid": "35031", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 22", "area_weight": 0.4918}
{"county_geoid": "35031", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 4", "area_weight": 0.2898}
{"county_geoid": "35031", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 3", "area_weight": 0.1572}
{"county_geoid": "35031", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 30", "area_weight": 0.0612}
{"county_geoid": "35033", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "35033", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 40", "area_weight": 0.9998}
{"county_geoid": "35033", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 8", "area_weight": 1.0}
{"county_geoid": "35035", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 0.9168}
{"county_geoid": "35035", "type": "CD", "district_state": "NM", "district_label": "Congressional District 1", "area_weight": 0.0831}
{"county_geoid": "35035", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 54", "area_weight": 0.7369}
{"county_geoid": "35035", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 56", "area_weight": 0.2481}
{"county_geoid": "35035", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 51", "area_weight": 0.0099}
{"county_geoid": "35035", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 34", "area_weight": 0.7894}
{"county_geoid": "35035", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 33", "area_weight": 0.2091}
{"county_geoid": "35037", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "35037", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 67", "area_weight": 0.9999}
{"county_geoid": "35037", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 7", "area_weight": 0.897}
{"county_geoid": "35037", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 8", "area_weight": 0.103}
{"county_geoid": "35039", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "35039", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 41", "area_weight": 0.6451}
{"county_geoid": "35039", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 65", "area_weight": 0.3071}
{"county_geoid": "35039", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 40", "area_weight": 0.0477}
{"county_geoid": "35039", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 22", "area_weight": 0.5754}
{"county_geoid": "35039", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 5", "area_weight": 0.3952}
{"county_geoid": "35039", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 6", "area_weight": 0.0294}
{"county_geoid": "35041", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "35041", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 64", "area_weight": 0.7273}
{"county_geoid": "35041", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 63", "area_weight": 0.2727}
{"county_geoid": "35041", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "35043", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 0.8966}
{"county_geoid": "35043", "type": "CD", "district_state": "NM", "district_label": "Congressional District 1", "area_weight": 0.1034}
{"county_geoid": "35043", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 65", "area_weight": 0.6133}
{"county_geoid": "35043", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 43", "area_weight": 0.1975}
{"county_geoid": "35043", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 41", "area_weight": 0.0569}
{"county_geoid": "35043", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 57", "area_weight": 0.0539}
{"county_geoid": "35043", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 50", "area_weight": 0.045}
{"county_geoid": "35043", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 60", "area_weight": 0.024}
{"county_geoid": "35043", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 22", "area_weight": 0.8527}
{"county_geoid": "35043", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 40", "area_weight": 0.0779}
{"county_geoid": "35043", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 9", "area_weight": 0.0384}
{"county_geoid": "35043", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 19", "area_weight": 0.0279}
{"county_geoid": "35045", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "35045", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 4", "area_weight": 0.2766}
{"county_geoid": "35045", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 65", "area_weight": 0.2214}
{"county_geoid": "35045", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 5", "area_weight": 0.2213}
{"county_geoid": "35045", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 3", "area_weight": 0.1428}
{"county_geoid": "35045", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 1", "area_weight": 0.0644}
{"county_geoid": "35045", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 69", "area_weight": 0.0565}
{"county_geoid": "35045", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 2", "area_weight": 0.017}
{"county_geoid": "35045", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 3", "area_weight": 0.3678}
{"county_geoid": "35045", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 22", "area_weight": 0.2778}
{"county_geoid": "35045", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 4", "area_weight": 0.1686}
{"county_geoid": "35045", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 2", "area_weight": 0.1555}
{"county_geoid": "35045", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 1", "area_weight": 0.0302}
{"county_geoid": "35047", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "35047", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 70", "area_weight": 0.7044}
{"county_geoid": "35047", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 67", "area_weight": 0.2257}
{"county_geoid": "35047", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 40", "area_weight": 0.0596}
{"county_geoid": "35047", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 63", "area_weight": 0.0102}
{"county_geoid": "35047", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 8", "area_weight": 0.8038}
{"county_geoid": "35047", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 39", "area_weight": 0.1962}
{"county_geoid": "35049", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 0.9333}
{"county_geoid": "35049", "type": "CD", "district_state": "NM", "district_label": "Congressional District 1", "area_weight": 0.0667}
{"county_geoid": "35049", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 50", "area_weight": 0.5389}
{"county_geoid": "35049", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 46", "area_weight": 0.2504}
{"county_geoid": "35049", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 47", "area_weight": 0.1256}
{"county_geoid": "35049", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 43", "area_weight": 0.0736}
{"county_geoid": "35049", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 45", "area_weight": 0.0066}
{"county_geoid": "35049", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 39", "area_weight": 0.3573}
{"county_geoid": "35049", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 19", "area_weight": 0.2597}
{"county_geoid": "35049", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 25", "area_weight": 0.218}
{"county_geoid": "35049", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 6", "area_weight": 0.1534}
{"county_geoid": "35049", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 24", "area_weight": 0.0078}
{"county_geoid": "35051", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "35051", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 38", "area_weight": 0.5307}
{"county_geoid": "35051", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 49", "area_weight": 0.4692}
{"county_geoid": "35051", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 35", "area_weight": 0.9998}
{"county_geoid": "35053", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "35053", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 49", "area_weight": 0.7078}
{"county_geoid": "35053", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 38", "area_weight": 0.2217}
{"county_geoid": "35053", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 69", "area_weight": 0.0705}
{"county_geoid": "35053", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 35", "area_weight": 0.7071}
{"county_geoid": "35053", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 29", "area_weight": 0.1652}
{"county_geoid": "35053", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 30", "area_weight": 0.1277}
{"county_geoid": "35055", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "35055", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 42", "area_weight": 0.6684}
{"county_geoid": "35055", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 41", "area_weight": 0.3267}
{"county_geoid": "35055", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 6", "area_weight": 0.8054}
{"county_geoid": "35055", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 8", "area_weight": 0.1946}
{"county_geoid": "35057", "type": "CD", "district_state": "NM", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "35057", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 70", "area_weight": 0.5304}
{"county_geoid": "35057", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 22", "area_weight": 0.4695}
{"county_geoid": "35057", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 39", "area_weight": 0.9236}
{"county_geoid": "35057", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 19", "area_weight": 0.0763}
{"county_geoid": "35059", "type": "CD", "district_state": "NM", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "35059", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 67", "area_weight": 0.9998}
{"county_geoid": "35059", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 7", "area_weight": 0.9998}
{"county_geoid": "35061", "type": "CD", "district_state": "NM", "district_label": "Congressional District 2", "area_weight": 0.6917}
{"county_geoid": "35061", "type": "CD", "district_state": "NM", "district_label": "Congressional District 1", "area_weight": 0.3083}
{"county_geoid": "35061", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 49", "area_weight": 0.6106}
{"county_geoid": "35061", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 69", "area_weight": 0.2457}
{"county_geoid": "35061", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 7", "area_weight": 0.094}
{"county_geoid": "35061", "type": "SH", "district_state": "NM", "district_label": "NM State House of Representatives District 8", "area_weight": 0.0496}
{"county_geoid": "35061", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 30", "area_weight": 0.6096}
{"county_geoid": "35061", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 39", "area_weight": 0.2607}
{"county_geoid": "35061", "type": "SS", "district_state": "NM", "district_label": "NM State Senate District 29", "area_weight": 0.1297}
{"county_geoid": "36001", "type": "CD", "district_state": "NY", "district_label": "Congressional District 20", "area_weight": 0.9992}
{"county_geoid": "36001", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 102", "area_weight": 0.5542}
{"county_geoid": "36001", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 109", "area_weight": 0.2333}
{"county_geoid": "36001", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 110", "area_weight": 0.1357}
{"county_geoid": "36001", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 107", "area_weight": 0.0643}
{"county_geoid": "36001", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 108", "area_weight": 0.0125}
{"county_geoid": "36001", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 46", "area_weight": 0.8788}
{"county_geoid": "36001", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 43", "area_weight": 0.1211}
{"county_geoid": "36003", "type": "CD", "district_state": "NY", "district_label": "Congressional District 23", "area_weight": 0.9995}
{"county_geoid": "36003", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 148", "area_weight": 0.9997}
{"county_geoid": "36003", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 57", "area_weight": 0.5935}
{"county_geoid": "36003", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 58", "area_weight": 0.4062}
{"county_geoid": "36005", "type": "CD", "district_state": "NY", "district_label": "Congressional District 14", "area_weight": 0.4291}
{"county_geoid": "36005", "type": "CD", "district_state": "NY", "district_label": "Congressional District 15", "area_weight": 0.3455}
{"county_geoid": "36005", "type": "CD", "district_state": "NY", "district_label": "Congressional District 13", "area_weight": 0.0495}
{"county_geoid": "36005", "type": "CD", "district_state": "NY", "district_label": "Congressional District 16", "area_weight": 0.0394}
{"county_geoid": "36005", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 82", "area_weight": 0.2064}
{"county_geoid": "36005", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 81", "area_weight": 0.1392}
{"county_geoid": "36005", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 85", "area_weight": 0.104}
{"county_geoid": "36005", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 84", "area_weight": 0.069}
{"county_geoid": "36005", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 83", "area_weight": 0.0649}
{"county_geoid": "36005", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 80", "area_weight": 0.0639}
{"county_geoid": "36005", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 87", "area_weight": 0.0476}
{"county_geoid": "36005", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 78", "area_weight": 0.039}
{"county_geoid": "36005", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 79", "area_weight": 0.0363}
{"county_geoid": "36005", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 86", "area_weight": 0.0288}
{"county_geoid": "36005", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 77", "area_weight": 0.0288}
{"county_geoid": "36005", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 34", "area_weight": 0.2541}
{"county_geoid": "36005", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 33", "area_weight": 0.188}
{"county_geoid": "36005", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 29", "area_weight": 0.1281}
{"county_geoid": "36005", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 36", "area_weight": 0.1216}
{"county_geoid": "36005", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 32", "area_weight": 0.0812}
{"county_geoid": "36005", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 31", "area_weight": 0.0376}
{"county_geoid": "36005", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 11", "area_weight": 0.0176}
{"county_geoid": "36007", "type": "CD", "district_state": "NY", "district_label": "Congressional District 19", "area_weight": 0.9986}
{"county_geoid": "36007", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 121", "area_weight": 0.5824}
{"county_geoid": "36007", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 124", "area_weight": 0.2224}
{"county_geoid": "36007", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 123", "area_weight": 0.1391}
{"county_geoid": "36007", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 131", "area_weight": 0.0558}
{"county_geoid": "36007", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 51", "area_weight": 0.5509}
{"county_geoid": "36007", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 52", "area_weight": 0.4487}
{"county_geoid": "36009", "type": "CD", "district_state": "NY", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "36009", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 148", "area_weight": 0.9998}
{"county_geoid": "36009", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 57", "area_weight": 0.9999}
{"county_geoid": "36011", "type": "CD", "district_state": "NY", "district_label": "Congressional District 22", "area_weight": 0.5042}
{"county_geoid": "36011", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.3459}
{"county_geoid": "36011", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 131", "area_weight": 0.4928}
{"county_geoid": "36011", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 126", "area_weight": 0.2219}
{"county_geoid": "36011", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 120", "area_weight": 0.1354}
{"county_geoid": "36011", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 48", "area_weight": 0.8501}
{"county_geoid": "36013", "type": "CD", "district_state": "NY", "district_label": "Congressional District 23", "area_weight": 0.7216}
{"county_geoid": "36013", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 150", "area_weight": 0.722}
{"county_geoid": "36013", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 57", "area_weight": 0.722}
{"county_geoid": "36015", "type": "CD", "district_state": "NY", "district_label": "Congressional District 23", "area_weight": 0.9998}
{"county_geoid": "36015", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 124", "area_weight": 0.6037}
{"county_geoid": "36015", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 132", "area_weight": 0.3961}
{"county_geoid": "36015", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 58", "area_weight": 0.9998}
{"county_geoid": "36017", "type": "CD", "district_state": "NY", "district_label": "Congressional District 19", "area_weight": 0.9997}
{"county_geoid": "36017", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 121", "area_weight": 0.7205}
{"county_geoid": "36017", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 131", "area_weight": 0.2795}
{"county_geoid": "36017", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 53", "area_weight": 0.5865}
{"county_geoid": "36017", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 51", "area_weight": 0.4134}
{"county_geoid": "36019", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 0.9997}
{"county_geoid": "36019", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 115", "area_weight": 0.9997}
{"county_geoid": "36019", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 45", "area_weight": 0.9998}
{"county_geoid": "36021", "type": "CD", "district_state": "NY", "district_label": "Congressional District 19", "area_weight": 0.9998}
{"county_geoid": "36021", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 106", "area_weight": 0.8146}
{"county_geoid": "36021", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 107", "area_weight": 0.1854}
{"county_geoid": "36021", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 41", "area_weight": 1.0}
{"county_geoid": "36023", "type": "CD", "district_state": "NY", "district_label": "Congressional District 19", "area_weight": 0.5163}
{"county_geoid": "36023", "type": "CD", "district_state": "NY", "district_label": "Congressional District 22", "area_weight": 0.4837}
{"county_geoid": "36023", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 131", "area_weight": 0.7001}
{"county_geoid": "36023", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 125", "area_weight": 0.2999}
{"county_geoid": "36023", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 52", "area_weight": 0.9999}
{"county_geoid": "36025", "type": "CD", "district_state": "NY", "district_label": "Congressional District 19", "area_weight": 0.9999}
{"county_geoid": "36025", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 102", "area_weight": 0.4777}
{"county_geoid": "36025", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 101", "area_weight": 0.3492}
{"county_geoid": "36025", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 121", "area_weight": 0.1731}
{"county_geoid": "36025", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 51", "area_weight": 1.0}
{"county_geoid": "36027", "type": "CD", "district_state": "NY", "district_label": "Congressional District 18", "area_weight": 0.8628}
{"county_geoid": "36027", "type": "CD", "district_state": "NY", "district_label": "Congressional District 17", "area_weight": 0.1369}
{"county_geoid": "36027", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 105", "area_weight": 0.4471}
{"county_geoid": "36027", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 106", "area_weight": 0.441}
{"county_geoid": "36027", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 103", "area_weight": 0.097}
{"county_geoid": "36027", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 104", "area_weight": 0.0148}
{"county_geoid": "36027", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 41", "area_weight": 0.6214}
{"county_geoid": "36027", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 39", "area_weight": 0.3785}
{"county_geoid": "36029", "type": "CD", "district_state": "NY", "district_label": "Congressional District 23", "area_weight": 0.6867}
{"county_geoid": "36029", "type": "CD", "district_state": "NY", "district_label": "Congressional District 26", "area_weight": 0.1718}
{"county_geoid": "36029", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 147", "area_weight": 0.4979}
{"county_geoid": "36029", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 144", "area_weight": 0.1088}
{"county_geoid": "36029", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 142", "area_weight": 0.0448}
{"county_geoid": "36029", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 149", "area_weight": 0.0444}
{"county_geoid": "36029", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 146", "area_weight": 0.0438}
{"county_geoid": "36029", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 143", "area_weight": 0.0334}
{"county_geoid": "36029", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 145", "area_weight": 0.0273}
{"county_geoid": "36029", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 140", "area_weight": 0.0225}
{"county_geoid": "36029", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 150", "area_weight": 0.0209}
{"county_geoid": "36029", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 141", "area_weight": 0.0139}
{"county_geoid": "36029", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 60", "area_weight": 0.7042}
{"county_geoid": "36029", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 61", "area_weight": 0.0989}
{"county_geoid": "36029", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 63", "area_weight": 0.0559}
{"county_geoid": "36031", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 0.9999}
{"county_geoid": "36031", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 114", "area_weight": 0.7361}
{"county_geoid": "36031", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 115", "area_weight": 0.2638}
{"county_geoid": "36031", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 45", "area_weight": 0.9999}
{"county_geoid": "36033", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 0.9999}
{"county_geoid": "36033", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 115", "area_weight": 0.9999}
{"county_geoid": "36033", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 45", "area_weight": 0.9999}
{"county_geoid": "36035", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 0.9998}
{"county_geoid": "36035", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 118", "area_weight": 0.8112}
{"county_geoid": "36035", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 112", "area_weight": 0.1235}
{"county_geoid": "36035", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 114", "area_weight": 0.0653}
{"county_geoid": "36035", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 49", "area_weight": 0.9999}
{"county_geoid": "36037", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.9998}
{"county_geoid": "36037", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 139", "area_weight": 0.9999}
{"county_geoid": "36037", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 57", "area_weight": 0.9998}
{"county_geoid": "36039", "type": "CD", "district_state": "NY", "district_label": "Congressional District 19", "area_weight": 0.9985}
{"county_geoid": "36039", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 102", "area_weight": 0.9999}
{"county_geoid": "36039", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 41", "area_weight": 0.9999}
{"county_geoid": "36041", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 1.0}
{"county_geoid": "36041", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 118", "area_weight": 0.9999}
{"county_geoid": "36041", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 49", "area_weight": 0.9999}
{"county_geoid": "36043", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 0.9997}
{"county_geoid": "36043", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 118", "area_weight": 0.9633}
{"county_geoid": "36043", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 122", "area_weight": 0.0366}
{"county_geoid": "36043", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 49", "area_weight": 0.9394}
{"county_geoid": "36043", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 53", "area_weight": 0.0605}
{"county_geoid": "36045", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.5954}
{"county_geoid": "36045", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 0.1506}
{"county_geoid": "36045", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 116", "area_weight": 0.4559}
{"county_geoid": "36045", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 117", "area_weight": 0.1538}
{"county_geoid": "36045", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 120", "area_weight": 0.1135}
{"county_geoid": "36045", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 49", "area_weight": 0.7232}
{"county_geoid": "36047", "type": "CD", "district_state": "NY", "district_label": "Congressional District 8", "area_weight": 0.3938}
{"county_geoid": "36047", "type": "CD", "district_state": "NY", "district_label": "Congressional District 9", "area_weight": 0.1572}
{"county_geoid": "36047", "type": "CD", "district_state": "NY", "district_label": "Congressional District 10", "area_weight": 0.1192}
{"county_geoid": "36047", "type": "CD", "district_state": "NY", "district_label": "Congressional District 7", "area_weight": 0.108}
{"county_geoid": "36047", "type": "CD", "district_state": "NY", "district_label": "Congressional District 11", "area_weight": 0.0722}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 59", "area_weight": 0.198}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 60", "area_weight": 0.0524}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 46", "area_weight": 0.0478}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 51", "area_weight": 0.0471}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 45", "area_weight": 0.0376}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 41", "area_weight": 0.0371}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 52", "area_weight": 0.0357}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 58", "area_weight": 0.0347}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 44", "area_weight": 0.0347}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 50", "area_weight": 0.0314}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 54", "area_weight": 0.0299}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 53", "area_weight": 0.0297}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 48", "area_weight": 0.0267}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 47", "area_weight": 0.0256}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 55", "area_weight": 0.0256}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 49", "area_weight": 0.0243}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 56", "area_weight": 0.0238}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 57", "area_weight": 0.0232}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 42", "area_weight": 0.0231}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 43", "area_weight": 0.0219}
{"county_geoid": "36047", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 64", "area_weight": 0.0086}
{"county_geoid": "36047", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 19", "area_weight": 0.2287}
{"county_geoid": "36047", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 22", "area_weight": 0.0928}
{"county_geoid": "36047", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 26", "area_weight": 0.0901}
{"county_geoid": "36047", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 21", "area_weight": 0.0841}
{"county_geoid": "36047", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 17", "area_weight": 0.0639}
{"county_geoid": "36047", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 20", "area_weight": 0.0637}
{"county_geoid": "36047", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 18", "area_weight": 0.0637}
{"county_geoid": "36047", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 25", "area_weight": 0.0618}
{"county_geoid": "36047", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 23", "area_weight": 0.0515}
{"county_geoid": "36047", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 59", "area_weight": 0.0185}
{"county_geoid": "36049", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 0.9999}
{"county_geoid": "36049", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 117", "area_weight": 0.9999}
{"county_geoid": "36049", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 49", "area_weight": 1.0}
{"county_geoid": "36051", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.9998}
{"county_geoid": "36051", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 133", "area_weight": 0.9999}
{"county_geoid": "36051", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 54", "area_weight": 0.9999}
{"county_geoid": "36053", "type": "CD", "district_state": "NY", "district_label": "Congressional District 22", "area_weight": 0.998}
{"county_geoid": "36053", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 121", "area_weight": 0.3777}
{"county_geoid": "36053", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 122", "area_weight": 0.3696}
{"county_geoid": "36053", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 131", "area_weight": 0.1743}
{"county_geoid": "36053", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 127", "area_weight": 0.0784}
{"county_geoid": "36053", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 53", "area_weight": 0.9998}
{"county_geoid": "36055", "type": "CD", "district_state": "NY", "district_label": "Congressional District 25", "area_weight": 0.4861}
{"county_geoid": "36055", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 139", "area_weight": 0.1031}
{"county_geoid": "36055", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 135", "area_weight": 0.1}
{"county_geoid": "36055", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 134", "area_weight": 0.0938}
{"county_geoid": "36055", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 138", "area_weight": 0.0882}
{"county_geoid": "36055", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 136", "area_weight": 0.0319}
{"county_geoid": "36055", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 130", "area_weight": 0.0252}
{"county_geoid": "36055", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 133", "area_weight": 0.0224}
{"county_geoid": "36055", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 137", "area_weight": 0.0219}
{"county_geoid": "36055", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 62", "area_weight": 0.1384}
{"county_geoid": "36055", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 54", "area_weight": 0.1285}
{"county_geoid": "36055", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 55", "area_weight": 0.1188}
{"county_geoid": "36055", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 56", "area_weight": 0.1008}
{"county_geoid": "36057", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 0.7869}
{"county_geoid": "36057", "type": "CD", "district_state": "NY", "district_label": "Congressional District 20", "area_weight": 0.213}
{"county_geoid": "36057", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 118", "area_weight": 0.7853}
{"county_geoid": "36057", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 111", "area_weight": 0.2146}
{"county_geoid": "36057", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 46", "area_weight": 0.9999}
{"county_geoid": "36059", "type": "CD", "district_state": "NY", "district_label": "Congressional District 3", "area_weight": 0.363}
{"county_geoid": "36059", "type": "CD", "district_state": "NY", "district_label": "Congressional District 4", "area_weight": 0.2938}
{"county_geoid": "36059", "type": "CD", "district_state": "NY", "district_label": "Congressional District 2", "area_weight": 0.0507}
{"county_geoid": "36059", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 15", "area_weight": 0.1342}
{"county_geoid": "36059", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 14", "area_weight": 0.0974}
{"county_geoid": "36059", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 13", "area_weight": 0.0868}
{"county_geoid": "36059", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 16", "area_weight": 0.0777}
{"county_geoid": "36059", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 20", "area_weight": 0.0627}
{"county_geoid": "36059", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 19", "area_weight": 0.049}
{"county_geoid": "36059", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 17", "area_weight": 0.0407}
{"county_geoid": "36059", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 9", "area_weight": 0.0374}
{"county_geoid": "36059", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 21", "area_weight": 0.0371}
{"county_geoid": "36059", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 18", "area_weight": 0.0289}
{"county_geoid": "36059", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 22", "area_weight": 0.0269}
{"county_geoid": "36059", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 10", "area_weight": 0.0126}
{"county_geoid": "36059", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 7", "area_weight": 0.2699}
{"county_geoid": "36059", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 5", "area_weight": 0.1681}
{"county_geoid": "36059", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 9", "area_weight": 0.1062}
{"county_geoid": "36059", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 6", "area_weight": 0.0929}
{"county_geoid": "36059", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 8", "area_weight": 0.0567}
{"county_geoid": "36061", "type": "CD", "district_state": "NY", "district_label": "Congressional District 12", "area_weight": 0.3805}
{"county_geoid": "36061", "type": "CD", "district_state": "NY", "district_label": "Congressional District 13", "area_weight": 0.3591}
{"county_geoid": "36061", "type": "CD", "district_state": "NY", "district_label": "Congressional District 10", "area_weight": 0.2489}
{"county_geoid": "36061", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 71", "area_weight": 0.1267}
{"county_geoid": "36061", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 68", "area_weight": 0.1066}
{"county_geoid": "36061", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 75", "area_weight": 0.0944}
{"county_geoid": "36061", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 66", "area_weight": 0.0803}
{"county_geoid": "36061", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 74", "area_weight": 0.0789}
{"county_geoid": "36061", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 69", "area_weight": 0.0734}
{"county_geoid": "36061", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 67", "area_weight": 0.0706}
{"county_geoid": "36061", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 76", "area_weight": 0.0619}
{"county_geoid": "36061", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 70", "area_weight": 0.0557}
{"county_geoid": "36061", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 65", "area_weight": 0.0556}
{"county_geoid": "36061", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 72", "area_weight": 0.0555}
{"county_geoid": "36061", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 73", "area_weight": 0.0486}
{"county_geoid": "36061", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 61", "area_weight": 0.0264}
{"county_geoid": "36061", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 47", "area_weight": 0.1717}
{"county_geoid": "36061", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 28", "area_weight": 0.1535}
{"county_geoid": "36061", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 27", "area_weight": 0.1506}
{"county_geoid": "36061", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 31", "area_weight": 0.1485}
{"county_geoid": "36061", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 30", "area_weight": 0.1479}
{"county_geoid": "36061", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 29", "area_weight": 0.0838}
{"county_geoid": "36061", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 59", "area_weight": 0.0634}
{"county_geoid": "36061", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 26", "area_weight": 0.0164}
{"county_geoid": "36063", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.3643}
{"county_geoid": "36063", "type": "CD", "district_state": "NY", "district_label": "Congressional District 26", "area_weight": 0.0562}
{"county_geoid": "36063", "type": "CD", "district_state": "NY", "district_label": "Congressional District 23", "area_weight": 0.0454}
{"county_geoid": "36063", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 144", "area_weight": 0.2993}
{"county_geoid": "36063", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 145", "area_weight": 0.1593}
{"county_geoid": "36063", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 140", "area_weight": 0.0064}
{"county_geoid": "36063", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 62", "area_weight": 0.4656}
{"county_geoid": "36065", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 0.7246}
{"county_geoid": "36065", "type": "CD", "district_state": "NY", "district_label": "Congressional District 22", "area_weight": 0.2752}
{"county_geoid": "36065", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 117", "area_weight": 0.398}
{"county_geoid": "36065", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 122", "area_weight": 0.2846}
{"county_geoid": "36065", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 119", "area_weight": 0.1757}
{"county_geoid": "36065", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 118", "area_weight": 0.1417}
{"county_geoid": "36065", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 53", "area_weight": 0.9999}
{"county_geoid": "36067", "type": "CD", "district_state": "NY", "district_label": "Congressional District 22", "area_weight": 0.9982}
{"county_geoid": "36067", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 126", "area_weight": 0.5808}
{"county_geoid": "36067", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 127", "area_weight": 0.1832}
{"county_geoid": "36067", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 128", "area_weight": 0.1539}
{"county_geoid": "36067", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 129", "area_weight": 0.0818}
{"county_geoid": "36067", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 48", "area_weight": 0.6981}
{"county_geoid": "36067", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 50", "area_weight": 0.3018}
{"county_geoid": "36069", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.923}
{"county_geoid": "36069", "type": "CD", "district_state": "NY", "district_label": "Congressional District 25", "area_weight": 0.077}
{"county_geoid": "36069", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 131", "area_weight": 0.5029}
{"county_geoid": "36069", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 133", "area_weight": 0.4969}
{"county_geoid": "36069", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 54", "area_weight": 0.9998}
{"county_geoid": "36071", "type": "CD", "district_state": "NY", "district_label": "Congressional District 18", "area_weight": 0.9986}
{"county_geoid": "36071", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 98", "area_weight": 0.4172}
{"county_geoid": "36071", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 101", "area_weight": 0.2659}
{"county_geoid": "36071", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 99", "area_weight": 0.1737}
{"county_geoid": "36071", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 100", "area_weight": 0.0812}
{"county_geoid": "36071", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 104", "area_weight": 0.0618}
{"county_geoid": "36071", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 42", "area_weight": 0.8767}
{"county_geoid": "36071", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 39", "area_weight": 0.123}
{"county_geoid": "36073", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.4794}
{"county_geoid": "36073", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 139", "area_weight": 0.4796}
{"county_geoid": "36073", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 62", "area_weight": 0.4796}
{"county_geoid": "36075", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.7737}
{"county_geoid": "36075", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 120", "area_weight": 0.7757}
{"county_geoid": "36075", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 49", "area_weight": 0.3987}
{"county_geoid": "36075", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 50", "area_weight": 0.3771}
{"county_geoid": "36077", "type": "CD", "district_state": "NY", "district_label": "Congressional District 19", "area_weight": 0.9987}
{"county_geoid": "36077", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 102", "area_weight": 0.3904}
{"county_geoid": "36077", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 122", "area_weight": 0.3142}
{"county_geoid": "36077", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 121", "area_weight": 0.2633}
{"county_geoid": "36077", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 118", "area_weight": 0.0321}
{"county_geoid": "36077", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 51", "area_weight": 0.9998}
{"county_geoid": "36079", "type": "CD", "district_state": "NY", "district_label": "Congressional District 17", "area_weight": 0.9986}
{"county_geoid": "36079", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 94", "area_weight": 0.7905}
{"county_geoid": "36079", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 95", "area_weight": 0.2094}
{"county_geoid": "36079", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 40", "area_weight": 0.6171}
{"county_geoid": "36079", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 39", "area_weight": 0.3828}
{"county_geoid": "36081", "type": "CD", "district_state": "NY", "district_label": "Congressional District 5", "area_weight": 0.3164}
{"county_geoid": "36081", "type": "CD", "district_state": "NY", "district_label": "Congressional District 6", "area_weight": 0.1441}
{"county_geoid": "36081", "type": "CD", "district_state": "NY", "district_label": "Congressional District 3", "area_weight": 0.0887}
{"county_geoid": "36081", "type": "CD", "district_state": "NY", "district_label": "Congressional District 14", "area_weight": 0.0782}
{"county_geoid": "36081", "type": "CD", "district_state": "NY", "district_label": "Congressional District 7", "area_weight": 0.066}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 31", "area_weight": 0.1103}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 23", "area_weight": 0.0892}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 27", "area_weight": 0.0595}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 26", "area_weight": 0.0584}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 25", "area_weight": 0.0369}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 33", "area_weight": 0.0351}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 29", "area_weight": 0.0344}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 37", "area_weight": 0.0321}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 24", "area_weight": 0.0318}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 28", "area_weight": 0.0289}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 35", "area_weight": 0.0272}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 38", "area_weight": 0.0246}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 32", "area_weight": 0.0243}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 34", "area_weight": 0.0226}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 40", "area_weight": 0.0185}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 36", "area_weight": 0.0178}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 30", "area_weight": 0.0164}
{"county_geoid": "36081", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 39", "area_weight": 0.0105}
{"county_geoid": "36081", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 10", "area_weight": 0.2053}
{"county_geoid": "36081", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 11", "area_weight": 0.1417}
{"county_geoid": "36081", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 16", "area_weight": 0.0827}
{"county_geoid": "36081", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 14", "area_weight": 0.0738}
{"county_geoid": "36081", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 15", "area_weight": 0.057}
{"county_geoid": "36081", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 12", "area_weight": 0.0569}
{"county_geoid": "36081", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 13", "area_weight": 0.0268}
{"county_geoid": "36081", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 59", "area_weight": 0.0187}
{"county_geoid": "36081", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 18", "area_weight": 0.008}
{"county_geoid": "36081", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 19", "area_weight": 0.0076}
{"county_geoid": "36083", "type": "CD", "district_state": "NY", "district_label": "Congressional District 19", "area_weight": 0.6729}
{"county_geoid": "36083", "type": "CD", "district_state": "NY", "district_label": "Congressional District 20", "area_weight": 0.3266}
{"county_geoid": "36083", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 107", "area_weight": 0.913}
{"county_geoid": "36083", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 108", "area_weight": 0.0867}
{"county_geoid": "36083", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 43", "area_weight": 0.9997}
{"county_geoid": "36085", "type": "CD", "district_state": "NY", "district_label": "Congressional District 11", "area_weight": 0.6033}
{"county_geoid": "36085", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 62", "area_weight": 0.1966}
{"county_geoid": "36085", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 63", "area_weight": 0.182}
{"county_geoid": "36085", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 64", "area_weight": 0.1188}
{"county_geoid": "36085", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 61", "area_weight": 0.0638}
{"county_geoid": "36085", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 24", "area_weight": 0.4442}
{"county_geoid": "36085", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 23", "area_weight": 0.117}
{"county_geoid": "36087", "type": "CD", "district_state": "NY", "district_label": "Congressional District 17", "area_weight": 0.9999}
{"county_geoid": "36087", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 96", "area_weight": 0.39}
{"county_geoid": "36087", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 97", "area_weight": 0.2268}
{"county_geoid": "36087", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 98", "area_weight": 0.2241}
{"county_geoid": "36087", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 99", "area_weight": 0.159}
{"county_geoid": "36087", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 38", "area_weight": 0.8409}
{"county_geoid": "36087", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 40", "area_weight": 0.159}
{"county_geoid": "36089", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 0.9995}
{"county_geoid": "36089", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 117", "area_weight": 0.6732}
{"county_geoid": "36089", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 116", "area_weight": 0.3265}
{"county_geoid": "36089", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 45", "area_weight": 0.6076}
{"county_geoid": "36089", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 49", "area_weight": 0.3923}
{"county_geoid": "36091", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 0.5792}
{"county_geoid": "36091", "type": "CD", "district_state": "NY", "district_label": "Congressional District 20", "area_weight": 0.4208}
{"county_geoid": "36091", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 114", "area_weight": 0.3604}
{"county_geoid": "36091", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 112", "area_weight": 0.3227}
{"county_geoid": "36091", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 113", "area_weight": 0.3081}
{"county_geoid": "36091", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 108", "area_weight": 0.0087}
{"county_geoid": "36091", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 44", "area_weight": 0.9998}
{"county_geoid": "36093", "type": "CD", "district_state": "NY", "district_label": "Congressional District 20", "area_weight": 0.9962}
{"county_geoid": "36093", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 111", "area_weight": 0.6815}
{"county_geoid": "36093", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 112", "area_weight": 0.2325}
{"county_geoid": "36093", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 110", "area_weight": 0.0859}
{"county_geoid": "36093", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 46", "area_weight": 0.8756}
{"county_geoid": "36093", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 44", "area_weight": 0.1242}
{"county_geoid": "36095", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 0.9976}
{"county_geoid": "36095", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 102", "area_weight": 0.9999}
{"county_geoid": "36095", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 51", "area_weight": 0.9999}
{"county_geoid": "36097", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.5245}
{"county_geoid": "36097", "type": "CD", "district_state": "NY", "district_label": "Congressional District 23", "area_weight": 0.4751}
{"county_geoid": "36097", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 132", "area_weight": 0.9999}
{"county_geoid": "36097", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 58", "area_weight": 0.9999}
{"county_geoid": "36099", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.9994}
{"county_geoid": "36099", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 132", "area_weight": 0.545}
{"county_geoid": "36099", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 131", "area_weight": 0.4549}
{"county_geoid": "36099", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 58", "area_weight": 0.9998}
{"county_geoid": "36101", "type": "CD", "district_state": "NY", "district_label": "Congressional District 23", "area_weight": 0.7752}
{"county_geoid": "36101", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.2247}
{"county_geoid": "36101", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 132", "area_weight": 0.5974}
{"county_geoid": "36101", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 148", "area_weight": 0.2039}
{"county_geoid": "36101", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 133", "area_weight": 0.1987}
{"county_geoid": "36101", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 58", "area_weight": 0.9999}
{"county_geoid": "36103", "type": "CD", "district_state": "NY", "district_label": "Congressional District 1", "area_weight": 0.34}
{"county_geoid": "36103", "type": "CD", "district_state": "NY", "district_label": "Congressional District 2", "area_weight": 0.1378}
{"county_geoid": "36103", "type": "CD", "district_state": "NY", "district_label": "Congressional District 3", "area_weight": 0.011}
{"county_geoid": "36103", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 1", "area_weight": 0.1679}
{"county_geoid": "36103", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 2", "area_weight": 0.0715}
{"county_geoid": "36103", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 7", "area_weight": 0.0576}
{"county_geoid": "36103", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 3", "area_weight": 0.0344}
{"county_geoid": "36103", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 8", "area_weight": 0.0268}
{"county_geoid": "36103", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 12", "area_weight": 0.0244}
{"county_geoid": "36103", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 4", "area_weight": 0.0226}
{"county_geoid": "36103", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 10", "area_weight": 0.0212}
{"county_geoid": "36103", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 9", "area_weight": 0.0189}
{"county_geoid": "36103", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 5", "area_weight": 0.0173}
{"county_geoid": "36103", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 11", "area_weight": 0.0121}
{"county_geoid": "36103", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 6", "area_weight": 0.0095}
{"county_geoid": "36103", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 1", "area_weight": 0.2314}
{"county_geoid": "36103", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 3", "area_weight": 0.1021}
{"county_geoid": "36103", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 2", "area_weight": 0.064}
{"county_geoid": "36103", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 8", "area_weight": 0.0569}
{"county_geoid": "36103", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 4", "area_weight": 0.0296}
{"county_geoid": "36105", "type": "CD", "district_state": "NY", "district_label": "Congressional District 19", "area_weight": 0.9991}
{"county_geoid": "36105", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 100", "area_weight": 0.7656}
{"county_geoid": "36105", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 101", "area_weight": 0.2342}
{"county_geoid": "36105", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 51", "area_weight": 0.9997}
{"county_geoid": "36107", "type": "CD", "district_state": "NY", "district_label": "Congressional District 23", "area_weight": 0.9966}
{"county_geoid": "36107", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 124", "area_weight": 0.9996}
{"county_geoid": "36107", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 58", "area_weight": 0.9996}
{"county_geoid": "36109", "type": "CD", "district_state": "NY", "district_label": "Congressional District 19", "area_weight": 0.9968}
{"county_geoid": "36109", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 125", "area_weight": 0.9998}
{"county_geoid": "36109", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 52", "area_weight": 0.9998}
{"county_geoid": "36111", "type": "CD", "district_state": "NY", "district_label": "Congressional District 19", "area_weight": 0.6692}
{"county_geoid": "36111", "type": "CD", "district_state": "NY", "district_label": "Congressional District 18", "area_weight": 0.3308}
{"county_geoid": "36111", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 101", "area_weight": 0.5055}
{"county_geoid": "36111", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 103", "area_weight": 0.4125}
{"county_geoid": "36111", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 104", "area_weight": 0.082}
{"county_geoid": "36111", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 51", "area_weight": 0.5435}
{"county_geoid": "36111", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 41", "area_weight": 0.4564}
{"county_geoid": "36113", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 1.0}
{"county_geoid": "36113", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 114", "area_weight": 0.9957}
{"county_geoid": "36113", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 45", "area_weight": 0.9999}
{"county_geoid": "36115", "type": "CD", "district_state": "NY", "district_label": "Congressional District 21", "area_weight": 0.999}
{"county_geoid": "36115", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 114", "area_weight": 0.739}
{"county_geoid": "36115", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 107", "area_weight": 0.1737}
{"county_geoid": "36115", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 113", "area_weight": 0.0868}
{"county_geoid": "36115", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 43", "area_weight": 0.6436}
{"county_geoid": "36115", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 45", "area_weight": 0.3559}
{"county_geoid": "36117", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.4397}
{"county_geoid": "36117", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 130", "area_weight": 0.4413}
{"county_geoid": "36117", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 54", "area_weight": 0.4413}
{"county_geoid": "36119", "type": "CD", "district_state": "NY", "district_label": "Congressional District 17", "area_weight": 0.6904}
{"county_geoid": "36119", "type": "CD", "district_state": "NY", "district_label": "Congressional District 16", "area_weight": 0.2659}
{"county_geoid": "36119", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 93", "area_weight": 0.3802}
{"county_geoid": "36119", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 95", "area_weight": 0.185}
{"county_geoid": "36119", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 92", "area_weight": 0.1354}
{"county_geoid": "36119", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 94", "area_weight": 0.1016}
{"county_geoid": "36119", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 88", "area_weight": 0.0572}
{"county_geoid": "36119", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 91", "area_weight": 0.0482}
{"county_geoid": "36119", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 90", "area_weight": 0.0297}
{"county_geoid": "36119", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 89", "area_weight": 0.0162}
{"county_geoid": "36119", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 40", "area_weight": 0.5235}
{"county_geoid": "36119", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 37", "area_weight": 0.2394}
{"county_geoid": "36119", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 35", "area_weight": 0.1702}
{"county_geoid": "36119", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 34", "area_weight": 0.0116}
{"county_geoid": "36119", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 36", "area_weight": 0.0088}
{"county_geoid": "36121", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.9996}
{"county_geoid": "36121", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 147", "area_weight": 0.8298}
{"county_geoid": "36121", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 133", "area_weight": 0.1701}
{"county_geoid": "36121", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 57", "area_weight": 0.9999}
{"county_geoid": "36123", "type": "CD", "district_state": "NY", "district_label": "Congressional District 24", "area_weight": 0.9998}
{"county_geoid": "36123", "type": "SH", "district_state": "NY", "district_label": "NY State House of Representatives District 132", "area_weight": 0.9999}
{"county_geoid": "36123", "type": "SS", "district_state": "NY", "district_label": "NY State Senate District 58", "area_weight": 1.0}
{"county_geoid": "37001", "type": "CD", "district_state": "NC", "district_label": "Congressional District 9", "area_weight": 0.9989}
{"county_geoid": "37001", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 64", "area_weight": 0.5491}
{"county_geoid": "37001", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 63", "area_weight": 0.4506}
{"county_geoid": "37001", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 25", "area_weight": 0.9997}
{"county_geoid": "37003", "type": "CD", "district_state": "NC", "district_label": "Congressional District 5", "area_weight": 0.9979}
{"county_geoid": "37003", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 94", "area_weight": 0.9998}
{"county_geoid": "37003", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 36", "area_weight": 0.9998}
{"county_geoid": "37005", "type": "CD", "district_state": "NC", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "37005", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 93", "area_weight": 0.9996}
{"county_geoid": "37005", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 47", "area_weight": 0.9996}
{"county_geoid": "37007", "type": "CD", "district_state": "NC", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "37007", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 55", "area_weight": 0.9996}
{"county_geoid": "37007", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 29", "area_weight": 0.9997}
{"county_geoid": "37009", "type": "CD", "district_state": "NC", "district_label": "Congressional District 5", "area_weight": 0.999}
{"county_geoid": "37009", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 93", "area_weight": 0.9994}
{"county_geoid": "37009", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 47", "area_weight": 0.9994}
{"county_geoid": "37011", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9947}
{"county_geoid": "37011", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 85", "area_weight": 0.9993}
{"county_geoid": "37011", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 47", "area_weight": 0.9996}
{"county_geoid": "37013", "type": "CD", "district_state": "NC", "district_label": "Congressional District 3", "area_weight": 0.896}
{"county_geoid": "37013", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 79", "area_weight": 0.894}
{"county_geoid": "37013", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 3", "area_weight": 0.894}
{"county_geoid": "37015", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.9648}
{"county_geoid": "37015", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 23", "area_weight": 0.9564}
{"county_geoid": "37015", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 1", "area_weight": 0.9562}
{"county_geoid": "37017", "type": "CD", "district_state": "NC", "district_label": "Congressional District 7", "area_weight": 0.999}
{"county_geoid": "37017", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 22", "area_weight": 0.9998}
{"county_geoid": "37017", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 9", "area_weight": 0.9998}
{"county_geoid": "37019", "type": "CD", "district_state": "NC", "district_label": "Congressional District 7", "area_weight": 0.8508}
{"county_geoid": "37019", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 17", "area_weight": 0.6171}
{"county_geoid": "37019", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 19", "area_weight": 0.2304}
{"county_geoid": "37019", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 8", "area_weight": 0.8476}
{"county_geoid": "37021", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9994}
{"county_geoid": "37021", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 115", "area_weight": 0.5331}
{"county_geoid": "37021", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 114", "area_weight": 0.3826}
{"county_geoid": "37021", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 116", "area_weight": 0.0838}
{"county_geoid": "37021", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 46", "area_weight": 0.5627}
{"county_geoid": "37021", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 49", "area_weight": 0.4369}
{"county_geoid": "37023", "type": "CD", "district_state": "NC", "district_label": "Congressional District 14", "area_weight": 0.9969}
{"county_geoid": "37023", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 86", "area_weight": 0.9996}
{"county_geoid": "37023", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 46", "area_weight": 0.9997}
{"county_geoid": "37025", "type": "CD", "district_state": "NC", "district_label": "Congressional District 8", "area_weight": 0.7733}
{"county_geoid": "37025", "type": "CD", "district_state": "NC", "district_label": "Congressional District 6", "area_weight": 0.2262}
{"county_geoid": "37025", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 82", "area_weight": 0.4738}
{"county_geoid": "37025", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 73", "area_weight": 0.4027}
{"county_geoid": "37025", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 83", "area_weight": 0.1234}
{"county_geoid": "37025", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 34", "area_weight": 0.9394}
{"county_geoid": "37025", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 35", "area_weight": 0.0605}
{"county_geoid": "37027", "type": "CD", "district_state": "NC", "district_label": "Congressional District 5", "area_weight": 0.997}
{"county_geoid": "37027", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 87", "area_weight": 0.9996}
{"county_geoid": "37027", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 47", "area_weight": 0.726}
{"county_geoid": "37027", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 45", "area_weight": 0.2737}
{"county_geoid": "37029", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.7983}
{"county_geoid": "37029", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 5", "area_weight": 0.7847}
{"county_geoid": "37029", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 1", "area_weight": 0.7849}
{"county_geoid": "37031", "type": "CD", "district_state": "NC", "district_label": "Congressional District 3", "area_weight": 0.4917}
{"county_geoid": "37031", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 13", "area_weight": 0.4246}
{"county_geoid": "37031", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 2", "area_weight": 0.4246}
{"county_geoid": "37033", "type": "CD", "district_state": "NC", "district_label": "Congressional District 13", "area_weight": 0.9993}
{"county_geoid": "37033", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 50", "area_weight": 0.9993}
{"county_geoid": "37033", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 23", "area_weight": 0.9993}
{"county_geoid": "37035", "type": "CD", "district_state": "NC", "district_label": "Congressional District 10", "area_weight": 0.9987}
{"county_geoid": "37035", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 89", "area_weight": 0.7142}
{"county_geoid": "37035", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 96", "area_weight": 0.2855}
{"county_geoid": "37035", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 45", "area_weight": 0.9996}
{"county_geoid": "37037", "type": "CD", "district_state": "NC", "district_label": "Congressional District 9", "area_weight": 0.6929}
{"county_geoid": "37037", "type": "CD", "district_state": "NC", "district_label": "Congressional District 4", "area_weight": 0.3056}
{"county_geoid": "37037", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 54", "area_weight": 0.9998}
{"county_geoid": "37037", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 20", "area_weight": 0.9998}
{"county_geoid": "37039", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9994}
{"county_geoid": "37039", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 120", "area_weight": 0.9995}
{"county_geoid": "37039", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 50", "area_weight": 0.9995}
{"county_geoid": "37041", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.7689}
{"county_geoid": "37041", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 1", "area_weight": 0.757}
{"county_geoid": "37041", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 2", "area_weight": 0.7568}
{"county_geoid": "37043", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9993}
{"county_geoid": "37043", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 120", "area_weight": 0.9993}
{"county_geoid": "37043", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 50", "area_weight": 0.9993}
{"county_geoid": "37045", "type": "CD", "district_state": "NC", "district_label": "Congressional District 14", "area_weight": 0.9994}
{"county_geoid": "37045", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 110", "area_weight": 0.5098}
{"county_geoid": "37045", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 111", "area_weight": 0.49}
{"county_geoid": "37045", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 44", "area_weight": 0.9997}
{"county_geoid": "37047", "type": "CD", "district_state": "NC", "district_label": "Congressional District 7", "area_weight": 0.9999}
{"county_geoid": "37047", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 46", "area_weight": 0.9997}
{"county_geoid": "37047", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 8", "area_weight": 0.9997}
{"county_geoid": "37049", "type": "CD", "district_state": "NC", "district_label": "Congressional District 3", "area_weight": 0.9594}
{"county_geoid": "37049", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 3", "area_weight": 0.836}
{"county_geoid": "37049", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 13", "area_weight": 0.1083}
{"county_geoid": "37049", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 3", "area_weight": 0.9444}
{"county_geoid": "37051", "type": "CD", "district_state": "NC", "district_label": "Congressional District 7", "area_weight": 0.7952}
{"county_geoid": "37051", "type": "CD", "district_state": "NC", "district_label": "Congressional District 9", "area_weight": 0.2037}
{"county_geoid": "37051", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 43", "area_weight": 0.7005}
{"county_geoid": "37051", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 42", "area_weight": 0.1581}
{"county_geoid": "37051", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 45", "area_weight": 0.0772}
{"county_geoid": "37051", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 44", "area_weight": 0.0637}
{"county_geoid": "37051", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 21", "area_weight": 0.8052}
{"county_geoid": "37051", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 19", "area_weight": 0.1943}
{"county_geoid": "37053", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.5641}
{"county_geoid": "37053", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 1", "area_weight": 0.5472}
{"county_geoid": "37053", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 1", "area_weight": 0.5473}
{"county_geoid": "37055", "type": "CD", "district_state": "NC", "district_label": "Congressional District 3", "area_weight": 0.2927}
{"county_geoid": "37055", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 1", "area_weight": 0.2131}
{"county_geoid": "37055", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 79", "area_weight": 0.052}
{"county_geoid": "37055", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 1", "area_weight": 0.2651}
{"county_geoid": "37057", "type": "CD", "district_state": "NC", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "37057", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 80", "area_weight": 0.53}
{"county_geoid": "37057", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 81", "area_weight": 0.4698}
{"county_geoid": "37057", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "37059", "type": "CD", "district_state": "NC", "district_label": "Congressional District 6", "area_weight": 0.9995}
{"county_geoid": "37059", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 77", "area_weight": 0.9996}
{"county_geoid": "37059", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 30", "area_weight": 0.9997}
{"county_geoid": "37061", "type": "CD", "district_state": "NC", "district_label": "Congressional District 3", "area_weight": 0.9982}
{"county_geoid": "37061", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 4", "area_weight": 0.9999}
{"county_geoid": "37061", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 9", "area_weight": 1.0}
{"county_geoid": "37063", "type": "CD", "district_state": "NC", "district_label": "Congressional District 4", "area_weight": 0.9987}
{"county_geoid": "37063", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 2", "area_weight": 0.4461}
{"county_geoid": "37063", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 31", "area_weight": 0.2735}
{"county_geoid": "37063", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 29", "area_weight": 0.1513}
{"county_geoid": "37063", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 30", "area_weight": 0.1288}
{"county_geoid": "37063", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 22", "area_weight": 0.7447}
{"county_geoid": "37063", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 20", "area_weight": 0.2549}
{"county_geoid": "37065", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.9985}
{"county_geoid": "37065", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 23", "area_weight": 0.9997}
{"county_geoid": "37065", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 5", "area_weight": 0.9997}
{"county_geoid": "37067", "type": "CD", "district_state": "NC", "district_label": "Congressional District 10", "area_weight": 0.6479}
{"county_geoid": "37067", "type": "CD", "district_state": "NC", "district_label": "Congressional District 6", "area_weight": 0.352}
{"county_geoid": "37067", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 74", "area_weight": 0.3193}
{"county_geoid": "37067", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 75", "area_weight": 0.2909}
{"county_geoid": "37067", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 91", "area_weight": 0.1831}
{"county_geoid": "37067", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 71", "area_weight": 0.111}
{"county_geoid": "37067", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 72", "area_weight": 0.0956}
{"county_geoid": "37067", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 31", "area_weight": 0.7154}
{"county_geoid": "37067", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 32", "area_weight": 0.2844}
{"county_geoid": "37069", "type": "CD", "district_state": "NC", "district_label": "Congressional District 13", "area_weight": 0.9987}
{"county_geoid": "37069", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 7", "area_weight": 0.9997}
{"county_geoid": "37069", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 11", "area_weight": 0.9997}
{"county_geoid": "37071", "type": "CD", "district_state": "NC", "district_label": "Congressional District 14", "area_weight": 0.9995}
{"county_geoid": "37071", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 108", "area_weight": 0.3948}
{"county_geoid": "37071", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 110", "area_weight": 0.3612}
{"county_geoid": "37071", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 109", "area_weight": 0.2433}
{"county_geoid": "37071", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 43", "area_weight": 0.8192}
{"county_geoid": "37071", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 44", "area_weight": 0.1802}
{"county_geoid": "37073", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.9995}
{"county_geoid": "37073", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 5", "area_weight": 0.9993}
{"county_geoid": "37073", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 1", "area_weight": 0.9993}
{"county_geoid": "37075", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9988}
{"county_geoid": "37075", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 120", "area_weight": 0.9988}
{"county_geoid": "37075", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 50", "area_weight": 0.9991}
{"county_geoid": "37077", "type": "CD", "district_state": "NC", "district_label": "Congressional District 13", "area_weight": 0.9415}
{"county_geoid": "37077", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.0581}
{"county_geoid": "37077", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 32", "area_weight": 0.9997}
{"county_geoid": "37077", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 18", "area_weight": 0.9997}
{"county_geoid": "37079", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.9967}
{"county_geoid": "37079", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 12", "area_weight": 0.9996}
{"county_geoid": "37079", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 4", "area_weight": 0.9995}
{"county_geoid": "37081", "type": "CD", "district_state": "NC", "district_label": "Congressional District 9", "area_weight": 0.5404}
{"county_geoid": "37081", "type": "CD", "district_state": "NC", "district_label": "Congressional District 5", "area_weight": 0.3044}
{"county_geoid": "37081", "type": "CD", "district_state": "NC", "district_label": "Congressional District 6", "area_weight": 0.1553}
{"county_geoid": "37081", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 59", "area_weight": 0.4905}
{"county_geoid": "37081", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 62", "area_weight": 0.2427}
{"county_geoid": "37081", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 58", "area_weight": 0.0833}
{"county_geoid": "37081", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 57", "area_weight": 0.0751}
{"county_geoid": "37081", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 60", "area_weight": 0.0673}
{"county_geoid": "37081", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 61", "area_weight": 0.041}
{"county_geoid": "37081", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 26", "area_weight": 0.6278}
{"county_geoid": "37081", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 27", "area_weight": 0.2307}
{"county_geoid": "37081", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 28", "area_weight": 0.1415}
{"county_geoid": "37083", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "37083", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 27", "area_weight": 0.9997}
{"county_geoid": "37083", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 2", "area_weight": 0.9995}
{"county_geoid": "37085", "type": "CD", "district_state": "NC", "district_label": "Congressional District 13", "area_weight": 0.9978}
{"county_geoid": "37085", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 6", "area_weight": 0.748}
{"county_geoid": "37085", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 53", "area_weight": 0.2516}
{"county_geoid": "37085", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 12", "area_weight": 0.9997}
{"county_geoid": "37087", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9996}
{"county_geoid": "37087", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 118", "area_weight": 0.9992}
{"county_geoid": "37087", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 50", "area_weight": 0.7374}
{"county_geoid": "37087", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 47", "area_weight": 0.2621}
{"county_geoid": "37089", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9978}
{"county_geoid": "37089", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 117", "area_weight": 0.6671}
{"county_geoid": "37089", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 113", "area_weight": 0.3317}
{"county_geoid": "37089", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 48", "area_weight": 0.9988}
{"county_geoid": "37091", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.996}
{"county_geoid": "37091", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 5", "area_weight": 0.9951}
{"county_geoid": "37091", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 1", "area_weight": 0.9953}
{"county_geoid": "37093", "type": "CD", "district_state": "NC", "district_label": "Congressional District 9", "area_weight": 0.9987}
{"county_geoid": "37093", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 48", "area_weight": 0.9996}
{"county_geoid": "37093", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 24", "area_weight": 0.9996}
{"county_geoid": "37095", "type": "CD", "district_state": "NC", "district_label": "Congressional District 3", "area_weight": 0.5155}
{"county_geoid": "37095", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 79", "area_weight": 0.4832}
{"county_geoid": "37095", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 2", "area_weight": 0.4832}
{"county_geoid": "37097", "type": "CD", "district_state": "NC", "district_label": "Congressional District 10", "area_weight": 0.9985}
{"county_geoid": "37097", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 84", "area_weight": 0.7397}
{"county_geoid": "37097", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 95", "area_weight": 0.1659}
{"county_geoid": "37097", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 89", "area_weight": 0.0943}
{"county_geoid": "37097", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 37", "area_weight": 0.9998}
{"county_geoid": "37099", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 1.0}
{"county_geoid": "37099", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 119", "area_weight": 0.9994}
{"county_geoid": "37099", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 50", "area_weight": 0.9999}
{"county_geoid": "37101", "type": "CD", "district_state": "NC", "district_label": "Congressional District 13", "area_weight": 0.9985}
{"county_geoid": "37101", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 28", "area_weight": 0.6514}
{"county_geoid": "37101", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 26", "area_weight": 0.2538}
{"county_geoid": "37101", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 53", "area_weight": 0.0946}
{"county_geoid": "37101", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 10", "area_weight": 0.9997}
{"county_geoid": "37103", "type": "CD", "district_state": "NC", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "37103", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 12", "area_weight": 0.9995}
{"county_geoid": "37103", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 9", "area_weight": 0.9995}
{"county_geoid": "37105", "type": "CD", "district_state": "NC", "district_label": "Congressional District 13", "area_weight": 0.9918}
{"county_geoid": "37105", "type": "CD", "district_state": "NC", "district_label": "Congressional District 9", "area_weight": 0.0082}
{"county_geoid": "37105", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 51", "area_weight": 0.9997}
{"county_geoid": "37105", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 12", "area_weight": 0.9995}
{"county_geoid": "37107", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.998}
{"county_geoid": "37107", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 12", "area_weight": 0.9998}
{"county_geoid": "37107", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 3", "area_weight": 0.9997}
{"county_geoid": "37109", "type": "CD", "district_state": "NC", "district_label": "Congressional District 10", "area_weight": 0.9993}
{"county_geoid": "37109", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 97", "area_weight": 0.9997}
{"county_geoid": "37109", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 44", "area_weight": 0.9997}
{"county_geoid": "37111", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9965}
{"county_geoid": "37111", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 85", "area_weight": 0.8264}
{"county_geoid": "37111", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 113", "area_weight": 0.1734}
{"county_geoid": "37111", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 46", "area_weight": 0.9997}
{"county_geoid": "37113", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9997}
{"county_geoid": "37113", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 120", "area_weight": 0.9992}
{"county_geoid": "37113", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 50", "area_weight": 0.9997}
{"county_geoid": "37115", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9977}
{"county_geoid": "37115", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 118", "area_weight": 0.9986}
{"county_geoid": "37115", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 47", "area_weight": 0.9987}
{"county_geoid": "37117", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "37117", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 23", "area_weight": 0.9998}
{"county_geoid": "37117", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 2", "area_weight": 0.9996}
{"county_geoid": "37119", "type": "CD", "district_state": "NC", "district_label": "Congressional District 12", "area_weight": 0.5022}
{"county_geoid": "37119", "type": "CD", "district_state": "NC", "district_label": "Congressional District 14", "area_weight": 0.3608}
{"county_geoid": "37119", "type": "CD", "district_state": "NC", "district_label": "Congressional District 8", "area_weight": 0.1364}
{"county_geoid": "37119", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 92", "area_weight": 0.1314}
{"county_geoid": "37119", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 101", "area_weight": 0.127}
{"county_geoid": "37119", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 98", "area_weight": 0.1227}
{"county_geoid": "37119", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 105", "area_weight": 0.111}
{"county_geoid": "37119", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 106", "area_weight": 0.0739}
{"county_geoid": "37119", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 107", "area_weight": 0.0687}
{"county_geoid": "37119", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 112", "area_weight": 0.0652}
{"county_geoid": "37119", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 103", "area_weight": 0.0593}
{"county_geoid": "37119", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 99", "area_weight": 0.0525}
{"county_geoid": "37119", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 100", "area_weight": 0.0521}
{"county_geoid": "37119", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 104", "area_weight": 0.0499}
{"county_geoid": "37119", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 88", "area_weight": 0.0481}
{"county_geoid": "37119", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 102", "area_weight": 0.0377}
{"county_geoid": "37119", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 38", "area_weight": 0.2475}
{"county_geoid": "37119", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 39", "area_weight": 0.208}
{"county_geoid": "37119", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 42", "area_weight": 0.1933}
{"county_geoid": "37119", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 41", "area_weight": 0.1625}
{"county_geoid": "37119", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 40", "area_weight": 0.1351}
{"county_geoid": "37119", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 37", "area_weight": 0.0532}
{"county_geoid": "37121", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9989}
{"county_geoid": "37121", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 85", "area_weight": 0.9991}
{"county_geoid": "37121", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 47", "area_weight": 0.9989}
{"county_geoid": "37123", "type": "CD", "district_state": "NC", "district_label": "Congressional District 8", "area_weight": 0.9996}
{"county_geoid": "37123", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 67", "area_weight": 0.9998}
{"county_geoid": "37123", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 29", "area_weight": 0.9998}
{"county_geoid": "37125", "type": "CD", "district_state": "NC", "district_label": "Congressional District 9", "area_weight": 0.9954}
{"county_geoid": "37125", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 78", "area_weight": 0.4711}
{"county_geoid": "37125", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 51", "area_weight": 0.3284}
{"county_geoid": "37125", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 52", "area_weight": 0.2003}
{"county_geoid": "37125", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 21", "area_weight": 0.9996}
{"county_geoid": "37127", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.9988}
{"county_geoid": "37127", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 25", "area_weight": 0.9647}
{"county_geoid": "37127", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 24", "area_weight": 0.0349}
{"county_geoid": "37127", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 11", "area_weight": 0.9997}
{"county_geoid": "37129", "type": "CD", "district_state": "NC", "district_label": "Congressional District 7", "area_weight": 0.6638}
{"county_geoid": "37129", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 20", "area_weight": 0.4082}
{"county_geoid": "37129", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 19", "area_weight": 0.1371}
{"county_geoid": "37129", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 18", "area_weight": 0.1215}
{"county_geoid": "37129", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 7", "area_weight": 0.6363}
{"county_geoid": "37129", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 8", "area_weight": 0.0306}
{"county_geoid": "37131", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "37131", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 27", "area_weight": 0.9997}
{"county_geoid": "37131", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 1", "area_weight": 0.9997}
{"county_geoid": "37133", "type": "CD", "district_state": "NC", "district_label": "Congressional District 3", "area_weight": 0.8993}
{"county_geoid": "37133", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 14", "area_weight": 0.3528}
{"county_geoid": "37133", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 15", "area_weight": 0.3376}
{"county_geoid": "37133", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 16", "area_weight": 0.1949}
{"county_geoid": "37133", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 6", "area_weight": 0.8853}
{"county_geoid": "37135", "type": "CD", "district_state": "NC", "district_label": "Congressional District 4", "area_weight": 0.9994}
{"county_geoid": "37135", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 50", "area_weight": 0.8602}
{"county_geoid": "37135", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 56", "area_weight": 0.1397}
{"county_geoid": "37135", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "37137", "type": "CD", "district_state": "NC", "district_label": "Congressional District 3", "area_weight": 0.6888}
{"county_geoid": "37137", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 79", "area_weight": 0.6495}
{"county_geoid": "37137", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 2", "area_weight": 0.6495}
{"county_geoid": "37139", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.8047}
{"county_geoid": "37139", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 5", "area_weight": 0.8}
{"county_geoid": "37139", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 1", "area_weight": 0.8001}
{"county_geoid": "37141", "type": "CD", "district_state": "NC", "district_label": "Congressional District 7", "area_weight": 0.9434}
{"county_geoid": "37141", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 16", "area_weight": 0.9442}
{"county_geoid": "37141", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 9", "area_weight": 0.9443}
{"county_geoid": "37143", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.7771}
{"county_geoid": "37143", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 1", "area_weight": 0.7657}
{"county_geoid": "37143", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 1", "area_weight": 0.7658}
{"county_geoid": "37145", "type": "CD", "district_state": "NC", "district_label": "Congressional District 13", "area_weight": 0.9994}
{"county_geoid": "37145", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 2", "area_weight": 0.9995}
{"county_geoid": "37145", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 23", "area_weight": 0.9995}
{"county_geoid": "37147", "type": "CD", "district_state": "NC", "district_label": "Congressional District 3", "area_weight": 0.9969}
{"county_geoid": "37147", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 9", "area_weight": 0.5961}
{"county_geoid": "37147", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 8", "area_weight": 0.4034}
{"county_geoid": "37147", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 5", "area_weight": 0.9995}
{"county_geoid": "37149", "type": "CD", "district_state": "NC", "district_label": "Congressional District 14", "area_weight": 0.5198}
{"county_geoid": "37149", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.4796}
{"county_geoid": "37149", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 113", "area_weight": 0.9993}
{"county_geoid": "37149", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 48", "area_weight": 0.9994}
{"county_geoid": "37151", "type": "CD", "district_state": "NC", "district_label": "Congressional District 9", "area_weight": 0.9997}
{"county_geoid": "37151", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 78", "area_weight": 0.6281}
{"county_geoid": "37151", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 70", "area_weight": 0.303}
{"county_geoid": "37151", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 54", "area_weight": 0.0688}
{"county_geoid": "37151", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 29", "area_weight": 0.7693}
{"county_geoid": "37151", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 25", "area_weight": 0.2306}
{"county_geoid": "37153", "type": "CD", "district_state": "NC", "district_label": "Congressional District 8", "area_weight": 0.998}
{"county_geoid": "37153", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 52", "area_weight": 0.9995}
{"county_geoid": "37153", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 29", "area_weight": 0.9996}
{"county_geoid": "37155", "type": "CD", "district_state": "NC", "district_label": "Congressional District 8", "area_weight": 0.5577}
{"county_geoid": "37155", "type": "CD", "district_state": "NC", "district_label": "Congressional District 7", "area_weight": 0.4423}
{"county_geoid": "37155", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 47", "area_weight": 0.5972}
{"county_geoid": "37155", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 46", "area_weight": 0.4027}
{"county_geoid": "37155", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 24", "area_weight": 0.9997}
{"county_geoid": "37157", "type": "CD", "district_state": "NC", "district_label": "Congressional District 5", "area_weight": 0.9997}
{"county_geoid": "37157", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 65", "area_weight": 0.9998}
{"county_geoid": "37157", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "37159", "type": "CD", "district_state": "NC", "district_label": "Congressional District 6", "area_weight": 0.9997}
{"county_geoid": "37159", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 76", "area_weight": 0.5}
{"county_geoid": "37159", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 77", "area_weight": 0.2661}
{"county_geoid": "37159", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 83", "area_weight": 0.2337}
{"county_geoid": "37159", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 33", "area_weight": 0.9997}
{"county_geoid": "37161", "type": "CD", "district_state": "NC", "district_label": "Congressional District 14", "area_weight": 0.9981}
{"county_geoid": "37161", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 113", "area_weight": 0.5446}
{"county_geoid": "37161", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 111", "area_weight": 0.455}
{"county_geoid": "37161", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 48", "area_weight": 0.9996}
{"county_geoid": "37163", "type": "CD", "district_state": "NC", "district_label": "Congressional District 3", "area_weight": 0.8107}
{"county_geoid": "37163", "type": "CD", "district_state": "NC", "district_label": "Congressional District 7", "area_weight": 0.189}
{"county_geoid": "37163", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 22", "area_weight": 0.9998}
{"county_geoid": "37163", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 9", "area_weight": 0.9591}
{"county_geoid": "37163", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 12", "area_weight": 0.0408}
{"county_geoid": "37165", "type": "CD", "district_state": "NC", "district_label": "Congressional District 8", "area_weight": 0.9979}
{"county_geoid": "37165", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 48", "area_weight": 0.9993}
{"county_geoid": "37165", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 24", "area_weight": 0.9994}
{"county_geoid": "37167", "type": "CD", "district_state": "NC", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "37167", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 67", "area_weight": 0.9997}
{"county_geoid": "37167", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 33", "area_weight": 0.9997}
{"county_geoid": "37169", "type": "CD", "district_state": "NC", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "37169", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 91", "area_weight": 0.9999}
{"county_geoid": "37169", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "37171", "type": "CD", "district_state": "NC", "district_label": "Congressional District 5", "area_weight": 0.9982}
{"county_geoid": "37171", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 90", "area_weight": 0.9994}
{"county_geoid": "37171", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 36", "area_weight": 0.9995}
{"county_geoid": "37173", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9987}
{"county_geoid": "37173", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 119", "area_weight": 0.9984}
{"county_geoid": "37173", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 50", "area_weight": 0.9987}
{"county_geoid": "37175", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9993}
{"county_geoid": "37175", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 119", "area_weight": 0.9993}
{"county_geoid": "37175", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 50", "area_weight": 0.9994}
{"county_geoid": "37177", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.6939}
{"county_geoid": "37177", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 1", "area_weight": 0.6851}
{"county_geoid": "37177", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 1", "area_weight": 0.6851}
{"county_geoid": "37179", "type": "CD", "district_state": "NC", "district_label": "Congressional District 8", "area_weight": 0.9996}
{"county_geoid": "37179", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 55", "area_weight": 0.5849}
{"county_geoid": "37179", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 69", "area_weight": 0.221}
{"county_geoid": "37179", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 68", "area_weight": 0.1937}
{"county_geoid": "37179", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 35", "area_weight": 0.717}
{"county_geoid": "37179", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 29", "area_weight": 0.2826}
{"county_geoid": "37181", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.9982}
{"county_geoid": "37181", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 32", "area_weight": 0.5938}
{"county_geoid": "37181", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 7", "area_weight": 0.4061}
{"county_geoid": "37181", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 11", "area_weight": 0.9998}
{"county_geoid": "37183", "type": "CD", "district_state": "NC", "district_label": "Congressional District 2", "area_weight": 0.4805}
{"county_geoid": "37183", "type": "CD", "district_state": "NC", "district_label": "Congressional District 13", "area_weight": 0.3227}
{"county_geoid": "37183", "type": "CD", "district_state": "NC", "district_label": "Congressional District 4", "area_weight": 0.1968}
{"county_geoid": "37183", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 35", "area_weight": 0.1928}
{"county_geoid": "37183", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 39", "area_weight": 0.1411}
{"county_geoid": "37183", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 37", "area_weight": 0.1335}
{"county_geoid": "37183", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 33", "area_weight": 0.0885}
{"county_geoid": "37183", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 21", "area_weight": 0.0872}
{"county_geoid": "37183", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 36", "area_weight": 0.0727}
{"county_geoid": "37183", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 41", "area_weight": 0.0546}
{"county_geoid": "37183", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 40", "area_weight": 0.0484}
{"county_geoid": "37183", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 66", "area_weight": 0.0428}
{"county_geoid": "37183", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 49", "area_weight": 0.0369}
{"county_geoid": "37183", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 38", "area_weight": 0.0363}
{"county_geoid": "37183", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 11", "area_weight": 0.0334}
{"county_geoid": "37183", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 34", "area_weight": 0.0319}
{"county_geoid": "37183", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 13", "area_weight": 0.3018}
{"county_geoid": "37183", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 18", "area_weight": 0.2639}
{"county_geoid": "37183", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 14", "area_weight": 0.1551}
{"county_geoid": "37183", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 17", "area_weight": 0.1041}
{"county_geoid": "37183", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 16", "area_weight": 0.102}
{"county_geoid": "37183", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 15", "area_weight": 0.073}
{"county_geoid": "37185", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.9982}
{"county_geoid": "37185", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 27", "area_weight": 0.9996}
{"county_geoid": "37185", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 2", "area_weight": 0.9996}
{"county_geoid": "37187", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.8925}
{"county_geoid": "37187", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 1", "area_weight": 0.8881}
{"county_geoid": "37187", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 2", "area_weight": 0.888}
{"county_geoid": "37189", "type": "CD", "district_state": "NC", "district_label": "Congressional District 5", "area_weight": 0.9973}
{"county_geoid": "37189", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 93", "area_weight": 0.9108}
{"county_geoid": "37189", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 87", "area_weight": 0.0885}
{"county_geoid": "37189", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 47", "area_weight": 0.9994}
{"county_geoid": "37191", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.9982}
{"county_geoid": "37191", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 10", "area_weight": 0.5411}
{"county_geoid": "37191", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 4", "area_weight": 0.4588}
{"county_geoid": "37191", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 4", "area_weight": 0.9998}
{"county_geoid": "37193", "type": "CD", "district_state": "NC", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "37193", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 94", "area_weight": 0.7226}
{"county_geoid": "37193", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 90", "area_weight": 0.2771}
{"county_geoid": "37193", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 36", "area_weight": 0.9997}
{"county_geoid": "37195", "type": "CD", "district_state": "NC", "district_label": "Congressional District 1", "area_weight": 0.9991}
{"county_geoid": "37195", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 24", "area_weight": 0.9999}
{"county_geoid": "37195", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 4", "area_weight": 0.9999}
{"county_geoid": "37197", "type": "CD", "district_state": "NC", "district_label": "Congressional District 10", "area_weight": 0.9945}
{"county_geoid": "37197", "type": "CD", "district_state": "NC", "district_label": "Congressional District 5", "area_weight": 0.0054}
{"county_geoid": "37197", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 77", "area_weight": 0.9996}
{"county_geoid": "37197", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 36", "area_weight": 0.9999}
{"county_geoid": "37199", "type": "CD", "district_state": "NC", "district_label": "Congressional District 11", "area_weight": 0.9999}
{"county_geoid": "37199", "type": "SH", "district_state": "NC", "district_label": "NC State House of Representatives District 85", "area_weight": 0.9997}
{"county_geoid": "37199", "type": "SS", "district_state": "NC", "district_label": "NC State Senate District 47", "area_weight": 0.9997}
{"county_geoid": "38001", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9998}
{"county_geoid": "38001", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 39", "area_weight": 0.9998}
{"county_geoid": "38001", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 39", "area_weight": 0.9998}
{"county_geoid": "38003", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38003", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 24", "area_weight": 0.9999}
{"county_geoid": "38003", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "38005", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38005", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 9", "area_weight": 0.6445}
{"county_geoid": "38005", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 14", "area_weight": 0.3554}
{"county_geoid": "38005", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 9", "area_weight": 0.6445}
{"county_geoid": "38005", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 14", "area_weight": 0.3554}
{"county_geoid": "38007", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38007", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 39", "area_weight": 0.9999}
{"county_geoid": "38007", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 39", "area_weight": 0.9999}
{"county_geoid": "38009", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9997}
{"county_geoid": "38009", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 6", "area_weight": 0.9998}
{"county_geoid": "38009", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "38011", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9997}
{"county_geoid": "38011", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 39", "area_weight": 0.9997}
{"county_geoid": "38011", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 39", "area_weight": 0.9997}
{"county_geoid": "38013", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9997}
{"county_geoid": "38013", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 2", "area_weight": 0.9998}
{"county_geoid": "38013", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 2", "area_weight": 0.9998}
{"county_geoid": "38015", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38015", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 14", "area_weight": 0.5802}
{"county_geoid": "38015", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 8", "area_weight": 0.3604}
{"county_geoid": "38015", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 30", "area_weight": 0.0317}
{"county_geoid": "38015", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 7", "area_weight": 0.0139}
{"county_geoid": "38015", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 47", "area_weight": 0.0075}
{"county_geoid": "38015", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 14", "area_weight": 0.5802}
{"county_geoid": "38015", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 8", "area_weight": 0.3604}
{"county_geoid": "38015", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 30", "area_weight": 0.0317}
{"county_geoid": "38015", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 7", "area_weight": 0.0139}
{"county_geoid": "38015", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 47", "area_weight": 0.0075}
{"county_geoid": "38017", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9986}
{"county_geoid": "38017", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 22", "area_weight": 0.793}
{"county_geoid": "38017", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 45", "area_weight": 0.1404}
{"county_geoid": "38017", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 27", "area_weight": 0.0429}
{"county_geoid": "38017", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 22", "area_weight": 0.793}
{"county_geoid": "38017", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 45", "area_weight": 0.1404}
{"county_geoid": "38017", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 27", "area_weight": 0.0429}
{"county_geoid": "38019", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38019", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 15", "area_weight": 0.7504}
{"county_geoid": "38019", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 19", "area_weight": 0.2496}
{"county_geoid": "38019", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 15", "area_weight": 0.7504}
{"county_geoid": "38019", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 19", "area_weight": 0.2496}
{"county_geoid": "38021", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9996}
{"county_geoid": "38021", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 28", "area_weight": 0.9996}
{"county_geoid": "38021", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 28", "area_weight": 0.9996}
{"county_geoid": "38023", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9997}
{"county_geoid": "38023", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 2", "area_weight": 0.9997}
{"county_geoid": "38023", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 2", "area_weight": 0.9997}
{"county_geoid": "38025", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38025", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 26", "area_weight": 0.59}
{"county_geoid": "38025", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 4A", "area_weight": 0.2018}
{"county_geoid": "38025", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 39", "area_weight": 0.1853}
{"county_geoid": "38025", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 36", "area_weight": 0.0229}
{"county_geoid": "38025", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 26", "area_weight": 0.59}
{"county_geoid": "38025", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 4", "area_weight": 0.2018}
{"county_geoid": "38025", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 39", "area_weight": 0.1853}
{"county_geoid": "38025", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 36", "area_weight": 0.0229}
{"county_geoid": "38027", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38027", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 14", "area_weight": 0.8742}
{"county_geoid": "38027", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 9", "area_weight": 0.1257}
{"county_geoid": "38027", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 14", "area_weight": 0.8742}
{"county_geoid": "38027", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 9", "area_weight": 0.1257}
{"county_geoid": "38029", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "38029", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 8", "area_weight": 0.9998}
{"county_geoid": "38029", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 8", "area_weight": 0.9998}
{"county_geoid": "38031", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38031", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 29", "area_weight": 0.9999}
{"county_geoid": "38031", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 29", "area_weight": 0.9999}
{"county_geoid": "38033", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "38033", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 39", "area_weight": 0.9999}
{"county_geoid": "38033", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 39", "area_weight": 0.9999}
{"county_geoid": "38035", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9991}
{"county_geoid": "38035", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 20", "area_weight": 0.8243}
{"county_geoid": "38035", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 42", "area_weight": 0.0943}
{"county_geoid": "38035", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 18", "area_weight": 0.0496}
{"county_geoid": "38035", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 17", "area_weight": 0.0289}
{"county_geoid": "38035", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 20", "area_weight": 0.8243}
{"county_geoid": "38035", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 42", "area_weight": 0.0943}
{"county_geoid": "38035", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 18", "area_weight": 0.0496}
{"county_geoid": "38035", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 17", "area_weight": 0.0289}
{"county_geoid": "38037", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38037", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 31", "area_weight": 0.9999}
{"county_geoid": "38037", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "38039", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38039", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 29", "area_weight": 0.9999}
{"county_geoid": "38039", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 29", "area_weight": 0.9999}
{"county_geoid": "38041", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38041", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 31", "area_weight": 0.5053}
{"county_geoid": "38041", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 39", "area_weight": 0.4947}
{"county_geoid": "38041", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 31", "area_weight": 0.5053}
{"county_geoid": "38041", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 39", "area_weight": 0.4947}
{"county_geoid": "38043", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38043", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 14", "area_weight": 1.0}
{"county_geoid": "38043", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 14", "area_weight": 1.0}
{"county_geoid": "38045", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38045", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 28", "area_weight": 1.0}
{"county_geoid": "38045", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 28", "area_weight": 1.0}
{"county_geoid": "38047", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38047", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 28", "area_weight": 0.9998}
{"county_geoid": "38047", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 28", "area_weight": 0.9998}
{"county_geoid": "38049", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38049", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 6", "area_weight": 1.0}
{"county_geoid": "38049", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 6", "area_weight": 1.0}
{"county_geoid": "38051", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9997}
{"county_geoid": "38051", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 28", "area_weight": 0.9997}
{"county_geoid": "38051", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 28", "area_weight": 0.9997}
{"county_geoid": "38053", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38053", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 26", "area_weight": 0.9433}
{"county_geoid": "38053", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 4A", "area_weight": 0.0566}
{"county_geoid": "38053", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 26", "area_weight": 0.9433}
{"county_geoid": "38053", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 4", "area_weight": 0.0566}
{"county_geoid": "38055", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38055", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 6", "area_weight": 0.4319}
{"county_geoid": "38055", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 4B", "area_weight": 0.2109}
{"county_geoid": "38055", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 4A", "area_weight": 0.2046}
{"county_geoid": "38055", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 33", "area_weight": 0.1524}
{"county_geoid": "38055", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 6", "area_weight": 0.4319}
{"county_geoid": "38055", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 4", "area_weight": 0.4155}
{"county_geoid": "38055", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 33", "area_weight": 0.1524}
{"county_geoid": "38057", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38057", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 33", "area_weight": 0.9228}
{"county_geoid": "38057", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 4A", "area_weight": 0.0771}
{"county_geoid": "38057", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 33", "area_weight": 0.9228}
{"county_geoid": "38057", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 4", "area_weight": 0.0771}
{"county_geoid": "38059", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38059", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 31", "area_weight": 0.4907}
{"county_geoid": "38059", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 36", "area_weight": 0.4272}
{"county_geoid": "38059", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 33", "area_weight": 0.0766}
{"county_geoid": "38059", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 34", "area_weight": 0.0055}
{"county_geoid": "38059", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 31", "area_weight": 0.4907}
{"county_geoid": "38059", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 36", "area_weight": 0.4272}
{"county_geoid": "38059", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 33", "area_weight": 0.0766}
{"county_geoid": "38059", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 34", "area_weight": 0.0055}
{"county_geoid": "38061", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38061", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 4B", "area_weight": 0.5613}
{"county_geoid": "38061", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 2", "area_weight": 0.2245}
{"county_geoid": "38061", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 4A", "area_weight": 0.2141}
{"county_geoid": "38061", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 4", "area_weight": 0.7755}
{"county_geoid": "38061", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 2", "area_weight": 0.2245}
{"county_geoid": "38063", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38063", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 29", "area_weight": 0.999}
{"county_geoid": "38063", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 29", "area_weight": 0.999}
{"county_geoid": "38065", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38065", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 33", "area_weight": 1.0}
{"county_geoid": "38065", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 33", "area_weight": 1.0}
{"county_geoid": "38067", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9983}
{"county_geoid": "38067", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 19", "area_weight": 0.9998}
{"county_geoid": "38067", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 19", "area_weight": 0.9998}
{"county_geoid": "38069", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38069", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 14", "area_weight": 0.9097}
{"county_geoid": "38069", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 9", "area_weight": 0.0902}
{"county_geoid": "38069", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 14", "area_weight": 0.9097}
{"county_geoid": "38069", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 9", "area_weight": 0.0902}
{"county_geoid": "38071", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38071", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 15", "area_weight": 0.9973}
{"county_geoid": "38071", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 15", "area_weight": 0.9973}
{"county_geoid": "38073", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38073", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 24", "area_weight": 0.9999}
{"county_geoid": "38073", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "38075", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "38075", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 6", "area_weight": 0.9999}
{"county_geoid": "38075", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "38077", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9987}
{"county_geoid": "38077", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 25", "area_weight": 0.9996}
{"county_geoid": "38077", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 25", "area_weight": 0.9996}
{"county_geoid": "38079", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9998}
{"county_geoid": "38079", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 9", "area_weight": 0.9998}
{"county_geoid": "38079", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 9", "area_weight": 0.9998}
{"county_geoid": "38081", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38081", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 28", "area_weight": 0.9236}
{"county_geoid": "38081", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 25", "area_weight": 0.0763}
{"county_geoid": "38081", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 28", "area_weight": 0.9236}
{"county_geoid": "38081", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 25", "area_weight": 0.0763}
{"county_geoid": "38083", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38083", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 14", "area_weight": 1.0}
{"county_geoid": "38083", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 14", "area_weight": 1.0}
{"county_geoid": "38085", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9998}
{"county_geoid": "38085", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 31", "area_weight": 0.9997}
{"county_geoid": "38085", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 31", "area_weight": 0.9997}
{"county_geoid": "38087", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38087", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 39", "area_weight": 1.0}
{"county_geoid": "38087", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 39", "area_weight": 1.0}
{"county_geoid": "38089", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38089", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 39", "area_weight": 0.5031}
{"county_geoid": "38089", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 36", "area_weight": 0.4905}
{"county_geoid": "38089", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 37", "area_weight": 0.0064}
{"county_geoid": "38089", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 39", "area_weight": 0.5031}
{"county_geoid": "38089", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 36", "area_weight": 0.4905}
{"county_geoid": "38089", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 37", "area_weight": 0.0064}
{"county_geoid": "38091", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38091", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 29", "area_weight": 0.9998}
{"county_geoid": "38091", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 29", "area_weight": 0.9998}
{"county_geoid": "38093", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38093", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 29", "area_weight": 0.8228}
{"county_geoid": "38093", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 12", "area_weight": 0.1771}
{"county_geoid": "38093", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 29", "area_weight": 0.8228}
{"county_geoid": "38093", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 12", "area_weight": 0.1771}
{"county_geoid": "38095", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9997}
{"county_geoid": "38095", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 15", "area_weight": 0.9998}
{"county_geoid": "38095", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 15", "area_weight": 0.9998}
{"county_geoid": "38097", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9975}
{"county_geoid": "38097", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 20", "area_weight": 0.9996}
{"county_geoid": "38097", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 20", "area_weight": 0.9996}
{"county_geoid": "38099", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 0.9971}
{"county_geoid": "38099", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 19", "area_weight": 0.8349}
{"county_geoid": "38099", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 20", "area_weight": 0.1649}
{"county_geoid": "38099", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 19", "area_weight": 0.8349}
{"county_geoid": "38099", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 20", "area_weight": 0.1649}
{"county_geoid": "38101", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38101", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 4B", "area_weight": 0.529}
{"county_geoid": "38101", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 38", "area_weight": 0.1767}
{"county_geoid": "38101", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 6", "area_weight": 0.125}
{"county_geoid": "38101", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 40", "area_weight": 0.0841}
{"county_geoid": "38101", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 3", "area_weight": 0.0699}
{"county_geoid": "38101", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 4A", "area_weight": 0.0117}
{"county_geoid": "38101", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 4", "area_weight": 0.5408}
{"county_geoid": "38101", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 38", "area_weight": 0.1767}
{"county_geoid": "38101", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 6", "area_weight": 0.125}
{"county_geoid": "38101", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 40", "area_weight": 0.0841}
{"county_geoid": "38101", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 3", "area_weight": 0.0699}
{"county_geoid": "38103", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38103", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 14", "area_weight": 1.0}
{"county_geoid": "38103", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 14", "area_weight": 1.0}
{"county_geoid": "38105", "type": "CD", "district_state": "ND", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "38105", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 2", "area_weight": 0.9026}
{"county_geoid": "38105", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 23", "area_weight": 0.0898}
{"county_geoid": "38105", "type": "SH", "district_state": "ND", "district_label": "ND State House of Representatives District 1", "area_weight": 0.0075}
{"county_geoid": "38105", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 2", "area_weight": 0.9026}
{"county_geoid": "38105", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 23", "area_weight": 0.0898}
{"county_geoid": "38105", "type": "SS", "district_state": "ND", "district_label": "ND State Senate District 1", "area_weight": 0.0075}
{"county_geoid": "39001", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 0.9989}
{"county_geoid": "39001", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 90", "area_weight": 0.9997}
{"county_geoid": "39001", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 14", "area_weight": 0.9997}
{"county_geoid": "39003", "type": "CD", "district_state": "OH", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "39003", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 78", "area_weight": 0.9999}
{"county_geoid": "39003", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "39005", "type": "CD", "district_state": "OH", "district_label": "Congressional District 4", "area_weight": 0.9995}
{"county_geoid": "39005", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 67", "area_weight": 0.9998}
{"county_geoid": "39005", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 22", "area_weight": 0.9999}
{"county_geoid": "39007", "type": "CD", "district_state": "OH", "district_label": "Congressional District 14", "area_weight": 0.5168}
{"county_geoid": "39007", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 65", "area_weight": 0.393}
{"county_geoid": "39007", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 99", "area_weight": 0.1239}
{"county_geoid": "39007", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 32", "area_weight": 0.5169}
{"county_geoid": "39009", "type": "CD", "district_state": "OH", "district_label": "Congressional District 12", "area_weight": 0.9979}
{"county_geoid": "39009", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 94", "area_weight": 0.732}
{"county_geoid": "39009", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 95", "area_weight": 0.2678}
{"county_geoid": "39009", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "39011", "type": "CD", "district_state": "OH", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "39011", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 84", "area_weight": 0.5075}
{"county_geoid": "39011", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 78", "area_weight": 0.4924}
{"county_geoid": "39011", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 12", "area_weight": 1.0}
{"county_geoid": "39013", "type": "CD", "district_state": "OH", "district_label": "Congressional District 6", "area_weight": 0.9998}
{"county_geoid": "39013", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 95", "area_weight": 0.5496}
{"county_geoid": "39013", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 96", "area_weight": 0.4502}
{"county_geoid": "39013", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "39015", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "39015", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 63", "area_weight": 0.5429}
{"county_geoid": "39015", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 90", "area_weight": 0.4567}
{"county_geoid": "39015", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 14", "area_weight": 0.9996}
{"county_geoid": "39017", "type": "CD", "district_state": "OH", "district_label": "Congressional District 8", "area_weight": 0.9996}
{"county_geoid": "39017", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 47", "area_weight": 0.305}
{"county_geoid": "39017", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 45", "area_weight": 0.2666}
{"county_geoid": "39017", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 46", "area_weight": 0.2616}
{"county_geoid": "39017", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 40", "area_weight": 0.1667}
{"county_geoid": "39017", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 4", "area_weight": 0.8331}
{"county_geoid": "39017", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 5", "area_weight": 0.1667}
{"county_geoid": "39019", "type": "CD", "district_state": "OH", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "39019", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 79", "area_weight": 0.9999}
{"county_geoid": "39019", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 33", "area_weight": 0.9999}
{"county_geoid": "39021", "type": "CD", "district_state": "OH", "district_label": "Congressional District 4", "area_weight": 0.9994}
{"county_geoid": "39021", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 85", "area_weight": 0.9997}
{"county_geoid": "39021", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 12", "area_weight": 0.9997}
{"county_geoid": "39023", "type": "CD", "district_state": "OH", "district_label": "Congressional District 15", "area_weight": 0.7099}
{"county_geoid": "39023", "type": "CD", "district_state": "OH", "district_label": "Congressional District 10", "area_weight": 0.2899}
{"county_geoid": "39023", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 74", "area_weight": 0.598}
{"county_geoid": "39023", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 71", "area_weight": 0.4018}
{"county_geoid": "39023", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 10", "area_weight": 0.9997}
{"county_geoid": "39025", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 0.9986}
{"county_geoid": "39025", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 63", "area_weight": 0.7133}
{"county_geoid": "39025", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 62", "area_weight": 0.2859}
{"county_geoid": "39025", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 14", "area_weight": 0.9992}
{"county_geoid": "39027", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "39027", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 71", "area_weight": 0.9999}
{"county_geoid": "39027", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 10", "area_weight": 0.9999}
{"county_geoid": "39029", "type": "CD", "district_state": "OH", "district_label": "Congressional District 6", "area_weight": 0.9998}
{"county_geoid": "39029", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 79", "area_weight": 0.8716}
{"county_geoid": "39029", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 59", "area_weight": 0.1282}
{"county_geoid": "39029", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 33", "area_weight": 0.9998}
{"county_geoid": "39031", "type": "CD", "district_state": "OH", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "39031", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 98", "area_weight": 0.9998}
{"county_geoid": "39031", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 19", "area_weight": 0.9998}
{"county_geoid": "39033", "type": "CD", "district_state": "OH", "district_label": "Congressional District 5", "area_weight": 0.9993}
{"county_geoid": "39033", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 87", "area_weight": 0.9999}
{"county_geoid": "39033", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 26", "area_weight": 1.0}
{"county_geoid": "39035", "type": "CD", "district_state": "OH", "district_label": "Congressional District 7", "area_weight": 0.1935}
{"county_geoid": "39035", "type": "CD", "district_state": "OH", "district_label": "Congressional District 11", "area_weight": 0.1738}
{"county_geoid": "39035", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 19", "area_weight": 0.0936}
{"county_geoid": "39035", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 17", "area_weight": 0.0553}
{"county_geoid": "39035", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 15", "area_weight": 0.0414}
{"county_geoid": "39035", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 16", "area_weight": 0.029}
{"county_geoid": "39035", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 20", "area_weight": 0.0263}
{"county_geoid": "39035", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 18", "area_weight": 0.0257}
{"county_geoid": "39035", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 22", "area_weight": 0.0237}
{"county_geoid": "39035", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 21", "area_weight": 0.0232}
{"county_geoid": "39035", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 14", "area_weight": 0.0222}
{"county_geoid": "39035", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 23", "area_weight": 0.014}
{"county_geoid": "39035", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 13", "area_weight": 0.0126}
{"county_geoid": "39035", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 24", "area_weight": 0.1189}
{"county_geoid": "39035", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 18", "area_weight": 0.1076}
{"county_geoid": "39035", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 21", "area_weight": 0.0726}
{"county_geoid": "39035", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 23", "area_weight": 0.068}
{"county_geoid": "39037", "type": "CD", "district_state": "OH", "district_label": "Congressional District 8", "area_weight": 0.9995}
{"county_geoid": "39037", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 84", "area_weight": 0.6163}
{"county_geoid": "39037", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 80", "area_weight": 0.3837}
{"county_geoid": "39037", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 12", "area_weight": 0.6163}
{"county_geoid": "39037", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 5", "area_weight": 0.3837}
{"county_geoid": "39039", "type": "CD", "district_state": "OH", "district_label": "Congressional District 9", "area_weight": 0.9994}
{"county_geoid": "39039", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 82", "area_weight": 0.5655}
{"county_geoid": "39039", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 81", "area_weight": 0.4344}
{"county_geoid": "39039", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "39041", "type": "CD", "district_state": "OH", "district_label": "Congressional District 4", "area_weight": 0.6743}
{"county_geoid": "39041", "type": "CD", "district_state": "OH", "district_label": "Congressional District 12", "area_weight": 0.3256}
{"county_geoid": "39041", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 61", "area_weight": 0.6809}
{"county_geoid": "39041", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 60", "area_weight": 0.3189}
{"county_geoid": "39041", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "39043", "type": "CD", "district_state": "OH", "district_label": "Congressional District 9", "area_weight": 0.4545}
{"county_geoid": "39043", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 89", "area_weight": 0.4101}
{"county_geoid": "39043", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 2", "area_weight": 0.4101}
{"county_geoid": "39045", "type": "CD", "district_state": "OH", "district_label": "Congressional District 12", "area_weight": 0.9996}
{"county_geoid": "39045", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 69", "area_weight": 0.5492}
{"county_geoid": "39045", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 73", "area_weight": 0.4505}
{"county_geoid": "39045", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 20", "area_weight": 0.9998}
{"county_geoid": "39047", "type": "CD", "district_state": "OH", "district_label": "Congressional District 15", "area_weight": 0.8747}
{"county_geoid": "39047", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 0.1252}
{"county_geoid": "39047", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 91", "area_weight": 0.9998}
{"county_geoid": "39047", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "39049", "type": "CD", "district_state": "OH", "district_label": "Congressional District 15", "area_weight": 0.5935}
{"county_geoid": "39049", "type": "CD", "district_state": "OH", "district_label": "Congressional District 3", "area_weight": 0.4061}
{"county_geoid": "39049", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 5", "area_weight": 0.1586}
{"county_geoid": "39049", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 11", "area_weight": 0.1218}
{"county_geoid": "39049", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 4", "area_weight": 0.1216}
{"county_geoid": "39049", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 10", "area_weight": 0.1205}
{"county_geoid": "39049", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 12", "area_weight": 0.1103}
{"county_geoid": "39049", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 2", "area_weight": 0.0665}
{"county_geoid": "39049", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 6", "area_weight": 0.0564}
{"county_geoid": "39049", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 8", "area_weight": 0.0543}
{"county_geoid": "39049", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 1", "area_weight": 0.0516}
{"county_geoid": "39049", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 7", "area_weight": 0.0493}
{"county_geoid": "39049", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 9", "area_weight": 0.0465}
{"county_geoid": "39049", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 3", "area_weight": 0.0425}
{"county_geoid": "39049", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 3", "area_weight": 0.3895}
{"county_geoid": "39049", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 16", "area_weight": 0.2977}
{"county_geoid": "39049", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 15", "area_weight": 0.1606}
{"county_geoid": "39049", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 25", "area_weight": 0.1522}
{"county_geoid": "39051", "type": "CD", "district_state": "OH", "district_label": "Congressional District 9", "area_weight": 0.9997}
{"county_geoid": "39051", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 81", "area_weight": 1.0}
{"county_geoid": "39051", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 1", "area_weight": 1.0}
{"county_geoid": "39053", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "39053", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 93", "area_weight": 0.9994}
{"county_geoid": "39053", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 17", "area_weight": 0.9994}
{"county_geoid": "39055", "type": "CD", "district_state": "OH", "district_label": "Congressional District 14", "area_weight": 0.9997}
{"county_geoid": "39055", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 99", "area_weight": 0.8541}
{"county_geoid": "39055", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 35", "area_weight": 0.1458}
{"county_geoid": "39055", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 32", "area_weight": 0.8541}
{"county_geoid": "39055", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 27", "area_weight": 0.1458}
{"county_geoid": "39057", "type": "CD", "district_state": "OH", "district_label": "Congressional District 10", "area_weight": 0.9994}
{"county_geoid": "39057", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 71", "area_weight": 0.6341}
{"county_geoid": "39057", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 70", "area_weight": 0.3658}
{"county_geoid": "39057", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 10", "area_weight": 0.9999}
{"county_geoid": "39059", "type": "CD", "district_state": "OH", "district_label": "Congressional District 12", "area_weight": 0.9994}
{"county_geoid": "39059", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 95", "area_weight": 0.5373}
{"county_geoid": "39059", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 97", "area_weight": 0.4626}
{"county_geoid": "39059", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 30", "area_weight": 0.5373}
{"county_geoid": "39059", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 31", "area_weight": 0.4626}
{"county_geoid": "39061", "type": "CD", "district_state": "OH", "district_label": "Congressional District 8", "area_weight": 0.5066}
{"county_geoid": "39061", "type": "CD", "district_state": "OH", "district_label": "Congressional District 1", "area_weight": 0.4919}
{"county_geoid": "39061", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 29", "area_weight": 0.2948}
{"county_geoid": "39061", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 27", "area_weight": 0.1981}
{"county_geoid": "39061", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 30", "area_weight": 0.1519}
{"county_geoid": "39061", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 28", "area_weight": 0.1395}
{"county_geoid": "39061", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 26", "area_weight": 0.0782}
{"county_geoid": "39061", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 25", "area_weight": 0.0745}
{"county_geoid": "39061", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 24", "area_weight": 0.0621}
{"county_geoid": "39061", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 8", "area_weight": 0.6448}
{"county_geoid": "39061", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 9", "area_weight": 0.2148}
{"county_geoid": "39061", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 7", "area_weight": 0.1395}
{"county_geoid": "39063", "type": "CD", "district_state": "OH", "district_label": "Congressional District 5", "area_weight": 0.9997}
{"county_geoid": "39063", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 83", "area_weight": 0.9998}
{"county_geoid": "39063", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "39065", "type": "CD", "district_state": "OH", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "39065", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 83", "area_weight": 0.9998}
{"county_geoid": "39065", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "39067", "type": "CD", "district_state": "OH", "district_label": "Congressional District 6", "area_weight": 0.9999}
{"county_geoid": "39067", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 95", "area_weight": 0.9997}
{"county_geoid": "39067", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "39069", "type": "CD", "district_state": "OH", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "39069", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 81", "area_weight": 0.9999}
{"county_geoid": "39069", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 1", "area_weight": 1.0}
{"county_geoid": "39071", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "39071", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 91", "area_weight": 0.9999}
{"county_geoid": "39071", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "39073", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "39073", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 92", "area_weight": 1.0}
{"county_geoid": "39073", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 17", "area_weight": 1.0}
{"county_geoid": "39075", "type": "CD", "district_state": "OH", "district_label": "Congressional District 12", "area_weight": 0.7531}
{"county_geoid": "39075", "type": "CD", "district_state": "OH", "district_label": "Congressional District 7", "area_weight": 0.2469}
{"county_geoid": "39075", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 98", "area_weight": 0.9999}
{"county_geoid": "39075", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "39077", "type": "CD", "district_state": "OH", "district_label": "Congressional District 5", "area_weight": 0.9996}
{"county_geoid": "39077", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 54", "area_weight": 0.8948}
{"county_geoid": "39077", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 89", "area_weight": 0.1051}
{"county_geoid": "39077", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 13", "area_weight": 0.8948}
{"county_geoid": "39077", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 2", "area_weight": 0.1051}
{"county_geoid": "39079", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "39079", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 93", "area_weight": 0.9998}
{"county_geoid": "39079", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 17", "area_weight": 1.0}
{"county_geoid": "39081", "type": "CD", "district_state": "OH", "district_label": "Congressional District 6", "area_weight": 0.9995}
{"county_geoid": "39081", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 96", "area_weight": 0.9994}
{"county_geoid": "39081", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 30", "area_weight": 0.9994}
{"county_geoid": "39083", "type": "CD", "district_state": "OH", "district_label": "Congressional District 12", "area_weight": 0.9989}
{"county_geoid": "39083", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 98", "area_weight": 0.6209}
{"county_geoid": "39083", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 61", "area_weight": 0.3789}
{"county_geoid": "39083", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 19", "area_weight": 0.9998}
{"county_geoid": "39085", "type": "CD", "district_state": "OH", "district_label": "Congressional District 14", "area_weight": 0.2364}
{"county_geoid": "39085", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 57", "area_weight": 0.185}
{"county_geoid": "39085", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 23", "area_weight": 0.0496}
{"county_geoid": "39085", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 18", "area_weight": 0.2346}
{"county_geoid": "39087", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 0.9994}
{"county_geoid": "39087", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 93", "area_weight": 0.9997}
{"county_geoid": "39087", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 17", "area_weight": 0.9997}
{"county_geoid": "39089", "type": "CD", "district_state": "OH", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "39089", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 69", "area_weight": 0.6683}
{"county_geoid": "39089", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 68", "area_weight": 0.3316}
{"county_geoid": "39089", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 20", "area_weight": 0.9999}
{"county_geoid": "39091", "type": "CD", "district_state": "OH", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "39091", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 85", "area_weight": 0.5165}
{"county_geoid": "39091", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 83", "area_weight": 0.4834}
{"county_geoid": "39091", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 12", "area_weight": 0.5166}
{"county_geoid": "39091", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 1", "area_weight": 0.4834}
{"county_geoid": "39093", "type": "CD", "district_state": "OH", "district_label": "Congressional District 5", "area_weight": 0.5343}
{"county_geoid": "39093", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 54", "area_weight": 0.3792}
{"county_geoid": "39093", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 52", "area_weight": 0.0932}
{"county_geoid": "39093", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 53", "area_weight": 0.0618}
{"county_geoid": "39093", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 13", "area_weight": 0.5342}
{"county_geoid": "39095", "type": "CD", "district_state": "OH", "district_label": "Congressional District 9", "area_weight": 0.5828}
{"county_geoid": "39095", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 44", "area_weight": 0.2797}
{"county_geoid": "39095", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 42", "area_weight": 0.1494}
{"county_geoid": "39095", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 41", "area_weight": 0.0942}
{"county_geoid": "39095", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 43", "area_weight": 0.0583}
{"county_geoid": "39095", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 11", "area_weight": 0.3018}
{"county_geoid": "39095", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 2", "area_weight": 0.2798}
{"county_geoid": "39097", "type": "CD", "district_state": "OH", "district_label": "Congressional District 15", "area_weight": 0.9999}
{"county_geoid": "39097", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 12", "area_weight": 0.9998}
{"county_geoid": "39097", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 3", "area_weight": 0.9998}
{"county_geoid": "39099", "type": "CD", "district_state": "OH", "district_label": "Congressional District 6", "area_weight": 0.9998}
{"county_geoid": "39099", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 59", "area_weight": 0.6565}
{"county_geoid": "39099", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 58", "area_weight": 0.3433}
{"county_geoid": "39099", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 33", "area_weight": 0.9998}
{"county_geoid": "39101", "type": "CD", "district_state": "OH", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "39101", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 87", "area_weight": 0.7778}
{"county_geoid": "39101", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 86", "area_weight": 0.2222}
{"county_geoid": "39101", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "39103", "type": "CD", "district_state": "OH", "district_label": "Congressional District 7", "area_weight": 0.9997}
{"county_geoid": "39103", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 66", "area_weight": 0.5995}
{"county_geoid": "39103", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 67", "area_weight": 0.4004}
{"county_geoid": "39103", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 22", "area_weight": 0.9999}
{"county_geoid": "39105", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "39105", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 94", "area_weight": 0.9995}
{"county_geoid": "39105", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 30", "area_weight": 0.9995}
{"county_geoid": "39107", "type": "CD", "district_state": "OH", "district_label": "Congressional District 5", "area_weight": 0.9993}
{"county_geoid": "39107", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 84", "area_weight": 0.9999}
{"county_geoid": "39107", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "39109", "type": "CD", "district_state": "OH", "district_label": "Congressional District 15", "area_weight": 0.7596}
{"county_geoid": "39109", "type": "CD", "district_state": "OH", "district_label": "Congressional District 8", "area_weight": 0.24}
{"county_geoid": "39109", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 80", "area_weight": 0.9999}
{"county_geoid": "39109", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "39111", "type": "CD", "district_state": "OH", "district_label": "Congressional District 6", "area_weight": 0.9997}
{"county_geoid": "39111", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 96", "area_weight": 0.9993}
{"county_geoid": "39111", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 30", "area_weight": 0.9997}
{"county_geoid": "39113", "type": "CD", "district_state": "OH", "district_label": "Congressional District 10", "area_weight": 0.9998}
{"county_geoid": "39113", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 40", "area_weight": 0.3775}
{"county_geoid": "39113", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 37", "area_weight": 0.213}
{"county_geoid": "39113", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 39", "area_weight": 0.1763}
{"county_geoid": "39113", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 38", "area_weight": 0.1426}
{"county_geoid": "39113", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 36", "area_weight": 0.0906}
{"county_geoid": "39113", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 5", "area_weight": 0.5538}
{"county_geoid": "39113", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 6", "area_weight": 0.4461}
{"county_geoid": "39115", "type": "CD", "district_state": "OH", "district_label": "Congressional District 12", "area_weight": 0.9983}
{"county_geoid": "39115", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 95", "area_weight": 0.9998}
{"county_geoid": "39115", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "39117", "type": "CD", "district_state": "OH", "district_label": "Congressional District 4", "area_weight": 0.9995}
{"county_geoid": "39117", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 87", "area_weight": 0.9997}
{"county_geoid": "39117", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 26", "area_weight": 0.9997}
{"county_geoid": "39119", "type": "CD", "district_state": "OH", "district_label": "Congressional District 12", "area_weight": 1.0}
{"county_geoid": "39119", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 97", "area_weight": 0.9999}
{"county_geoid": "39119", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "39121", "type": "CD", "district_state": "OH", "district_label": "Congressional District 6", "area_weight": 0.9995}
{"county_geoid": "39121", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 95", "area_weight": 0.9996}
{"county_geoid": "39121", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "39123", "type": "CD", "district_state": "OH", "district_label": "Congressional District 9", "area_weight": 0.4988}
{"county_geoid": "39123", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 89", "area_weight": 0.3633}
{"county_geoid": "39123", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 44", "area_weight": 0.0876}
{"county_geoid": "39123", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 2", "area_weight": 0.4509}
{"county_geoid": "39125", "type": "CD", "district_state": "OH", "district_label": "Congressional District 5", "area_weight": 0.9997}
{"county_geoid": "39125", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 82", "area_weight": 1.0}
{"county_geoid": "39125", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 1", "area_weight": 1.0}
{"county_geoid": "39127", "type": "CD", "district_state": "OH", "district_label": "Congressional District 12", "area_weight": 0.9998}
{"county_geoid": "39127", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 69", "area_weight": 0.5885}
{"county_geoid": "39127", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 92", "area_weight": 0.4114}
{"county_geoid": "39127", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 20", "area_weight": 0.5885}
{"county_geoid": "39127", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 17", "area_weight": 0.4114}
{"county_geoid": "39129", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "39129", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 12", "area_weight": 0.9999}
{"county_geoid": "39129", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "39131", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "39131", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 91", "area_weight": 0.9996}
{"county_geoid": "39131", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "39133", "type": "CD", "district_state": "OH", "district_label": "Congressional District 14", "area_weight": 0.9907}
{"county_geoid": "39133", "type": "CD", "district_state": "OH", "district_label": "Congressional District 13", "area_weight": 0.0091}
{"county_geoid": "39133", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 72", "area_weight": 0.851}
{"county_geoid": "39133", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 35", "area_weight": 0.1488}
{"county_geoid": "39133", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 27", "area_weight": 0.9997}
{"county_geoid": "39135", "type": "CD", "district_state": "OH", "district_label": "Congressional District 8", "area_weight": 0.9997}
{"county_geoid": "39135", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 40", "area_weight": 0.9999}
{"county_geoid": "39135", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 5", "area_weight": 1.0}
{"county_geoid": "39137", "type": "CD", "district_state": "OH", "district_label": "Congressional District 5", "area_weight": 0.9997}
{"county_geoid": "39137", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 82", "area_weight": 0.9997}
{"county_geoid": "39137", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "39139", "type": "CD", "district_state": "OH", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "39139", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 76", "area_weight": 0.9998}
{"county_geoid": "39139", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 22", "area_weight": 0.9999}
{"county_geoid": "39141", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "39141", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 92", "area_weight": 0.5887}
{"county_geoid": "39141", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 91", "area_weight": 0.4112}
{"county_geoid": "39141", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "39143", "type": "CD", "district_state": "OH", "district_label": "Congressional District 9", "area_weight": 0.9996}
{"county_geoid": "39143", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 88", "area_weight": 0.9853}
{"county_geoid": "39143", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 26", "area_weight": 0.9853}
{"county_geoid": "39145", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 0.9992}
{"county_geoid": "39145", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 90", "area_weight": 0.9994}
{"county_geoid": "39145", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 14", "area_weight": 0.9994}
{"county_geoid": "39147", "type": "CD", "district_state": "OH", "district_label": "Congressional District 5", "area_weight": 0.9989}
{"county_geoid": "39147", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 88", "area_weight": 0.9999}
{"county_geoid": "39147", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 26", "area_weight": 1.0}
{"county_geoid": "39149", "type": "CD", "district_state": "OH", "district_label": "Congressional District 4", "area_weight": 0.5104}
{"county_geoid": "39149", "type": "CD", "district_state": "OH", "district_label": "Congressional District 15", "area_weight": 0.4895}
{"county_geoid": "39149", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 85", "area_weight": 0.9997}
{"county_geoid": "39149", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 12", "area_weight": 0.9998}
{"county_geoid": "39151", "type": "CD", "district_state": "OH", "district_label": "Congressional District 6", "area_weight": 0.6451}
{"county_geoid": "39151", "type": "CD", "district_state": "OH", "district_label": "Congressional District 13", "area_weight": 0.3544}
{"county_geoid": "39151", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 50", "area_weight": 0.3914}
{"county_geoid": "39151", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 48", "area_weight": 0.2847}
{"county_geoid": "39151", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 51", "area_weight": 0.2141}
{"county_geoid": "39151", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 49", "area_weight": 0.1092}
{"county_geoid": "39151", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 29", "area_weight": 0.7853}
{"county_geoid": "39151", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 31", "area_weight": 0.2145}
{"county_geoid": "39153", "type": "CD", "district_state": "OH", "district_label": "Congressional District 13", "area_weight": 0.999}
{"county_geoid": "39153", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 31", "area_weight": 0.3579}
{"county_geoid": "39153", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 32", "area_weight": 0.2542}
{"county_geoid": "39153", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 34", "area_weight": 0.1752}
{"county_geoid": "39153", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 35", "area_weight": 0.1192}
{"county_geoid": "39153", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 33", "area_weight": 0.0933}
{"county_geoid": "39153", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 28", "area_weight": 0.5227}
{"county_geoid": "39153", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 27", "area_weight": 0.4771}
{"county_geoid": "39155", "type": "CD", "district_state": "OH", "district_label": "Congressional District 14", "area_weight": 0.9999}
{"county_geoid": "39155", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 65", "area_weight": 0.607}
{"county_geoid": "39155", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 64", "area_weight": 0.3929}
{"county_geoid": "39155", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 32", "area_weight": 0.9999}
{"county_geoid": "39157", "type": "CD", "district_state": "OH", "district_label": "Congressional District 12", "area_weight": 0.5725}
{"county_geoid": "39157", "type": "CD", "district_state": "OH", "district_label": "Congressional District 6", "area_weight": 0.4275}
{"county_geoid": "39157", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 51", "area_weight": 0.9999}
{"county_geoid": "39157", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "39159", "type": "CD", "district_state": "OH", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "39159", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 86", "area_weight": 0.9998}
{"county_geoid": "39159", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "39161", "type": "CD", "district_state": "OH", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "39161", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 82", "area_weight": 0.9999}
{"county_geoid": "39161", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "39163", "type": "CD", "district_state": "OH", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "39163", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 92", "area_weight": 1.0}
{"county_geoid": "39163", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 17", "area_weight": 1.0}
{"county_geoid": "39165", "type": "CD", "district_state": "OH", "district_label": "Congressional District 1", "area_weight": 0.9994}
{"county_geoid": "39165", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 55", "area_weight": 0.6964}
{"county_geoid": "39165", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 56", "area_weight": 0.3035}
{"county_geoid": "39165", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 7", "area_weight": 0.9999}
{"county_geoid": "39167", "type": "CD", "district_state": "OH", "district_label": "Congressional District 6", "area_weight": 0.9985}
{"county_geoid": "39167", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 94", "area_weight": 0.9995}
{"county_geoid": "39167", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 30", "area_weight": 0.9997}
{"county_geoid": "39169", "type": "CD", "district_state": "OH", "district_label": "Congressional District 7", "area_weight": 0.9996}
{"county_geoid": "39169", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 77", "area_weight": 0.9998}
{"county_geoid": "39169", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 31", "area_weight": 0.9998}
{"county_geoid": "39171", "type": "CD", "district_state": "OH", "district_label": "Congressional District 9", "area_weight": 0.9999}
{"county_geoid": "39171", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 81", "area_weight": 0.9999}
{"county_geoid": "39171", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "39173", "type": "CD", "district_state": "OH", "district_label": "Congressional District 5", "area_weight": 0.8396}
{"county_geoid": "39173", "type": "CD", "district_state": "OH", "district_label": "Congressional District 9", "area_weight": 0.1604}
{"county_geoid": "39173", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 75", "area_weight": 0.9548}
{"county_geoid": "39173", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 44", "area_weight": 0.0452}
{"county_geoid": "39173", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 2", "area_weight": 0.9999}
{"county_geoid": "39175", "type": "CD", "district_state": "OH", "district_label": "Congressional District 5", "area_weight": 0.8713}
{"county_geoid": "39175", "type": "CD", "district_state": "OH", "district_label": "Congressional District 4", "area_weight": 0.1287}
{"county_geoid": "39175", "type": "SH", "district_state": "OH", "district_label": "OH State House of Representatives District 87", "area_weight": 0.9999}
{"county_geoid": "39175", "type": "SS", "district_state": "OH", "district_label": "OH State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "40001", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "40001", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 86", "area_weight": 0.9999}
{"county_geoid": "40001", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 4", "area_weight": 0.9999}
{"county_geoid": "40003", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40003", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 58", "area_weight": 1.0}
{"county_geoid": "40003", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "40005", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "40005", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 22", "area_weight": 0.8103}
{"county_geoid": "40005", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 19", "area_weight": 0.1897}
{"county_geoid": "40005", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 6", "area_weight": 1.0}
{"county_geoid": "40007", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "40007", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 61", "area_weight": 0.9999}
{"county_geoid": "40007", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "40009", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40009", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 57", "area_weight": 0.669}
{"county_geoid": "40009", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 55", "area_weight": 0.3309}
{"county_geoid": "40009", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 38", "area_weight": 1.0}
{"county_geoid": "40011", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40011", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 59", "area_weight": 0.7734}
{"county_geoid": "40011", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 55", "area_weight": 0.2264}
{"county_geoid": "40011", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "40013", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9977}
{"county_geoid": "40013", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 19", "area_weight": 0.7275}
{"county_geoid": "40013", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 21", "area_weight": 0.2718}
{"county_geoid": "40013", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 6", "area_weight": 0.9992}
{"county_geoid": "40015", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "40015", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 65", "area_weight": 0.8199}
{"county_geoid": "40015", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 55", "area_weight": 0.1326}
{"county_geoid": "40015", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 56", "area_weight": 0.0475}
{"county_geoid": "40015", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "40017", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.8138}
{"county_geoid": "40017", "type": "CD", "district_state": "OK", "district_label": "Congressional District 5", "area_weight": 0.1854}
{"county_geoid": "40017", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 55", "area_weight": 0.3638}
{"county_geoid": "40017", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 56", "area_weight": 0.3059}
{"county_geoid": "40017", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 60", "area_weight": 0.1552}
{"county_geoid": "40017", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 41", "area_weight": 0.0816}
{"county_geoid": "40017", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 47", "area_weight": 0.0775}
{"county_geoid": "40017", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 43", "area_weight": 0.0161}
{"county_geoid": "40017", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 26", "area_weight": 0.5027}
{"county_geoid": "40017", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 23", "area_weight": 0.2945}
{"county_geoid": "40017", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 22", "area_weight": 0.1094}
{"county_geoid": "40017", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 18", "area_weight": 0.0671}
{"county_geoid": "40017", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 45", "area_weight": 0.0241}
{"county_geoid": "40019", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 0.9997}
{"county_geoid": "40019", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 48", "area_weight": 0.5574}
{"county_geoid": "40019", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 49", "area_weight": 0.4426}
{"county_geoid": "40019", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 14", "area_weight": 0.9999}
{"county_geoid": "40021", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "40021", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 4", "area_weight": 0.5965}
{"county_geoid": "40021", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 86", "area_weight": 0.3073}
{"county_geoid": "40021", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 14", "area_weight": 0.0963}
{"county_geoid": "40021", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 3", "area_weight": 0.574}
{"county_geoid": "40021", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 9", "area_weight": 0.2132}
{"county_geoid": "40021", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 4", "area_weight": 0.2128}
{"county_geoid": "40023", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9966}
{"county_geoid": "40023", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 19", "area_weight": 0.9994}
{"county_geoid": "40023", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 6", "area_weight": 0.9994}
{"county_geoid": "40025", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "40025", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 61", "area_weight": 0.9998}
{"county_geoid": "40025", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 27", "area_weight": 0.9998}
{"county_geoid": "40027", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "40027", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 27", "area_weight": 0.3399}
{"county_geoid": "40027", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 20", "area_weight": 0.1532}
{"county_geoid": "40027", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 42", "area_weight": 0.1034}
{"county_geoid": "40027", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 45", "area_weight": 0.0959}
{"county_geoid": "40027", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 46", "area_weight": 0.068}
{"county_geoid": "40027", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 36", "area_weight": 0.0678}
{"county_geoid": "40027", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 90", "area_weight": 0.0371}
{"county_geoid": "40027", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 95", "area_weight": 0.0346}
{"county_geoid": "40027", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 91", "area_weight": 0.0346}
{"county_geoid": "40027", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 53", "area_weight": 0.0296}
{"county_geoid": "40027", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 44", "area_weight": 0.019}
{"county_geoid": "40027", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 54", "area_weight": 0.0168}
{"county_geoid": "40027", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 15", "area_weight": 0.625}
{"county_geoid": "40027", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 43", "area_weight": 0.1516}
{"county_geoid": "40027", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 16", "area_weight": 0.0837}
{"county_geoid": "40027", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 24", "area_weight": 0.0645}
{"county_geoid": "40027", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 45", "area_weight": 0.05}
{"county_geoid": "40027", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 17", "area_weight": 0.0252}
{"county_geoid": "40029", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "40029", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 18", "area_weight": 0.7084}
{"county_geoid": "40029", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 22", "area_weight": 0.2916}
{"county_geoid": "40029", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 14", "area_weight": 0.9999}
{"county_geoid": "40031", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "40031", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 63", "area_weight": 0.6244}
{"county_geoid": "40031", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 65", "area_weight": 0.2642}
{"county_geoid": "40031", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 64", "area_weight": 0.0941}
{"county_geoid": "40031", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 62", "area_weight": 0.0173}
{"county_geoid": "40031", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 32", "area_weight": 0.5439}
{"county_geoid": "40031", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 31", "area_weight": 0.456}
{"county_geoid": "40033", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 0.9989}
{"county_geoid": "40033", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 63", "area_weight": 0.9997}
{"county_geoid": "40033", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 31", "area_weight": 0.9997}
{"county_geoid": "40035", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "40035", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 7", "area_weight": 0.6774}
{"county_geoid": "40035", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 6", "area_weight": 0.3225}
{"county_geoid": "40035", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "40037", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.8658}
{"county_geoid": "40037", "type": "CD", "district_state": "OK", "district_label": "Congressional District 1", "area_weight": 0.134}
{"county_geoid": "40037", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 29", "area_weight": 0.7273}
{"county_geoid": "40037", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 35", "area_weight": 0.158}
{"county_geoid": "40037", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 30", "area_weight": 0.0805}
{"county_geoid": "40037", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 24", "area_weight": 0.0328}
{"county_geoid": "40037", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 12", "area_weight": 0.5088}
{"county_geoid": "40037", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 8", "area_weight": 0.275}
{"county_geoid": "40037", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 21", "area_weight": 0.2161}
{"county_geoid": "40039", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40039", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 57", "area_weight": 0.9999}
{"county_geoid": "40039", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "40041", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "40041", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 5", "area_weight": 0.6222}
{"county_geoid": "40041", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 86", "area_weight": 0.3207}
{"county_geoid": "40041", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 7", "area_weight": 0.0571}
{"county_geoid": "40041", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 4", "area_weight": 0.8859}
{"county_geoid": "40041", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 1", "area_weight": 0.114}
{"county_geoid": "40043", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40043", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 59", "area_weight": 0.9998}
{"county_geoid": "40043", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "40045", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40045", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 61", "area_weight": 1.0}
{"county_geoid": "40045", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 27", "area_weight": 1.0}
{"county_geoid": "40047", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40047", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 38", "area_weight": 0.5503}
{"county_geoid": "40047", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 59", "area_weight": 0.2713}
{"county_geoid": "40047", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 58", "area_weight": 0.1614}
{"county_geoid": "40047", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 40", "area_weight": 0.0169}
{"county_geoid": "40047", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 19", "area_weight": 1.0}
{"county_geoid": "40049", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "40049", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 42", "area_weight": 0.6012}
{"county_geoid": "40049", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 48", "area_weight": 0.3988}
{"county_geoid": "40049", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 13", "area_weight": 0.9846}
{"county_geoid": "40049", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 43", "area_weight": 0.0153}
{"county_geoid": "40051", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 0.9984}
{"county_geoid": "40051", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 51", "area_weight": 0.6641}
{"county_geoid": "40051", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 56", "area_weight": 0.3358}
{"county_geoid": "40051", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 23", "area_weight": 0.5413}
{"county_geoid": "40051", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 43", "area_weight": 0.4587}
{"county_geoid": "40053", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "40053", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 38", "area_weight": 0.9999}
{"county_geoid": "40053", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "40055", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40055", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 52", "area_weight": 1.0}
{"county_geoid": "40055", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 38", "area_weight": 1.0}
{"county_geoid": "40057", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "40057", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 52", "area_weight": 0.9999}
{"county_geoid": "40057", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 38", "area_weight": 0.9999}
{"county_geoid": "40059", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "40059", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 61", "area_weight": 0.9998}
{"county_geoid": "40059", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "40061", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "40061", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 15", "area_weight": 0.9999}
{"county_geoid": "40061", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 7", "area_weight": 0.9999}
{"county_geoid": "40063", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9993}
{"county_geoid": "40063", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 18", "area_weight": 0.9999}
{"county_geoid": "40063", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 13", "area_weight": 0.9999}
{"county_geoid": "40065", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9946}
{"county_geoid": "40065", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 52", "area_weight": 0.9994}
{"county_geoid": "40065", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 38", "area_weight": 0.9996}
{"county_geoid": "40067", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 0.9984}
{"county_geoid": "40067", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 50", "area_weight": 0.9993}
{"county_geoid": "40067", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 31", "area_weight": 0.9993}
{"county_geoid": "40069", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "40069", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 22", "area_weight": 0.9999}
{"county_geoid": "40069", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 14", "area_weight": 0.7738}
{"county_geoid": "40069", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 6", "area_weight": 0.2262}
{"county_geoid": "40071", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "40071", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 38", "area_weight": 0.6706}
{"county_geoid": "40071", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 37", "area_weight": 0.3294}
{"county_geoid": "40071", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 10", "area_weight": 0.6058}
{"county_geoid": "40071", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 19", "area_weight": 0.3941}
{"county_geoid": "40073", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "40073", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 59", "area_weight": 0.9473}
{"county_geoid": "40073", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 41", "area_weight": 0.0526}
{"county_geoid": "40073", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 26", "area_weight": 0.7085}
{"county_geoid": "40073", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 20", "area_weight": 0.2915}
{"county_geoid": "40075", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "40075", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 63", "area_weight": 0.5717}
{"county_geoid": "40075", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 52", "area_weight": 0.4282}
{"county_geoid": "40075", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 38", "area_weight": 1.0}
{"county_geoid": "40077", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "40077", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 17", "area_weight": 0.9999}
{"county_geoid": "40077", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 7", "area_weight": 0.9999}
{"county_geoid": "40079", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "40079", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 1", "area_weight": 0.5366}
{"county_geoid": "40079", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 3", "area_weight": 0.3915}
{"county_geoid": "40079", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 15", "area_weight": 0.0716}
{"county_geoid": "40079", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 5", "area_weight": 0.9693}
{"county_geoid": "40079", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 7", "area_weight": 0.0305}
{"county_geoid": "40081", "type": "CD", "district_state": "OK", "district_label": "Congressional District 5", "area_weight": 0.9994}
{"county_geoid": "40081", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 32", "area_weight": 0.9999}
{"county_geoid": "40081", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "40083", "type": "CD", "district_state": "OK", "district_label": "Congressional District 5", "area_weight": 0.5741}
{"county_geoid": "40083", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.4259}
{"county_geoid": "40083", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 38", "area_weight": 0.4895}
{"county_geoid": "40083", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 31", "area_weight": 0.2318}
{"county_geoid": "40083", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 33", "area_weight": 0.1392}
{"county_geoid": "40083", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 32", "area_weight": 0.0858}
{"county_geoid": "40083", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 41", "area_weight": 0.0536}
{"county_geoid": "40083", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 20", "area_weight": 0.8102}
{"county_geoid": "40083", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 28", "area_weight": 0.1898}
{"county_geoid": "40085", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 0.996}
{"county_geoid": "40085", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 49", "area_weight": 0.9983}
{"county_geoid": "40085", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 31", "area_weight": 0.9983}
{"county_geoid": "40087", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 0.9991}
{"county_geoid": "40087", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 42", "area_weight": 0.62}
{"county_geoid": "40087", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 20", "area_weight": 0.2923}
{"county_geoid": "40087", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 25", "area_weight": 0.0876}
{"county_geoid": "40087", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 43", "area_weight": 0.8217}
{"county_geoid": "40087", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 13", "area_weight": 0.1782}
{"county_geoid": "40089", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9928}
{"county_geoid": "40089", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 0.0071}
{"county_geoid": "40089", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 1", "area_weight": 0.9993}
{"county_geoid": "40089", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 5", "area_weight": 0.9993}
{"county_geoid": "40091", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "40091", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 15", "area_weight": 0.8639}
{"county_geoid": "40091", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 13", "area_weight": 0.136}
{"county_geoid": "40091", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "40093", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40093", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 58", "area_weight": 0.9999}
{"county_geoid": "40093", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "40095", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "40095", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 49", "area_weight": 0.7104}
{"county_geoid": "40095", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 21", "area_weight": 0.2894}
{"county_geoid": "40095", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 14", "area_weight": 0.9996}
{"county_geoid": "40097", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "40097", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 8", "area_weight": 0.3607}
{"county_geoid": "40097", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 5", "area_weight": 0.3311}
{"county_geoid": "40097", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 6", "area_weight": 0.183}
{"county_geoid": "40097", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 86", "area_weight": 0.1251}
{"county_geoid": "40097", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 1", "area_weight": 0.5967}
{"county_geoid": "40097", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 3", "area_weight": 0.4033}
{"county_geoid": "40099", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "40099", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 22", "area_weight": 0.7501}
{"county_geoid": "40099", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 48", "area_weight": 0.2498}
{"county_geoid": "40099", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 14", "area_weight": 0.6093}
{"county_geoid": "40099", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 13", "area_weight": 0.3907}
{"county_geoid": "40101", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "40101", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 13", "area_weight": 0.4305}
{"county_geoid": "40101", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 15", "area_weight": 0.3851}
{"county_geoid": "40101", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 14", "area_weight": 0.1201}
{"county_geoid": "40101", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 16", "area_weight": 0.0642}
{"county_geoid": "40101", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 8", "area_weight": 0.5129}
{"county_geoid": "40101", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 9", "area_weight": 0.487}
{"county_geoid": "40103", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40103", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 38", "area_weight": 0.6004}
{"county_geoid": "40103", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 35", "area_weight": 0.3996}
{"county_geoid": "40103", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 20", "area_weight": 0.9999}
{"county_geoid": "40105", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "40105", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 10", "area_weight": 0.7258}
{"county_geoid": "40105", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 6", "area_weight": 0.2741}
{"county_geoid": "40105", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 29", "area_weight": 0.9999}
{"county_geoid": "40107", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9984}
{"county_geoid": "40107", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 18", "area_weight": 0.9998}
{"county_geoid": "40107", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 8", "area_weight": 0.9998}
{"county_geoid": "40109", "type": "CD", "district_state": "OK", "district_label": "Congressional District 5", "area_weight": 0.8141}
{"county_geoid": "40109", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.1215}
{"county_geoid": "40109", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 0.0644}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 36", "area_weight": 0.283}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 97", "area_weight": 0.1138}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 96", "area_weight": 0.1031}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 101", "area_weight": 0.0637}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 90", "area_weight": 0.053}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 41", "area_weight": 0.043}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 95", "area_weight": 0.0419}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 39", "area_weight": 0.0281}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 82", "area_weight": 0.0278}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 94", "area_weight": 0.0258}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 85", "area_weight": 0.0247}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 81", "area_weight": 0.0209}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 83", "area_weight": 0.0179}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 31", "area_weight": 0.0175}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 100", "area_weight": 0.0164}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 84", "area_weight": 0.0155}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 89", "area_weight": 0.0149}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 87", "area_weight": 0.0127}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 88", "area_weight": 0.0109}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 93", "area_weight": 0.0092}
{"county_geoid": "40109", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 54", "area_weight": 0.0062}
{"county_geoid": "40109", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 42", "area_weight": 0.1669}
{"county_geoid": "40109", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 28", "area_weight": 0.1403}
{"county_geoid": "40109", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 48", "area_weight": 0.1253}
{"county_geoid": "40109", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 41", "area_weight": 0.1186}
{"county_geoid": "40109", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 17", "area_weight": 0.1109}
{"county_geoid": "40109", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 22", "area_weight": 0.0734}
{"county_geoid": "40109", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 47", "area_weight": 0.0537}
{"county_geoid": "40109", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 46", "area_weight": 0.0491}
{"county_geoid": "40109", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 40", "area_weight": 0.0456}
{"county_geoid": "40109", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 44", "area_weight": 0.0432}
{"county_geoid": "40109", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 45", "area_weight": 0.0336}
{"county_geoid": "40109", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 30", "area_weight": 0.0299}
{"county_geoid": "40109", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 18", "area_weight": 0.0095}
{"county_geoid": "40111", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "40111", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 16", "area_weight": 0.832}
{"county_geoid": "40111", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 24", "area_weight": 0.1679}
{"county_geoid": "40111", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "40113", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "40113", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 37", "area_weight": 0.5219}
{"county_geoid": "40113", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 10", "area_weight": 0.2909}
{"county_geoid": "40113", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 35", "area_weight": 0.1047}
{"county_geoid": "40113", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 66", "area_weight": 0.0791}
{"county_geoid": "40113", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 10", "area_weight": 0.9898}
{"county_geoid": "40113", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 11", "area_weight": 0.0101}
{"county_geoid": "40115", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "40115", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 7", "area_weight": 0.9998}
{"county_geoid": "40115", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "40117", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40117", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 35", "area_weight": 0.9999}
{"county_geoid": "40117", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 20", "area_weight": 0.9998}
{"county_geoid": "40119", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9989}
{"county_geoid": "40119", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 33", "area_weight": 0.801}
{"county_geoid": "40119", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 35", "area_weight": 0.1046}
{"county_geoid": "40119", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 32", "area_weight": 0.0623}
{"county_geoid": "40119", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 34", "area_weight": 0.0321}
{"county_geoid": "40119", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 21", "area_weight": 0.6025}
{"county_geoid": "40119", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 20", "area_weight": 0.3975}
{"county_geoid": "40121", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "40121", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 17", "area_weight": 0.6157}
{"county_geoid": "40121", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 18", "area_weight": 0.3542}
{"county_geoid": "40121", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 15", "area_weight": 0.03}
{"county_geoid": "40121", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 7", "area_weight": 0.9998}
{"county_geoid": "40123", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 0.9979}
{"county_geoid": "40123", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 25", "area_weight": 0.9998}
{"county_geoid": "40123", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 13", "area_weight": 0.9999}
{"county_geoid": "40125", "type": "CD", "district_state": "OK", "district_label": "Congressional District 5", "area_weight": 0.9987}
{"county_geoid": "40125", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 28", "area_weight": 0.4286}
{"county_geoid": "40125", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 27", "area_weight": 0.3447}
{"county_geoid": "40125", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 26", "area_weight": 0.1545}
{"county_geoid": "40125", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 25", "area_weight": 0.0721}
{"county_geoid": "40125", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 17", "area_weight": 0.7923}
{"county_geoid": "40125", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 28", "area_weight": 0.2076}
{"county_geoid": "40127", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "40127", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 19", "area_weight": 0.9999}
{"county_geoid": "40127", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 5", "area_weight": 0.6504}
{"county_geoid": "40127", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 6", "area_weight": 0.3495}
{"county_geoid": "40129", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40129", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 57", "area_weight": 0.9999}
{"county_geoid": "40129", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "40131", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.947}
{"county_geoid": "40131", "type": "CD", "district_state": "OK", "district_label": "Congressional District 1", "area_weight": 0.053}
{"county_geoid": "40131", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 6", "area_weight": 0.5095}
{"county_geoid": "40131", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 8", "area_weight": 0.2748}
{"county_geoid": "40131", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 23", "area_weight": 0.1093}
{"county_geoid": "40131", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 9", "area_weight": 0.0873}
{"county_geoid": "40131", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 74", "area_weight": 0.0191}
{"county_geoid": "40131", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 29", "area_weight": 0.458}
{"county_geoid": "40131", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 2", "area_weight": 0.3862}
{"county_geoid": "40131", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 3", "area_weight": 0.0951}
{"county_geoid": "40131", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 1", "area_weight": 0.0606}
{"county_geoid": "40133", "type": "CD", "district_state": "OK", "district_label": "Congressional District 5", "area_weight": 0.9953}
{"county_geoid": "40133", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 28", "area_weight": 0.9998}
{"county_geoid": "40133", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 28", "area_weight": 0.9998}
{"county_geoid": "40135", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "40135", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 2", "area_weight": 0.9997}
{"county_geoid": "40135", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 4", "area_weight": 0.7465}
{"county_geoid": "40135", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 7", "area_weight": 0.2533}
{"county_geoid": "40137", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "40137", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 50", "area_weight": 0.6686}
{"county_geoid": "40137", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 51", "area_weight": 0.3313}
{"county_geoid": "40137", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 31", "area_weight": 0.799}
{"county_geoid": "40137", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 43", "area_weight": 0.2009}
{"county_geoid": "40139", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "40139", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 61", "area_weight": 0.9998}
{"county_geoid": "40139", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 27", "area_weight": 0.9998}
{"county_geoid": "40141", "type": "CD", "district_state": "OK", "district_label": "Congressional District 4", "area_weight": 0.9974}
{"county_geoid": "40141", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 63", "area_weight": 0.9995}
{"county_geoid": "40141", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 38", "area_weight": 0.9996}
{"county_geoid": "40143", "type": "CD", "district_state": "OK", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 11", "area_weight": 0.1238}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 24", "area_weight": 0.1061}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 66", "area_weight": 0.0848}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 16", "area_weight": 0.0811}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 29", "area_weight": 0.0697}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 72", "area_weight": 0.0687}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 77", "area_weight": 0.0648}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 68", "area_weight": 0.0623}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 80", "area_weight": 0.0387}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 69", "area_weight": 0.0361}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 74", "area_weight": 0.036}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 75", "area_weight": 0.0261}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 73", "area_weight": 0.0249}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 70", "area_weight": 0.0232}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 23", "area_weight": 0.0223}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 79", "area_weight": 0.0215}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 76", "area_weight": 0.0204}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 78", "area_weight": 0.0194}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 67", "area_weight": 0.0181}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 71", "area_weight": 0.0157}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 30", "area_weight": 0.0156}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 98", "area_weight": 0.0155}
{"county_geoid": "40143", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 9", "area_weight": 0.0052}
{"county_geoid": "40143", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 25", "area_weight": 0.2}
{"county_geoid": "40143", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 34", "area_weight": 0.1744}
{"county_geoid": "40143", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 37", "area_weight": 0.1261}
{"county_geoid": "40143", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 12", "area_weight": 0.1182}
{"county_geoid": "40143", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 10", "area_weight": 0.0878}
{"county_geoid": "40143", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 33", "area_weight": 0.0624}
{"county_geoid": "40143", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 11", "area_weight": 0.0623}
{"county_geoid": "40143", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 39", "area_weight": 0.0454}
{"county_geoid": "40143", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 2", "area_weight": 0.0447}
{"county_geoid": "40143", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 35", "area_weight": 0.0438}
{"county_geoid": "40143", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 36", "area_weight": 0.0349}
{"county_geoid": "40145", "type": "CD", "district_state": "OK", "district_label": "Congressional District 1", "area_weight": 0.5907}
{"county_geoid": "40145", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.4093}
{"county_geoid": "40145", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 12", "area_weight": 0.677}
{"county_geoid": "40145", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 14", "area_weight": 0.126}
{"county_geoid": "40145", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 4", "area_weight": 0.0528}
{"county_geoid": "40145", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 13", "area_weight": 0.0457}
{"county_geoid": "40145", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 8", "area_weight": 0.0428}
{"county_geoid": "40145", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 23", "area_weight": 0.0308}
{"county_geoid": "40145", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 98", "area_weight": 0.0249}
{"county_geoid": "40145", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 3", "area_weight": 0.9182}
{"county_geoid": "40145", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 36", "area_weight": 0.0817}
{"county_geoid": "40147", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "40147", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 10", "area_weight": 0.653}
{"county_geoid": "40147", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 11", "area_weight": 0.347}
{"county_geoid": "40147", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 29", "area_weight": 0.9999}
{"county_geoid": "40149", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40149", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 55", "area_weight": 0.9999}
{"county_geoid": "40149", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 38", "area_weight": 1.0}
{"county_geoid": "40151", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "40151", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 58", "area_weight": 0.9999}
{"county_geoid": "40151", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "40153", "type": "CD", "district_state": "OK", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "40153", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 58", "area_weight": 0.4848}
{"county_geoid": "40153", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 61", "area_weight": 0.2886}
{"county_geoid": "40153", "type": "SH", "district_state": "OK", "district_label": "OK State House of Representatives District 59", "area_weight": 0.2266}
{"county_geoid": "40153", "type": "SS", "district_state": "OK", "district_label": "OK State Senate District 27", "area_weight": 1.0}
{"county_geoid": "41001", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.9994}
{"county_geoid": "41001", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 60", "area_weight": 0.9998}
{"county_geoid": "41001", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "41003", "type": "CD", "district_state": "OR", "district_label": "Congressional District 4", "area_weight": 0.9966}
{"county_geoid": "41003", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 10", "area_weight": 0.8208}
{"county_geoid": "41003", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 16", "area_weight": 0.1682}
{"county_geoid": "41003", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 15", "area_weight": 0.0108}
{"county_geoid": "41003", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 5", "area_weight": 0.8208}
{"county_geoid": "41003", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 8", "area_weight": 0.1791}
{"county_geoid": "41005", "type": "CD", "district_state": "OR", "district_label": "Congressional District 5", "area_weight": 0.6801}
{"county_geoid": "41005", "type": "CD", "district_state": "OR", "district_label": "Congressional District 3", "area_weight": 0.2892}
{"county_geoid": "41005", "type": "CD", "district_state": "OR", "district_label": "Congressional District 6", "area_weight": 0.0179}
{"county_geoid": "41005", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.0127}
{"county_geoid": "41005", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 18", "area_weight": 0.5748}
{"county_geoid": "41005", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 52", "area_weight": 0.2001}
{"county_geoid": "41005", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 51", "area_weight": 0.1202}
{"county_geoid": "41005", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 48", "area_weight": 0.0198}
{"county_geoid": "41005", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 37", "area_weight": 0.0192}
{"county_geoid": "41005", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 26", "area_weight": 0.0161}
{"county_geoid": "41005", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 39", "area_weight": 0.014}
{"county_geoid": "41005", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 57", "area_weight": 0.0126}
{"county_geoid": "41005", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 40", "area_weight": 0.0119}
{"county_geoid": "41005", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 38", "area_weight": 0.0061}
{"county_geoid": "41005", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 41", "area_weight": 0.0052}
{"county_geoid": "41005", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 9", "area_weight": 0.5748}
{"county_geoid": "41005", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 26", "area_weight": 0.3203}
{"county_geoid": "41005", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 20", "area_weight": 0.0259}
{"county_geoid": "41005", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 19", "area_weight": 0.0253}
{"county_geoid": "41005", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 24", "area_weight": 0.0198}
{"county_geoid": "41005", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 13", "area_weight": 0.0161}
{"county_geoid": "41005", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 29", "area_weight": 0.0126}
{"county_geoid": "41005", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 21", "area_weight": 0.0052}
{"county_geoid": "41007", "type": "CD", "district_state": "OR", "district_label": "Congressional District 1", "area_weight": 0.7863}
{"county_geoid": "41007", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 32", "area_weight": 0.7868}
{"county_geoid": "41007", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 16", "area_weight": 0.787}
{"county_geoid": "41009", "type": "CD", "district_state": "OR", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "41009", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 31", "area_weight": 0.9271}
{"county_geoid": "41009", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 32", "area_weight": 0.0728}
{"county_geoid": "41009", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 16", "area_weight": 0.9999}
{"county_geoid": "41011", "type": "CD", "district_state": "OR", "district_label": "Congressional District 4", "area_weight": 0.9002}
{"county_geoid": "41011", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 1", "area_weight": 0.7445}
{"county_geoid": "41011", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 9", "area_weight": 0.156}
{"county_geoid": "41011", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 1", "area_weight": 0.7445}
{"county_geoid": "41011", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 5", "area_weight": 0.156}
{"county_geoid": "41013", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "41013", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 59", "area_weight": 0.9996}
{"county_geoid": "41013", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "41015", "type": "CD", "district_state": "OR", "district_label": "Congressional District 4", "area_weight": 0.8196}
{"county_geoid": "41015", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 1", "area_weight": 0.8223}
{"county_geoid": "41015", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 1", "area_weight": 0.8223}
{"county_geoid": "41017", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.6082}
{"county_geoid": "41017", "type": "CD", "district_state": "OR", "district_label": "Congressional District 5", "area_weight": 0.3914}
{"county_geoid": "41017", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 55", "area_weight": 0.512}
{"county_geoid": "41017", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 60", "area_weight": 0.2223}
{"county_geoid": "41017", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 53", "area_weight": 0.1772}
{"county_geoid": "41017", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 59", "area_weight": 0.0793}
{"county_geoid": "41017", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 54", "area_weight": 0.0092}
{"county_geoid": "41017", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 28", "area_weight": 0.512}
{"county_geoid": "41017", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 30", "area_weight": 0.3016}
{"county_geoid": "41017", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 27", "area_weight": 0.1863}
{"county_geoid": "41019", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.558}
{"county_geoid": "41019", "type": "CD", "district_state": "OR", "district_label": "Congressional District 4", "area_weight": 0.4295}
{"county_geoid": "41019", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 2", "area_weight": 0.6188}
{"county_geoid": "41019", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 4", "area_weight": 0.1649}
{"county_geoid": "41019", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 1", "area_weight": 0.1024}
{"county_geoid": "41019", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 9", "area_weight": 0.1015}
{"county_geoid": "41019", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 1", "area_weight": 0.7211}
{"county_geoid": "41019", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 2", "area_weight": 0.1649}
{"county_geoid": "41019", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 5", "area_weight": 0.1015}
{"county_geoid": "41021", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "41021", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 57", "area_weight": 0.9999}
{"county_geoid": "41021", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 29", "area_weight": 0.9999}
{"county_geoid": "41023", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "41023", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 60", "area_weight": 0.9999}
{"county_geoid": "41023", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "41025", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "41025", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 60", "area_weight": 1.0}
{"county_geoid": "41025", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 30", "area_weight": 1.0}
{"county_geoid": "41027", "type": "CD", "district_state": "OR", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "41027", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 52", "area_weight": 0.9999}
{"county_geoid": "41027", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "41029", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "41029", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 56", "area_weight": 0.4682}
{"county_geoid": "41029", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 5", "area_weight": 0.3355}
{"county_geoid": "41029", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 4", "area_weight": 0.1877}
{"county_geoid": "41029", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 6", "area_weight": 0.0085}
{"county_geoid": "41029", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 28", "area_weight": 0.4682}
{"county_geoid": "41029", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 3", "area_weight": 0.3441}
{"county_geoid": "41029", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 2", "area_weight": 0.1877}
{"county_geoid": "41031", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.9904}
{"county_geoid": "41031", "type": "CD", "district_state": "OR", "district_label": "Congressional District 5", "area_weight": 0.0096}
{"county_geoid": "41031", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 59", "area_weight": 0.7182}
{"county_geoid": "41031", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 57", "area_weight": 0.2817}
{"county_geoid": "41031", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 30", "area_weight": 0.7182}
{"county_geoid": "41031", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 29", "area_weight": 0.2817}
{"county_geoid": "41033", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.9982}
{"county_geoid": "41033", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 3", "area_weight": 0.7682}
{"county_geoid": "41033", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 4", "area_weight": 0.2317}
{"county_geoid": "41033", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 2", "area_weight": 0.9999}
{"county_geoid": "41035", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "41035", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 55", "area_weight": 0.7877}
{"county_geoid": "41035", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 56", "area_weight": 0.2121}
{"county_geoid": "41035", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 28", "area_weight": 0.9998}
{"county_geoid": "41037", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "41037", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 60", "area_weight": 0.9999}
{"county_geoid": "41037", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "41039", "type": "CD", "district_state": "OR", "district_label": "Congressional District 4", "area_weight": 0.9767}
{"county_geoid": "41039", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 12", "area_weight": 0.6554}
{"county_geoid": "41039", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 9", "area_weight": 0.1683}
{"county_geoid": "41039", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 10", "area_weight": 0.0948}
{"county_geoid": "41039", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 8", "area_weight": 0.0246}
{"county_geoid": "41039", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 14", "area_weight": 0.0237}
{"county_geoid": "41039", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 7", "area_weight": 0.0066}
{"county_geoid": "41039", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 6", "area_weight": 0.6555}
{"county_geoid": "41039", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 5", "area_weight": 0.2631}
{"county_geoid": "41039", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 4", "area_weight": 0.0312}
{"county_geoid": "41039", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 7", "area_weight": 0.0284}
{"county_geoid": "41041", "type": "CD", "district_state": "OR", "district_label": "Congressional District 4", "area_weight": 0.8315}
{"county_geoid": "41041", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 10", "area_weight": 0.8315}
{"county_geoid": "41041", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 5", "area_weight": 0.8315}
{"county_geoid": "41043", "type": "CD", "district_state": "OR", "district_label": "Congressional District 5", "area_weight": 0.9932}
{"county_geoid": "41043", "type": "CD", "district_state": "OR", "district_label": "Congressional District 4", "area_weight": 0.0061}
{"county_geoid": "41043", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 11", "area_weight": 0.7496}
{"county_geoid": "41043", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 17", "area_weight": 0.1991}
{"county_geoid": "41043", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 15", "area_weight": 0.0488}
{"county_geoid": "41043", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 6", "area_weight": 0.752}
{"county_geoid": "41043", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 9", "area_weight": 0.1991}
{"county_geoid": "41043", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 8", "area_weight": 0.0489}
{"county_geoid": "41045", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "41045", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 60", "area_weight": 0.9999}
{"county_geoid": "41045", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "41047", "type": "CD", "district_state": "OR", "district_label": "Congressional District 5", "area_weight": 0.6985}
{"county_geoid": "41047", "type": "CD", "district_state": "OR", "district_label": "Congressional District 6", "area_weight": 0.2957}
{"county_geoid": "41047", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.0059}
{"county_geoid": "41047", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 17", "area_weight": 0.5087}
{"county_geoid": "41047", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 18", "area_weight": 0.3048}
{"county_geoid": "41047", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 22", "area_weight": 0.0623}
{"county_geoid": "41047", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 15", "area_weight": 0.0373}
{"county_geoid": "41047", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 57", "area_weight": 0.0227}
{"county_geoid": "41047", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 20", "area_weight": 0.0202}
{"county_geoid": "41047", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 11", "area_weight": 0.0161}
{"county_geoid": "41047", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 19", "area_weight": 0.0147}
{"county_geoid": "41047", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 21", "area_weight": 0.0131}
{"county_geoid": "41047", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 9", "area_weight": 0.8135}
{"county_geoid": "41047", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 11", "area_weight": 0.0753}
{"county_geoid": "41047", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 8", "area_weight": 0.0373}
{"county_geoid": "41047", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 10", "area_weight": 0.0349}
{"county_geoid": "41047", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 29", "area_weight": 0.0227}
{"county_geoid": "41047", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 6", "area_weight": 0.0161}
{"county_geoid": "41049", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "41049", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 57", "area_weight": 0.9995}
{"county_geoid": "41049", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 29", "area_weight": 0.9998}
{"county_geoid": "41051", "type": "CD", "district_state": "OR", "district_label": "Congressional District 3", "area_weight": 0.7532}
{"county_geoid": "41051", "type": "CD", "district_state": "OR", "district_label": "Congressional District 1", "area_weight": 0.2212}
{"county_geoid": "41051", "type": "CD", "district_state": "OR", "district_label": "Congressional District 5", "area_weight": 0.0253}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 52", "area_weight": 0.4434}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 31", "area_weight": 0.1198}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 44", "area_weight": 0.0911}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 33", "area_weight": 0.0654}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 49", "area_weight": 0.0541}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 50", "area_weight": 0.0337}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 45", "area_weight": 0.0305}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 48", "area_weight": 0.0252}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 28", "area_weight": 0.0252}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 47", "area_weight": 0.0217}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 46", "area_weight": 0.0209}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 38", "area_weight": 0.0205}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 43", "area_weight": 0.0174}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 42", "area_weight": 0.0168}
{"county_geoid": "41051", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 41", "area_weight": 0.0129}
{"county_geoid": "41051", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 26", "area_weight": 0.4434}
{"county_geoid": "41051", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 16", "area_weight": 0.1198}
{"county_geoid": "41051", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 22", "area_weight": 0.1085}
{"county_geoid": "41051", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 25", "area_weight": 0.0877}
{"county_geoid": "41051", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 17", "area_weight": 0.0667}
{"county_geoid": "41051", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 23", "area_weight": 0.0514}
{"county_geoid": "41051", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 24", "area_weight": 0.0469}
{"county_geoid": "41051", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 21", "area_weight": 0.0297}
{"county_geoid": "41051", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 14", "area_weight": 0.0252}
{"county_geoid": "41051", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 19", "area_weight": 0.0205}
{"county_geoid": "41053", "type": "CD", "district_state": "OR", "district_label": "Congressional District 6", "area_weight": 0.9997}
{"county_geoid": "41053", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 23", "area_weight": 0.8233}
{"county_geoid": "41053", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 24", "area_weight": 0.1416}
{"county_geoid": "41053", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 20", "area_weight": 0.0348}
{"county_geoid": "41053", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 12", "area_weight": 0.9649}
{"county_geoid": "41053", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 10", "area_weight": 0.0348}
{"county_geoid": "41055", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "41055", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 57", "area_weight": 0.9999}
{"county_geoid": "41055", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 29", "area_weight": 0.9999}
{"county_geoid": "41057", "type": "CD", "district_state": "OR", "district_label": "Congressional District 1", "area_weight": 0.8439}
{"county_geoid": "41057", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 32", "area_weight": 0.844}
{"county_geoid": "41057", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 16", "area_weight": 0.844}
{"county_geoid": "41059", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "41059", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 58", "area_weight": 0.8338}
{"county_geoid": "41059", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 57", "area_weight": 0.166}
{"county_geoid": "41059", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 29", "area_weight": 0.9998}
{"county_geoid": "41061", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "41061", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 58", "area_weight": 0.9998}
{"county_geoid": "41061", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 29", "area_weight": 0.9998}
{"county_geoid": "41063", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "41063", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 58", "area_weight": 0.9998}
{"county_geoid": "41063", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 29", "area_weight": 0.9998}
{"county_geoid": "41065", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 0.9991}
{"county_geoid": "41065", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 57", "area_weight": 0.9526}
{"county_geoid": "41065", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 52", "area_weight": 0.0472}
{"county_geoid": "41065", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 29", "area_weight": 0.9526}
{"county_geoid": "41065", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 26", "area_weight": 0.0472}
{"county_geoid": "41067", "type": "CD", "district_state": "OR", "district_label": "Congressional District 1", "area_weight": 0.9188}
{"county_geoid": "41067", "type": "CD", "district_state": "OR", "district_label": "Congressional District 6", "area_weight": 0.0812}
{"county_geoid": "41067", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 31", "area_weight": 0.6215}
{"county_geoid": "41067", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 36", "area_weight": 0.1071}
{"county_geoid": "41067", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 29", "area_weight": 0.0962}
{"county_geoid": "41067", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 30", "area_weight": 0.0479}
{"county_geoid": "41067", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 26", "area_weight": 0.031}
{"county_geoid": "41067", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 27", "area_weight": 0.0203}
{"county_geoid": "41067", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 25", "area_weight": 0.02}
{"county_geoid": "41067", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 34", "area_weight": 0.0179}
{"county_geoid": "41067", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 37", "area_weight": 0.016}
{"county_geoid": "41067", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 35", "area_weight": 0.015}
{"county_geoid": "41067", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 28", "area_weight": 0.0057}
{"county_geoid": "41067", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 16", "area_weight": 0.6216}
{"county_geoid": "41067", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 15", "area_weight": 0.1441}
{"county_geoid": "41067", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 18", "area_weight": 0.122}
{"county_geoid": "41067", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 13", "area_weight": 0.0509}
{"county_geoid": "41067", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 14", "area_weight": 0.026}
{"county_geoid": "41067", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 17", "area_weight": 0.0193}
{"county_geoid": "41067", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 19", "area_weight": 0.016}
{"county_geoid": "41069", "type": "CD", "district_state": "OR", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "41069", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 57", "area_weight": 0.9999}
{"county_geoid": "41069", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 29", "area_weight": 0.9999}
{"county_geoid": "41071", "type": "CD", "district_state": "OR", "district_label": "Congressional District 6", "area_weight": 0.9986}
{"county_geoid": "41071", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 24", "area_weight": 0.8268}
{"county_geoid": "41071", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 23", "area_weight": 0.1543}
{"county_geoid": "41071", "type": "SH", "district_state": "OR", "district_label": "OR State House of Representatives District 26", "area_weight": 0.0181}
{"county_geoid": "41071", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 12", "area_weight": 0.9811}
{"county_geoid": "41071", "type": "SS", "district_state": "OR", "district_label": "OR State Senate District 13", "area_weight": 0.0181}
{"county_geoid": "42001", "type": "CD", "district_state": "PA", "district_label": "Congressional District 13", "area_weight": 0.9975}
{"county_geoid": "42001", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 91", "area_weight": 0.6218}
{"county_geoid": "42001", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 193", "area_weight": 0.3777}
{"county_geoid": "42001", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 33", "area_weight": 0.9995}
{"county_geoid": "42003", "type": "CD", "district_state": "PA", "district_label": "Congressional District 17", "area_weight": 0.6254}
{"county_geoid": "42003", "type": "CD", "district_state": "PA", "district_label": "Congressional District 12", "area_weight": 0.3733}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 44", "area_weight": 0.1453}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 28", "area_weight": 0.1184}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 33", "area_weight": 0.1064}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 39", "area_weight": 0.0971}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 30", "area_weight": 0.0619}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 45", "area_weight": 0.0598}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 32", "area_weight": 0.0572}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 25", "area_weight": 0.0523}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 35", "area_weight": 0.0423}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 38", "area_weight": 0.0391}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 46", "area_weight": 0.0281}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 21", "area_weight": 0.0269}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 20", "area_weight": 0.0259}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 27", "area_weight": 0.0224}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 40", "area_weight": 0.0221}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 34", "area_weight": 0.0216}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 42", "area_weight": 0.0187}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 19", "area_weight": 0.0175}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 36", "area_weight": 0.0142}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 24", "area_weight": 0.0123}
{"county_geoid": "42003", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 23", "area_weight": 0.01}
{"county_geoid": "42003", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 37", "area_weight": 0.3383}
{"county_geoid": "42003", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 38", "area_weight": 0.2778}
{"county_geoid": "42003", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 45", "area_weight": 0.2237}
{"county_geoid": "42003", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 42", "area_weight": 0.0807}
{"county_geoid": "42003", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 43", "area_weight": 0.0792}
{"county_geoid": "42005", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 0.9986}
{"county_geoid": "42005", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 63", "area_weight": 0.6387}
{"county_geoid": "42005", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 60", "area_weight": 0.3611}
{"county_geoid": "42005", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 41", "area_weight": 0.9998}
{"county_geoid": "42007", "type": "CD", "district_state": "PA", "district_label": "Congressional District 17", "area_weight": 0.9998}
{"county_geoid": "42007", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 15", "area_weight": 0.4806}
{"county_geoid": "42007", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 14", "area_weight": 0.397}
{"county_geoid": "42007", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 16", "area_weight": 0.1222}
{"county_geoid": "42007", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 47", "area_weight": 0.8455}
{"county_geoid": "42007", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 46", "area_weight": 0.1544}
{"county_geoid": "42009", "type": "CD", "district_state": "PA", "district_label": "Congressional District 13", "area_weight": 0.9998}
{"county_geoid": "42009", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 78", "area_weight": 0.9999}
{"county_geoid": "42009", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 32", "area_weight": 0.9999}
{"county_geoid": "42011", "type": "CD", "district_state": "PA", "district_label": "Congressional District 4", "area_weight": 0.4302}
{"county_geoid": "42011", "type": "CD", "district_state": "PA", "district_label": "Congressional District 9", "area_weight": 0.3668}
{"county_geoid": "42011", "type": "CD", "district_state": "PA", "district_label": "Congressional District 6", "area_weight": 0.2029}
{"county_geoid": "42011", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 5", "area_weight": 0.2896}
{"county_geoid": "42011", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 130", "area_weight": 0.242}
{"county_geoid": "42011", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 124", "area_weight": 0.2131}
{"county_geoid": "42011", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 128", "area_weight": 0.1607}
{"county_geoid": "42011", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 99", "area_weight": 0.0406}
{"county_geoid": "42011", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 126", "area_weight": 0.0305}
{"county_geoid": "42011", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 129", "area_weight": 0.0149}
{"county_geoid": "42011", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 127", "area_weight": 0.0085}
{"county_geoid": "42011", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 48", "area_weight": 0.4834}
{"county_geoid": "42011", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 11", "area_weight": 0.2367}
{"county_geoid": "42011", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 24", "area_weight": 0.1741}
{"county_geoid": "42011", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 13", "area_weight": 0.0767}
{"county_geoid": "42011", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 44", "area_weight": 0.029}
{"county_geoid": "42013", "type": "CD", "district_state": "PA", "district_label": "Congressional District 13", "area_weight": 0.9998}
{"county_geoid": "42013", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 80", "area_weight": 0.8355}
{"county_geoid": "42013", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 79", "area_weight": 0.1642}
{"county_geoid": "42013", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 30", "area_weight": 0.9998}
{"county_geoid": "42015", "type": "CD", "district_state": "PA", "district_label": "Congressional District 9", "area_weight": 0.9998}
{"county_geoid": "42015", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 68", "area_weight": 0.5013}
{"county_geoid": "42015", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 110", "area_weight": 0.4985}
{"county_geoid": "42015", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "42017", "type": "CD", "district_state": "PA", "district_label": "Congressional District 1", "area_weight": 0.999}
{"county_geoid": "42017", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 145", "area_weight": 0.2785}
{"county_geoid": "42017", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 143", "area_weight": 0.2164}
{"county_geoid": "42017", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 29", "area_weight": 0.1322}
{"county_geoid": "42017", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 31", "area_weight": 0.0861}
{"county_geoid": "42017", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 178", "area_weight": 0.0804}
{"county_geoid": "42017", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 140", "area_weight": 0.055}
{"county_geoid": "42017", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 142", "area_weight": 0.044}
{"county_geoid": "42017", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 144", "area_weight": 0.0424}
{"county_geoid": "42017", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 18", "area_weight": 0.0341}
{"county_geoid": "42017", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 141", "area_weight": 0.0306}
{"county_geoid": "42017", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 16", "area_weight": 0.4297}
{"county_geoid": "42017", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 10", "area_weight": 0.3663}
{"county_geoid": "42017", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 6", "area_weight": 0.2035}
{"county_geoid": "42019", "type": "CD", "district_state": "PA", "district_label": "Congressional District 16", "area_weight": 0.9998}
{"county_geoid": "42019", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 8", "area_weight": 0.3352}
{"county_geoid": "42019", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 17", "area_weight": 0.3042}
{"county_geoid": "42019", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 11", "area_weight": 0.2697}
{"county_geoid": "42019", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 21", "area_weight": 0.8222}
{"county_geoid": "42019", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 47", "area_weight": 0.1777}
{"county_geoid": "42021", "type": "CD", "district_state": "PA", "district_label": "Congressional District 13", "area_weight": 0.9984}
{"county_geoid": "42021", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 71", "area_weight": 0.5192}
{"county_geoid": "42021", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 72", "area_weight": 0.3168}
{"county_geoid": "42021", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 73", "area_weight": 0.164}
{"county_geoid": "42021", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 35", "area_weight": 0.9999}
{"county_geoid": "42023", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "42023", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 67", "area_weight": 0.9994}
{"county_geoid": "42023", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 25", "area_weight": 1.0}
{"county_geoid": "42025", "type": "CD", "district_state": "PA", "district_label": "Congressional District 7", "area_weight": 0.9966}
{"county_geoid": "42025", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 122", "area_weight": 0.9997}
{"county_geoid": "42025", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 29", "area_weight": 0.9999}
{"county_geoid": "42027", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 0.9998}
{"county_geoid": "42027", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 82", "area_weight": 0.4168}
{"county_geoid": "42027", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 77", "area_weight": 0.2921}
{"county_geoid": "42027", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 171", "area_weight": 0.2908}
{"county_geoid": "42027", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 25", "area_weight": 0.709}
{"county_geoid": "42027", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 35", "area_weight": 0.291}
{"county_geoid": "42029", "type": "CD", "district_state": "PA", "district_label": "Congressional District 6", "area_weight": 0.9956}
{"county_geoid": "42029", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 13", "area_weight": 0.25}
{"county_geoid": "42029", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 158", "area_weight": 0.1587}
{"county_geoid": "42029", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 26", "area_weight": 0.1438}
{"county_geoid": "42029", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 74", "area_weight": 0.1095}
{"county_geoid": "42029", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 167", "area_weight": 0.0947}
{"county_geoid": "42029", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 155", "area_weight": 0.0835}
{"county_geoid": "42029", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 157", "area_weight": 0.0729}
{"county_geoid": "42029", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 156", "area_weight": 0.0482}
{"county_geoid": "42029", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 160", "area_weight": 0.0383}
{"county_geoid": "42029", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 19", "area_weight": 0.4322}
{"county_geoid": "42029", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 44", "area_weight": 0.4004}
{"county_geoid": "42029", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 9", "area_weight": 0.1671}
{"county_geoid": "42031", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "42031", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 63", "area_weight": 0.9999}
{"county_geoid": "42031", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 21", "area_weight": 0.9997}
{"county_geoid": "42033", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "42033", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 73", "area_weight": 0.6642}
{"county_geoid": "42033", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 75", "area_weight": 0.3356}
{"county_geoid": "42033", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 35", "area_weight": 0.9998}
{"county_geoid": "42035", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "42035", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 76", "area_weight": 0.9998}
{"county_geoid": "42035", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 25", "area_weight": 0.9999}
{"county_geoid": "42037", "type": "CD", "district_state": "PA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "42037", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 109", "area_weight": 0.9999}
{"county_geoid": "42037", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 27", "area_weight": 1.0}
{"county_geoid": "42039", "type": "CD", "district_state": "PA", "district_label": "Congressional District 16", "area_weight": 0.9998}
{"county_geoid": "42039", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 6", "area_weight": 0.5774}
{"county_geoid": "42039", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 65", "area_weight": 0.2921}
{"county_geoid": "42039", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 64", "area_weight": 0.1304}
{"county_geoid": "42039", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 50", "area_weight": 0.9998}
{"county_geoid": "42041", "type": "CD", "district_state": "PA", "district_label": "Congressional District 10", "area_weight": 0.7019}
{"county_geoid": "42041", "type": "CD", "district_state": "PA", "district_label": "Congressional District 13", "area_weight": 0.2981}
{"county_geoid": "42041", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 199", "area_weight": 0.4194}
{"county_geoid": "42041", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 193", "area_weight": 0.2946}
{"county_geoid": "42041", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 87", "area_weight": 0.2064}
{"county_geoid": "42041", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 88", "area_weight": 0.0512}
{"county_geoid": "42041", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 103", "area_weight": 0.0281}
{"county_geoid": "42041", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 34", "area_weight": 0.946}
{"county_geoid": "42041", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 31", "area_weight": 0.0539}
{"county_geoid": "42043", "type": "CD", "district_state": "PA", "district_label": "Congressional District 10", "area_weight": 0.9956}
{"county_geoid": "42043", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 125", "area_weight": 0.6408}
{"county_geoid": "42043", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 106", "area_weight": 0.2427}
{"county_geoid": "42043", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 105", "area_weight": 0.052}
{"county_geoid": "42043", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 104", "area_weight": 0.0479}
{"county_geoid": "42043", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 103", "area_weight": 0.0161}
{"county_geoid": "42043", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 15", "area_weight": 0.5334}
{"county_geoid": "42043", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 34", "area_weight": 0.4664}
{"county_geoid": "42045", "type": "CD", "district_state": "PA", "district_label": "Congressional District 5", "area_weight": 0.9933}
{"county_geoid": "42045", "type": "CD", "district_state": "PA", "district_label": "Congressional District 6", "area_weight": 0.0058}
{"county_geoid": "42045", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 168", "area_weight": 0.2261}
{"county_geoid": "42045", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 160", "area_weight": 0.206}
{"county_geoid": "42045", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 165", "area_weight": 0.1138}
{"county_geoid": "42045", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 161", "area_weight": 0.1093}
{"county_geoid": "42045", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 159", "area_weight": 0.0969}
{"county_geoid": "42045", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 166", "area_weight": 0.0707}
{"county_geoid": "42045", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 162", "area_weight": 0.0541}
{"county_geoid": "42045", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 185", "area_weight": 0.0473}
{"county_geoid": "42045", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 163", "area_weight": 0.0383}
{"county_geoid": "42045", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 164", "area_weight": 0.0243}
{"county_geoid": "42045", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 191", "area_weight": 0.0129}
{"county_geoid": "42045", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 9", "area_weight": 0.5036}
{"county_geoid": "42045", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 26", "area_weight": 0.2835}
{"county_geoid": "42045", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 17", "area_weight": 0.1247}
{"county_geoid": "42045", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 8", "area_weight": 0.0878}
{"county_geoid": "42047", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "42047", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 75", "area_weight": 0.9996}
{"county_geoid": "42047", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 25", "area_weight": 0.9999}
{"county_geoid": "42049", "type": "CD", "district_state": "PA", "district_label": "Congressional District 16", "area_weight": 0.5183}
{"county_geoid": "42049", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 4", "area_weight": 0.3246}
{"county_geoid": "42049", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 6", "area_weight": 0.0753}
{"county_geoid": "42049", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 2", "area_weight": 0.0661}
{"county_geoid": "42049", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 3", "area_weight": 0.0398}
{"county_geoid": "42049", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 1", "area_weight": 0.0123}
{"county_geoid": "42049", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 49", "area_weight": 0.4678}
{"county_geoid": "42049", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 21", "area_weight": 0.0503}
{"county_geoid": "42051", "type": "CD", "district_state": "PA", "district_label": "Congressional District 14", "area_weight": 0.9999}
{"county_geoid": "42051", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 52", "area_weight": 0.5425}
{"county_geoid": "42051", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 51", "area_weight": 0.4571}
{"county_geoid": "42051", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 32", "area_weight": 0.9997}
{"county_geoid": "42053", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "42053", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 65", "area_weight": 0.9997}
{"county_geoid": "42053", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 21", "area_weight": 0.9998}
{"county_geoid": "42055", "type": "CD", "district_state": "PA", "district_label": "Congressional District 13", "area_weight": 0.9995}
{"county_geoid": "42055", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 90", "area_weight": 0.4065}
{"county_geoid": "42055", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 81", "area_weight": 0.3979}
{"county_geoid": "42055", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 89", "area_weight": 0.1953}
{"county_geoid": "42055", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 33", "area_weight": 0.9997}
{"county_geoid": "42057", "type": "CD", "district_state": "PA", "district_label": "Congressional District 13", "area_weight": 0.9997}
{"county_geoid": "42057", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 78", "area_weight": 0.9998}
{"county_geoid": "42057", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 30", "area_weight": 0.9997}
{"county_geoid": "42059", "type": "CD", "district_state": "PA", "district_label": "Congressional District 14", "area_weight": 0.9996}
{"county_geoid": "42059", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 50", "area_weight": 0.9994}
{"county_geoid": "42059", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 46", "area_weight": 0.9995}
{"county_geoid": "42061", "type": "CD", "district_state": "PA", "district_label": "Congressional District 13", "area_weight": 0.9993}
{"county_geoid": "42061", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 81", "area_weight": 0.931}
{"county_geoid": "42061", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 80", "area_weight": 0.0688}
{"county_geoid": "42061", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "42063", "type": "CD", "district_state": "PA", "district_label": "Congressional District 14", "area_weight": 0.7487}
{"county_geoid": "42063", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 0.251}
{"county_geoid": "42063", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 62", "area_weight": 0.5972}
{"county_geoid": "42063", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 66", "area_weight": 0.4026}
{"county_geoid": "42063", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 41", "area_weight": 0.9999}
{"county_geoid": "42065", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 1.0}
{"county_geoid": "42065", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 66", "area_weight": 0.9997}
{"county_geoid": "42065", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 25", "area_weight": 0.6884}
{"county_geoid": "42065", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 41", "area_weight": 0.3114}
{"county_geoid": "42067", "type": "CD", "district_state": "PA", "district_label": "Congressional District 13", "area_weight": 0.9985}
{"county_geoid": "42067", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 86", "area_weight": 0.8484}
{"county_geoid": "42067", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 85", "area_weight": 0.1515}
{"county_geoid": "42067", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 30", "area_weight": 0.9996}
{"county_geoid": "42069", "type": "CD", "district_state": "PA", "district_label": "Congressional District 8", "area_weight": 0.9991}
{"county_geoid": "42069", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 113", "area_weight": 0.3445}
{"county_geoid": "42069", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 112", "area_weight": 0.2544}
{"county_geoid": "42069", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 114", "area_weight": 0.2469}
{"county_geoid": "42069", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 118", "area_weight": 0.1539}
{"county_geoid": "42069", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 40", "area_weight": 0.537}
{"county_geoid": "42069", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 22", "area_weight": 0.4629}
{"county_geoid": "42071", "type": "CD", "district_state": "PA", "district_label": "Congressional District 11", "area_weight": 0.9979}
{"county_geoid": "42071", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 100", "area_weight": 0.314}
{"county_geoid": "42071", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 37", "area_weight": 0.1441}
{"county_geoid": "42071", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 99", "area_weight": 0.1396}
{"county_geoid": "42071", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 97", "area_weight": 0.1215}
{"county_geoid": "42071", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 43", "area_weight": 0.1038}
{"county_geoid": "42071", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 98", "area_weight": 0.0934}
{"county_geoid": "42071", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 41", "area_weight": 0.0498}
{"county_geoid": "42071", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 96", "area_weight": 0.0219}
{"county_geoid": "42071", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 49", "area_weight": 0.0116}
{"county_geoid": "42071", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 13", "area_weight": 0.5488}
{"county_geoid": "42071", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 36", "area_weight": 0.3506}
{"county_geoid": "42071", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 48", "area_weight": 0.1003}
{"county_geoid": "42073", "type": "CD", "district_state": "PA", "district_label": "Congressional District 16", "area_weight": 0.9998}
{"county_geoid": "42073", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 9", "area_weight": 0.564}
{"county_geoid": "42073", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 8", "area_weight": 0.4359}
{"county_geoid": "42073", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 50", "area_weight": 0.7959}
{"county_geoid": "42073", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 47", "area_weight": 0.204}
{"county_geoid": "42075", "type": "CD", "district_state": "PA", "district_label": "Congressional District 9", "area_weight": 0.9997}
{"county_geoid": "42075", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 102", "area_weight": 0.6827}
{"county_geoid": "42075", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 101", "area_weight": 0.1959}
{"county_geoid": "42075", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 98", "area_weight": 0.1212}
{"county_geoid": "42075", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 48", "area_weight": 0.9999}
{"county_geoid": "42077", "type": "CD", "district_state": "PA", "district_label": "Congressional District 7", "area_weight": 0.9993}
{"county_geoid": "42077", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 187", "area_weight": 0.4424}
{"county_geoid": "42077", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 131", "area_weight": 0.1881}
{"county_geoid": "42077", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 183", "area_weight": 0.1266}
{"county_geoid": "42077", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 132", "area_weight": 0.1001}
{"county_geoid": "42077", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 133", "area_weight": 0.0695}
{"county_geoid": "42077", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 134", "area_weight": 0.0383}
{"county_geoid": "42077", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 22", "area_weight": 0.0348}
{"county_geoid": "42077", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 16", "area_weight": 0.8272}
{"county_geoid": "42077", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 14", "area_weight": 0.1598}
{"county_geoid": "42077", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 18", "area_weight": 0.0126}
{"county_geoid": "42079", "type": "CD", "district_state": "PA", "district_label": "Congressional District 8", "area_weight": 0.5645}
{"county_geoid": "42079", "type": "CD", "district_state": "PA", "district_label": "Congressional District 9", "area_weight": 0.4345}
{"county_geoid": "42079", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 117", "area_weight": 0.5574}
{"county_geoid": "42079", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 121", "area_weight": 0.1287}
{"county_geoid": "42079", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 119", "area_weight": 0.11}
{"county_geoid": "42079", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 120", "area_weight": 0.1001}
{"county_geoid": "42079", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 116", "area_weight": 0.0582}
{"county_geoid": "42079", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 118", "area_weight": 0.0455}
{"county_geoid": "42079", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 20", "area_weight": 0.3808}
{"county_geoid": "42079", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 27", "area_weight": 0.2934}
{"county_geoid": "42079", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 29", "area_weight": 0.2464}
{"county_geoid": "42079", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 22", "area_weight": 0.0793}
{"county_geoid": "42081", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 0.722}
{"county_geoid": "42081", "type": "CD", "district_state": "PA", "district_label": "Congressional District 9", "area_weight": 0.278}
{"county_geoid": "42081", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 84", "area_weight": 0.8774}
{"county_geoid": "42081", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 83", "area_weight": 0.1224}
{"county_geoid": "42081", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "42083", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 0.9997}
{"county_geoid": "42083", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 67", "area_weight": 0.9997}
{"county_geoid": "42083", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 25", "area_weight": 0.9997}
{"county_geoid": "42085", "type": "CD", "district_state": "PA", "district_label": "Congressional District 16", "area_weight": 0.9999}
{"county_geoid": "42085", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 17", "area_weight": 0.6948}
{"county_geoid": "42085", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 7", "area_weight": 0.305}
{"county_geoid": "42085", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 50", "area_weight": 0.9999}
{"county_geoid": "42087", "type": "CD", "district_state": "PA", "district_label": "Congressional District 13", "area_weight": 0.9997}
{"county_geoid": "42087", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 171", "area_weight": 0.8135}
{"county_geoid": "42087", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 85", "area_weight": 0.1863}
{"county_geoid": "42087", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "42089", "type": "CD", "district_state": "PA", "district_label": "Congressional District 8", "area_weight": 0.8846}
{"county_geoid": "42089", "type": "CD", "district_state": "PA", "district_label": "Congressional District 7", "area_weight": 0.1152}
{"county_geoid": "42089", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 176", "area_weight": 0.4466}
{"county_geoid": "42089", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 115", "area_weight": 0.4319}
{"county_geoid": "42089", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 189", "area_weight": 0.1211}
{"county_geoid": "42089", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 40", "area_weight": 0.9997}
{"county_geoid": "42091", "type": "CD", "district_state": "PA", "district_label": "Congressional District 4", "area_weight": 0.7418}
{"county_geoid": "42091", "type": "CD", "district_state": "PA", "district_label": "Congressional District 1", "area_weight": 0.1986}
{"county_geoid": "42091", "type": "CD", "district_state": "PA", "district_label": "Congressional District 5", "area_weight": 0.0574}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 147", "area_weight": 0.1953}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 70", "area_weight": 0.1006}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 131", "area_weight": 0.0942}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 150", "area_weight": 0.0813}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 146", "area_weight": 0.0798}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 61", "area_weight": 0.076}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 151", "area_weight": 0.0652}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 148", "area_weight": 0.0614}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 149", "area_weight": 0.0574}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 53", "area_weight": 0.0439}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 152", "area_weight": 0.0423}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 153", "area_weight": 0.042}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 154", "area_weight": 0.0335}
{"county_geoid": "42091", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 54", "area_weight": 0.0269}
{"county_geoid": "42091", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 24", "area_weight": 0.4097}
{"county_geoid": "42091", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 12", "area_weight": 0.2999}
{"county_geoid": "42091", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 17", "area_weight": 0.1211}
{"county_geoid": "42091", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 44", "area_weight": 0.0707}
{"county_geoid": "42091", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 4", "area_weight": 0.066}
{"county_geoid": "42091", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 7", "area_weight": 0.0324}
{"county_geoid": "42093", "type": "CD", "district_state": "PA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "42093", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 108", "area_weight": 0.9992}
{"county_geoid": "42093", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 27", "area_weight": 1.0}
{"county_geoid": "42095", "type": "CD", "district_state": "PA", "district_label": "Congressional District 7", "area_weight": 0.9995}
{"county_geoid": "42095", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 138", "area_weight": 0.4651}
{"county_geoid": "42095", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 183", "area_weight": 0.2117}
{"county_geoid": "42095", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 137", "area_weight": 0.1259}
{"county_geoid": "42095", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 136", "area_weight": 0.1141}
{"county_geoid": "42095", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 135", "area_weight": 0.054}
{"county_geoid": "42095", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 131", "area_weight": 0.0289}
{"county_geoid": "42095", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 18", "area_weight": 0.6537}
{"county_geoid": "42095", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 14", "area_weight": 0.346}
{"county_geoid": "42097", "type": "CD", "district_state": "PA", "district_label": "Congressional District 9", "area_weight": 0.9951}
{"county_geoid": "42097", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 107", "area_weight": 0.5588}
{"county_geoid": "42097", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 108", "area_weight": 0.4409}
{"county_geoid": "42097", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 27", "area_weight": 0.9995}
{"county_geoid": "42099", "type": "CD", "district_state": "PA", "district_label": "Congressional District 13", "area_weight": 0.9973}
{"county_geoid": "42099", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 86", "area_weight": 0.9997}
{"county_geoid": "42099", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 34", "area_weight": 0.9998}
{"county_geoid": "42101", "type": "CD", "district_state": "PA", "district_label": "Congressional District 2", "area_weight": 0.4688}
{"county_geoid": "42101", "type": "CD", "district_state": "PA", "district_label": "Congressional District 3", "area_weight": 0.3837}
{"county_geoid": "42101", "type": "CD", "district_state": "PA", "district_label": "Congressional District 5", "area_weight": 0.1437}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 185", "area_weight": 0.1013}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 194", "area_weight": 0.0818}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 170", "area_weight": 0.0764}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 173", "area_weight": 0.0577}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 190", "area_weight": 0.0574}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 172", "area_weight": 0.0555}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 177", "area_weight": 0.0534}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 174", "area_weight": 0.0529}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 184", "area_weight": 0.05}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 200", "area_weight": 0.0452}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 201", "area_weight": 0.0307}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 179", "area_weight": 0.0303}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 192", "area_weight": 0.0282}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 198", "area_weight": 0.0275}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 180", "area_weight": 0.0272}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 175", "area_weight": 0.0267}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 203", "area_weight": 0.0248}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 186", "area_weight": 0.0242}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 197", "area_weight": 0.0227}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 10", "area_weight": 0.0211}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 188", "area_weight": 0.0201}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 195", "area_weight": 0.02}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 181", "area_weight": 0.0195}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 202", "area_weight": 0.0176}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 191", "area_weight": 0.0145}
{"county_geoid": "42101", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 182", "area_weight": 0.0113}
{"county_geoid": "42101", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 5", "area_weight": 0.2521}
{"county_geoid": "42101", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 1", "area_weight": 0.1854}
{"county_geoid": "42101", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 7", "area_weight": 0.1733}
{"county_geoid": "42101", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 2", "area_weight": 0.1207}
{"county_geoid": "42101", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 3", "area_weight": 0.0987}
{"county_geoid": "42101", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 4", "area_weight": 0.0902}
{"county_geoid": "42101", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 8", "area_weight": 0.0779}
{"county_geoid": "42103", "type": "CD", "district_state": "PA", "district_label": "Congressional District 8", "area_weight": 0.9995}
{"county_geoid": "42103", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 139", "area_weight": 0.7244}
{"county_geoid": "42103", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 189", "area_weight": 0.2751}
{"county_geoid": "42103", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 20", "area_weight": 0.9994}
{"county_geoid": "42105", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 0.9999}
{"county_geoid": "42105", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 67", "area_weight": 0.9999}
{"county_geoid": "42105", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 25", "area_weight": 0.9999}
{"county_geoid": "42107", "type": "CD", "district_state": "PA", "district_label": "Congressional District 9", "area_weight": 0.9993}
{"county_geoid": "42107", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 107", "area_weight": 0.3195}
{"county_geoid": "42107", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 124", "area_weight": 0.309}
{"county_geoid": "42107", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 123", "area_weight": 0.2372}
{"county_geoid": "42107", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 116", "area_weight": 0.1342}
{"county_geoid": "42107", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 29", "area_weight": 0.9998}
{"county_geoid": "42109", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 0.9953}
{"county_geoid": "42109", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 85", "area_weight": 0.9998}
{"county_geoid": "42109", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 27", "area_weight": 0.9998}
{"county_geoid": "42111", "type": "CD", "district_state": "PA", "district_label": "Congressional District 14", "area_weight": 0.9829}
{"county_geoid": "42111", "type": "CD", "district_state": "PA", "district_label": "Congressional District 13", "area_weight": 0.0169}
{"county_geoid": "42111", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 69", "area_weight": 0.9352}
{"county_geoid": "42111", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 71", "area_weight": 0.0645}
{"county_geoid": "42111", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 32", "area_weight": 0.9998}
{"county_geoid": "42113", "type": "CD", "district_state": "PA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "42113", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 84", "area_weight": 0.9997}
{"county_geoid": "42113", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 23", "area_weight": 0.9998}
{"county_geoid": "42115", "type": "CD", "district_state": "PA", "district_label": "Congressional District 9", "area_weight": 0.9997}
{"county_geoid": "42115", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 111", "area_weight": 0.9997}
{"county_geoid": "42115", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 20", "area_weight": 0.9998}
{"county_geoid": "42117", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 0.9995}
{"county_geoid": "42117", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 68", "area_weight": 0.9997}
{"county_geoid": "42117", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 23", "area_weight": 0.9998}
{"county_geoid": "42119", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 0.9993}
{"county_geoid": "42119", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 76", "area_weight": 0.7225}
{"county_geoid": "42119", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 83", "area_weight": 0.1939}
{"county_geoid": "42119", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 85", "area_weight": 0.0833}
{"county_geoid": "42119", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 23", "area_weight": 0.9996}
{"county_geoid": "42121", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 0.6865}
{"county_geoid": "42121", "type": "CD", "district_state": "PA", "district_label": "Congressional District 16", "area_weight": 0.3135}
{"county_geoid": "42121", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 64", "area_weight": 0.9998}
{"county_geoid": "42121", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 21", "area_weight": 1.0}
{"county_geoid": "42123", "type": "CD", "district_state": "PA", "district_label": "Congressional District 15", "area_weight": 0.9997}
{"county_geoid": "42123", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 65", "area_weight": 0.9997}
{"county_geoid": "42123", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 21", "area_weight": 0.9997}
{"county_geoid": "42125", "type": "CD", "district_state": "PA", "district_label": "Congressional District 14", "area_weight": 0.9993}
{"county_geoid": "42125", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 48", "area_weight": 0.3615}
{"county_geoid": "42125", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 15", "area_weight": 0.3377}
{"county_geoid": "42125", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 50", "area_weight": 0.1415}
{"county_geoid": "42125", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 46", "area_weight": 0.1088}
{"county_geoid": "42125", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 39", "area_weight": 0.0275}
{"county_geoid": "42125", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 40", "area_weight": 0.0229}
{"county_geoid": "42125", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 46", "area_weight": 0.9998}
{"county_geoid": "42127", "type": "CD", "district_state": "PA", "district_label": "Congressional District 8", "area_weight": 0.9995}
{"county_geoid": "42127", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 111", "area_weight": 0.7117}
{"county_geoid": "42127", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 139", "area_weight": 0.2878}
{"county_geoid": "42127", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 20", "area_weight": 0.7224}
{"county_geoid": "42127", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 40", "area_weight": 0.2771}
{"county_geoid": "42129", "type": "CD", "district_state": "PA", "district_label": "Congressional District 14", "area_weight": 0.8498}
{"county_geoid": "42129", "type": "CD", "district_state": "PA", "district_label": "Congressional District 12", "area_weight": 0.149}
{"county_geoid": "42129", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 59", "area_weight": 0.4402}
{"county_geoid": "42129", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 55", "area_weight": 0.2158}
{"county_geoid": "42129", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 58", "area_weight": 0.1602}
{"county_geoid": "42129", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 57", "area_weight": 0.0857}
{"county_geoid": "42129", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 56", "area_weight": 0.0564}
{"county_geoid": "42129", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 60", "area_weight": 0.0413}
{"county_geoid": "42129", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 39", "area_weight": 0.5846}
{"county_geoid": "42129", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 41", "area_weight": 0.414}
{"county_geoid": "42131", "type": "CD", "district_state": "PA", "district_label": "Congressional District 9", "area_weight": 0.9992}
{"county_geoid": "42131", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 110", "area_weight": 0.9999}
{"county_geoid": "42131", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 20", "area_weight": 1.0}
{"county_geoid": "42133", "type": "CD", "district_state": "PA", "district_label": "Congressional District 11", "area_weight": 0.6137}
{"county_geoid": "42133", "type": "CD", "district_state": "PA", "district_label": "Congressional District 10", "area_weight": 0.384}
{"county_geoid": "42133", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 92", "area_weight": 0.2241}
{"county_geoid": "42133", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 94", "area_weight": 0.1982}
{"county_geoid": "42133", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 93", "area_weight": 0.172}
{"county_geoid": "42133", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 196", "area_weight": 0.1434}
{"county_geoid": "42133", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 169", "area_weight": 0.1381}
{"county_geoid": "42133", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 47", "area_weight": 0.1096}
{"county_geoid": "42133", "type": "SH", "district_state": "PA", "district_label": "PA State House of Representatives District 95", "area_weight": 0.0142}
{"county_geoid": "42133", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 28", "area_weight": 0.662}
{"county_geoid": "42133", "type": "SS", "district_state": "PA", "district_label": "PA State Senate District 31", "area_weight": 0.3377}
{"county_geoid": "44001", "type": "CD", "district_state": "RI", "district_label": "Congressional District 1", "area_weight": 0.6737}
{"county_geoid": "44001", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 67", "area_weight": 0.2518}
{"county_geoid": "44001", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 68", "area_weight": 0.155}
{"county_geoid": "44001", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 69", "area_weight": 0.1167}
{"county_geoid": "44001", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 66", "area_weight": 0.109}
{"county_geoid": "44001", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 32", "area_weight": 0.3184}
{"county_geoid": "44001", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 10", "area_weight": 0.2355}
{"county_geoid": "44001", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 11", "area_weight": 0.0785}
{"county_geoid": "44003", "type": "CD", "district_state": "RI", "district_label": "Congressional District 2", "area_weight": 0.9324}
{"county_geoid": "44003", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 29", "area_weight": 0.2105}
{"county_geoid": "44003", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 30", "area_weight": 0.1763}
{"county_geoid": "44003", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 28", "area_weight": 0.1526}
{"county_geoid": "44003", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 40", "area_weight": 0.1202}
{"county_geoid": "44003", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 24", "area_weight": 0.0528}
{"county_geoid": "44003", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 20", "area_weight": 0.0406}
{"county_geoid": "44003", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 26", "area_weight": 0.0331}
{"county_geoid": "44003", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 21", "area_weight": 0.03}
{"county_geoid": "44003", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 22", "area_weight": 0.0296}
{"county_geoid": "44003", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 27", "area_weight": 0.0283}
{"county_geoid": "44003", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 23", "area_weight": 0.0245}
{"county_geoid": "44003", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 25", "area_weight": 0.0172}
{"county_geoid": "44003", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 19", "area_weight": 0.0165}
{"county_geoid": "44003", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 21", "area_weight": 0.2984}
{"county_geoid": "44003", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 33", "area_weight": 0.2218}
{"county_geoid": "44003", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 35", "area_weight": 0.0882}
{"county_geoid": "44003", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 30", "area_weight": 0.0849}
{"county_geoid": "44003", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 34", "area_weight": 0.084}
{"county_geoid": "44003", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 31", "area_weight": 0.0603}
{"county_geoid": "44003", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 29", "area_weight": 0.0523}
{"county_geoid": "44003", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 9", "area_weight": 0.0405}
{"county_geoid": "44005", "type": "CD", "district_state": "RI", "district_label": "Congressional District 1", "area_weight": 0.3621}
{"county_geoid": "44005", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 71", "area_weight": 0.1208}
{"county_geoid": "44005", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 70", "area_weight": 0.0719}
{"county_geoid": "44005", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 72", "area_weight": 0.0575}
{"county_geoid": "44005", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 74", "area_weight": 0.0476}
{"county_geoid": "44005", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 69", "area_weight": 0.0211}
{"county_geoid": "44005", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 75", "area_weight": 0.0194}
{"county_geoid": "44005", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 73", "area_weight": 0.0112}
{"county_geoid": "44005", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 12", "area_weight": 0.1843}
{"county_geoid": "44005", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 11", "area_weight": 0.0789}
{"county_geoid": "44005", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 13", "area_weight": 0.0562}
{"county_geoid": "44005", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 10", "area_weight": 0.0301}
{"county_geoid": "44007", "type": "CD", "district_state": "RI", "district_label": "Congressional District 2", "area_weight": 0.6479}
{"county_geoid": "44007", "type": "CD", "district_state": "RI", "district_label": "Congressional District 1", "area_weight": 0.3444}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 40", "area_weight": 0.2353}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 41", "area_weight": 0.1431}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 47", "area_weight": 0.1077}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 48", "area_weight": 0.0867}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 53", "area_weight": 0.0513}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 52", "area_weight": 0.0383}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 44", "area_weight": 0.0367}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 42", "area_weight": 0.0283}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 46", "area_weight": 0.028}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 43", "area_weight": 0.0204}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 15", "area_weight": 0.0193}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 45", "area_weight": 0.0167}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 51", "area_weight": 0.0114}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 63", "area_weight": 0.011}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 57", "area_weight": 0.0107}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 65", "area_weight": 0.0102}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 17", "area_weight": 0.0088}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 64", "area_weight": 0.008}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 49", "area_weight": 0.0069}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 12", "area_weight": 0.0069}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 50", "area_weight": 0.0066}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 55", "area_weight": 0.0064}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 4", "area_weight": 0.0064}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 54", "area_weight": 0.0057}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 66", "area_weight": 0.0057}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 16", "area_weight": 0.0056}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 14", "area_weight": 0.0056}
{"county_geoid": "44007", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 62", "area_weight": 0.005}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 23", "area_weight": 0.2692}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 21", "area_weight": 0.2444}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 17", "area_weight": 0.0861}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 22", "area_weight": 0.0683}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 25", "area_weight": 0.0546}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 19", "area_weight": 0.0455}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 26", "area_weight": 0.0387}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 20", "area_weight": 0.0316}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 18", "area_weight": 0.0172}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 27", "area_weight": 0.0168}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 14", "area_weight": 0.0143}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 28", "area_weight": 0.0138}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 24", "area_weight": 0.0116}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 4", "area_weight": 0.011}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 3", "area_weight": 0.009}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 15", "area_weight": 0.0086}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 8", "area_weight": 0.0076}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 6", "area_weight": 0.0074}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 7", "area_weight": 0.0073}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 1", "area_weight": 0.0066}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 32", "area_weight": 0.0064}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 5", "area_weight": 0.0052}
{"county_geoid": "44007", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 2", "area_weight": 0.005}
{"county_geoid": "44009", "type": "CD", "district_state": "RI", "district_label": "Congressional District 2", "area_weight": 0.6241}
{"county_geoid": "44009", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 39", "area_weight": 0.1838}
{"county_geoid": "44009", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 36", "area_weight": 0.1304}
{"county_geoid": "44009", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 38", "area_weight": 0.0741}
{"county_geoid": "44009", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 35", "area_weight": 0.0555}
{"county_geoid": "44009", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 32", "area_weight": 0.0457}
{"county_geoid": "44009", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 31", "area_weight": 0.0447}
{"county_geoid": "44009", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 33", "area_weight": 0.034}
{"county_geoid": "44009", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 37", "area_weight": 0.031}
{"county_geoid": "44009", "type": "SH", "district_state": "RI", "district_label": "RI State House of Representatives District 34", "area_weight": 0.0261}
{"county_geoid": "44009", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 34", "area_weight": 0.2922}
{"county_geoid": "44009", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 38", "area_weight": 0.1023}
{"county_geoid": "44009", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 37", "area_weight": 0.0967}
{"county_geoid": "44009", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 36", "area_weight": 0.0903}
{"county_geoid": "44009", "type": "SS", "district_state": "RI", "district_label": "RI State Senate District 35", "area_weight": 0.044}
{"county_geoid": "45001", "type": "CD", "district_state": "SC", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "45001", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 11", "area_weight": 0.9996}
{"county_geoid": "45001", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 4", "area_weight": 0.9998}
{"county_geoid": "45003", "type": "CD", "district_state": "SC", "district_label": "Congressional District 2", "area_weight": 0.9988}
{"county_geoid": "45003", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 86", "area_weight": 0.6915}
{"county_geoid": "45003", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 84", "area_weight": 0.1717}
{"county_geoid": "45003", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 81", "area_weight": 0.0654}
{"county_geoid": "45003", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 82", "area_weight": 0.0499}
{"county_geoid": "45003", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 83", "area_weight": 0.0212}
{"county_geoid": "45003", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 24", "area_weight": 0.4383}
{"county_geoid": "45003", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 40", "area_weight": 0.4282}
{"county_geoid": "45003", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 25", "area_weight": 0.1331}
{"county_geoid": "45005", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.9929}
{"county_geoid": "45005", "type": "CD", "district_state": "GA", "district_label": "Congressional District 12", "area_weight": 0.0064}
{"county_geoid": "45005", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 91", "area_weight": 0.9994}
{"county_geoid": "45005", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 40", "area_weight": 0.9995}
{"county_geoid": "45007", "type": "CD", "district_state": "SC", "district_label": "Congressional District 3", "area_weight": 0.9991}
{"county_geoid": "45007", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 7", "area_weight": 0.3169}
{"county_geoid": "45007", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 6", "area_weight": 0.2043}
{"county_geoid": "45007", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 8", "area_weight": 0.1829}
{"county_geoid": "45007", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 11", "area_weight": 0.165}
{"county_geoid": "45007", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 9", "area_weight": 0.068}
{"county_geoid": "45007", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 10", "area_weight": 0.0627}
{"county_geoid": "45007", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 4", "area_weight": 0.5324}
{"county_geoid": "45007", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 3", "area_weight": 0.4672}
{"county_geoid": "45009", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.9967}
{"county_geoid": "45009", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 90", "area_weight": 0.9994}
{"county_geoid": "45009", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 40", "area_weight": 0.9999}
{"county_geoid": "45011", "type": "CD", "district_state": "SC", "district_label": "Congressional District 2", "area_weight": 0.9987}
{"county_geoid": "45011", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 91", "area_weight": 0.9994}
{"county_geoid": "45011", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 40", "area_weight": 0.9994}
{"county_geoid": "45013", "type": "CD", "district_state": "SC", "district_label": "Congressional District 1", "area_weight": 0.7601}
{"county_geoid": "45013", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 121", "area_weight": 0.3386}
{"county_geoid": "45013", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 120", "area_weight": 0.184}
{"county_geoid": "45013", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 124", "area_weight": 0.1255}
{"county_geoid": "45013", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 123", "area_weight": 0.0662}
{"county_geoid": "45013", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 118", "area_weight": 0.0491}
{"county_geoid": "45013", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 43", "area_weight": 0.2974}
{"county_geoid": "45013", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 46", "area_weight": 0.2341}
{"county_geoid": "45013", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 45", "area_weight": 0.2338}
{"county_geoid": "45015", "type": "CD", "district_state": "SC", "district_label": "Congressional District 1", "area_weight": 0.9963}
{"county_geoid": "45015", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 103", "area_weight": 0.3106}
{"county_geoid": "45015", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 102", "area_weight": 0.3075}
{"county_geoid": "45015", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 100", "area_weight": 0.1625}
{"county_geoid": "45015", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 101", "area_weight": 0.1287}
{"county_geoid": "45015", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 99", "area_weight": 0.045}
{"county_geoid": "45015", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 117", "area_weight": 0.0276}
{"county_geoid": "45015", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 92", "area_weight": 0.0128}
{"county_geoid": "45015", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 15", "area_weight": 0.0051}
{"county_geoid": "45015", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 37", "area_weight": 0.5723}
{"county_geoid": "45015", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 32", "area_weight": 0.2536}
{"county_geoid": "45015", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 39", "area_weight": 0.1387}
{"county_geoid": "45015", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 44", "area_weight": 0.0354}
{"county_geoid": "45017", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.9959}
{"county_geoid": "45017", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 93", "area_weight": 0.9998}
{"county_geoid": "45017", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 26", "area_weight": 0.5019}
{"county_geoid": "45017", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 36", "area_weight": 0.4977}
{"county_geoid": "45019", "type": "CD", "district_state": "SC", "district_label": "Congressional District 1", "area_weight": 0.4967}
{"county_geoid": "45019", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.2493}
{"county_geoid": "45019", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 116", "area_weight": 0.2681}
{"county_geoid": "45019", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 108", "area_weight": 0.1745}
{"county_geoid": "45019", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 112", "area_weight": 0.0849}
{"county_geoid": "45019", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 115", "area_weight": 0.0808}
{"county_geoid": "45019", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 119", "area_weight": 0.0261}
{"county_geoid": "45019", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 113", "area_weight": 0.0242}
{"county_geoid": "45019", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 114", "area_weight": 0.0219}
{"county_geoid": "45019", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 80", "area_weight": 0.0213}
{"county_geoid": "45019", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 110", "area_weight": 0.0155}
{"county_geoid": "45019", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 111", "area_weight": 0.0129}
{"county_geoid": "45019", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 109", "area_weight": 0.0106}
{"county_geoid": "45019", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 15", "area_weight": 0.007}
{"county_geoid": "45019", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 32", "area_weight": 0.1943}
{"county_geoid": "45019", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 45", "area_weight": 0.1833}
{"county_geoid": "45019", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 43", "area_weight": 0.1591}
{"county_geoid": "45019", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 41", "area_weight": 0.0979}
{"county_geoid": "45019", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 42", "area_weight": 0.0444}
{"county_geoid": "45019", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 20", "area_weight": 0.0366}
{"county_geoid": "45019", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 37", "area_weight": 0.0172}
{"county_geoid": "45019", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 44", "area_weight": 0.0125}
{"county_geoid": "45021", "type": "CD", "district_state": "SC", "district_label": "Congressional District 5", "area_weight": 0.9987}
{"county_geoid": "45021", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 29", "area_weight": 0.5016}
{"county_geoid": "45021", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 30", "area_weight": 0.4978}
{"county_geoid": "45021", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 14", "area_weight": 0.9994}
{"county_geoid": "45023", "type": "CD", "district_state": "SC", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "45023", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 43", "area_weight": 0.731}
{"county_geoid": "45023", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 41", "area_weight": 0.2689}
{"county_geoid": "45023", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "45025", "type": "CD", "district_state": "SC", "district_label": "Congressional District 7", "area_weight": 0.9973}
{"county_geoid": "45025", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 53", "area_weight": 0.6515}
{"county_geoid": "45025", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 65", "area_weight": 0.1941}
{"county_geoid": "45025", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 54", "area_weight": 0.1544}
{"county_geoid": "45025", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 27", "area_weight": 0.8455}
{"county_geoid": "45025", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 29", "area_weight": 0.1544}
{"county_geoid": "45027", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.998}
{"county_geoid": "45027", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 64", "area_weight": 0.9996}
{"county_geoid": "45027", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 36", "area_weight": 0.9997}
{"county_geoid": "45029", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.7718}
{"county_geoid": "45029", "type": "CD", "district_state": "SC", "district_label": "Congressional District 1", "area_weight": 0.1776}
{"county_geoid": "45029", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 121", "area_weight": 0.3699}
{"county_geoid": "45029", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 97", "area_weight": 0.3105}
{"county_geoid": "45029", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 122", "area_weight": 0.1432}
{"county_geoid": "45029", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 90", "area_weight": 0.1199}
{"county_geoid": "45029", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 116", "area_weight": 0.006}
{"county_geoid": "45029", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 45", "area_weight": 0.4433}
{"county_geoid": "45029", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 41", "area_weight": 0.2136}
{"county_geoid": "45029", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 40", "area_weight": 0.2009}
{"county_geoid": "45029", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 43", "area_weight": 0.0916}
{"county_geoid": "45031", "type": "CD", "district_state": "SC", "district_label": "Congressional District 7", "area_weight": 0.9981}
{"county_geoid": "45031", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 62", "area_weight": 0.4302}
{"county_geoid": "45031", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 54", "area_weight": 0.237}
{"county_geoid": "45031", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 65", "area_weight": 0.1994}
{"county_geoid": "45031", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 53", "area_weight": 0.1332}
{"county_geoid": "45031", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 29", "area_weight": 0.9751}
{"county_geoid": "45031", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 30", "area_weight": 0.0247}
{"county_geoid": "45033", "type": "CD", "district_state": "SC", "district_label": "Congressional District 7", "area_weight": 0.9992}
{"county_geoid": "45033", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 55", "area_weight": 0.8568}
{"county_geoid": "45033", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 54", "area_weight": 0.1423}
{"county_geoid": "45033", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 30", "area_weight": 0.9991}
{"county_geoid": "45035", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.8128}
{"county_geoid": "45035", "type": "CD", "district_state": "SC", "district_label": "Congressional District 1", "area_weight": 0.1872}
{"county_geoid": "45035", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 97", "area_weight": 0.3398}
{"county_geoid": "45035", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 102", "area_weight": 0.1675}
{"county_geoid": "45035", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 95", "area_weight": 0.1609}
{"county_geoid": "45035", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 90", "area_weight": 0.1408}
{"county_geoid": "45035", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 114", "area_weight": 0.1313}
{"county_geoid": "45035", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 94", "area_weight": 0.0264}
{"county_geoid": "45035", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 98", "area_weight": 0.0234}
{"county_geoid": "45035", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 109", "area_weight": 0.0097}
{"county_geoid": "45035", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 39", "area_weight": 0.5372}
{"county_geoid": "45035", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 41", "area_weight": 0.33}
{"county_geoid": "45035", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 38", "area_weight": 0.1279}
{"county_geoid": "45037", "type": "CD", "district_state": "SC", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "45037", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 82", "area_weight": 0.6629}
{"county_geoid": "45037", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 83", "area_weight": 0.3368}
{"county_geoid": "45037", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 25", "area_weight": 1.0}
{"county_geoid": "45039", "type": "CD", "district_state": "SC", "district_label": "Congressional District 5", "area_weight": 0.998}
{"county_geoid": "45039", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 41", "area_weight": 0.9998}
{"county_geoid": "45039", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "45041", "type": "CD", "district_state": "SC", "district_label": "Congressional District 7", "area_weight": 0.9059}
{"county_geoid": "45041", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.0938}
{"county_geoid": "45041", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 60", "area_weight": 0.5604}
{"county_geoid": "45041", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 59", "area_weight": 0.2098}
{"county_geoid": "45041", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 55", "area_weight": 0.0678}
{"county_geoid": "45041", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 62", "area_weight": 0.0678}
{"county_geoid": "45041", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 101", "area_weight": 0.0611}
{"county_geoid": "45041", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 63", "area_weight": 0.0328}
{"county_geoid": "45041", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 31", "area_weight": 0.8518}
{"county_geoid": "45041", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 30", "area_weight": 0.1043}
{"county_geoid": "45041", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 32", "area_weight": 0.0438}
{"county_geoid": "45043", "type": "CD", "district_state": "SC", "district_label": "Congressional District 7", "area_weight": 0.847}
{"county_geoid": "45043", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 103", "area_weight": 0.5735}
{"county_geoid": "45043", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 108", "area_weight": 0.2749}
{"county_geoid": "45043", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 32", "area_weight": 0.7113}
{"county_geoid": "45043", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 34", "area_weight": 0.137}
{"county_geoid": "45045", "type": "CD", "district_state": "SC", "district_label": "Congressional District 4", "area_weight": 0.7493}
{"county_geoid": "45045", "type": "CD", "district_state": "SC", "district_label": "Congressional District 3", "area_weight": 0.2493}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 17", "area_weight": 0.3769}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 28", "area_weight": 0.1566}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 18", "area_weight": 0.0908}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 25", "area_weight": 0.0713}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 16", "area_weight": 0.0525}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 19", "area_weight": 0.0382}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 21", "area_weight": 0.0307}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 20", "area_weight": 0.0307}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 27", "area_weight": 0.0288}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 24", "area_weight": 0.0274}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 7", "area_weight": 0.026}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 22", "area_weight": 0.0227}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 23", "area_weight": 0.0195}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 35", "area_weight": 0.0116}
{"county_geoid": "45045", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 10", "area_weight": 0.0104}
{"county_geoid": "45045", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 5", "area_weight": 0.4463}
{"county_geoid": "45045", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 9", "area_weight": 0.1904}
{"county_geoid": "45045", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 7", "area_weight": 0.1162}
{"county_geoid": "45045", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 6", "area_weight": 0.1023}
{"county_geoid": "45045", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 8", "area_weight": 0.088}
{"county_geoid": "45045", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 12", "area_weight": 0.0234}
{"county_geoid": "45045", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 13", "area_weight": 0.0207}
{"county_geoid": "45045", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 2", "area_weight": 0.0118}
{"county_geoid": "45047", "type": "CD", "district_state": "SC", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "45047", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 13", "area_weight": 0.7337}
{"county_geoid": "45047", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 12", "area_weight": 0.2661}
{"county_geoid": "45047", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 10", "area_weight": 0.9997}
{"county_geoid": "45049", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.999}
{"county_geoid": "45049", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 122", "area_weight": 0.9996}
{"county_geoid": "45049", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 45", "area_weight": 0.9996}
{"county_geoid": "45051", "type": "CD", "district_state": "SC", "district_label": "Congressional District 7", "area_weight": 0.9119}
{"county_geoid": "45051", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 105", "area_weight": 0.2174}
{"county_geoid": "45051", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 58", "area_weight": 0.1989}
{"county_geoid": "45051", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 57", "area_weight": 0.1762}
{"county_geoid": "45051", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 55", "area_weight": 0.0671}
{"county_geoid": "45051", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 104", "area_weight": 0.0598}
{"county_geoid": "45051", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 103", "area_weight": 0.0458}
{"county_geoid": "45051", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 56", "area_weight": 0.0448}
{"county_geoid": "45051", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 68", "area_weight": 0.0344}
{"county_geoid": "45051", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 107", "area_weight": 0.0237}
{"county_geoid": "45051", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 61", "area_weight": 0.0232}
{"county_geoid": "45051", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 106", "area_weight": 0.0208}
{"county_geoid": "45051", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 30", "area_weight": 0.3385}
{"county_geoid": "45051", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 28", "area_weight": 0.303}
{"county_geoid": "45051", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 33", "area_weight": 0.1083}
{"county_geoid": "45051", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 32", "area_weight": 0.1068}
{"county_geoid": "45051", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 34", "area_weight": 0.0556}
{"county_geoid": "45053", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.9248}
{"county_geoid": "45053", "type": "CD", "district_state": "SC", "district_label": "Congressional District 1", "area_weight": 0.0299}
{"county_geoid": "45053", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 122", "area_weight": 0.7662}
{"county_geoid": "45053", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 123", "area_weight": 0.1629}
{"county_geoid": "45053", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 120", "area_weight": 0.0268}
{"county_geoid": "45053", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 45", "area_weight": 0.9291}
{"county_geoid": "45053", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 46", "area_weight": 0.0269}
{"county_geoid": "45055", "type": "CD", "district_state": "SC", "district_label": "Congressional District 5", "area_weight": 0.999}
{"county_geoid": "45055", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 65", "area_weight": 0.3205}
{"county_geoid": "45055", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 45", "area_weight": 0.223}
{"county_geoid": "45055", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 50", "area_weight": 0.2211}
{"county_geoid": "45055", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 70", "area_weight": 0.1473}
{"county_geoid": "45055", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 52", "area_weight": 0.0881}
{"county_geoid": "45055", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 27", "area_weight": 0.5589}
{"county_geoid": "45055", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 35", "area_weight": 0.441}
{"county_geoid": "45057", "type": "CD", "district_state": "SC", "district_label": "Congressional District 5", "area_weight": 0.9983}
{"county_geoid": "45057", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 45", "area_weight": 0.4677}
{"county_geoid": "45057", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 65", "area_weight": 0.2535}
{"county_geoid": "45057", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 53", "area_weight": 0.1738}
{"county_geoid": "45057", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 44", "area_weight": 0.1047}
{"county_geoid": "45057", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 27", "area_weight": 0.8584}
{"county_geoid": "45057", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 16", "area_weight": 0.0711}
{"county_geoid": "45057", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 17", "area_weight": 0.0704}
{"county_geoid": "45059", "type": "CD", "district_state": "SC", "district_label": "Congressional District 3", "area_weight": 0.9977}
{"county_geoid": "45059", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 14", "area_weight": 0.616}
{"county_geoid": "45059", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 42", "area_weight": 0.209}
{"county_geoid": "45059", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 16", "area_weight": 0.0804}
{"county_geoid": "45059", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 11", "area_weight": 0.0625}
{"county_geoid": "45059", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 13", "area_weight": 0.0319}
{"county_geoid": "45059", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 9", "area_weight": 0.9997}
{"county_geoid": "45061", "type": "CD", "district_state": "SC", "district_label": "Congressional District 5", "area_weight": 0.9952}
{"county_geoid": "45061", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 50", "area_weight": 0.9996}
{"county_geoid": "45061", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 29", "area_weight": 0.5377}
{"county_geoid": "45061", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 35", "area_weight": 0.4622}
{"county_geoid": "45063", "type": "CD", "district_state": "SC", "district_label": "Congressional District 2", "area_weight": 0.9976}
{"county_geoid": "45063", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 39", "area_weight": 0.2189}
{"county_geoid": "45063", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 96", "area_weight": 0.2141}
{"county_geoid": "45063", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 86", "area_weight": 0.1022}
{"county_geoid": "45063", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 87", "area_weight": 0.0942}
{"county_geoid": "45063", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 93", "area_weight": 0.0898}
{"county_geoid": "45063", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 85", "area_weight": 0.0837}
{"county_geoid": "45063", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 88", "area_weight": 0.0831}
{"county_geoid": "45063", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 69", "area_weight": 0.05}
{"county_geoid": "45063", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 89", "area_weight": 0.0425}
{"county_geoid": "45063", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 40", "area_weight": 0.0152}
{"county_geoid": "45063", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 71", "area_weight": 0.0061}
{"county_geoid": "45063", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 23", "area_weight": 0.463}
{"county_geoid": "45063", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 25", "area_weight": 0.1657}
{"county_geoid": "45063", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 26", "area_weight": 0.1608}
{"county_geoid": "45063", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 18", "area_weight": 0.1113}
{"county_geoid": "45063", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 10", "area_weight": 0.0991}
{"county_geoid": "45065", "type": "CD", "district_state": "SC", "district_label": "Congressional District 3", "area_weight": 0.9993}
{"county_geoid": "45065", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 12", "area_weight": 0.9995}
{"county_geoid": "45065", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 25", "area_weight": 0.9996}
{"county_geoid": "45067", "type": "CD", "district_state": "SC", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "45067", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 57", "area_weight": 0.6308}
{"county_geoid": "45067", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 59", "area_weight": 0.3686}
{"county_geoid": "45067", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 30", "area_weight": 0.9996}
{"county_geoid": "45069", "type": "CD", "district_state": "SC", "district_label": "Congressional District 7", "area_weight": 0.9993}
{"county_geoid": "45069", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 54", "area_weight": 0.9284}
{"county_geoid": "45069", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 55", "area_weight": 0.0708}
{"county_geoid": "45069", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 29", "area_weight": 0.9992}
{"county_geoid": "45071", "type": "CD", "district_state": "SC", "district_label": "Congressional District 3", "area_weight": 0.9966}
{"county_geoid": "45071", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 40", "area_weight": 0.9996}
{"county_geoid": "45071", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 18", "area_weight": 0.9997}
{"county_geoid": "45073", "type": "CD", "district_state": "SC", "district_label": "Congressional District 3", "area_weight": 0.9969}
{"county_geoid": "45073", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 1", "area_weight": 0.7273}
{"county_geoid": "45073", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 2", "area_weight": 0.272}
{"county_geoid": "45073", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 1", "area_weight": 0.9993}
{"county_geoid": "45075", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.6019}
{"county_geoid": "45075", "type": "CD", "district_state": "SC", "district_label": "Congressional District 2", "area_weight": 0.3976}
{"county_geoid": "45075", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 90", "area_weight": 0.309}
{"county_geoid": "45075", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 95", "area_weight": 0.2666}
{"county_geoid": "45075", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 91", "area_weight": 0.2401}
{"county_geoid": "45075", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 93", "area_weight": 0.1843}
{"county_geoid": "45075", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 40", "area_weight": 0.4522}
{"county_geoid": "45075", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 39", "area_weight": 0.3649}
{"county_geoid": "45075", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 36", "area_weight": 0.1829}
{"county_geoid": "45077", "type": "CD", "district_state": "SC", "district_label": "Congressional District 3", "area_weight": 0.9974}
{"county_geoid": "45077", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 4", "area_weight": 0.4962}
{"county_geoid": "45077", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 1", "area_weight": 0.2086}
{"county_geoid": "45077", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 3", "area_weight": 0.1778}
{"county_geoid": "45077", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 5", "area_weight": 0.1039}
{"county_geoid": "45077", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 10", "area_weight": 0.0119}
{"county_geoid": "45077", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 2", "area_weight": 0.9122}
{"county_geoid": "45077", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 1", "area_weight": 0.0873}
{"county_geoid": "45079", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.535}
{"county_geoid": "45079", "type": "CD", "district_state": "SC", "district_label": "Congressional District 2", "area_weight": 0.4602}
{"county_geoid": "45079", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 70", "area_weight": 0.3344}
{"county_geoid": "45079", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 52", "area_weight": 0.1259}
{"county_geoid": "45079", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 73", "area_weight": 0.1147}
{"county_geoid": "45079", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 78", "area_weight": 0.1058}
{"county_geoid": "45079", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 71", "area_weight": 0.0861}
{"county_geoid": "45079", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 77", "area_weight": 0.0753}
{"county_geoid": "45079", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 41", "area_weight": 0.0423}
{"county_geoid": "45079", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 72", "area_weight": 0.0279}
{"county_geoid": "45079", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 76", "area_weight": 0.0243}
{"county_geoid": "45079", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 79", "area_weight": 0.0216}
{"county_geoid": "45079", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 74", "area_weight": 0.0209}
{"county_geoid": "45079", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 75", "area_weight": 0.0203}
{"county_geoid": "45079", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 21", "area_weight": 0.4548}
{"county_geoid": "45079", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 19", "area_weight": 0.1815}
{"county_geoid": "45079", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 35", "area_weight": 0.1478}
{"county_geoid": "45079", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 22", "area_weight": 0.1211}
{"county_geoid": "45079", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 18", "area_weight": 0.0818}
{"county_geoid": "45079", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 26", "area_weight": 0.0129}
{"county_geoid": "45081", "type": "CD", "district_state": "SC", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "45081", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 39", "area_weight": 0.7713}
{"county_geoid": "45081", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 82", "area_weight": 0.2284}
{"county_geoid": "45081", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 25", "area_weight": 0.6352}
{"county_geoid": "45081", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 10", "area_weight": 0.3646}
{"county_geoid": "45083", "type": "CD", "district_state": "SC", "district_label": "Congressional District 4", "area_weight": 0.7879}
{"county_geoid": "45083", "type": "CD", "district_state": "SC", "district_label": "Congressional District 5", "area_weight": 0.2097}
{"county_geoid": "45083", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 33", "area_weight": 0.3038}
{"county_geoid": "45083", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 38", "area_weight": 0.2023}
{"county_geoid": "45083", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 35", "area_weight": 0.1105}
{"county_geoid": "45083", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 36", "area_weight": 0.0879}
{"county_geoid": "45083", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 32", "area_weight": 0.0778}
{"county_geoid": "45083", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 34", "area_weight": 0.0755}
{"county_geoid": "45083", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 37", "area_weight": 0.0471}
{"county_geoid": "45083", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 30", "area_weight": 0.0359}
{"county_geoid": "45083", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 31", "area_weight": 0.0299}
{"county_geoid": "45083", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 29", "area_weight": 0.029}
{"county_geoid": "45083", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 13", "area_weight": 0.4448}
{"county_geoid": "45083", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 11", "area_weight": 0.2191}
{"county_geoid": "45083", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 12", "area_weight": 0.1587}
{"county_geoid": "45083", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 5", "area_weight": 0.0968}
{"county_geoid": "45083", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 14", "area_weight": 0.0804}
{"county_geoid": "45085", "type": "CD", "district_state": "SC", "district_label": "Congressional District 5", "area_weight": 0.6852}
{"county_geoid": "45085", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.314}
{"county_geoid": "45085", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 64", "area_weight": 0.3371}
{"county_geoid": "45085", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 50", "area_weight": 0.3173}
{"county_geoid": "45085", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 51", "area_weight": 0.2091}
{"county_geoid": "45085", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 67", "area_weight": 0.1363}
{"county_geoid": "45085", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 35", "area_weight": 0.5495}
{"county_geoid": "45085", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 36", "area_weight": 0.2924}
{"county_geoid": "45085", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 29", "area_weight": 0.1579}
{"county_geoid": "45087", "type": "CD", "district_state": "SC", "district_label": "Congressional District 5", "area_weight": 0.9965}
{"county_geoid": "45087", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 42", "area_weight": 0.9997}
{"county_geoid": "45087", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 13", "area_weight": 0.4094}
{"county_geoid": "45087", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 9", "area_weight": 0.3957}
{"county_geoid": "45087", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 14", "area_weight": 0.1948}
{"county_geoid": "45089", "type": "CD", "district_state": "SC", "district_label": "Congressional District 6", "area_weight": 0.9957}
{"county_geoid": "45089", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 101", "area_weight": 0.8096}
{"county_geoid": "45089", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 57", "area_weight": 0.1902}
{"county_geoid": "45089", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 32", "area_weight": 0.9998}
{"county_geoid": "45091", "type": "CD", "district_state": "SC", "district_label": "Congressional District 5", "area_weight": 0.9995}
{"county_geoid": "45091", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 29", "area_weight": 0.3325}
{"county_geoid": "45091", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 47", "area_weight": 0.2621}
{"county_geoid": "45091", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 43", "area_weight": 0.1017}
{"county_geoid": "45091", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 49", "area_weight": 0.1012}
{"county_geoid": "45091", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 48", "area_weight": 0.0726}
{"county_geoid": "45091", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 26", "area_weight": 0.0506}
{"county_geoid": "45091", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 46", "area_weight": 0.049}
{"county_geoid": "45091", "type": "SH", "district_state": "SC", "district_label": "SC State House of Representatives District 66", "area_weight": 0.0298}
{"county_geoid": "45091", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 15", "area_weight": 0.4294}
{"county_geoid": "45091", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 14", "area_weight": 0.324}
{"county_geoid": "45091", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 17", "area_weight": 0.1656}
{"county_geoid": "45091", "type": "SS", "district_state": "SC", "district_label": "SC State Senate District 16", "area_weight": 0.0805}
{"county_geoid": "46003", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46003", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 21", "area_weight": 0.9999}
{"county_geoid": "46003", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "46005", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46005", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 22", "area_weight": 1.0}
{"county_geoid": "46005", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 22", "area_weight": 1.0}
{"county_geoid": "46007", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9998}
{"county_geoid": "46007", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 27", "area_weight": 0.9998}
{"county_geoid": "46007", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 27", "area_weight": 0.9998}
{"county_geoid": "46009", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9996}
{"county_geoid": "46009", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 19", "area_weight": 0.9992}
{"county_geoid": "46009", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 19", "area_weight": 0.9992}
{"county_geoid": "46011", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "46011", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 8", "area_weight": 0.865}
{"county_geoid": "46011", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 7", "area_weight": 0.1349}
{"county_geoid": "46011", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 8", "area_weight": 0.865}
{"county_geoid": "46011", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 7", "area_weight": 0.1349}
{"county_geoid": "46013", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46013", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 1", "area_weight": 0.9538}
{"county_geoid": "46013", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 23", "area_weight": 0.025}
{"county_geoid": "46013", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 3", "area_weight": 0.0212}
{"county_geoid": "46013", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 1", "area_weight": 0.9538}
{"county_geoid": "46013", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 23", "area_weight": 0.025}
{"county_geoid": "46013", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 3", "area_weight": 0.0212}
{"county_geoid": "46015", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46015", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 26B", "area_weight": 0.9999}
{"county_geoid": "46015", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "46017", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46017", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 26B", "area_weight": 0.9999}
{"county_geoid": "46017", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "46019", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "46019", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 28B", "area_weight": 0.9998}
{"county_geoid": "46019", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "46021", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46021", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 23", "area_weight": 0.9999}
{"county_geoid": "46021", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "46023", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46023", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 21", "area_weight": 0.9998}
{"county_geoid": "46023", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 21", "area_weight": 0.9998}
{"county_geoid": "46025", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46025", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 4", "area_weight": 0.8158}
{"county_geoid": "46025", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 22", "area_weight": 0.1841}
{"county_geoid": "46025", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 4", "area_weight": 0.8158}
{"county_geoid": "46025", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 22", "area_weight": 0.1841}
{"county_geoid": "46027", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9994}
{"county_geoid": "46027", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 17", "area_weight": 0.8275}
{"county_geoid": "46027", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 18", "area_weight": 0.1722}
{"county_geoid": "46027", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 17", "area_weight": 0.8275}
{"county_geoid": "46027", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 18", "area_weight": 0.1722}
{"county_geoid": "46029", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46029", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 4", "area_weight": 0.8005}
{"county_geoid": "46029", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 5", "area_weight": 0.1994}
{"county_geoid": "46029", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 4", "area_weight": 0.8005}
{"county_geoid": "46029", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 5", "area_weight": 0.1994}
{"county_geoid": "46031", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "46031", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 28A", "area_weight": 0.9999}
{"county_geoid": "46031", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "46033", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46033", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 30", "area_weight": 0.9999}
{"county_geoid": "46033", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "46035", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46035", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 20", "area_weight": 0.9999}
{"county_geoid": "46035", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 20", "area_weight": 0.9999}
{"county_geoid": "46037", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46037", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 1", "area_weight": 1.0}
{"county_geoid": "46037", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 1", "area_weight": 1.0}
{"county_geoid": "46039", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9998}
{"county_geoid": "46039", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 4", "area_weight": 0.9997}
{"county_geoid": "46039", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 4", "area_weight": 0.9997}
{"county_geoid": "46041", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46041", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 28A", "area_weight": 1.0}
{"county_geoid": "46041", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 28", "area_weight": 1.0}
{"county_geoid": "46043", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46043", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 21", "area_weight": 0.9999}
{"county_geoid": "46043", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "46045", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46045", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 23", "area_weight": 1.0}
{"county_geoid": "46045", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 23", "area_weight": 1.0}
{"county_geoid": "46047", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "46047", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 30", "area_weight": 0.9999}
{"county_geoid": "46047", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "46049", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46049", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 23", "area_weight": 0.9999}
{"county_geoid": "46049", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "46051", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "46051", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 4", "area_weight": 0.9999}
{"county_geoid": "46051", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 4", "area_weight": 0.9999}
{"county_geoid": "46053", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9998}
{"county_geoid": "46053", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 21", "area_weight": 0.9998}
{"county_geoid": "46053", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 21", "area_weight": 0.9998}
{"county_geoid": "46055", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46055", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 24", "area_weight": 0.9997}
{"county_geoid": "46055", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 24", "area_weight": 0.9997}
{"county_geoid": "46057", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46057", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 4", "area_weight": 1.0}
{"county_geoid": "46057", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 4", "area_weight": 1.0}
{"county_geoid": "46059", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46059", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 23", "area_weight": 0.9999}
{"county_geoid": "46059", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "46061", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46061", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 19", "area_weight": 0.9997}
{"county_geoid": "46061", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 19", "area_weight": 0.9997}
{"county_geoid": "46063", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "46063", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 28B", "area_weight": 0.9999}
{"county_geoid": "46063", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "46065", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46065", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 24", "area_weight": 0.8499}
{"county_geoid": "46065", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 26B", "area_weight": 0.1501}
{"county_geoid": "46065", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 24", "area_weight": 0.8499}
{"county_geoid": "46065", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 26", "area_weight": 0.1501}
{"county_geoid": "46067", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46067", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 19", "area_weight": 0.9999}
{"county_geoid": "46067", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "46069", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46069", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 24", "area_weight": 0.9025}
{"county_geoid": "46069", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 26B", "area_weight": 0.0975}
{"county_geoid": "46069", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 24", "area_weight": 0.9025}
{"county_geoid": "46069", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 26", "area_weight": 0.0975}
{"county_geoid": "46071", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46071", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 27", "area_weight": 0.9999}
{"county_geoid": "46071", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "46073", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46073", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 20", "area_weight": 0.9998}
{"county_geoid": "46073", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 20", "area_weight": 0.9998}
{"county_geoid": "46075", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46075", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 26A", "area_weight": 0.5724}
{"county_geoid": "46075", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 26B", "area_weight": 0.4275}
{"county_geoid": "46075", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "46077", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46077", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 8", "area_weight": 1.0}
{"county_geoid": "46077", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 8", "area_weight": 1.0}
{"county_geoid": "46079", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46079", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 8", "area_weight": 1.0}
{"county_geoid": "46079", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 8", "area_weight": 1.0}
{"county_geoid": "46081", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46081", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 31", "area_weight": 0.9995}
{"county_geoid": "46081", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 31", "area_weight": 0.9995}
{"county_geoid": "46083", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9988}
{"county_geoid": "46083", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 16", "area_weight": 0.7995}
{"county_geoid": "46083", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 6", "area_weight": 0.1794}
{"county_geoid": "46083", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 13", "area_weight": 0.0119}
{"county_geoid": "46083", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 12", "area_weight": 0.0081}
{"county_geoid": "46083", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 16", "area_weight": 0.7995}
{"county_geoid": "46083", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 6", "area_weight": 0.1794}
{"county_geoid": "46083", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 13", "area_weight": 0.0119}
{"county_geoid": "46083", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 12", "area_weight": 0.0081}
{"county_geoid": "46085", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46085", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 26B", "area_weight": 0.9998}
{"county_geoid": "46085", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "46087", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46087", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 19", "area_weight": 0.9999}
{"county_geoid": "46087", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "46089", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46089", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 23", "area_weight": 0.9999}
{"county_geoid": "46089", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "46091", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9993}
{"county_geoid": "46091", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 1", "area_weight": 0.9993}
{"county_geoid": "46091", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 1", "area_weight": 0.9993}
{"county_geoid": "46093", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46093", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 29", "area_weight": 0.9941}
{"county_geoid": "46093", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 33", "area_weight": 0.0057}
{"county_geoid": "46093", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 29", "area_weight": 0.9941}
{"county_geoid": "46093", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 33", "area_weight": 0.0057}
{"county_geoid": "46095", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46095", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 26A", "area_weight": 0.9999}
{"county_geoid": "46095", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "46097", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46097", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 8", "area_weight": 0.8111}
{"county_geoid": "46097", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 20", "area_weight": 0.1889}
{"county_geoid": "46097", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 8", "area_weight": 0.8111}
{"county_geoid": "46097", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 20", "area_weight": 0.1889}
{"county_geoid": "46099", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "46099", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 25", "area_weight": 0.7076}
{"county_geoid": "46099", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 2", "area_weight": 0.1231}
{"county_geoid": "46099", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 9", "area_weight": 0.1084}
{"county_geoid": "46099", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 15", "area_weight": 0.0199}
{"county_geoid": "46099", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 10", "area_weight": 0.0152}
{"county_geoid": "46099", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 14", "area_weight": 0.008}
{"county_geoid": "46099", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 11", "area_weight": 0.0076}
{"county_geoid": "46099", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 12", "area_weight": 0.0063}
{"county_geoid": "46099", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 25", "area_weight": 0.7076}
{"county_geoid": "46099", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 2", "area_weight": 0.1231}
{"county_geoid": "46099", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 9", "area_weight": 0.1084}
{"county_geoid": "46099", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 15", "area_weight": 0.0199}
{"county_geoid": "46099", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 10", "area_weight": 0.0152}
{"county_geoid": "46099", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 14", "area_weight": 0.008}
{"county_geoid": "46099", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 11", "area_weight": 0.0076}
{"county_geoid": "46099", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 12", "area_weight": 0.0063}
{"county_geoid": "46101", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46101", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 25", "area_weight": 0.9998}
{"county_geoid": "46101", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 25", "area_weight": 0.9998}
{"county_geoid": "46102", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "46102", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 27", "area_weight": 0.9999}
{"county_geoid": "46102", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "46103", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46103", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 27", "area_weight": 0.6395}
{"county_geoid": "46103", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 30", "area_weight": 0.278}
{"county_geoid": "46103", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 33", "area_weight": 0.0499}
{"county_geoid": "46103", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 35", "area_weight": 0.0163}
{"county_geoid": "46103", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 34", "area_weight": 0.0132}
{"county_geoid": "46103", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 27", "area_weight": 0.6395}
{"county_geoid": "46103", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 30", "area_weight": 0.278}
{"county_geoid": "46103", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 33", "area_weight": 0.0499}
{"county_geoid": "46103", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 35", "area_weight": 0.0163}
{"county_geoid": "46103", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 34", "area_weight": 0.0132}
{"county_geoid": "46105", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "46105", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 28A", "area_weight": 0.6729}
{"county_geoid": "46105", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 28B", "area_weight": 0.327}
{"county_geoid": "46105", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "46107", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46107", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 23", "area_weight": 0.9998}
{"county_geoid": "46107", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 23", "area_weight": 0.9998}
{"county_geoid": "46109", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9995}
{"county_geoid": "46109", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 1", "area_weight": 0.8081}
{"county_geoid": "46109", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 4", "area_weight": 0.1914}
{"county_geoid": "46109", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 1", "area_weight": 0.8081}
{"county_geoid": "46109", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 4", "area_weight": 0.1914}
{"county_geoid": "46111", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46111", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 20", "area_weight": 0.9999}
{"county_geoid": "46111", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 20", "area_weight": 0.9999}
{"county_geoid": "46115", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46115", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 22", "area_weight": 1.0}
{"county_geoid": "46115", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 22", "area_weight": 1.0}
{"county_geoid": "46117", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46117", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 24", "area_weight": 0.9999}
{"county_geoid": "46117", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "46119", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46119", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 24", "area_weight": 1.0}
{"county_geoid": "46119", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 24", "area_weight": 1.0}
{"county_geoid": "46121", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "46121", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 26A", "area_weight": 0.9999}
{"county_geoid": "46121", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "46123", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9998}
{"county_geoid": "46123", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 21", "area_weight": 0.9997}
{"county_geoid": "46123", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 21", "area_weight": 0.9997}
{"county_geoid": "46125", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46125", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 16", "area_weight": 0.8245}
{"county_geoid": "46125", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 19", "area_weight": 0.1754}
{"county_geoid": "46125", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 16", "area_weight": 0.8245}
{"county_geoid": "46125", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 19", "area_weight": 0.1754}
{"county_geoid": "46127", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9958}
{"county_geoid": "46127", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 16", "area_weight": 0.6389}
{"county_geoid": "46127", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 17", "area_weight": 0.3592}
{"county_geoid": "46127", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 16", "area_weight": 0.6389}
{"county_geoid": "46127", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 17", "area_weight": 0.3592}
{"county_geoid": "46129", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46129", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 23", "area_weight": 1.0}
{"county_geoid": "46129", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 23", "area_weight": 1.0}
{"county_geoid": "46135", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 0.9998}
{"county_geoid": "46135", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 18", "area_weight": 0.9997}
{"county_geoid": "46135", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 18", "area_weight": 0.9997}
{"county_geoid": "46137", "type": "CD", "district_state": "SD", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "46137", "type": "SH", "district_state": "SD", "district_label": "SD State House of Representatives District 28A", "area_weight": 0.9999}
{"county_geoid": "46137", "type": "SS", "district_state": "SD", "district_label": "SD State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "47001", "type": "CD", "district_state": "TN", "district_label": "Congressional District 3", "area_weight": 0.993}
{"county_geoid": "47001", "type": "CD", "district_state": "TN", "district_label": "Congressional District 2", "area_weight": 0.007}
{"county_geoid": "47001", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 33", "area_weight": 0.5847}
{"county_geoid": "47001", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 41", "area_weight": 0.4148}
{"county_geoid": "47001", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 5", "area_weight": 0.9996}
{"county_geoid": "47003", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.9994}
{"county_geoid": "47003", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 62", "area_weight": 0.9997}
{"county_geoid": "47003", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 14", "area_weight": 0.9998}
{"county_geoid": "47005", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 0.8263}
{"county_geoid": "47005", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 0.1737}
{"county_geoid": "47005", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 74", "area_weight": 0.9999}
{"county_geoid": "47005", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "47007", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.9976}
{"county_geoid": "47007", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 31", "area_weight": 0.9999}
{"county_geoid": "47007", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 10", "area_weight": 0.9997}
{"county_geoid": "47009", "type": "CD", "district_state": "TN", "district_label": "Congressional District 2", "area_weight": 0.996}
{"county_geoid": "47009", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 8", "area_weight": 0.7816}
{"county_geoid": "47009", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 20", "area_weight": 0.2176}
{"county_geoid": "47009", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 2", "area_weight": 0.9993}
{"county_geoid": "47011", "type": "CD", "district_state": "TN", "district_label": "Congressional District 3", "area_weight": 0.9985}
{"county_geoid": "47011", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 22", "area_weight": 0.734}
{"county_geoid": "47011", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 24", "area_weight": 0.2657}
{"county_geoid": "47011", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 1", "area_weight": 0.8945}
{"county_geoid": "47011", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 2", "area_weight": 0.1054}
{"county_geoid": "47013", "type": "CD", "district_state": "TN", "district_label": "Congressional District 2", "area_weight": 0.6887}
{"county_geoid": "47013", "type": "CD", "district_state": "TN", "district_label": "Congressional District 3", "area_weight": 0.3095}
{"county_geoid": "47013", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 36", "area_weight": 0.9996}
{"county_geoid": "47013", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 12", "area_weight": 0.9997}
{"county_geoid": "47015", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.9931}
{"county_geoid": "47015", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.0069}
{"county_geoid": "47015", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 40", "area_weight": 0.9998}
{"county_geoid": "47015", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 14", "area_weight": 0.9998}
{"county_geoid": "47017", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "47017", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 79", "area_weight": 0.656}
{"county_geoid": "47017", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 76", "area_weight": 0.3438}
{"county_geoid": "47017", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "47019", "type": "CD", "district_state": "TN", "district_label": "Congressional District 1", "area_weight": 0.9993}
{"county_geoid": "47019", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 4", "area_weight": 0.6036}
{"county_geoid": "47019", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 3", "area_weight": 0.3957}
{"county_geoid": "47019", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 3", "area_weight": 0.999}
{"county_geoid": "47021", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 0.9999}
{"county_geoid": "47021", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 78", "area_weight": 0.9997}
{"county_geoid": "47021", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 23", "area_weight": 0.9997}
{"county_geoid": "47023", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "47023", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 72", "area_weight": 0.9997}
{"county_geoid": "47023", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "47025", "type": "CD", "district_state": "TN", "district_label": "Congressional District 2", "area_weight": 0.9991}
{"county_geoid": "47025", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 9", "area_weight": 0.5206}
{"county_geoid": "47025", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 36", "area_weight": 0.4792}
{"county_geoid": "47025", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 8", "area_weight": 0.9997}
{"county_geoid": "47027", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.9994}
{"county_geoid": "47027", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 38", "area_weight": 0.9992}
{"county_geoid": "47027", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 12", "area_weight": 0.9992}
{"county_geoid": "47029", "type": "CD", "district_state": "TN", "district_label": "Congressional District 1", "area_weight": 0.9989}
{"county_geoid": "47029", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 11", "area_weight": 0.9991}
{"county_geoid": "47029", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 9", "area_weight": 0.9992}
{"county_geoid": "47031", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.9985}
{"county_geoid": "47031", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 47", "area_weight": 0.9996}
{"county_geoid": "47031", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 16", "area_weight": 0.9998}
{"county_geoid": "47033", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "47033", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 82", "area_weight": 0.9996}
{"county_geoid": "47033", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 25", "area_weight": 0.9992}
{"county_geoid": "47035", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.9987}
{"county_geoid": "47035", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 25", "area_weight": 0.9998}
{"county_geoid": "47035", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 15", "area_weight": 0.9998}
{"county_geoid": "47037", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 0.4002}
{"county_geoid": "47037", "type": "CD", "district_state": "TN", "district_label": "Congressional District 5", "area_weight": 0.3771}
{"county_geoid": "47037", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.2217}
{"county_geoid": "47037", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 50", "area_weight": 0.3108}
{"county_geoid": "47037", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 59", "area_weight": 0.1504}
{"county_geoid": "47037", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 54", "area_weight": 0.1178}
{"county_geoid": "47037", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 52", "area_weight": 0.1088}
{"county_geoid": "47037", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 60", "area_weight": 0.0888}
{"county_geoid": "47037", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 51", "area_weight": 0.0679}
{"county_geoid": "47037", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 53", "area_weight": 0.052}
{"county_geoid": "47037", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 58", "area_weight": 0.0376}
{"county_geoid": "47037", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 55", "area_weight": 0.0347}
{"county_geoid": "47037", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 56", "area_weight": 0.0307}
{"county_geoid": "47037", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 20", "area_weight": 0.5368}
{"county_geoid": "47037", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 19", "area_weight": 0.2267}
{"county_geoid": "47037", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 21", "area_weight": 0.1187}
{"county_geoid": "47037", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 17", "area_weight": 0.1174}
{"county_geoid": "47039", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 0.9972}
{"county_geoid": "47039", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 72", "area_weight": 0.9999}
{"county_geoid": "47039", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 25", "area_weight": 0.9998}
{"county_geoid": "47041", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.9971}
{"county_geoid": "47041", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 40", "area_weight": 0.9998}
{"county_geoid": "47041", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 16", "area_weight": 0.9997}
{"county_geoid": "47043", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "47043", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 69", "area_weight": 0.602}
{"county_geoid": "47043", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 78", "area_weight": 0.3979}
{"county_geoid": "47043", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 23", "area_weight": 1.0}
{"county_geoid": "47045", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 0.9997}
{"county_geoid": "47045", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 77", "area_weight": 0.9996}
{"county_geoid": "47045", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 25", "area_weight": 0.9995}
{"county_geoid": "47047", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 0.9999}
{"county_geoid": "47047", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 94", "area_weight": 0.9998}
{"county_geoid": "47047", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "47049", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.9979}
{"county_geoid": "47049", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 38", "area_weight": 0.5761}
{"county_geoid": "47049", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 41", "area_weight": 0.4238}
{"county_geoid": "47049", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "47051", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.9995}
{"county_geoid": "47051", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 39", "area_weight": 0.9993}
{"county_geoid": "47051", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 16", "area_weight": 0.9994}
{"county_geoid": "47053", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "47053", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 82", "area_weight": 0.5009}
{"county_geoid": "47053", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 79", "area_weight": 0.4988}
{"county_geoid": "47053", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 24", "area_weight": 0.9997}
{"county_geoid": "47055", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.9966}
{"county_geoid": "47055", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 70", "area_weight": 0.9997}
{"county_geoid": "47055", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 28", "area_weight": 0.9997}
{"county_geoid": "47057", "type": "CD", "district_state": "TN", "district_label": "Congressional District 2", "area_weight": 0.9885}
{"county_geoid": "47057", "type": "CD", "district_state": "TN", "district_label": "Congressional District 1", "area_weight": 0.0115}
{"county_geoid": "47057", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 10", "area_weight": 0.9994}
{"county_geoid": "47057", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 8", "area_weight": 0.9998}
{"county_geoid": "47059", "type": "CD", "district_state": "TN", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "47059", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 5", "area_weight": 0.9993}
{"county_geoid": "47059", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 9", "area_weight": 0.9994}
{"county_geoid": "47061", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "47061", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 47", "area_weight": 0.9997}
{"county_geoid": "47061", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 16", "area_weight": 0.9998}
{"county_geoid": "47063", "type": "CD", "district_state": "TN", "district_label": "Congressional District 1", "area_weight": 0.9925}
{"county_geoid": "47063", "type": "CD", "district_state": "TN", "district_label": "Congressional District 2", "area_weight": 0.0075}
{"county_geoid": "47063", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 11", "area_weight": 0.5369}
{"county_geoid": "47063", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 10", "area_weight": 0.4627}
{"county_geoid": "47063", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 9", "area_weight": 0.9993}
{"county_geoid": "47065", "type": "CD", "district_state": "TN", "district_label": "Congressional District 3", "area_weight": 0.997}
{"county_geoid": "47065", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 27", "area_weight": 0.317}
{"county_geoid": "47065", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 29", "area_weight": 0.2611}
{"county_geoid": "47065", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 26", "area_weight": 0.2396}
{"county_geoid": "47065", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 30", "area_weight": 0.0986}
{"county_geoid": "47065", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 28", "area_weight": 0.0834}
{"county_geoid": "47065", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 11", "area_weight": 0.7795}
{"county_geoid": "47065", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 10", "area_weight": 0.2203}
{"county_geoid": "47067", "type": "CD", "district_state": "TN", "district_label": "Congressional District 1", "area_weight": 0.9984}
{"county_geoid": "47067", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 9", "area_weight": 0.9992}
{"county_geoid": "47067", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 8", "area_weight": 0.9991}
{"county_geoid": "47069", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "47069", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 80", "area_weight": 0.8718}
{"county_geoid": "47069", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 94", "area_weight": 0.1281}
{"county_geoid": "47069", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 26", "area_weight": 1.0}
{"county_geoid": "47071", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 0.9976}
{"county_geoid": "47071", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 72", "area_weight": 0.87}
{"county_geoid": "47071", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 71", "area_weight": 0.1297}
{"county_geoid": "47071", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 26", "area_weight": 0.9997}
{"county_geoid": "47073", "type": "CD", "district_state": "TN", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "47073", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 9", "area_weight": 0.8087}
{"county_geoid": "47073", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 3", "area_weight": 0.191}
{"county_geoid": "47073", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 4", "area_weight": 0.9997}
{"county_geoid": "47075", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "47075", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 81", "area_weight": 0.7152}
{"county_geoid": "47075", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 80", "area_weight": 0.2845}
{"county_geoid": "47075", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 26", "area_weight": 0.9996}
{"county_geoid": "47077", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 0.9962}
{"county_geoid": "47077", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 79", "area_weight": 0.5945}
{"county_geoid": "47077", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 72", "area_weight": 0.4054}
{"county_geoid": "47077", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 25", "area_weight": 0.9999}
{"county_geoid": "47079", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 0.9981}
{"county_geoid": "47079", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 76", "area_weight": 0.7897}
{"county_geoid": "47079", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 74", "area_weight": 0.2099}
{"county_geoid": "47079", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 24", "area_weight": 0.9996}
{"county_geoid": "47081", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 0.9976}
{"county_geoid": "47081", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 69", "area_weight": 0.9997}
{"county_geoid": "47081", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 23", "area_weight": 0.9997}
{"county_geoid": "47083", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "47083", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 74", "area_weight": 0.9997}
{"county_geoid": "47083", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 24", "area_weight": 0.9996}
{"county_geoid": "47085", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "47085", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 74", "area_weight": 0.9998}
{"county_geoid": "47085", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "47087", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "47087", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 40", "area_weight": 0.9997}
{"county_geoid": "47087", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 15", "area_weight": 0.9998}
{"county_geoid": "47089", "type": "CD", "district_state": "TN", "district_label": "Congressional District 1", "area_weight": 0.9685}
{"county_geoid": "47089", "type": "CD", "district_state": "TN", "district_label": "Congressional District 2", "area_weight": 0.0315}
{"county_geoid": "47089", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 17", "area_weight": 0.6443}
{"county_geoid": "47089", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 11", "area_weight": 0.3554}
{"county_geoid": "47089", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 8", "area_weight": 0.9995}
{"county_geoid": "47091", "type": "CD", "district_state": "TN", "district_label": "Congressional District 1", "area_weight": 0.9989}
{"county_geoid": "47091", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 3", "area_weight": 0.9988}
{"county_geoid": "47091", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 3", "area_weight": 0.9989}
{"county_geoid": "47093", "type": "CD", "district_state": "TN", "district_label": "Congressional District 2", "area_weight": 0.9956}
{"county_geoid": "47093", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 19", "area_weight": 0.4187}
{"county_geoid": "47093", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 89", "area_weight": 0.1275}
{"county_geoid": "47093", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 18", "area_weight": 0.1272}
{"county_geoid": "47093", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 16", "area_weight": 0.1107}
{"county_geoid": "47093", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 14", "area_weight": 0.1048}
{"county_geoid": "47093", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 15", "area_weight": 0.0578}
{"county_geoid": "47093", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 90", "area_weight": 0.0529}
{"county_geoid": "47093", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 6", "area_weight": 0.6261}
{"county_geoid": "47093", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 7", "area_weight": 0.2587}
{"county_geoid": "47093", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 5", "area_weight": 0.1149}
{"county_geoid": "47095", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 0.9985}
{"county_geoid": "47095", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 77", "area_weight": 0.9985}
{"county_geoid": "47095", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 25", "area_weight": 0.9985}
{"county_geoid": "47097", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 0.996}
{"county_geoid": "47097", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 82", "area_weight": 0.999}
{"county_geoid": "47097", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 32", "area_weight": 0.9993}
{"county_geoid": "47099", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.9962}
{"county_geoid": "47099", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 70", "area_weight": 0.6229}
{"county_geoid": "47099", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 71", "area_weight": 0.3769}
{"county_geoid": "47099", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 26", "area_weight": 0.9997}
{"county_geoid": "47101", "type": "CD", "district_state": "TN", "district_label": "Congressional District 5", "area_weight": 0.995}
{"county_geoid": "47101", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 69", "area_weight": 0.9997}
{"county_geoid": "47101", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 28", "area_weight": 0.9996}
{"county_geoid": "47103", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.9986}
{"county_geoid": "47103", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 70", "area_weight": 0.5096}
{"county_geoid": "47103", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 62", "area_weight": 0.4902}
{"county_geoid": "47103", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 16", "area_weight": 0.9997}
{"county_geoid": "47105", "type": "CD", "district_state": "TN", "district_label": "Congressional District 2", "area_weight": 0.9809}
{"county_geoid": "47105", "type": "CD", "district_state": "TN", "district_label": "Congressional District 3", "area_weight": 0.0191}
{"county_geoid": "47105", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 21", "area_weight": 0.8046}
{"county_geoid": "47105", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 32", "area_weight": 0.1953}
{"county_geoid": "47105", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 5", "area_weight": 0.9995}
{"county_geoid": "47107", "type": "CD", "district_state": "TN", "district_label": "Congressional District 3", "area_weight": 0.9972}
{"county_geoid": "47107", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 23", "area_weight": 0.9997}
{"county_geoid": "47107", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "47109", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 0.9997}
{"county_geoid": "47109", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 94", "area_weight": 0.9997}
{"county_geoid": "47109", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 26", "area_weight": 0.9997}
{"county_geoid": "47111", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.9994}
{"county_geoid": "47111", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 38", "area_weight": 0.9993}
{"county_geoid": "47111", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 12", "area_weight": 0.9993}
{"county_geoid": "47113", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "47113", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 73", "area_weight": 0.7175}
{"county_geoid": "47113", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 80", "area_weight": 0.2823}
{"county_geoid": "47113", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 25", "area_weight": 0.9999}
{"county_geoid": "47115", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.9987}
{"county_geoid": "47115", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 39", "area_weight": 0.9997}
{"county_geoid": "47115", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 10", "area_weight": 0.9925}
{"county_geoid": "47115", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 16", "area_weight": 0.0074}
{"county_geoid": "47117", "type": "CD", "district_state": "TN", "district_label": "Congressional District 5", "area_weight": 0.9934}
{"county_geoid": "47117", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.0066}
{"county_geoid": "47117", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 92", "area_weight": 0.9997}
{"county_geoid": "47117", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "47119", "type": "CD", "district_state": "TN", "district_label": "Congressional District 5", "area_weight": 0.9971}
{"county_geoid": "47119", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 71", "area_weight": 0.5729}
{"county_geoid": "47119", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 64", "area_weight": 0.4268}
{"county_geoid": "47119", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "47121", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.9846}
{"county_geoid": "47121", "type": "CD", "district_state": "TN", "district_label": "Congressional District 3", "area_weight": 0.0154}
{"county_geoid": "47121", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 22", "area_weight": 0.9993}
{"county_geoid": "47121", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "47123", "type": "CD", "district_state": "TN", "district_label": "Congressional District 3", "area_weight": 0.996}
{"county_geoid": "47123", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 23", "area_weight": 0.6778}
{"county_geoid": "47123", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 21", "area_weight": 0.3216}
{"county_geoid": "47123", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 2", "area_weight": 0.9995}
{"county_geoid": "47125", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 0.9999}
{"county_geoid": "47125", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 68", "area_weight": 0.4919}
{"county_geoid": "47125", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 75", "area_weight": 0.4315}
{"county_geoid": "47125", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 67", "area_weight": 0.0761}
{"county_geoid": "47125", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 22", "area_weight": 0.9666}
{"county_geoid": "47125", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 23", "area_weight": 0.0329}
{"county_geoid": "47127", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "47127", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 62", "area_weight": 0.9996}
{"county_geoid": "47127", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 14", "area_weight": 0.9991}
{"county_geoid": "47129", "type": "CD", "district_state": "TN", "district_label": "Congressional District 3", "area_weight": 0.9963}
{"county_geoid": "47129", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 41", "area_weight": 0.9997}
{"county_geoid": "47129", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "47131", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "47131", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 77", "area_weight": 0.7019}
{"county_geoid": "47131", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 82", "area_weight": 0.2977}
{"county_geoid": "47131", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 24", "area_weight": 0.9997}
{"county_geoid": "47133", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "47133", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 41", "area_weight": 0.9998}
{"county_geoid": "47133", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "47135", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 0.9995}
{"county_geoid": "47135", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 72", "area_weight": 0.9997}
{"county_geoid": "47135", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 25", "area_weight": 0.9997}
{"county_geoid": "47137", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.9995}
{"county_geoid": "47137", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 38", "area_weight": 0.9994}
{"county_geoid": "47137", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 12", "area_weight": 0.9995}
{"county_geoid": "47139", "type": "CD", "district_state": "TN", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "47139", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 22", "area_weight": 0.9998}
{"county_geoid": "47139", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 2", "area_weight": 0.9998}
{"county_geoid": "47141", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "47141", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 42", "area_weight": 0.6689}
{"county_geoid": "47141", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 25", "area_weight": 0.3305}
{"county_geoid": "47141", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 15", "area_weight": 0.9998}
{"county_geoid": "47143", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.9979}
{"county_geoid": "47143", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 31", "area_weight": 0.9997}
{"county_geoid": "47143", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "47145", "type": "CD", "district_state": "TN", "district_label": "Congressional District 3", "area_weight": 0.9917}
{"county_geoid": "47145", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 32", "area_weight": 0.9551}
{"county_geoid": "47145", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 41", "area_weight": 0.0447}
{"county_geoid": "47145", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 12", "area_weight": 0.9997}
{"county_geoid": "47147", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 0.9986}
{"county_geoid": "47147", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 66", "area_weight": 0.9996}
{"county_geoid": "47147", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 23", "area_weight": 0.9996}
{"county_geoid": "47149", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.992}
{"county_geoid": "47149", "type": "CD", "district_state": "TN", "district_label": "Congressional District 5", "area_weight": 0.007}
{"county_geoid": "47149", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 48", "area_weight": 0.4243}
{"county_geoid": "47149", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 13", "area_weight": 0.1948}
{"county_geoid": "47149", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 34", "area_weight": 0.162}
{"county_geoid": "47149", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 37", "area_weight": 0.1271}
{"county_geoid": "47149", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 49", "area_weight": 0.0914}
{"county_geoid": "47149", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 13", "area_weight": 0.568}
{"county_geoid": "47149", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 14", "area_weight": 0.4318}
{"county_geoid": "47151", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.59}
{"county_geoid": "47151", "type": "CD", "district_state": "TN", "district_label": "Congressional District 3", "area_weight": 0.4087}
{"county_geoid": "47151", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 38", "area_weight": 0.9994}
{"county_geoid": "47151", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 12", "area_weight": 0.9997}
{"county_geoid": "47153", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.9981}
{"county_geoid": "47153", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 31", "area_weight": 0.9998}
{"county_geoid": "47153", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 10", "area_weight": 0.9999}
{"county_geoid": "47155", "type": "CD", "district_state": "TN", "district_label": "Congressional District 1", "area_weight": 0.9973}
{"county_geoid": "47155", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 12", "area_weight": 0.738}
{"county_geoid": "47155", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 17", "area_weight": 0.2613}
{"county_geoid": "47155", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 9", "area_weight": 0.583}
{"county_geoid": "47155", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 8", "area_weight": 0.4163}
{"county_geoid": "47157", "type": "CD", "district_state": "TN", "district_label": "Congressional District 9", "area_weight": 0.6959}
{"county_geoid": "47157", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 0.3022}
{"county_geoid": "47157", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 86", "area_weight": 0.2899}
{"county_geoid": "47157", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 99", "area_weight": 0.2111}
{"county_geoid": "47157", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 95", "area_weight": 0.1056}
{"county_geoid": "47157", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 85", "area_weight": 0.0492}
{"county_geoid": "47157", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 88", "area_weight": 0.0452}
{"county_geoid": "47157", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 97", "area_weight": 0.0445}
{"county_geoid": "47157", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 83", "area_weight": 0.0441}
{"county_geoid": "47157", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 84", "area_weight": 0.0413}
{"county_geoid": "47157", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 96", "area_weight": 0.0399}
{"county_geoid": "47157", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 98", "area_weight": 0.0352}
{"county_geoid": "47157", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 91", "area_weight": 0.035}
{"county_geoid": "47157", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 87", "area_weight": 0.0305}
{"county_geoid": "47157", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 93", "area_weight": 0.0265}
{"county_geoid": "47157", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 29", "area_weight": 0.3966}
{"county_geoid": "47157", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 31", "area_weight": 0.2158}
{"county_geoid": "47157", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 32", "area_weight": 0.171}
{"county_geoid": "47157", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 33", "area_weight": 0.1142}
{"county_geoid": "47157", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 30", "area_weight": 0.1006}
{"county_geoid": "47159", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "47159", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 40", "area_weight": 0.9998}
{"county_geoid": "47159", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 15", "area_weight": 0.9998}
{"county_geoid": "47161", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 0.9978}
{"county_geoid": "47161", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 74", "area_weight": 0.9997}
{"county_geoid": "47161", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 24", "area_weight": 0.9997}
{"county_geoid": "47163", "type": "CD", "district_state": "TN", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "47163", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 1", "area_weight": 0.3598}
{"county_geoid": "47163", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 3", "area_weight": 0.3566}
{"county_geoid": "47163", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 2", "area_weight": 0.283}
{"county_geoid": "47163", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 4", "area_weight": 0.9993}
{"county_geoid": "47165", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.9976}
{"county_geoid": "47165", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 44", "area_weight": 0.5931}
{"county_geoid": "47165", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 35", "area_weight": 0.2206}
{"county_geoid": "47165", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 45", "area_weight": 0.1841}
{"county_geoid": "47165", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 18", "area_weight": 0.9978}
{"county_geoid": "47167", "type": "CD", "district_state": "TN", "district_label": "Congressional District 9", "area_weight": 0.56}
{"county_geoid": "47167", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 0.4382}
{"county_geoid": "47167", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 81", "area_weight": 0.9991}
{"county_geoid": "47167", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 32", "area_weight": 0.9996}
{"county_geoid": "47169", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "47169", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 35", "area_weight": 0.9998}
{"county_geoid": "47169", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 18", "area_weight": 0.9998}
{"county_geoid": "47171", "type": "CD", "district_state": "TN", "district_label": "Congressional District 1", "area_weight": 0.9977}
{"county_geoid": "47171", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 4", "area_weight": 0.9981}
{"county_geoid": "47171", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 9", "area_weight": 0.998}
{"county_geoid": "47173", "type": "CD", "district_state": "TN", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "47173", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 36", "area_weight": 0.9998}
{"county_geoid": "47173", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "47175", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.9976}
{"county_geoid": "47175", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 31", "area_weight": 0.9997}
{"county_geoid": "47175", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 15", "area_weight": 0.9997}
{"county_geoid": "47177", "type": "CD", "district_state": "TN", "district_label": "Congressional District 4", "area_weight": 0.9842}
{"county_geoid": "47177", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.0158}
{"county_geoid": "47177", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 43", "area_weight": 0.9996}
{"county_geoid": "47177", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 16", "area_weight": 0.9998}
{"county_geoid": "47179", "type": "CD", "district_state": "TN", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "47179", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 7", "area_weight": 0.5128}
{"county_geoid": "47179", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 6", "area_weight": 0.4869}
{"county_geoid": "47179", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 3", "area_weight": 0.9997}
{"county_geoid": "47181", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 0.9986}
{"county_geoid": "47181", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 71", "area_weight": 0.9998}
{"county_geoid": "47181", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "47183", "type": "CD", "district_state": "TN", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "47183", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 76", "area_weight": 0.9995}
{"county_geoid": "47183", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 24", "area_weight": 0.9998}
{"county_geoid": "47185", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.9987}
{"county_geoid": "47185", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 43", "area_weight": 0.9996}
{"county_geoid": "47185", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 15", "area_weight": 0.9999}
{"county_geoid": "47187", "type": "CD", "district_state": "TN", "district_label": "Congressional District 5", "area_weight": 0.5311}
{"county_geoid": "47187", "type": "CD", "district_state": "TN", "district_label": "Congressional District 7", "area_weight": 0.4664}
{"county_geoid": "47187", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 65", "area_weight": 0.4695}
{"county_geoid": "47187", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 63", "area_weight": 0.2967}
{"county_geoid": "47187", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 61", "area_weight": 0.1535}
{"county_geoid": "47187", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 92", "area_weight": 0.0801}
{"county_geoid": "47187", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 27", "area_weight": 0.9836}
{"county_geoid": "47187", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 28", "area_weight": 0.0162}
{"county_geoid": "47189", "type": "CD", "district_state": "TN", "district_label": "Congressional District 5", "area_weight": 0.5021}
{"county_geoid": "47189", "type": "CD", "district_state": "TN", "district_label": "Congressional District 6", "area_weight": 0.4964}
{"county_geoid": "47189", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 46", "area_weight": 0.7391}
{"county_geoid": "47189", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 57", "area_weight": 0.1965}
{"county_geoid": "47189", "type": "SH", "district_state": "TN", "district_label": "TN State House of Representatives District 40", "area_weight": 0.0642}
{"county_geoid": "47189", "type": "SS", "district_state": "TN", "district_label": "TN State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "48001", "type": "CD", "district_state": "TX", "district_label": "Congressional District 6", "area_weight": 0.999}
{"county_geoid": "48001", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 8", "area_weight": 0.9998}
{"county_geoid": "48001", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 0.9998}
{"county_geoid": "48003", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9998}
{"county_geoid": "48003", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 0.9998}
{"county_geoid": "48003", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9998}
{"county_geoid": "48005", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 0.9981}
{"county_geoid": "48005", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 9", "area_weight": 0.9997}
{"county_geoid": "48005", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 1.0}
{"county_geoid": "48007", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 0.5931}
{"county_geoid": "48007", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 32", "area_weight": 0.5492}
{"county_geoid": "48007", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.5493}
{"county_geoid": "48009", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9996}
{"county_geoid": "48009", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 1.0}
{"county_geoid": "48009", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 30", "area_weight": 1.0}
{"county_geoid": "48011", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48011", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 86", "area_weight": 0.9997}
{"county_geoid": "48011", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48013", "type": "CD", "district_state": "TX", "district_label": "Congressional District 28", "area_weight": 0.9996}
{"county_geoid": "48013", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 80", "area_weight": 0.9999}
{"county_geoid": "48013", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 0.7563}
{"county_geoid": "48013", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 24", "area_weight": 0.2436}
{"county_geoid": "48015", "type": "CD", "district_state": "TX", "district_label": "Congressional District 10", "area_weight": 0.9981}
{"county_geoid": "48015", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 85", "area_weight": 0.9998}
{"county_geoid": "48015", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.9998}
{"county_geoid": "48017", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9997}
{"county_geoid": "48017", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 0.9996}
{"county_geoid": "48017", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9996}
{"county_geoid": "48019", "type": "CD", "district_state": "TX", "district_label": "Congressional District 21", "area_weight": 0.9994}
{"county_geoid": "48019", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 0.9999}
{"county_geoid": "48019", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "48021", "type": "CD", "district_state": "TX", "district_label": "Congressional District 10", "area_weight": 0.5146}
{"county_geoid": "48021", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 0.4853}
{"county_geoid": "48021", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 17", "area_weight": 0.9999}
{"county_geoid": "48021", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "48023", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48023", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 1.0}
{"county_geoid": "48023", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48025", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 0.9994}
{"county_geoid": "48025", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 43", "area_weight": 0.9997}
{"county_geoid": "48025", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 27", "area_weight": 0.9997}
{"county_geoid": "48027", "type": "CD", "district_state": "TX", "district_label": "Congressional District 31", "area_weight": 0.8349}
{"county_geoid": "48027", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.165}
{"county_geoid": "48027", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 54", "area_weight": 0.8062}
{"county_geoid": "48027", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 55", "area_weight": 0.1936}
{"county_geoid": "48027", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "48029", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.4013}
{"county_geoid": "48029", "type": "CD", "district_state": "TX", "district_label": "Congressional District 28", "area_weight": 0.2738}
{"county_geoid": "48029", "type": "CD", "district_state": "TX", "district_label": "Congressional District 20", "area_weight": 0.1426}
{"county_geoid": "48029", "type": "CD", "district_state": "TX", "district_label": "Congressional District 21", "area_weight": 0.1136}
{"county_geoid": "48029", "type": "CD", "district_state": "TX", "district_label": "Congressional District 35", "area_weight": 0.0686}
{"county_geoid": "48029", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 118", "area_weight": 0.3832}
{"county_geoid": "48029", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 122", "area_weight": 0.1941}
{"county_geoid": "48029", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 121", "area_weight": 0.082}
{"county_geoid": "48029", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 119", "area_weight": 0.0738}
{"county_geoid": "48029", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 117", "area_weight": 0.0728}
{"county_geoid": "48029", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 120", "area_weight": 0.0497}
{"county_geoid": "48029", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 124", "area_weight": 0.0418}
{"county_geoid": "48029", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 125", "area_weight": 0.0358}
{"county_geoid": "48029", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 123", "area_weight": 0.0346}
{"county_geoid": "48029", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 116", "area_weight": 0.032}
{"county_geoid": "48029", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 0.5077}
{"county_geoid": "48029", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 25", "area_weight": 0.2439}
{"county_geoid": "48029", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 26", "area_weight": 0.161}
{"county_geoid": "48029", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.0874}
{"county_geoid": "48031", "type": "CD", "district_state": "TX", "district_label": "Congressional District 21", "area_weight": 0.9998}
{"county_geoid": "48031", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 19", "area_weight": 0.9998}
{"county_geoid": "48031", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 25", "area_weight": 0.9998}
{"county_geoid": "48033", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48033", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 83", "area_weight": 0.9999}
{"county_geoid": "48033", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "48035", "type": "CD", "district_state": "TX", "district_label": "Congressional District 31", "area_weight": 0.9958}
{"county_geoid": "48035", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 13", "area_weight": 0.9999}
{"county_geoid": "48035", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 22", "area_weight": 1.0}
{"county_geoid": "48037", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.6407}
{"county_geoid": "48037", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 0.3515}
{"county_geoid": "48037", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 1", "area_weight": 0.9993}
{"county_geoid": "48037", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 0.9993}
{"county_geoid": "48039", "type": "CD", "district_state": "TX", "district_label": "Congressional District 14", "area_weight": 0.7478}
{"county_geoid": "48039", "type": "CD", "district_state": "TX", "district_label": "Congressional District 22", "area_weight": 0.1414}
{"county_geoid": "48039", "type": "CD", "district_state": "TX", "district_label": "Congressional District 9", "area_weight": 0.0191}
{"county_geoid": "48039", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 25", "area_weight": 0.5832}
{"county_geoid": "48039", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 29", "area_weight": 0.3228}
{"county_geoid": "48039", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 17", "area_weight": 0.6728}
{"county_geoid": "48039", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 11", "area_weight": 0.2334}
{"county_geoid": "48041", "type": "CD", "district_state": "TX", "district_label": "Congressional District 10", "area_weight": 0.9976}
{"county_geoid": "48041", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 12", "area_weight": 0.5978}
{"county_geoid": "48041", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 14", "area_weight": 0.402}
{"county_geoid": "48041", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 5", "area_weight": 0.9993}
{"county_geoid": "48043", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9988}
{"county_geoid": "48043", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 74", "area_weight": 0.9998}
{"county_geoid": "48043", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 0.5605}
{"county_geoid": "48043", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 29", "area_weight": 0.4394}
{"county_geoid": "48045", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9996}
{"county_geoid": "48045", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 0.9999}
{"county_geoid": "48045", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "48047", "type": "CD", "district_state": "TX", "district_label": "Congressional District 15", "area_weight": 0.9996}
{"county_geoid": "48047", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 31", "area_weight": 0.9999}
{"county_geoid": "48047", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 20", "area_weight": 0.9998}
{"county_geoid": "48049", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.9999}
{"county_geoid": "48049", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 68", "area_weight": 0.9999}
{"county_geoid": "48049", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 10", "area_weight": 0.9999}
{"county_geoid": "48051", "type": "CD", "district_state": "TX", "district_label": "Congressional District 10", "area_weight": 0.9991}
{"county_geoid": "48051", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 17", "area_weight": 0.9997}
{"county_geoid": "48051", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.9998}
{"county_geoid": "48053", "type": "CD", "district_state": "TX", "district_label": "Congressional District 31", "area_weight": 0.9967}
{"county_geoid": "48053", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 19", "area_weight": 0.9999}
{"county_geoid": "48053", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "48055", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 0.996}
{"county_geoid": "48055", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 17", "area_weight": 0.9996}
{"county_geoid": "48055", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.9998}
{"county_geoid": "48057", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 0.7342}
{"county_geoid": "48057", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 43", "area_weight": 0.7216}
{"county_geoid": "48057", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.7217}
{"county_geoid": "48059", "type": "CD", "district_state": "TX", "district_label": "Congressional District 25", "area_weight": 0.9169}
{"county_geoid": "48059", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.0828}
{"county_geoid": "48059", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 71", "area_weight": 0.9998}
{"county_geoid": "48059", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 10", "area_weight": 0.9999}
{"county_geoid": "48061", "type": "CD", "district_state": "TX", "district_label": "Congressional District 34", "area_weight": 0.7903}
{"county_geoid": "48061", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 37", "area_weight": 0.5851}
{"county_geoid": "48061", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 35", "area_weight": 0.145}
{"county_geoid": "48061", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 38", "area_weight": 0.0553}
{"county_geoid": "48061", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 27", "area_weight": 0.7854}
{"county_geoid": "48063", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.9971}
{"county_geoid": "48063", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 5", "area_weight": 0.9996}
{"county_geoid": "48063", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 1.0}
{"county_geoid": "48065", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48065", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 87", "area_weight": 0.9998}
{"county_geoid": "48065", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "48067", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "48067", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 1", "area_weight": 1.0}
{"county_geoid": "48067", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 1.0}
{"county_geoid": "48069", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9999}
{"county_geoid": "48069", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 0.9997}
{"county_geoid": "48069", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48071", "type": "CD", "district_state": "TX", "district_label": "Congressional District 36", "area_weight": 0.7165}
{"county_geoid": "48071", "type": "CD", "district_state": "TX", "district_label": "Congressional District 14", "area_weight": 0.0062}
{"county_geoid": "48071", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 23", "area_weight": 0.7257}
{"county_geoid": "48071", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 4", "area_weight": 0.7257}
{"county_geoid": "48073", "type": "CD", "district_state": "TX", "district_label": "Congressional District 6", "area_weight": 0.9965}
{"county_geoid": "48073", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 8", "area_weight": 0.9996}
{"county_geoid": "48073", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "48075", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48075", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 0.9999}
{"county_geoid": "48075", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "48077", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9976}
{"county_geoid": "48077", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 0.9995}
{"county_geoid": "48077", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 30", "area_weight": 0.9996}
{"county_geoid": "48079", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48079", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 1.0}
{"county_geoid": "48079", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "48081", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.9999}
{"county_geoid": "48081", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 72", "area_weight": 1.0}
{"county_geoid": "48081", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9998}
{"county_geoid": "48083", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.9998}
{"county_geoid": "48083", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 72", "area_weight": 0.9999}
{"county_geoid": "48083", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48085", "type": "CD", "district_state": "TX", "district_label": "Congressional District 3", "area_weight": 0.8069}
{"county_geoid": "48085", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 0.1711}
{"county_geoid": "48085", "type": "CD", "district_state": "TX", "district_label": "Congressional District 32", "area_weight": 0.0219}
{"county_geoid": "48085", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 67", "area_weight": 0.3757}
{"county_geoid": "48085", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 89", "area_weight": 0.2454}
{"county_geoid": "48085", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 66", "area_weight": 0.1597}
{"county_geoid": "48085", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 61", "area_weight": 0.1503}
{"county_geoid": "48085", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 70", "area_weight": 0.0412}
{"county_geoid": "48085", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 33", "area_weight": 0.0277}
{"county_geoid": "48085", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 8", "area_weight": 0.9288}
{"county_geoid": "48085", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 30", "area_weight": 0.0505}
{"county_geoid": "48085", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 2", "area_weight": 0.0206}
{"county_geoid": "48087", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48087", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 1.0}
{"county_geoid": "48087", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48089", "type": "CD", "district_state": "TX", "district_label": "Congressional District 10", "area_weight": 0.9993}
{"county_geoid": "48089", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 85", "area_weight": 1.0}
{"county_geoid": "48089", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "48091", "type": "CD", "district_state": "TX", "district_label": "Congressional District 21", "area_weight": 0.9502}
{"county_geoid": "48091", "type": "CD", "district_state": "TX", "district_label": "Congressional District 35", "area_weight": 0.0487}
{"county_geoid": "48091", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 73", "area_weight": 0.9998}
{"county_geoid": "48091", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 25", "area_weight": 1.0}
{"county_geoid": "48093", "type": "CD", "district_state": "TX", "district_label": "Congressional District 25", "area_weight": 0.9997}
{"county_geoid": "48093", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 68", "area_weight": 1.0}
{"county_geoid": "48093", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 22", "area_weight": 1.0}
{"county_geoid": "48095", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 1.0}
{"county_geoid": "48095", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 72", "area_weight": 0.9996}
{"county_geoid": "48095", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48097", "type": "CD", "district_state": "TX", "district_label": "Congressional District 26", "area_weight": 0.9982}
{"county_geoid": "48097", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 68", "area_weight": 0.9993}
{"county_geoid": "48097", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 30", "area_weight": 0.9993}
{"county_geoid": "48099", "type": "CD", "district_state": "TX", "district_label": "Congressional District 31", "area_weight": 0.9996}
{"county_geoid": "48099", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 59", "area_weight": 0.9999}
{"county_geoid": "48099", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "48101", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48101", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 1.0}
{"county_geoid": "48101", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48103", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "48103", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 1.0}
{"county_geoid": "48103", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9997}
{"county_geoid": "48105", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "48105", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 0.9999}
{"county_geoid": "48105", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "48107", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9997}
{"county_geoid": "48107", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 83", "area_weight": 1.0}
{"county_geoid": "48107", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48109", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "48109", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 74", "area_weight": 1.0}
{"county_geoid": "48109", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 29", "area_weight": 1.0}
{"county_geoid": "48111", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9998}
{"county_geoid": "48111", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 86", "area_weight": 0.9998}
{"county_geoid": "48111", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9998}
{"county_geoid": "48113", "type": "CD", "district_state": "TX", "district_label": "Congressional District 30", "area_weight": 0.3904}
{"county_geoid": "48113", "type": "CD", "district_state": "TX", "district_label": "Congressional District 5", "area_weight": 0.1941}
{"county_geoid": "48113", "type": "CD", "district_state": "TX", "district_label": "Congressional District 32", "area_weight": 0.1399}
{"county_geoid": "48113", "type": "CD", "district_state": "TX", "district_label": "Congressional District 33", "area_weight": 0.115}
{"county_geoid": "48113", "type": "CD", "district_state": "TX", "district_label": "Congressional District 24", "area_weight": 0.1043}
{"county_geoid": "48113", "type": "CD", "district_state": "TX", "district_label": "Congressional District 6", "area_weight": 0.0562}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 109", "area_weight": 0.2248}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 112", "area_weight": 0.0923}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 110", "area_weight": 0.0805}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 111", "area_weight": 0.0738}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 103", "area_weight": 0.0696}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 115", "area_weight": 0.0665}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 104", "area_weight": 0.0663}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 113", "area_weight": 0.0615}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 100", "area_weight": 0.0545}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 105", "area_weight": 0.0509}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 108", "area_weight": 0.0476}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 107", "area_weight": 0.0416}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 102", "area_weight": 0.035}
{"county_geoid": "48113", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 114", "area_weight": 0.035}
{"county_geoid": "48113", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 23", "area_weight": 0.4092}
{"county_geoid": "48113", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 16", "area_weight": 0.2895}
{"county_geoid": "48113", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 2", "area_weight": 0.1893}
{"county_geoid": "48113", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 12", "area_weight": 0.112}
{"county_geoid": "48115", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48115", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 82", "area_weight": 0.9999}
{"county_geoid": "48115", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48117", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9996}
{"county_geoid": "48117", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 86", "area_weight": 0.9999}
{"county_geoid": "48117", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "48119", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "48119", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 62", "area_weight": 0.9981}
{"county_geoid": "48119", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 1.0}
{"county_geoid": "48121", "type": "CD", "district_state": "TX", "district_label": "Congressional District 26", "area_weight": 0.7399}
{"county_geoid": "48121", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.2383}
{"county_geoid": "48121", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 0.0175}
{"county_geoid": "48121", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 106", "area_weight": 0.2998}
{"county_geoid": "48121", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 64", "area_weight": 0.255}
{"county_geoid": "48121", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 57", "area_weight": 0.2033}
{"county_geoid": "48121", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 65", "area_weight": 0.1594}
{"county_geoid": "48121", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 63", "area_weight": 0.0824}
{"county_geoid": "48121", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 12", "area_weight": 0.5517}
{"county_geoid": "48121", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 30", "area_weight": 0.4483}
{"county_geoid": "48123", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 0.9998}
{"county_geoid": "48123", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 30", "area_weight": 0.9998}
{"county_geoid": "48123", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "48125", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48125", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 83", "area_weight": 0.9998}
{"county_geoid": "48125", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48127", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9997}
{"county_geoid": "48127", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 80", "area_weight": 1.0}
{"county_geoid": "48127", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "48129", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48129", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 0.9999}
{"county_geoid": "48129", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "48131", "type": "CD", "district_state": "TX", "district_label": "Congressional District 28", "area_weight": 0.9999}
{"county_geoid": "48131", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 31", "area_weight": 0.9998}
{"county_geoid": "48131", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 1.0}
{"county_geoid": "48133", "type": "CD", "district_state": "TX", "district_label": "Congressional District 25", "area_weight": 1.0}
{"county_geoid": "48133", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 68", "area_weight": 0.9999}
{"county_geoid": "48133", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 22", "area_weight": 0.9999}
{"county_geoid": "48135", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.999}
{"county_geoid": "48135", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 81", "area_weight": 0.9993}
{"county_geoid": "48135", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48137", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9997}
{"county_geoid": "48137", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 0.9999}
{"county_geoid": "48137", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "48139", "type": "CD", "district_state": "TX", "district_label": "Congressional District 6", "area_weight": 0.9982}
{"county_geoid": "48139", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 10", "area_weight": 0.9998}
{"county_geoid": "48139", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 2", "area_weight": 0.5944}
{"county_geoid": "48139", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 22", "area_weight": 0.4056}
{"county_geoid": "48141", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.6865}
{"county_geoid": "48141", "type": "CD", "district_state": "TX", "district_label": "Congressional District 16", "area_weight": 0.3118}
{"county_geoid": "48141", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 75", "area_weight": 0.4689}
{"county_geoid": "48141", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 74", "area_weight": 0.2317}
{"county_geoid": "48141", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 78", "area_weight": 0.1463}
{"county_geoid": "48141", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 79", "area_weight": 0.094}
{"county_geoid": "48141", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 77", "area_weight": 0.0585}
{"county_geoid": "48141", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 29", "area_weight": 0.9994}
{"county_geoid": "48143", "type": "CD", "district_state": "TX", "district_label": "Congressional District 25", "area_weight": 1.0}
{"county_geoid": "48143", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 59", "area_weight": 0.9999}
{"county_geoid": "48143", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 22", "area_weight": 1.0}
{"county_geoid": "48145", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 1.0}
{"county_geoid": "48145", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 13", "area_weight": 0.9998}
{"county_geoid": "48145", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 22", "area_weight": 0.9998}
{"county_geoid": "48147", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 0.9984}
{"county_geoid": "48147", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 62", "area_weight": 0.9994}
{"county_geoid": "48147", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 0.9995}
{"county_geoid": "48149", "type": "CD", "district_state": "TX", "district_label": "Congressional District 10", "area_weight": 0.9998}
{"county_geoid": "48149", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 85", "area_weight": 0.9999}
{"county_geoid": "48149", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 1.0}
{"county_geoid": "48151", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48151", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 0.9998}
{"county_geoid": "48151", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "48153", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9999}
{"county_geoid": "48153", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 83", "area_weight": 0.9999}
{"county_geoid": "48153", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "48155", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48155", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 1.0}
{"county_geoid": "48155", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48157", "type": "CD", "district_state": "TX", "district_label": "Congressional District 22", "area_weight": 0.8564}
{"county_geoid": "48157", "type": "CD", "district_state": "TX", "district_label": "Congressional District 9", "area_weight": 0.0746}
{"county_geoid": "48157", "type": "CD", "district_state": "TX", "district_label": "Congressional District 7", "area_weight": 0.0677}
{"county_geoid": "48157", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 28", "area_weight": 0.4764}
{"county_geoid": "48157", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 85", "area_weight": 0.2643}
{"county_geoid": "48157", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 27", "area_weight": 0.1038}
{"county_geoid": "48157", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 26", "area_weight": 0.0932}
{"county_geoid": "48157", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 76", "area_weight": 0.0622}
{"county_geoid": "48157", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 17", "area_weight": 0.5757}
{"county_geoid": "48157", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.3324}
{"county_geoid": "48157", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 13", "area_weight": 0.0918}
{"county_geoid": "48159", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.9992}
{"county_geoid": "48159", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 62", "area_weight": 0.9995}
{"county_geoid": "48159", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 1.0}
{"county_geoid": "48161", "type": "CD", "district_state": "TX", "district_label": "Congressional District 6", "area_weight": 0.5883}
{"county_geoid": "48161", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 0.4117}
{"county_geoid": "48161", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 13", "area_weight": 0.9997}
{"county_geoid": "48161", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 5", "area_weight": 0.9997}
{"county_geoid": "48163", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "48163", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 80", "area_weight": 0.9999}
{"county_geoid": "48163", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "48165", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48165", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 0.9999}
{"county_geoid": "48165", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48167", "type": "CD", "district_state": "TX", "district_label": "Congressional District 14", "area_weight": 0.4878}
{"county_geoid": "48167", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 24", "area_weight": 0.2398}
{"county_geoid": "48167", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 23", "area_weight": 0.2309}
{"county_geoid": "48167", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 11", "area_weight": 0.4037}
{"county_geoid": "48167", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 4", "area_weight": 0.0673}
{"county_geoid": "48169", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48169", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 83", "area_weight": 1.0}
{"county_geoid": "48169", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48171", "type": "CD", "district_state": "TX", "district_label": "Congressional District 21", "area_weight": 0.9999}
{"county_geoid": "48171", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 19", "area_weight": 0.9999}
{"county_geoid": "48171", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 24", "area_weight": 0.9998}
{"county_geoid": "48173", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 1.0}
{"county_geoid": "48173", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 72", "area_weight": 0.9999}
{"county_geoid": "48173", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48175", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 0.9999}
{"county_geoid": "48175", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 30", "area_weight": 0.9997}
{"county_geoid": "48175", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.9998}
{"county_geoid": "48177", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 0.9998}
{"county_geoid": "48177", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 44", "area_weight": 0.9999}
{"county_geoid": "48177", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "48179", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48179", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 1.0}
{"county_geoid": "48179", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "48181", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 0.9991}
{"county_geoid": "48181", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 62", "area_weight": 0.9996}
{"county_geoid": "48181", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 30", "area_weight": 0.9997}
{"county_geoid": "48183", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.9988}
{"county_geoid": "48183", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 7", "area_weight": 0.9998}
{"county_geoid": "48183", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 1.0}
{"county_geoid": "48185", "type": "CD", "district_state": "TX", "district_label": "Congressional District 10", "area_weight": 0.9994}
{"county_geoid": "48185", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 12", "area_weight": 0.9999}
{"county_geoid": "48185", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.9997}
{"county_geoid": "48187", "type": "CD", "district_state": "TX", "district_label": "Congressional District 15", "area_weight": 0.7863}
{"county_geoid": "48187", "type": "CD", "district_state": "TX", "district_label": "Congressional District 28", "area_weight": 0.2113}
{"county_geoid": "48187", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 44", "area_weight": 0.9995}
{"county_geoid": "48187", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.601}
{"county_geoid": "48187", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 25", "area_weight": 0.2322}
{"county_geoid": "48187", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 0.1668}
{"county_geoid": "48189", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48189", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 0.9999}
{"county_geoid": "48189", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48191", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48191", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 1.0}
{"county_geoid": "48191", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9998}
{"county_geoid": "48193", "type": "CD", "district_state": "TX", "district_label": "Congressional District 31", "area_weight": 0.9997}
{"county_geoid": "48193", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 59", "area_weight": 0.9998}
{"county_geoid": "48193", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 22", "area_weight": 0.9999}
{"county_geoid": "48195", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9998}
{"county_geoid": "48195", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 87", "area_weight": 0.9998}
{"county_geoid": "48195", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9998}
{"county_geoid": "48197", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9987}
{"county_geoid": "48197", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 0.9995}
{"county_geoid": "48197", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9995}
{"county_geoid": "48199", "type": "CD", "district_state": "TX", "district_label": "Congressional District 36", "area_weight": 0.9995}
{"county_geoid": "48199", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 18", "area_weight": 0.9996}
{"county_geoid": "48199", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 0.9998}
{"county_geoid": "48201", "type": "CD", "district_state": "TX", "district_label": "Congressional District 38", "area_weight": 0.175}
{"county_geoid": "48201", "type": "CD", "district_state": "TX", "district_label": "Congressional District 2", "area_weight": 0.1695}
{"county_geoid": "48201", "type": "CD", "district_state": "TX", "district_label": "Congressional District 36", "area_weight": 0.1557}
{"county_geoid": "48201", "type": "CD", "district_state": "TX", "district_label": "Congressional District 18", "area_weight": 0.1307}
{"county_geoid": "48201", "type": "CD", "district_state": "TX", "district_label": "Congressional District 8", "area_weight": 0.1291}
{"county_geoid": "48201", "type": "CD", "district_state": "TX", "district_label": "Congressional District 29", "area_weight": 0.1178}
{"county_geoid": "48201", "type": "CD", "district_state": "TX", "district_label": "Congressional District 9", "area_weight": 0.0687}
{"county_geoid": "48201", "type": "CD", "district_state": "TX", "district_label": "Congressional District 7", "area_weight": 0.0406}
{"county_geoid": "48201", "type": "CD", "district_state": "TX", "district_label": "Congressional District 22", "area_weight": 0.0103}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 128", "area_weight": 0.1199}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 130", "area_weight": 0.0899}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 132", "area_weight": 0.0844}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 127", "area_weight": 0.0621}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 142", "area_weight": 0.0613}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 129", "area_weight": 0.0563}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 141", "area_weight": 0.0528}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 143", "area_weight": 0.0505}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 150", "area_weight": 0.0434}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 138", "area_weight": 0.0382}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 144", "area_weight": 0.033}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 149", "area_weight": 0.0298}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 131", "area_weight": 0.0288}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 126", "area_weight": 0.0286}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 140", "area_weight": 0.0271}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 148", "area_weight": 0.0266}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 139", "area_weight": 0.025}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 147", "area_weight": 0.0238}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 146", "area_weight": 0.0236}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 135", "area_weight": 0.0216}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 145", "area_weight": 0.0207}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 134", "area_weight": 0.0186}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 133", "area_weight": 0.0185}
{"county_geoid": "48201", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 137", "area_weight": 0.0116}
{"county_geoid": "48201", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 6", "area_weight": 0.189}
{"county_geoid": "48201", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 7", "area_weight": 0.1881}
{"county_geoid": "48201", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 15", "area_weight": 0.1462}
{"county_geoid": "48201", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 4", "area_weight": 0.1436}
{"county_geoid": "48201", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 11", "area_weight": 0.0971}
{"county_geoid": "48201", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 13", "area_weight": 0.0901}
{"county_geoid": "48201", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 17", "area_weight": 0.0737}
{"county_geoid": "48201", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.0685}
{"county_geoid": "48203", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "48203", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 7", "area_weight": 0.9998}
{"county_geoid": "48203", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 1.0}
{"county_geoid": "48205", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9999}
{"county_geoid": "48205", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 86", "area_weight": 0.9998}
{"county_geoid": "48205", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "48207", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48207", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 1.0}
{"county_geoid": "48207", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48209", "type": "CD", "district_state": "TX", "district_label": "Congressional District 21", "area_weight": 0.8196}
{"county_geoid": "48209", "type": "CD", "district_state": "TX", "district_label": "Congressional District 35", "area_weight": 0.1801}
{"county_geoid": "48209", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 73", "area_weight": 0.5387}
{"county_geoid": "48209", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 45", "area_weight": 0.4612}
{"county_geoid": "48209", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 25", "area_weight": 0.6929}
{"county_geoid": "48209", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.3071}
{"county_geoid": "48211", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48211", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 0.9999}
{"county_geoid": "48211", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48213", "type": "CD", "district_state": "TX", "district_label": "Congressional District 5", "area_weight": 0.9973}
{"county_geoid": "48213", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 8", "area_weight": 0.6137}
{"county_geoid": "48213", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 4", "area_weight": 0.3861}
{"county_geoid": "48213", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 0.9997}
{"county_geoid": "48215", "type": "CD", "district_state": "TX", "district_label": "Congressional District 15", "area_weight": 0.8063}
{"county_geoid": "48215", "type": "CD", "district_state": "TX", "district_label": "Congressional District 34", "area_weight": 0.1907}
{"county_geoid": "48215", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 35", "area_weight": 0.6008}
{"county_geoid": "48215", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 40", "area_weight": 0.1473}
{"county_geoid": "48215", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 39", "area_weight": 0.1415}
{"county_geoid": "48215", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 36", "area_weight": 0.0692}
{"county_geoid": "48215", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 41", "area_weight": 0.0406}
{"county_geoid": "48215", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 20", "area_weight": 0.7102}
{"county_geoid": "48215", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 27", "area_weight": 0.2893}
{"county_geoid": "48217", "type": "CD", "district_state": "TX", "district_label": "Congressional District 6", "area_weight": 0.9977}
{"county_geoid": "48217", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 13", "area_weight": 0.9999}
{"county_geoid": "48217", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 22", "area_weight": 1.0}
{"county_geoid": "48219", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48219", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 1.0}
{"county_geoid": "48219", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48221", "type": "CD", "district_state": "TX", "district_label": "Congressional District 25", "area_weight": 1.0}
{"county_geoid": "48221", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 59", "area_weight": 0.9999}
{"county_geoid": "48221", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 22", "area_weight": 0.9999}
{"county_geoid": "48223", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 0.9995}
{"county_geoid": "48223", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 2", "area_weight": 0.9996}
{"county_geoid": "48223", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 1.0}
{"county_geoid": "48225", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 0.9975}
{"county_geoid": "48225", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 9", "area_weight": 0.9998}
{"county_geoid": "48225", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "48227", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9998}
{"county_geoid": "48227", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 72", "area_weight": 0.9997}
{"county_geoid": "48227", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48229", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9991}
{"county_geoid": "48229", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 74", "area_weight": 0.9999}
{"county_geoid": "48229", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 29", "area_weight": 0.9999}
{"county_geoid": "48231", "type": "CD", "district_state": "TX", "district_label": "Congressional District 3", "area_weight": 0.8865}
{"county_geoid": "48231", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 0.1134}
{"county_geoid": "48231", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 2", "area_weight": 0.9998}
{"county_geoid": "48231", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 8", "area_weight": 0.9999}
{"county_geoid": "48233", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48233", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 87", "area_weight": 1.0}
{"county_geoid": "48233", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48235", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.9995}
{"county_geoid": "48235", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 72", "area_weight": 0.9998}
{"county_geoid": "48235", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9996}
{"county_geoid": "48237", "type": "CD", "district_state": "TX", "district_label": "Congressional District 25", "area_weight": 0.9998}
{"county_geoid": "48237", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 68", "area_weight": 0.9999}
{"county_geoid": "48237", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "48239", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 0.9997}
{"county_geoid": "48239", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 30", "area_weight": 1.0}
{"county_geoid": "48239", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 17", "area_weight": 0.9997}
{"county_geoid": "48241", "type": "CD", "district_state": "TX", "district_label": "Congressional District 36", "area_weight": 0.9998}
{"county_geoid": "48241", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 21", "area_weight": 0.9994}
{"county_geoid": "48241", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 1.0}
{"county_geoid": "48243", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "48243", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 74", "area_weight": 0.9999}
{"county_geoid": "48243", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 29", "area_weight": 1.0}
{"county_geoid": "48245", "type": "CD", "district_state": "TX", "district_label": "Congressional District 14", "area_weight": 0.6542}
{"county_geoid": "48245", "type": "CD", "district_state": "TX", "district_label": "Congressional District 36", "area_weight": 0.2322}
{"county_geoid": "48245", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 21", "area_weight": 0.6769}
{"county_geoid": "48245", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 22", "area_weight": 0.2089}
{"county_geoid": "48245", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 4", "area_weight": 0.7334}
{"county_geoid": "48245", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 0.1527}
{"county_geoid": "48247", "type": "CD", "district_state": "TX", "district_label": "Congressional District 28", "area_weight": 0.9999}
{"county_geoid": "48247", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 31", "area_weight": 1.0}
{"county_geoid": "48247", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 1.0}
{"county_geoid": "48249", "type": "CD", "district_state": "TX", "district_label": "Congressional District 15", "area_weight": 0.9993}
{"county_geoid": "48249", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 43", "area_weight": 0.9999}
{"county_geoid": "48249", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 20", "area_weight": 0.9998}
{"county_geoid": "48251", "type": "CD", "district_state": "TX", "district_label": "Congressional District 25", "area_weight": 0.68}
{"county_geoid": "48251", "type": "CD", "district_state": "TX", "district_label": "Congressional District 6", "area_weight": 0.3192}
{"county_geoid": "48251", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 58", "area_weight": 0.9999}
{"county_geoid": "48251", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 10", "area_weight": 0.9999}
{"county_geoid": "48253", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48253", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 71", "area_weight": 0.9999}
{"county_geoid": "48253", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48255", "type": "CD", "district_state": "TX", "district_label": "Congressional District 15", "area_weight": 0.9998}
{"county_geoid": "48255", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 31", "area_weight": 0.9999}
{"county_geoid": "48255", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "48257", "type": "CD", "district_state": "TX", "district_label": "Congressional District 5", "area_weight": 0.9979}
{"county_geoid": "48257", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 4", "area_weight": 0.9999}
{"county_geoid": "48257", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 2", "area_weight": 0.9999}
{"county_geoid": "48259", "type": "CD", "district_state": "TX", "district_label": "Congressional District 21", "area_weight": 0.9991}
{"county_geoid": "48259", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 19", "area_weight": 0.9996}
{"county_geoid": "48259", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 25", "area_weight": 0.9997}
{"county_geoid": "48261", "type": "CD", "district_state": "TX", "district_label": "Congressional District 34", "area_weight": 0.8029}
{"county_geoid": "48261", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 31", "area_weight": 0.7933}
{"county_geoid": "48261", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 27", "area_weight": 0.7933}
{"county_geoid": "48263", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9984}
{"county_geoid": "48263", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 83", "area_weight": 0.9999}
{"county_geoid": "48263", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48265", "type": "CD", "district_state": "TX", "district_label": "Congressional District 21", "area_weight": 0.9998}
{"county_geoid": "48265", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 1.0}
{"county_geoid": "48265", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 24", "area_weight": 0.9998}
{"county_geoid": "48267", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.9996}
{"county_geoid": "48267", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 1.0}
{"county_geoid": "48267", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "48269", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9997}
{"county_geoid": "48269", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 1.0}
{"county_geoid": "48269", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48271", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9998}
{"county_geoid": "48271", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 74", "area_weight": 0.9998}
{"county_geoid": "48271", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 1.0}
{"county_geoid": "48273", "type": "CD", "district_state": "TX", "district_label": "Congressional District 34", "area_weight": 0.8523}
{"county_geoid": "48273", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 43", "area_weight": 0.8327}
{"county_geoid": "48273", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 27", "area_weight": 0.8328}
{"county_geoid": "48275", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9999}
{"county_geoid": "48275", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 1.0}
{"county_geoid": "48275", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48277", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 0.997}
{"county_geoid": "48277", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 1", "area_weight": 0.9992}
{"county_geoid": "48277", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 0.9995}
{"county_geoid": "48279", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48279", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 1.0}
{"county_geoid": "48279", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "48281", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.9995}
{"county_geoid": "48281", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 68", "area_weight": 0.9996}
{"county_geoid": "48281", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "48283", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "48283", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 31", "area_weight": 0.9991}
{"county_geoid": "48283", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "48285", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 0.9998}
{"county_geoid": "48285", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 30", "area_weight": 0.9998}
{"county_geoid": "48285", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.9998}
{"county_geoid": "48287", "type": "CD", "district_state": "TX", "district_label": "Congressional District 10", "area_weight": 0.9999}
{"county_geoid": "48287", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 17", "area_weight": 0.9999}
{"county_geoid": "48287", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "48289", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 0.9985}
{"county_geoid": "48289", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 13", "area_weight": 0.9997}
{"county_geoid": "48289", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "48291", "type": "CD", "district_state": "TX", "district_label": "Congressional District 36", "area_weight": 0.9997}
{"county_geoid": "48291", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 18", "area_weight": 0.9999}
{"county_geoid": "48291", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "48293", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 1.0}
{"county_geoid": "48293", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 13", "area_weight": 1.0}
{"county_geoid": "48293", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "48295", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9998}
{"county_geoid": "48295", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 87", "area_weight": 0.9998}
{"county_geoid": "48295", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9998}
{"county_geoid": "48297", "type": "CD", "district_state": "TX", "district_label": "Congressional District 15", "area_weight": 0.9996}
{"county_geoid": "48297", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 31", "area_weight": 0.9999}
{"county_geoid": "48297", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "48299", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.9969}
{"county_geoid": "48299", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 0.9998}
{"county_geoid": "48299", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 24", "area_weight": 0.9998}
{"county_geoid": "48301", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "48301", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 81", "area_weight": 0.9997}
{"county_geoid": "48301", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9997}
{"county_geoid": "48303", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48303", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 83", "area_weight": 0.692}
{"county_geoid": "48303", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 84", "area_weight": 0.308}
{"county_geoid": "48303", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48305", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48305", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 83", "area_weight": 0.9999}
{"county_geoid": "48305", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "48307", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 1.0}
{"county_geoid": "48307", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 0.9999}
{"county_geoid": "48307", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48309", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 0.9999}
{"county_geoid": "48309", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 56", "area_weight": 0.7571}
{"county_geoid": "48309", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 13", "area_weight": 0.2429}
{"county_geoid": "48309", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 22", "area_weight": 1.0}
{"county_geoid": "48311", "type": "CD", "district_state": "TX", "district_label": "Congressional District 28", "area_weight": 0.9986}
{"county_geoid": "48311", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 31", "area_weight": 0.9999}
{"county_geoid": "48311", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "48313", "type": "CD", "district_state": "TX", "district_label": "Congressional District 10", "area_weight": 0.9973}
{"county_geoid": "48313", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 12", "area_weight": 0.9998}
{"county_geoid": "48313", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 5", "area_weight": 0.9998}
{"county_geoid": "48315", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.9984}
{"county_geoid": "48315", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 7", "area_weight": 0.9998}
{"county_geoid": "48315", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 1.0}
{"county_geoid": "48317", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9999}
{"county_geoid": "48317", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 82", "area_weight": 0.9998}
{"county_geoid": "48317", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48319", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.9998}
{"county_geoid": "48319", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 0.9999}
{"county_geoid": "48319", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9995}
{"county_geoid": "48321", "type": "CD", "district_state": "TX", "district_label": "Congressional District 22", "area_weight": 0.857}
{"county_geoid": "48321", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 30", "area_weight": 0.8575}
{"county_geoid": "48321", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 17", "area_weight": 0.8576}
{"county_geoid": "48323", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9989}
{"county_geoid": "48323", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 74", "area_weight": 0.9997}
{"county_geoid": "48323", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 0.9997}
{"county_geoid": "48325", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9991}
{"county_geoid": "48325", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 0.9999}
{"county_geoid": "48325", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "48327", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.9995}
{"county_geoid": "48327", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 1.0}
{"county_geoid": "48327", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9998}
{"county_geoid": "48329", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.9999}
{"county_geoid": "48329", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 82", "area_weight": 0.9999}
{"county_geoid": "48329", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48331", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 0.9995}
{"county_geoid": "48331", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 17", "area_weight": 0.9999}
{"county_geoid": "48331", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "48333", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.9993}
{"county_geoid": "48333", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 68", "area_weight": 1.0}
{"county_geoid": "48333", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "48335", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9997}
{"county_geoid": "48335", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 83", "area_weight": 0.9999}
{"county_geoid": "48335", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48337", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9981}
{"county_geoid": "48337", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 68", "area_weight": 0.9997}
{"county_geoid": "48337", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 30", "area_weight": 0.9997}
{"county_geoid": "48339", "type": "CD", "district_state": "TX", "district_label": "Congressional District 8", "area_weight": 0.6675}
{"county_geoid": "48339", "type": "CD", "district_state": "TX", "district_label": "Congressional District 2", "area_weight": 0.3321}
{"county_geoid": "48339", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 16", "area_weight": 0.4969}
{"county_geoid": "48339", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 3", "area_weight": 0.3254}
{"county_geoid": "48339", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 15", "area_weight": 0.1003}
{"county_geoid": "48339", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 18", "area_weight": 0.0772}
{"county_geoid": "48339", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 4", "area_weight": 0.7618}
{"county_geoid": "48339", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.1512}
{"county_geoid": "48339", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 7", "area_weight": 0.0868}
{"county_geoid": "48341", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48341", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 87", "area_weight": 1.0}
{"county_geoid": "48341", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48343", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.9995}
{"county_geoid": "48343", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 1", "area_weight": 0.9996}
{"county_geoid": "48343", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 1.0}
{"county_geoid": "48345", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9999}
{"county_geoid": "48345", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 0.9999}
{"county_geoid": "48345", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48347", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 0.9973}
{"county_geoid": "48347", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 11", "area_weight": 0.9993}
{"county_geoid": "48347", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 1.0}
{"county_geoid": "48349", "type": "CD", "district_state": "TX", "district_label": "Congressional District 6", "area_weight": 0.9976}
{"county_geoid": "48349", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 8", "area_weight": 0.9998}
{"county_geoid": "48349", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 2", "area_weight": 0.9998}
{"county_geoid": "48351", "type": "CD", "district_state": "TX", "district_label": "Congressional District 36", "area_weight": 0.9949}
{"county_geoid": "48351", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.005}
{"county_geoid": "48351", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 11", "area_weight": 0.9988}
{"county_geoid": "48351", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 0.9988}
{"county_geoid": "48353", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9995}
{"county_geoid": "48353", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 71", "area_weight": 0.9994}
{"county_geoid": "48353", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9996}
{"county_geoid": "48355", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 0.7498}
{"county_geoid": "48355", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 34", "area_weight": 0.5365}
{"county_geoid": "48355", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 32", "area_weight": 0.2106}
{"county_geoid": "48355", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 27", "area_weight": 0.4761}
{"county_geoid": "48355", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 20", "area_weight": 0.2714}
{"county_geoid": "48357", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9999}
{"county_geoid": "48357", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 87", "area_weight": 0.9998}
{"county_geoid": "48357", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "48359", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9999}
{"county_geoid": "48359", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 86", "area_weight": 0.9999}
{"county_geoid": "48359", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "48361", "type": "CD", "district_state": "TX", "district_label": "Congressional District 14", "area_weight": 0.9949}
{"county_geoid": "48361", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 21", "area_weight": 0.9987}
{"county_geoid": "48361", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 0.9989}
{"county_geoid": "48363", "type": "CD", "district_state": "TX", "district_label": "Congressional District 25", "area_weight": 0.9999}
{"county_geoid": "48363", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 60", "area_weight": 0.9998}
{"county_geoid": "48363", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 10", "area_weight": 0.9998}
{"county_geoid": "48365", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "48365", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 11", "area_weight": 0.9999}
{"county_geoid": "48365", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "48367", "type": "CD", "district_state": "TX", "district_label": "Congressional District 12", "area_weight": 0.6595}
{"county_geoid": "48367", "type": "CD", "district_state": "TX", "district_label": "Congressional District 25", "area_weight": 0.3404}
{"county_geoid": "48367", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 60", "area_weight": 0.9998}
{"county_geoid": "48367", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 10", "area_weight": 0.5964}
{"county_geoid": "48367", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 30", "area_weight": 0.4035}
{"county_geoid": "48369", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9992}
{"county_geoid": "48369", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 86", "area_weight": 0.9997}
{"county_geoid": "48369", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9998}
{"county_geoid": "48371", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "48371", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 0.9998}
{"county_geoid": "48371", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 29", "area_weight": 0.9998}
{"county_geoid": "48373", "type": "CD", "district_state": "TX", "district_label": "Congressional District 8", "area_weight": 0.9989}
{"county_geoid": "48373", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 9", "area_weight": 0.9999}
{"county_geoid": "48373", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "48375", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48375", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 87", "area_weight": 0.9999}
{"county_geoid": "48375", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48377", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9981}
{"county_geoid": "48377", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 74", "area_weight": 0.9997}
{"county_geoid": "48377", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 29", "area_weight": 0.9997}
{"county_geoid": "48379", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 0.9969}
{"county_geoid": "48379", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 5", "area_weight": 0.9993}
{"county_geoid": "48379", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 8", "area_weight": 0.9993}
{"county_geoid": "48381", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9999}
{"county_geoid": "48381", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 86", "area_weight": 0.9999}
{"county_geoid": "48381", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48383", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9995}
{"county_geoid": "48383", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 72", "area_weight": 0.9999}
{"county_geoid": "48383", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "48385", "type": "CD", "district_state": "TX", "district_label": "Congressional District 21", "area_weight": 0.9981}
{"county_geoid": "48385", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 0.9999}
{"county_geoid": "48385", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "48387", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 0.5083}
{"county_geoid": "48387", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.4857}
{"county_geoid": "48387", "type": "CD", "district_state": "OK", "district_label": "Congressional District 2", "area_weight": 0.006}
{"county_geoid": "48387", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 1", "area_weight": 0.9992}
{"county_geoid": "48387", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 0.9994}
{"county_geoid": "48389", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "48389", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 74", "area_weight": 0.9998}
{"county_geoid": "48389", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 29", "area_weight": 0.9998}
{"county_geoid": "48391", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 0.9768}
{"county_geoid": "48391", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 43", "area_weight": 0.9594}
{"county_geoid": "48391", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.9596}
{"county_geoid": "48393", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48393", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 0.9998}
{"county_geoid": "48393", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "48395", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 0.9998}
{"county_geoid": "48395", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 12", "area_weight": 0.9997}
{"county_geoid": "48395", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 5", "area_weight": 1.0}
{"county_geoid": "48397", "type": "CD", "district_state": "TX", "district_label": "Congressional District 4", "area_weight": 0.9991}
{"county_geoid": "48397", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 33", "area_weight": 0.9998}
{"county_geoid": "48397", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 2", "area_weight": 0.9998}
{"county_geoid": "48399", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 1.0}
{"county_geoid": "48399", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 72", "area_weight": 0.9999}
{"county_geoid": "48399", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "48401", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "48401", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 11", "area_weight": 0.9999}
{"county_geoid": "48401", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 0.9999}
{"county_geoid": "48403", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.9909}
{"county_geoid": "48403", "type": "CD", "district_state": "LA", "district_label": "Congressional District 4", "area_weight": 0.009}
{"county_geoid": "48403", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 11", "area_weight": 0.9993}
{"county_geoid": "48403", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 0.9994}
{"county_geoid": "48405", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.9936}
{"county_geoid": "48405", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 0.0057}
{"county_geoid": "48405", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 9", "area_weight": 0.9993}
{"county_geoid": "48405", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 1.0}
{"county_geoid": "48407", "type": "CD", "district_state": "TX", "district_label": "Congressional District 8", "area_weight": 0.9985}
{"county_geoid": "48407", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 18", "area_weight": 0.9997}
{"county_geoid": "48407", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 5", "area_weight": 0.9997}
{"county_geoid": "48409", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 0.9909}
{"county_geoid": "48409", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 43", "area_weight": 0.9968}
{"county_geoid": "48409", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 27", "area_weight": 0.9966}
{"county_geoid": "48411", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.9995}
{"county_geoid": "48411", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 68", "area_weight": 0.9999}
{"county_geoid": "48411", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "48413", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9996}
{"county_geoid": "48413", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 0.9999}
{"county_geoid": "48413", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9994}
{"county_geoid": "48415", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48415", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 83", "area_weight": 0.9999}
{"county_geoid": "48415", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9998}
{"county_geoid": "48417", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9998}
{"county_geoid": "48417", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 68", "area_weight": 0.9999}
{"county_geoid": "48417", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 10", "area_weight": 0.9998}
{"county_geoid": "48419", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.9955}
{"county_geoid": "48419", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 11", "area_weight": 0.9992}
{"county_geoid": "48419", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 0.9991}
{"county_geoid": "48421", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 1.0}
{"county_geoid": "48421", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 87", "area_weight": 0.9998}
{"county_geoid": "48421", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48423", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.9968}
{"county_geoid": "48423", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 6", "area_weight": 0.5003}
{"county_geoid": "48423", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 5", "area_weight": 0.4995}
{"county_geoid": "48423", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "48425", "type": "CD", "district_state": "TX", "district_label": "Congressional District 25", "area_weight": 0.9982}
{"county_geoid": "48425", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 58", "area_weight": 0.9997}
{"county_geoid": "48425", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 22", "area_weight": 1.0}
{"county_geoid": "48427", "type": "CD", "district_state": "TX", "district_label": "Congressional District 28", "area_weight": 0.9971}
{"county_geoid": "48427", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 31", "area_weight": 0.999}
{"county_geoid": "48427", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.999}
{"county_geoid": "48429", "type": "CD", "district_state": "TX", "district_label": "Congressional District 25", "area_weight": 1.0}
{"county_geoid": "48429", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 60", "area_weight": 0.9999}
{"county_geoid": "48429", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 10", "area_weight": 0.9999}
{"county_geoid": "48431", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 0.9999}
{"county_geoid": "48431", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 72", "area_weight": 0.9999}
{"county_geoid": "48431", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48433", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9998}
{"county_geoid": "48433", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 0.9999}
{"county_geoid": "48433", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48435", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "48435", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 1.0}
{"county_geoid": "48435", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 24", "area_weight": 0.9995}
{"county_geoid": "48437", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9998}
{"county_geoid": "48437", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 1.0}
{"county_geoid": "48437", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 1.0}
{"county_geoid": "48439", "type": "CD", "district_state": "TX", "district_label": "Congressional District 12", "area_weight": 0.4365}
{"county_geoid": "48439", "type": "CD", "district_state": "TX", "district_label": "Congressional District 24", "area_weight": 0.2031}
{"county_geoid": "48439", "type": "CD", "district_state": "TX", "district_label": "Congressional District 25", "area_weight": 0.1587}
{"county_geoid": "48439", "type": "CD", "district_state": "TX", "district_label": "Congressional District 33", "area_weight": 0.132}
{"county_geoid": "48439", "type": "CD", "district_state": "TX", "district_label": "Congressional District 6", "area_weight": 0.051}
{"county_geoid": "48439", "type": "CD", "district_state": "TX", "district_label": "Congressional District 30", "area_weight": 0.0163}
{"county_geoid": "48439", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 99", "area_weight": 0.1646}
{"county_geoid": "48439", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 97", "area_weight": 0.1549}
{"county_geoid": "48439", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 98", "area_weight": 0.1163}
{"county_geoid": "48439", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 96", "area_weight": 0.1124}
{"county_geoid": "48439", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 93", "area_weight": 0.0996}
{"county_geoid": "48439", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 94", "area_weight": 0.0722}
{"county_geoid": "48439", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 95", "area_weight": 0.0717}
{"county_geoid": "48439", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 90", "area_weight": 0.0602}
{"county_geoid": "48439", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 101", "area_weight": 0.0503}
{"county_geoid": "48439", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 92", "area_weight": 0.0489}
{"county_geoid": "48439", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 91", "area_weight": 0.0487}
{"county_geoid": "48439", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 9", "area_weight": 0.5304}
{"county_geoid": "48439", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 10", "area_weight": 0.2701}
{"county_geoid": "48439", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 22", "area_weight": 0.1125}
{"county_geoid": "48439", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 12", "area_weight": 0.0603}
{"county_geoid": "48439", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 23", "area_weight": 0.0267}
{"county_geoid": "48441", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9992}
{"county_geoid": "48441", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 71", "area_weight": 1.0}
{"county_geoid": "48441", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48443", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9985}
{"county_geoid": "48443", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 74", "area_weight": 0.9998}
{"county_geoid": "48443", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "48445", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48445", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 83", "area_weight": 0.9998}
{"county_geoid": "48445", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "48447", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 0.9997}
{"county_geoid": "48447", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 68", "area_weight": 0.9999}
{"county_geoid": "48447", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 1.0}
{"county_geoid": "48449", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "48449", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 5", "area_weight": 0.9995}
{"county_geoid": "48449", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 1.0}
{"county_geoid": "48451", "type": "CD", "district_state": "TX", "district_label": "Congressional District 11", "area_weight": 1.0}
{"county_geoid": "48451", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 72", "area_weight": 1.0}
{"county_geoid": "48451", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9998}
{"county_geoid": "48453", "type": "CD", "district_state": "TX", "district_label": "Congressional District 10", "area_weight": 0.4029}
{"county_geoid": "48453", "type": "CD", "district_state": "TX", "district_label": "Congressional District 35", "area_weight": 0.2822}
{"county_geoid": "48453", "type": "CD", "district_state": "TX", "district_label": "Congressional District 37", "area_weight": 0.2064}
{"county_geoid": "48453", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 0.0626}
{"county_geoid": "48453", "type": "CD", "district_state": "TX", "district_label": "Congressional District 21", "area_weight": 0.0454}
{"county_geoid": "48453", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 19", "area_weight": 0.2413}
{"county_geoid": "48453", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 46", "area_weight": 0.2212}
{"county_geoid": "48453", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 47", "area_weight": 0.1958}
{"county_geoid": "48453", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 51", "area_weight": 0.1693}
{"county_geoid": "48453", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 48", "area_weight": 0.0833}
{"county_geoid": "48453", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 50", "area_weight": 0.0542}
{"county_geoid": "48453", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 49", "area_weight": 0.0348}
{"county_geoid": "48453", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 14", "area_weight": 0.5075}
{"county_geoid": "48453", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 25", "area_weight": 0.328}
{"county_geoid": "48453", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.1645}
{"county_geoid": "48455", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 0.9997}
{"county_geoid": "48455", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 9", "area_weight": 0.9999}
{"county_geoid": "48455", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 0.9999}
{"county_geoid": "48457", "type": "CD", "district_state": "TX", "district_label": "Congressional District 36", "area_weight": 0.9996}
{"county_geoid": "48457", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 9", "area_weight": 0.9998}
{"county_geoid": "48457", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 3", "area_weight": 1.0}
{"county_geoid": "48459", "type": "CD", "district_state": "TX", "district_label": "Congressional District 5", "area_weight": 0.5033}
{"county_geoid": "48459", "type": "CD", "district_state": "TX", "district_label": "Congressional District 1", "area_weight": 0.4967}
{"county_geoid": "48459", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 5", "area_weight": 0.9999}
{"county_geoid": "48459", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 1.0}
{"county_geoid": "48461", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "48461", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 53", "area_weight": 0.9997}
{"county_geoid": "48461", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9998}
{"county_geoid": "48463", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9998}
{"county_geoid": "48463", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 80", "area_weight": 1.0}
{"county_geoid": "48463", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 1.0}
{"county_geoid": "48465", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9991}
{"county_geoid": "48465", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 74", "area_weight": 0.9998}
{"county_geoid": "48465", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 0.9999}
{"county_geoid": "48467", "type": "CD", "district_state": "TX", "district_label": "Congressional District 5", "area_weight": 0.9978}
{"county_geoid": "48467", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 2", "area_weight": 0.9996}
{"county_geoid": "48467", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 2", "area_weight": 0.9997}
{"county_geoid": "48469", "type": "CD", "district_state": "TX", "district_label": "Congressional District 27", "area_weight": 1.0}
{"county_geoid": "48469", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 30", "area_weight": 0.9998}
{"county_geoid": "48469", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.9999}
{"county_geoid": "48471", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 0.6052}
{"county_geoid": "48471", "type": "CD", "district_state": "TX", "district_label": "Congressional District 8", "area_weight": 0.3925}
{"county_geoid": "48471", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 12", "area_weight": 0.9998}
{"county_geoid": "48471", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 5", "area_weight": 0.9998}
{"county_geoid": "48473", "type": "CD", "district_state": "TX", "district_label": "Congressional District 10", "area_weight": 0.9991}
{"county_geoid": "48473", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 85", "area_weight": 0.9997}
{"county_geoid": "48473", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 0.7007}
{"county_geoid": "48473", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 17", "area_weight": 0.2993}
{"county_geoid": "48475", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "48475", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 81", "area_weight": 0.9995}
{"county_geoid": "48475", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9995}
{"county_geoid": "48477", "type": "CD", "district_state": "TX", "district_label": "Congressional District 10", "area_weight": 1.0}
{"county_geoid": "48477", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 12", "area_weight": 0.9995}
{"county_geoid": "48477", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 18", "area_weight": 1.0}
{"county_geoid": "48479", "type": "CD", "district_state": "TX", "district_label": "Congressional District 28", "area_weight": 0.9993}
{"county_geoid": "48479", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 80", "area_weight": 0.8606}
{"county_geoid": "48479", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 42", "area_weight": 0.1392}
{"county_geoid": "48479", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "48481", "type": "CD", "district_state": "TX", "district_label": "Congressional District 22", "area_weight": 0.9994}
{"county_geoid": "48481", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 85", "area_weight": 0.9998}
{"county_geoid": "48481", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 17", "area_weight": 1.0}
{"county_geoid": "48483", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9997}
{"county_geoid": "48483", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 0.9997}
{"county_geoid": "48483", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9996}
{"county_geoid": "48485", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9985}
{"county_geoid": "48485", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 0.9996}
{"county_geoid": "48485", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.8524}
{"county_geoid": "48485", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 30", "area_weight": 0.1472}
{"county_geoid": "48487", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.9984}
{"county_geoid": "48487", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 69", "area_weight": 0.9996}
{"county_geoid": "48487", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 28", "area_weight": 0.9996}
{"county_geoid": "48489", "type": "CD", "district_state": "TX", "district_label": "Congressional District 34", "area_weight": 0.8093}
{"county_geoid": "48489", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 37", "area_weight": 0.8025}
{"county_geoid": "48489", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 27", "area_weight": 0.8026}
{"county_geoid": "48491", "type": "CD", "district_state": "TX", "district_label": "Congressional District 31", "area_weight": 0.7816}
{"county_geoid": "48491", "type": "CD", "district_state": "TX", "district_label": "Congressional District 17", "area_weight": 0.1867}
{"county_geoid": "48491", "type": "CD", "district_state": "TX", "district_label": "Congressional District 10", "area_weight": 0.0175}
{"county_geoid": "48491", "type": "CD", "district_state": "TX", "district_label": "Congressional District 37", "area_weight": 0.0142}
{"county_geoid": "48491", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 52", "area_weight": 0.6081}
{"county_geoid": "48491", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 20", "area_weight": 0.3396}
{"county_geoid": "48491", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 136", "area_weight": 0.0522}
{"county_geoid": "48491", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 5", "area_weight": 0.9007}
{"county_geoid": "48491", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 24", "area_weight": 0.0992}
{"county_geoid": "48493", "type": "CD", "district_state": "TX", "district_label": "Congressional District 15", "area_weight": 0.9995}
{"county_geoid": "48493", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 31", "area_weight": 0.9998}
{"county_geoid": "48493", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "48495", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 0.9985}
{"county_geoid": "48495", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 81", "area_weight": 0.9999}
{"county_geoid": "48495", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "48497", "type": "CD", "district_state": "TX", "district_label": "Congressional District 13", "area_weight": 0.5095}
{"county_geoid": "48497", "type": "CD", "district_state": "TX", "district_label": "Congressional District 26", "area_weight": 0.4904}
{"county_geoid": "48497", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 64", "area_weight": 0.9999}
{"county_geoid": "48497", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "48499", "type": "CD", "district_state": "TX", "district_label": "Congressional District 5", "area_weight": 0.9962}
{"county_geoid": "48499", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 5", "area_weight": 0.9999}
{"county_geoid": "48499", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 1", "area_weight": 1.0}
{"county_geoid": "48501", "type": "CD", "district_state": "TX", "district_label": "Congressional District 19", "area_weight": 1.0}
{"county_geoid": "48501", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 88", "area_weight": 0.9999}
{"county_geoid": "48501", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "48503", "type": "CD", "district_state": "TX", "district_label": "Congressional District 25", "area_weight": 0.9997}
{"county_geoid": "48503", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 68", "area_weight": 0.9998}
{"county_geoid": "48503", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 30", "area_weight": 0.9999}
{"county_geoid": "48505", "type": "CD", "district_state": "TX", "district_label": "Congressional District 28", "area_weight": 0.9996}
{"county_geoid": "48505", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 31", "area_weight": 0.9998}
{"county_geoid": "48505", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 21", "area_weight": 0.9999}
{"county_geoid": "48507", "type": "CD", "district_state": "TX", "district_label": "Congressional District 23", "area_weight": 1.0}
{"county_geoid": "48507", "type": "SH", "district_state": "TX", "district_label": "TX State House of Representatives District 80", "area_weight": 1.0}
{"county_geoid": "48507", "type": "SS", "district_state": "TX", "district_label": "TX State Senate District 19", "area_weight": 0.9998}
{"county_geoid": "49001", "type": "CD", "district_state": "UT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "49001", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 70", "area_weight": 0.9996}
{"county_geoid": "49001", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "49003", "type": "CD", "district_state": "UT", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "49003", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 1", "area_weight": 0.9898}
{"county_geoid": "49003", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 6", "area_weight": 0.0102}
{"county_geoid": "49003", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 1", "area_weight": 1.0}
{"county_geoid": "49005", "type": "CD", "district_state": "UT", "district_label": "Congressional District 1", "area_weight": 0.9999}
{"county_geoid": "49005", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 5", "area_weight": 0.4331}
{"county_geoid": "49005", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 3", "area_weight": 0.3547}
{"county_geoid": "49005", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 2", "area_weight": 0.1385}
{"county_geoid": "49005", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 1", "area_weight": 0.0736}
{"county_geoid": "49005", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 2", "area_weight": 0.6156}
{"county_geoid": "49005", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 1", "area_weight": 0.3843}
{"county_geoid": "49007", "type": "CD", "district_state": "UT", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "49007", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 67", "area_weight": 0.9997}
{"county_geoid": "49007", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "49009", "type": "CD", "district_state": "UT", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "49009", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 68", "area_weight": 0.9998}
{"county_geoid": "49009", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 20", "area_weight": 0.9998}
{"county_geoid": "49011", "type": "CD", "district_state": "UT", "district_label": "Congressional District 2", "area_weight": 0.6298}
{"county_geoid": "49011", "type": "CD", "district_state": "UT", "district_label": "Congressional District 1", "area_weight": 0.3702}
{"county_geoid": "49011", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 15", "area_weight": 0.5797}
{"county_geoid": "49011", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 18", "area_weight": 0.1047}
{"county_geoid": "49011", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 12", "area_weight": 0.0773}
{"county_geoid": "49011", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 19", "area_weight": 0.0584}
{"county_geoid": "49011", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 17", "area_weight": 0.0516}
{"county_geoid": "49011", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 16", "area_weight": 0.0323}
{"county_geoid": "49011", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 20", "area_weight": 0.0317}
{"county_geoid": "49011", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 11", "area_weight": 0.0257}
{"county_geoid": "49011", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 14", "area_weight": 0.0199}
{"county_geoid": "49011", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 13", "area_weight": 0.0185}
{"county_geoid": "49011", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 6", "area_weight": 0.6709}
{"county_geoid": "49011", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 7", "area_weight": 0.1824}
{"county_geoid": "49011", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 8", "area_weight": 0.092}
{"county_geoid": "49011", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 5", "area_weight": 0.0283}
{"county_geoid": "49011", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 4", "area_weight": 0.0264}
{"county_geoid": "49013", "type": "CD", "district_state": "UT", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "49013", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 67", "area_weight": 0.506}
{"county_geoid": "49013", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 68", "area_weight": 0.494}
{"county_geoid": "49013", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 20", "area_weight": 1.0}
{"county_geoid": "49015", "type": "CD", "district_state": "UT", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "49015", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 69", "area_weight": 0.8358}
{"county_geoid": "49015", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 67", "area_weight": 0.1641}
{"county_geoid": "49015", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 26", "area_weight": 1.0}
{"county_geoid": "49017", "type": "CD", "district_state": "UT", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "49017", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 69", "area_weight": 1.0}
{"county_geoid": "49017", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 27", "area_weight": 0.7008}
{"county_geoid": "49017", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 26", "area_weight": 0.2992}
{"county_geoid": "49019", "type": "CD", "district_state": "UT", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "49019", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 69", "area_weight": 0.9999}
{"county_geoid": "49019", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 26", "area_weight": 0.9999}
{"county_geoid": "49021", "type": "CD", "district_state": "UT", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "49021", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 70", "area_weight": 0.7183}
{"county_geoid": "49021", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 71", "area_weight": 0.2815}
{"county_geoid": "49021", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "49023", "type": "CD", "district_state": "UT", "district_label": "Congressional District 2", "area_weight": 0.726}
{"county_geoid": "49023", "type": "CD", "district_state": "UT", "district_label": "Congressional District 4", "area_weight": 0.274}
{"county_geoid": "49023", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 29", "area_weight": 0.7052}
{"county_geoid": "49023", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 66", "area_weight": 0.2948}
{"county_geoid": "49023", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 28", "area_weight": 0.5545}
{"county_geoid": "49023", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 27", "area_weight": 0.4454}
{"county_geoid": "49025", "type": "CD", "district_state": "UT", "district_label": "Congressional District 2", "area_weight": 0.9993}
{"county_geoid": "49025", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 69", "area_weight": 0.9999}
{"county_geoid": "49025", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 26", "area_weight": 0.7692}
{"county_geoid": "49025", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 27", "area_weight": 0.2307}
{"county_geoid": "49027", "type": "CD", "district_state": "UT", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "49027", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 29", "area_weight": 0.9999}
{"county_geoid": "49027", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 28", "area_weight": 0.8089}
{"county_geoid": "49027", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 27", "area_weight": 0.1911}
{"county_geoid": "49029", "type": "CD", "district_state": "UT", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "49029", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 4", "area_weight": 0.9783}
{"county_geoid": "49029", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 8", "area_weight": 0.0215}
{"county_geoid": "49029", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 3", "area_weight": 0.8311}
{"county_geoid": "49029", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 5", "area_weight": 0.0862}
{"county_geoid": "49029", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 7", "area_weight": 0.0826}
{"county_geoid": "49031", "type": "CD", "district_state": "UT", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "49031", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 70", "area_weight": 0.9995}
{"county_geoid": "49031", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "49033", "type": "CD", "district_state": "UT", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "49033", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 4", "area_weight": 0.9997}
{"county_geoid": "49033", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 2", "area_weight": 0.9997}
{"county_geoid": "49035", "type": "CD", "district_state": "UT", "district_label": "Congressional District 2", "area_weight": 0.3266}
{"county_geoid": "49035", "type": "CD", "district_state": "UT", "district_label": "Congressional District 4", "area_weight": 0.2738}
{"county_geoid": "49035", "type": "CD", "district_state": "UT", "district_label": "Congressional District 3", "area_weight": 0.2489}
{"county_geoid": "49035", "type": "CD", "district_state": "UT", "district_label": "Congressional District 1", "area_weight": 0.1506}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 27", "area_weight": 0.1556}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 21", "area_weight": 0.1493}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 41", "area_weight": 0.1189}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 23", "area_weight": 0.0997}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 49", "area_weight": 0.0625}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 33", "area_weight": 0.0561}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 22", "area_weight": 0.0498}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 46", "area_weight": 0.042}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 25", "area_weight": 0.0309}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 26", "area_weight": 0.0253}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 47", "area_weight": 0.0211}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 42", "area_weight": 0.0173}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 38", "area_weight": 0.0163}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 48", "area_weight": 0.016}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 45", "area_weight": 0.0136}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 39", "area_weight": 0.0131}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 43", "area_weight": 0.0126}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 35", "area_weight": 0.0125}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 32", "area_weight": 0.0116}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 44", "area_weight": 0.0111}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 34", "area_weight": 0.0109}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 40", "area_weight": 0.0102}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 36", "area_weight": 0.0098}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 31", "area_weight": 0.0093}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 24", "area_weight": 0.0086}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 30", "area_weight": 0.0081}
{"county_geoid": "49035", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 37", "area_weight": 0.0074}
{"county_geoid": "49035", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 10", "area_weight": 0.221}
{"county_geoid": "49035", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 11", "area_weight": 0.1655}
{"county_geoid": "49035", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 15", "area_weight": 0.1513}
{"county_geoid": "49035", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 9", "area_weight": 0.126}
{"county_geoid": "49035", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 19", "area_weight": 0.0806}
{"county_geoid": "49035", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 18", "area_weight": 0.0627}
{"county_geoid": "49035", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 17", "area_weight": 0.0424}
{"county_geoid": "49035", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 8", "area_weight": 0.0353}
{"county_geoid": "49035", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 14", "area_weight": 0.0325}
{"county_geoid": "49035", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 16", "area_weight": 0.0289}
{"county_geoid": "49035", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 13", "area_weight": 0.0279}
{"county_geoid": "49035", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 12", "area_weight": 0.0198}
{"county_geoid": "49035", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 22", "area_weight": 0.0059}
{"county_geoid": "49037", "type": "CD", "district_state": "UT", "district_label": "Congressional District 3", "area_weight": 0.9991}
{"county_geoid": "49037", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 69", "area_weight": 0.9998}
{"county_geoid": "49037", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 26", "area_weight": 0.9998}
{"county_geoid": "49039", "type": "CD", "district_state": "UT", "district_label": "Congressional District 4", "area_weight": 0.9994}
{"county_geoid": "49039", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 66", "area_weight": 0.9998}
{"county_geoid": "49039", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 27", "area_weight": 0.9999}
{"county_geoid": "49041", "type": "CD", "district_state": "UT", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "49041", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 70", "area_weight": 0.9999}
{"county_geoid": "49041", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 27", "area_weight": 1.0}
{"county_geoid": "49043", "type": "CD", "district_state": "UT", "district_label": "Congressional District 3", "area_weight": 0.6044}
{"county_geoid": "49043", "type": "CD", "district_state": "UT", "district_label": "Congressional District 1", "area_weight": 0.3956}
{"county_geoid": "49043", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 4", "area_weight": 0.6278}
{"county_geoid": "49043", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 68", "area_weight": 0.3494}
{"county_geoid": "49043", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 59", "area_weight": 0.0213}
{"county_geoid": "49043", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 20", "area_weight": 0.7618}
{"county_geoid": "49043", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 3", "area_weight": 0.2381}
{"county_geoid": "49045", "type": "CD", "district_state": "UT", "district_label": "Congressional District 2", "area_weight": 0.9997}
{"county_geoid": "49045", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 29", "area_weight": 0.9854}
{"county_geoid": "49045", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 28", "area_weight": 0.0145}
{"county_geoid": "49045", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 11", "area_weight": 0.7528}
{"county_geoid": "49045", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 1", "area_weight": 0.2471}
{"county_geoid": "49047", "type": "CD", "district_state": "UT", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "49047", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 68", "area_weight": 0.9999}
{"county_geoid": "49047", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 20", "area_weight": 0.9999}
{"county_geoid": "49049", "type": "CD", "district_state": "UT", "district_label": "Congressional District 4", "area_weight": 0.828}
{"county_geoid": "49049", "type": "CD", "district_state": "UT", "district_label": "Congressional District 3", "area_weight": 0.171}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 66", "area_weight": 0.2763}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 50", "area_weight": 0.222}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 63", "area_weight": 0.2108}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 65", "area_weight": 0.0518}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 58", "area_weight": 0.0505}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 61", "area_weight": 0.0455}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 54", "area_weight": 0.0449}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 64", "area_weight": 0.0298}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 51", "area_weight": 0.0126}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 55", "area_weight": 0.0108}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 52", "area_weight": 0.009}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 62", "area_weight": 0.0085}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 60", "area_weight": 0.0075}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 53", "area_weight": 0.0072}
{"county_geoid": "49049", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 56", "area_weight": 0.0068}
{"county_geoid": "49049", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 26", "area_weight": 0.4086}
{"county_geoid": "49049", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 25", "area_weight": 0.1463}
{"county_geoid": "49049", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 11", "area_weight": 0.1362}
{"county_geoid": "49049", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 27", "area_weight": 0.1332}
{"county_geoid": "49049", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 24", "area_weight": 0.0592}
{"county_geoid": "49049", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 21", "area_weight": 0.0476}
{"county_geoid": "49049", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 22", "area_weight": 0.031}
{"county_geoid": "49049", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 19", "area_weight": 0.0164}
{"county_geoid": "49049", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 23", "area_weight": 0.0152}
{"county_geoid": "49049", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 18", "area_weight": 0.0063}
{"county_geoid": "49051", "type": "CD", "district_state": "UT", "district_label": "Congressional District 3", "area_weight": 0.9986}
{"county_geoid": "49051", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 59", "area_weight": 0.9997}
{"county_geoid": "49051", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 20", "area_weight": 0.8051}
{"county_geoid": "49051", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 26", "area_weight": 0.1457}
{"county_geoid": "49051", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 24", "area_weight": 0.0492}
{"county_geoid": "49053", "type": "CD", "district_state": "UT", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "49053", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 72", "area_weight": 0.4064}
{"county_geoid": "49053", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 75", "area_weight": 0.3565}
{"county_geoid": "49053", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 74", "area_weight": 0.1749}
{"county_geoid": "49053", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 73", "area_weight": 0.062}
{"county_geoid": "49053", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 29", "area_weight": 0.5375}
{"county_geoid": "49053", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 27", "area_weight": 0.3355}
{"county_geoid": "49053", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 28", "area_weight": 0.1268}
{"county_geoid": "49055", "type": "CD", "district_state": "UT", "district_label": "Congressional District 2", "area_weight": 0.9992}
{"county_geoid": "49055", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 69", "area_weight": 0.9999}
{"county_geoid": "49055", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 26", "area_weight": 0.6328}
{"county_geoid": "49055", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 27", "area_weight": 0.3672}
{"county_geoid": "49057", "type": "CD", "district_state": "UT", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "49057", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 8", "area_weight": 0.5543}
{"county_geoid": "49057", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 12", "area_weight": 0.212}
{"county_geoid": "49057", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 6", "area_weight": 0.1351}
{"county_geoid": "49057", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 9", "area_weight": 0.0344}
{"county_geoid": "49057", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 10", "area_weight": 0.0275}
{"county_geoid": "49057", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 7", "area_weight": 0.0202}
{"county_geoid": "49057", "type": "SH", "district_state": "UT", "district_label": "UT State House of Representatives District 11", "area_weight": 0.0162}
{"county_geoid": "49057", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 3", "area_weight": 0.5353}
{"county_geoid": "49057", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 4", "area_weight": 0.3704}
{"county_geoid": "49057", "type": "SS", "district_state": "UT", "district_label": "UT State Senate District 5", "area_weight": 0.0941}
{"county_geoid": "50001", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 0.9995}
{"county_geoid": "50003", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "50005", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 0.9996}
{"county_geoid": "50007", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "50009", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 0.9969}
{"county_geoid": "50011", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 0.9997}
{"county_geoid": "50013", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 0.9992}
{"county_geoid": "50015", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "50017", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 0.9987}
{"county_geoid": "50019", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "50021", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 0.9997}
{"county_geoid": "50023", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "50025", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 0.9995}
{"county_geoid": "50027", "type": "CD", "district_state": "VT", "district_label": "Congressional District (at Large)", "area_weight": 0.9995}
{"county_geoid": "51001", "type": "CD", "district_state": "VA", "district_label": "Congressional District 2", "area_weight": 0.449}
{"county_geoid": "51001", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 100", "area_weight": 0.4292}
{"county_geoid": "51001", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 20", "area_weight": 0.4292}
{"county_geoid": "51003", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 0.9865}
{"county_geoid": "51003", "type": "CD", "district_state": "VA", "district_label": "Congressional District 7", "area_weight": 0.0123}
{"county_geoid": "51003", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 55", "area_weight": 0.9718}
{"county_geoid": "51003", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 54", "area_weight": 0.0281}
{"county_geoid": "51003", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 11", "area_weight": 0.9998}
{"county_geoid": "51005", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9983}
{"county_geoid": "51005", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 37", "area_weight": 0.9996}
{"county_geoid": "51005", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 3", "area_weight": 0.9996}
{"county_geoid": "51007", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 0.9952}
{"county_geoid": "51007", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 72", "area_weight": 0.9996}
{"county_geoid": "51007", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 10", "area_weight": 0.9997}
{"county_geoid": "51009", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 0.997}
{"county_geoid": "51009", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 53", "area_weight": 0.9997}
{"county_geoid": "51009", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 11", "area_weight": 0.9996}
{"county_geoid": "51011", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "51011", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 56", "area_weight": 0.9997}
{"county_geoid": "51011", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 10", "area_weight": 0.9997}
{"county_geoid": "51013", "type": "CD", "district_state": "VA", "district_label": "Congressional District 8", "area_weight": 0.9928}
{"county_geoid": "51013", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 1", "area_weight": 0.444}
{"county_geoid": "51013", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 2", "area_weight": 0.3342}
{"county_geoid": "51013", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 3", "area_weight": 0.2164}
{"county_geoid": "51013", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 40", "area_weight": 0.8709}
{"county_geoid": "51013", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 39", "area_weight": 0.1239}
{"county_geoid": "51015", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9978}
{"county_geoid": "51015", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 35", "area_weight": 0.7582}
{"county_geoid": "51015", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 36", "area_weight": 0.2417}
{"county_geoid": "51015", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 2", "area_weight": 0.7582}
{"county_geoid": "51015", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 3", "area_weight": 0.2417}
{"county_geoid": "51017", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9996}
{"county_geoid": "51017", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 35", "area_weight": 0.9995}
{"county_geoid": "51017", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 2", "area_weight": 0.9995}
{"county_geoid": "51019", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.8612}
{"county_geoid": "51019", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 0.1351}
{"county_geoid": "51019", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 51", "area_weight": 0.5218}
{"county_geoid": "51019", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 53", "area_weight": 0.4778}
{"county_geoid": "51019", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 8", "area_weight": 0.9996}
{"county_geoid": "51021", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9998}
{"county_geoid": "51021", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 43", "area_weight": 0.9997}
{"county_geoid": "51021", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 5", "area_weight": 0.9998}
{"county_geoid": "51023", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9988}
{"county_geoid": "51023", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 37", "area_weight": 0.9998}
{"county_geoid": "51023", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 3", "area_weight": 0.9998}
{"county_geoid": "51025", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 0.9986}
{"county_geoid": "51025", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 83", "area_weight": 0.9997}
{"county_geoid": "51025", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "51027", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9989}
{"county_geoid": "51027", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 43", "area_weight": 0.9992}
{"county_geoid": "51027", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 6", "area_weight": 0.9991}
{"county_geoid": "51029", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "51029", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 56", "area_weight": 0.9998}
{"county_geoid": "51029", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 10", "area_weight": 0.9999}
{"county_geoid": "51031", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "51031", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 51", "area_weight": 0.9899}
{"county_geoid": "51031", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 52", "area_weight": 0.0099}
{"county_geoid": "51031", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 8", "area_weight": 0.9998}
{"county_geoid": "51033", "type": "CD", "district_state": "VA", "district_label": "Congressional District 7", "area_weight": 0.9925}
{"county_geoid": "51033", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 67", "area_weight": 0.6227}
{"county_geoid": "51033", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 66", "area_weight": 0.3768}
{"county_geoid": "51033", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 25", "area_weight": 0.9998}
{"county_geoid": "51035", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "51035", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 47", "area_weight": 0.9999}
{"county_geoid": "51035", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 7", "area_weight": 0.9999}
{"county_geoid": "51036", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 0.9687}
{"county_geoid": "51036", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.0107}
{"county_geoid": "51036", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 81", "area_weight": 0.9798}
{"county_geoid": "51036", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 13", "area_weight": 0.9799}
{"county_geoid": "51037", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "51037", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 50", "area_weight": 1.0}
{"county_geoid": "51037", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 9", "area_weight": 1.0}
{"county_geoid": "51041", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.5107}
{"county_geoid": "51041", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 0.4861}
{"county_geoid": "51041", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 73", "area_weight": 0.3552}
{"county_geoid": "51041", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 74", "area_weight": 0.3087}
{"county_geoid": "51041", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 75", "area_weight": 0.1278}
{"county_geoid": "51041", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 76", "area_weight": 0.0984}
{"county_geoid": "51041", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 72", "area_weight": 0.0434}
{"county_geoid": "51041", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 77", "area_weight": 0.0364}
{"county_geoid": "51041", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 81", "area_weight": 0.03}
{"county_geoid": "51041", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 12", "area_weight": 0.7211}
{"county_geoid": "51041", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 15", "area_weight": 0.2783}
{"county_geoid": "51043", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9967}
{"county_geoid": "51043", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 31", "area_weight": 0.9996}
{"county_geoid": "51043", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 1", "area_weight": 0.9998}
{"county_geoid": "51045", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9968}
{"county_geoid": "51045", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 37", "area_weight": 0.9996}
{"county_geoid": "51045", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 3", "area_weight": 0.9997}
{"county_geoid": "51047", "type": "CD", "district_state": "VA", "district_label": "Congressional District 7", "area_weight": 0.9961}
{"county_geoid": "51047", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 62", "area_weight": 0.6722}
{"county_geoid": "51047", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 61", "area_weight": 0.3276}
{"county_geoid": "51047", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 28", "area_weight": 0.9998}
{"county_geoid": "51049", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "51049", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 56", "area_weight": 0.9997}
{"county_geoid": "51049", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 10", "area_weight": 0.9999}
{"county_geoid": "51051", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9995}
{"county_geoid": "51051", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 43", "area_weight": 0.7801}
{"county_geoid": "51051", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 45", "area_weight": 0.2193}
{"county_geoid": "51051", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 6", "area_weight": 0.9995}
{"county_geoid": "51053", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 0.9975}
{"county_geoid": "51053", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 82", "area_weight": 0.7892}
{"county_geoid": "51053", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 83", "area_weight": 0.2105}
{"county_geoid": "51053", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 13", "area_weight": 0.5103}
{"county_geoid": "51053", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 17", "area_weight": 0.4894}
{"county_geoid": "51057", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.9212}
{"county_geoid": "51057", "type": "CD", "district_state": "VA", "district_label": "Congressional District 7", "area_weight": 0.0059}
{"county_geoid": "51057", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 68", "area_weight": 0.9268}
{"county_geoid": "51057", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 25", "area_weight": 0.9271}
{"county_geoid": "51059", "type": "CD", "district_state": "VA", "district_label": "Congressional District 11", "area_weight": 0.6087}
{"county_geoid": "51059", "type": "CD", "district_state": "VA", "district_label": "Congressional District 8", "area_weight": 0.2822}
{"county_geoid": "51059", "type": "CD", "district_state": "VA", "district_label": "Congressional District 10", "area_weight": 0.1069}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 6", "area_weight": 0.1499}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 10", "area_weight": 0.1187}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 9", "area_weight": 0.103}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 19", "area_weight": 0.0878}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 15", "area_weight": 0.0862}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 7", "area_weight": 0.0689}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 18", "area_weight": 0.0659}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 16", "area_weight": 0.0586}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 14", "area_weight": 0.0469}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 12", "area_weight": 0.0444}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 17", "area_weight": 0.0426}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 8", "area_weight": 0.0411}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 11", "area_weight": 0.0364}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 13", "area_weight": 0.0309}
{"county_geoid": "51059", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 4", "area_weight": 0.0067}
{"county_geoid": "51059", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 36", "area_weight": 0.2382}
{"county_geoid": "51059", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 38", "area_weight": 0.2198}
{"county_geoid": "51059", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 34", "area_weight": 0.2075}
{"county_geoid": "51059", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 35", "area_weight": 0.127}
{"county_geoid": "51059", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 37", "area_weight": 0.0995}
{"county_geoid": "51059", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 33", "area_weight": 0.0895}
{"county_geoid": "51059", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 39", "area_weight": 0.0068}
{"county_geoid": "51061", "type": "CD", "district_state": "VA", "district_label": "Congressional District 10", "area_weight": 0.9962}
{"county_geoid": "51061", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 61", "area_weight": 0.5689}
{"county_geoid": "51061", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 30", "area_weight": 0.4309}
{"county_geoid": "51061", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 31", "area_weight": 0.5609}
{"county_geoid": "51061", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 28", "area_weight": 0.439}
{"county_geoid": "51063", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "51063", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 47", "area_weight": 0.9995}
{"county_geoid": "51063", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 7", "area_weight": 0.9997}
{"county_geoid": "51065", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "51065", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 56", "area_weight": 0.9997}
{"county_geoid": "51065", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 10", "area_weight": 1.0}
{"county_geoid": "51067", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9992}
{"county_geoid": "51067", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 39", "area_weight": 0.9996}
{"county_geoid": "51067", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 7", "area_weight": 0.9998}
{"county_geoid": "51069", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9992}
{"county_geoid": "51069", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 32", "area_weight": 0.8227}
{"county_geoid": "51069", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 31", "area_weight": 0.1765}
{"county_geoid": "51069", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 1", "area_weight": 0.9994}
{"county_geoid": "51071", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9994}
{"county_geoid": "51071", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 42", "area_weight": 0.9993}
{"county_geoid": "51071", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 5", "area_weight": 0.9994}
{"county_geoid": "51073", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.8794}
{"county_geoid": "51073", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 68", "area_weight": 0.8324}
{"county_geoid": "51073", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 69", "area_weight": 0.0298}
{"county_geoid": "51073", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 26", "area_weight": 0.8619}
{"county_geoid": "51075", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 0.9979}
{"county_geoid": "51075", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 56", "area_weight": 0.8262}
{"county_geoid": "51075", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 57", "area_weight": 0.173}
{"county_geoid": "51075", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 10", "area_weight": 0.9998}
{"county_geoid": "51077", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9994}
{"county_geoid": "51077", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 46", "area_weight": 0.9997}
{"county_geoid": "51077", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 7", "area_weight": 0.9996}
{"county_geoid": "51079", "type": "CD", "district_state": "VA", "district_label": "Congressional District 7", "area_weight": 0.9884}
{"county_geoid": "51079", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.0098}
{"county_geoid": "51079", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 62", "area_weight": 0.9996}
{"county_geoid": "51079", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 28", "area_weight": 0.9996}
{"county_geoid": "51081", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 0.9996}
{"county_geoid": "51081", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 83", "area_weight": 0.9996}
{"county_geoid": "51081", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 17", "area_weight": 0.9994}
{"county_geoid": "51083", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "51083", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 50", "area_weight": 0.5239}
{"county_geoid": "51083", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 49", "area_weight": 0.4759}
{"county_geoid": "51083", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 9", "area_weight": 1.0}
{"county_geoid": "51085", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.5137}
{"county_geoid": "51085", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 0.4788}
{"county_geoid": "51085", "type": "CD", "district_state": "VA", "district_label": "Congressional District 7", "area_weight": 0.0065}
{"county_geoid": "51085", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 59", "area_weight": 0.6197}
{"county_geoid": "51085", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 60", "area_weight": 0.3797}
{"county_geoid": "51085", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 10", "area_weight": 0.6687}
{"county_geoid": "51085", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 26", "area_weight": 0.3306}
{"county_geoid": "51087", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 0.697}
{"county_geoid": "51087", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.3018}
{"county_geoid": "51087", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 81", "area_weight": 0.5435}
{"county_geoid": "51087", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 80", "area_weight": 0.162}
{"county_geoid": "51087", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 58", "area_weight": 0.1319}
{"county_geoid": "51087", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 57", "area_weight": 0.1093}
{"county_geoid": "51087", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 59", "area_weight": 0.0526}
{"county_geoid": "51087", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 13", "area_weight": 0.5566}
{"county_geoid": "51087", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 16", "area_weight": 0.3479}
{"county_geoid": "51087", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 14", "area_weight": 0.0943}
{"county_geoid": "51089", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9998}
{"county_geoid": "51089", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 48", "area_weight": 0.6943}
{"county_geoid": "51089", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 47", "area_weight": 0.3054}
{"county_geoid": "51089", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 7", "area_weight": 0.9998}
{"county_geoid": "51091", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9993}
{"county_geoid": "51091", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 35", "area_weight": 0.9996}
{"county_geoid": "51091", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 2", "area_weight": 0.9996}
{"county_geoid": "51093", "type": "CD", "district_state": "VA", "district_label": "Congressional District 2", "area_weight": 0.8924}
{"county_geoid": "51093", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 83", "area_weight": 0.4895}
{"county_geoid": "51093", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 84", "area_weight": 0.3992}
{"county_geoid": "51093", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 17", "area_weight": 0.8888}
{"county_geoid": "51095", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.8683}
{"county_geoid": "51095", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 71", "area_weight": 0.703}
{"county_geoid": "51095", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 69", "area_weight": 0.1689}
{"county_geoid": "51095", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 26", "area_weight": 0.8227}
{"county_geoid": "51095", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 24", "area_weight": 0.0492}
{"county_geoid": "51097", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.9995}
{"county_geoid": "51097", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 68", "area_weight": 0.9999}
{"county_geoid": "51097", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 25", "area_weight": 0.8789}
{"county_geoid": "51097", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 26", "area_weight": 0.1211}
{"county_geoid": "51099", "type": "CD", "district_state": "VA", "district_label": "Congressional District 7", "area_weight": 0.9941}
{"county_geoid": "51099", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 67", "area_weight": 0.9914}
{"county_geoid": "51099", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 25", "area_weight": 0.9914}
{"county_geoid": "51101", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.9986}
{"county_geoid": "51101", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 68", "area_weight": 0.9993}
{"county_geoid": "51101", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 25", "area_weight": 0.9994}
{"county_geoid": "51103", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.6404}
{"county_geoid": "51103", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 67", "area_weight": 0.6195}
{"county_geoid": "51103", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 25", "area_weight": 0.6195}
{"county_geoid": "51105", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9983}
{"county_geoid": "51105", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 45", "area_weight": 0.9987}
{"county_geoid": "51105", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 6", "area_weight": 0.9987}
{"county_geoid": "51107", "type": "CD", "district_state": "VA", "district_label": "Congressional District 10", "area_weight": 0.9988}
{"county_geoid": "51107", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 30", "area_weight": 0.7266}
{"county_geoid": "51107", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 29", "area_weight": 0.0924}
{"county_geoid": "51107", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 27", "area_weight": 0.0732}
{"county_geoid": "51107", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 28", "area_weight": 0.0541}
{"county_geoid": "51107", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 26", "area_weight": 0.0528}
{"county_geoid": "51107", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 31", "area_weight": 0.8239}
{"county_geoid": "51107", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 32", "area_weight": 0.1752}
{"county_geoid": "51109", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 0.9966}
{"county_geoid": "51109", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 59", "area_weight": 0.7777}
{"county_geoid": "51109", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 55", "area_weight": 0.2219}
{"county_geoid": "51109", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 10", "area_weight": 0.7778}
{"county_geoid": "51109", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 11", "area_weight": 0.2219}
{"county_geoid": "51111", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "51111", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 50", "area_weight": 0.9998}
{"county_geoid": "51111", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 9", "area_weight": 1.0}
{"county_geoid": "51113", "type": "CD", "district_state": "VA", "district_label": "Congressional District 7", "area_weight": 0.9981}
{"county_geoid": "51113", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 62", "area_weight": 0.9999}
{"county_geoid": "51113", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 28", "area_weight": 0.9999}
{"county_geoid": "51115", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.4103}
{"county_geoid": "51115", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 68", "area_weight": 0.3889}
{"county_geoid": "51115", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 26", "area_weight": 0.3889}
{"county_geoid": "51117", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "51117", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 50", "area_weight": 0.9997}
{"county_geoid": "51117", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 9", "area_weight": 0.9998}
{"county_geoid": "51119", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.6705}
{"county_geoid": "51119", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 68", "area_weight": 0.6622}
{"county_geoid": "51119", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 25", "area_weight": 0.6618}
{"county_geoid": "51121", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "51121", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 41", "area_weight": 0.8392}
{"county_geoid": "51121", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 42", "area_weight": 0.1606}
{"county_geoid": "51121", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 4", "area_weight": 0.5908}
{"county_geoid": "51121", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 5", "area_weight": 0.409}
{"county_geoid": "51125", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 0.997}
{"county_geoid": "51125", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 53", "area_weight": 0.7176}
{"county_geoid": "51125", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 55", "area_weight": 0.282}
{"county_geoid": "51125", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 11", "area_weight": 0.9997}
{"county_geoid": "51127", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.9939}
{"county_geoid": "51127", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 0.0061}
{"county_geoid": "51127", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 71", "area_weight": 0.5944}
{"county_geoid": "51127", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 60", "area_weight": 0.4048}
{"county_geoid": "51127", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 26", "area_weight": 0.9992}
{"county_geoid": "51131", "type": "CD", "district_state": "VA", "district_label": "Congressional District 2", "area_weight": 0.4378}
{"county_geoid": "51131", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 100", "area_weight": 0.4327}
{"county_geoid": "51131", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 20", "area_weight": 0.4327}
{"county_geoid": "51133", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.761}
{"county_geoid": "51133", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 67", "area_weight": 0.7416}
{"county_geoid": "51133", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 25", "area_weight": 0.7416}
{"county_geoid": "51135", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 0.9976}
{"county_geoid": "51135", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 72", "area_weight": 0.9995}
{"county_geoid": "51135", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 9", "area_weight": 0.9995}
{"county_geoid": "51137", "type": "CD", "district_state": "VA", "district_label": "Congressional District 7", "area_weight": 0.9984}
{"county_geoid": "51137", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 62", "area_weight": 0.5429}
{"county_geoid": "51137", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 63", "area_weight": 0.4569}
{"county_geoid": "51137", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 28", "area_weight": 0.9998}
{"county_geoid": "51139", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9947}
{"county_geoid": "51139", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 33", "area_weight": 0.9997}
{"county_geoid": "51139", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 2", "area_weight": 0.9997}
{"county_geoid": "51141", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "51141", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 47", "area_weight": 0.9999}
{"county_geoid": "51141", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 7", "area_weight": 1.0}
{"county_geoid": "51143", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 0.999}
{"county_geoid": "51143", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 48", "area_weight": 0.774}
{"county_geoid": "51143", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 49", "area_weight": 0.1927}
{"county_geoid": "51143", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 51", "area_weight": 0.0332}
{"county_geoid": "51143", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 9", "area_weight": 0.9999}
{"county_geoid": "51145", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 0.9982}
{"county_geoid": "51145", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 72", "area_weight": 0.9996}
{"county_geoid": "51145", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 10", "area_weight": 0.9999}
{"county_geoid": "51147", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "51147", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 50", "area_weight": 0.8166}
{"county_geoid": "51147", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 56", "area_weight": 0.1834}
{"county_geoid": "51147", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 9", "area_weight": 0.7596}
{"county_geoid": "51147", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 10", "area_weight": 0.2404}
{"county_geoid": "51149", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "51149", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 82", "area_weight": 0.872}
{"county_geoid": "51149", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 75", "area_weight": 0.1278}
{"county_geoid": "51149", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 13", "area_weight": 1.0}
{"county_geoid": "51153", "type": "CD", "district_state": "VA", "district_label": "Congressional District 10", "area_weight": 0.6034}
{"county_geoid": "51153", "type": "CD", "district_state": "VA", "district_label": "Congressional District 7", "area_weight": 0.3945}
{"county_geoid": "51153", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 22", "area_weight": 0.2982}
{"county_geoid": "51153", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 21", "area_weight": 0.2476}
{"county_geoid": "51153", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 23", "area_weight": 0.2192}
{"county_geoid": "51153", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 25", "area_weight": 0.0951}
{"county_geoid": "51153", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 24", "area_weight": 0.0702}
{"county_geoid": "51153", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 19", "area_weight": 0.037}
{"county_geoid": "51153", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 29", "area_weight": 0.5535}
{"county_geoid": "51153", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 30", "area_weight": 0.3159}
{"county_geoid": "51153", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 33", "area_weight": 0.1165}
{"county_geoid": "51155", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "51155", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 42", "area_weight": 0.7905}
{"county_geoid": "51155", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 46", "area_weight": 0.2092}
{"county_geoid": "51155", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "51157", "type": "CD", "district_state": "VA", "district_label": "Congressional District 10", "area_weight": 0.9917}
{"county_geoid": "51157", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 61", "area_weight": 0.9995}
{"county_geoid": "51157", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 28", "area_weight": 0.9995}
{"county_geoid": "51159", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.9082}
{"county_geoid": "51159", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 67", "area_weight": 0.9022}
{"county_geoid": "51159", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 25", "area_weight": 0.9022}
{"county_geoid": "51161", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.652}
{"county_geoid": "51161", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.348}
{"county_geoid": "51161", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 41", "area_weight": 0.6533}
{"county_geoid": "51161", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 39", "area_weight": 0.2111}
{"county_geoid": "51161", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 40", "area_weight": 0.1351}
{"county_geoid": "51161", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 4", "area_weight": 0.5038}
{"county_geoid": "51161", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 3", "area_weight": 0.4958}
{"county_geoid": "51163", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9966}
{"county_geoid": "51163", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 37", "area_weight": 0.685}
{"county_geoid": "51163", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 36", "area_weight": 0.3148}
{"county_geoid": "51163", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 3", "area_weight": 0.9998}
{"county_geoid": "51165", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9986}
{"county_geoid": "51165", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 34", "area_weight": 0.3641}
{"county_geoid": "51165", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 35", "area_weight": 0.3374}
{"county_geoid": "51165", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 33", "area_weight": 0.2983}
{"county_geoid": "51165", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 2", "area_weight": 0.9998}
{"county_geoid": "51167", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "51167", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 44", "area_weight": 0.6244}
{"county_geoid": "51167", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 43", "area_weight": 0.3756}
{"county_geoid": "51167", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "51169", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9998}
{"county_geoid": "51169", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 45", "area_weight": 0.9998}
{"county_geoid": "51169", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "51171", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9997}
{"county_geoid": "51171", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 33", "area_weight": 0.9995}
{"county_geoid": "51171", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 1", "area_weight": 0.9995}
{"county_geoid": "51173", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "51173", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 46", "area_weight": 0.9998}
{"county_geoid": "51173", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 5", "area_weight": 0.9997}
{"county_geoid": "51175", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 0.6197}
{"county_geoid": "51175", "type": "CD", "district_state": "VA", "district_label": "Congressional District 2", "area_weight": 0.3803}
{"county_geoid": "51175", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 83", "area_weight": 0.9998}
{"county_geoid": "51175", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 17", "area_weight": 0.9998}
{"county_geoid": "51177", "type": "CD", "district_state": "VA", "district_label": "Congressional District 7", "area_weight": 0.9975}
{"county_geoid": "51177", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 63", "area_weight": 0.5557}
{"county_geoid": "51177", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 66", "area_weight": 0.4286}
{"county_geoid": "51177", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 65", "area_weight": 0.0152}
{"county_geoid": "51177", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 28", "area_weight": 0.4723}
{"county_geoid": "51177", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 25", "area_weight": 0.4033}
{"county_geoid": "51177", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 27", "area_weight": 0.1242}
{"county_geoid": "51179", "type": "CD", "district_state": "VA", "district_label": "Congressional District 7", "area_weight": 0.9972}
{"county_geoid": "51179", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 64", "area_weight": 0.4979}
{"county_geoid": "51179", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 23", "area_weight": 0.2645}
{"county_geoid": "51179", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 65", "area_weight": 0.2329}
{"county_geoid": "51179", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 27", "area_weight": 0.7242}
{"county_geoid": "51179", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 29", "area_weight": 0.2711}
{"county_geoid": "51181", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 0.9098}
{"county_geoid": "51181", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 82", "area_weight": 0.9125}
{"county_geoid": "51181", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 13", "area_weight": 0.9127}
{"county_geoid": "51183", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 0.9999}
{"county_geoid": "51183", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 83", "area_weight": 0.9998}
{"county_geoid": "51183", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 13", "area_weight": 0.9996}
{"county_geoid": "51185", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9992}
{"county_geoid": "51185", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 43", "area_weight": 0.9993}
{"county_geoid": "51185", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 5", "area_weight": 0.9993}
{"county_geoid": "51187", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9962}
{"county_geoid": "51187", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 31", "area_weight": 0.7268}
{"county_geoid": "51187", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 33", "area_weight": 0.2729}
{"county_geoid": "51187", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 1", "area_weight": 0.9996}
{"county_geoid": "51191", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9999}
{"county_geoid": "51191", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 44", "area_weight": 0.9999}
{"county_geoid": "51191", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 6", "area_weight": 0.9999}
{"county_geoid": "51193", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.9918}
{"county_geoid": "51193", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 67", "area_weight": 0.9633}
{"county_geoid": "51193", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 25", "area_weight": 0.9633}
{"county_geoid": "51195", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9993}
{"county_geoid": "51195", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 45", "area_weight": 0.9993}
{"county_geoid": "51195", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 6", "area_weight": 0.9993}
{"county_geoid": "51197", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "51197", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 46", "area_weight": 0.9998}
{"county_geoid": "51197", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 7", "area_weight": 0.6217}
{"county_geoid": "51197", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 5", "area_weight": 0.3783}
{"county_geoid": "51199", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.5835}
{"county_geoid": "51199", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 69", "area_weight": 0.541}
{"county_geoid": "51199", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 86", "area_weight": 0.0388}
{"county_geoid": "51199", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 24", "area_weight": 0.5799}
{"county_geoid": "51510", "type": "CD", "district_state": "VA", "district_label": "Congressional District 8", "area_weight": 0.9994}
{"county_geoid": "51510", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 5", "area_weight": 0.5804}
{"county_geoid": "51510", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 4", "area_weight": 0.2243}
{"county_geoid": "51510", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 3", "area_weight": 0.1932}
{"county_geoid": "51510", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 39", "area_weight": 0.9979}
{"county_geoid": "51520", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 0.9993}
{"county_geoid": "51520", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 44", "area_weight": 0.9993}
{"county_geoid": "51520", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 6", "area_weight": 0.9993}
{"county_geoid": "51530", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "51530", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 37", "area_weight": 0.9995}
{"county_geoid": "51530", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 3", "area_weight": 1.0}
{"county_geoid": "51540", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "51540", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 54", "area_weight": 1.0}
{"county_geoid": "51540", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 11", "area_weight": 1.0}
{"county_geoid": "51550", "type": "CD", "district_state": "VA", "district_label": "Congressional District 2", "area_weight": 0.8618}
{"county_geoid": "51550", "type": "CD", "district_state": "VA", "district_label": "Congressional District 3", "area_weight": 0.1377}
{"county_geoid": "51550", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 90", "area_weight": 0.5319}
{"county_geoid": "51550", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 89", "area_weight": 0.3475}
{"county_geoid": "51550", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 91", "area_weight": 0.1033}
{"county_geoid": "51550", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 92", "area_weight": 0.0169}
{"county_geoid": "51550", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 19", "area_weight": 0.8053}
{"county_geoid": "51550", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 18", "area_weight": 0.1938}
{"county_geoid": "51570", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "51570", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 74", "area_weight": 0.9961}
{"county_geoid": "51570", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 12", "area_weight": 0.9959}
{"county_geoid": "51580", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "51580", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 37", "area_weight": 1.0}
{"county_geoid": "51580", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 3", "area_weight": 1.0}
{"county_geoid": "51590", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "51590", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 49", "area_weight": 0.9994}
{"county_geoid": "51590", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 9", "area_weight": 0.9999}
{"county_geoid": "51595", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "51595", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 83", "area_weight": 1.0}
{"county_geoid": "51595", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 17", "area_weight": 1.0}
{"county_geoid": "51600", "type": "CD", "district_state": "VA", "district_label": "Congressional District 11", "area_weight": 1.0}
{"county_geoid": "51600", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 11", "area_weight": 0.9992}
{"county_geoid": "51600", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 37", "area_weight": 0.9977}
{"county_geoid": "51610", "type": "CD", "district_state": "VA", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "51610", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 13", "area_weight": 0.9999}
{"county_geoid": "51610", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 37", "area_weight": 0.9999}
{"county_geoid": "51620", "type": "CD", "district_state": "VA", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "51620", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 84", "area_weight": 0.9982}
{"county_geoid": "51620", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 17", "area_weight": 1.0}
{"county_geoid": "51630", "type": "CD", "district_state": "VA", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "51630", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 65", "area_weight": 0.9974}
{"county_geoid": "51630", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 27", "area_weight": 0.9979}
{"county_geoid": "51640", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "51640", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 47", "area_weight": 0.999}
{"county_geoid": "51640", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 7", "area_weight": 1.0}
{"county_geoid": "51650", "type": "CD", "district_state": "VA", "district_label": "Congressional District 3", "area_weight": 0.4269}
{"county_geoid": "51650", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 87", "area_weight": 0.2153}
{"county_geoid": "51650", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 86", "area_weight": 0.2142}
{"county_geoid": "51650", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 23", "area_weight": 0.4294}
{"county_geoid": "51660", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "51660", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 34", "area_weight": 0.9989}
{"county_geoid": "51660", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 2", "area_weight": 1.0}
{"county_geoid": "51670", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "51670", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 75", "area_weight": 1.0}
{"county_geoid": "51670", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 13", "area_weight": 0.9993}
{"county_geoid": "51678", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "51678", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 37", "area_weight": 0.9958}
{"county_geoid": "51678", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 3", "area_weight": 1.0}
{"county_geoid": "51680", "type": "CD", "district_state": "VA", "district_label": "Congressional District 5", "area_weight": 1.0}
{"county_geoid": "51680", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 52", "area_weight": 0.9985}
{"county_geoid": "51680", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 8", "area_weight": 0.9995}
{"county_geoid": "51683", "type": "CD", "district_state": "VA", "district_label": "Congressional District 10", "area_weight": 1.0}
{"county_geoid": "51683", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 30", "area_weight": 0.9963}
{"county_geoid": "51685", "type": "CD", "district_state": "VA", "district_label": "Congressional District 10", "area_weight": 1.0}
{"county_geoid": "51685", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 30", "area_weight": 0.9911}
{"county_geoid": "51685", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 29", "area_weight": 0.0089}
{"county_geoid": "51690", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "51690", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 48", "area_weight": 1.0}
{"county_geoid": "51690", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 7", "area_weight": 1.0}
{"county_geoid": "51700", "type": "CD", "district_state": "VA", "district_label": "Congressional District 3", "area_weight": 0.5996}
{"county_geoid": "51700", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 70", "area_weight": 0.2386}
{"county_geoid": "51700", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 85", "area_weight": 0.2175}
{"county_geoid": "51700", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 69", "area_weight": 0.1304}
{"county_geoid": "51700", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 24", "area_weight": 0.4019}
{"county_geoid": "51700", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 23", "area_weight": 0.1849}
{"county_geoid": "51710", "type": "CD", "district_state": "VA", "district_label": "Congressional District 3", "area_weight": 0.6387}
{"county_geoid": "51710", "type": "CD", "district_state": "VA", "district_label": "Congressional District 2", "area_weight": 0.0051}
{"county_geoid": "51710", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 94", "area_weight": 0.2222}
{"county_geoid": "51710", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 93", "area_weight": 0.2187}
{"county_geoid": "51710", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 92", "area_weight": 0.1351}
{"county_geoid": "51710", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 95", "area_weight": 0.044}
{"county_geoid": "51710", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 21", "area_weight": 0.5692}
{"county_geoid": "51710", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 20", "area_weight": 0.0507}
{"county_geoid": "51720", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "51720", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 45", "area_weight": 1.0}
{"county_geoid": "51720", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 6", "area_weight": 1.0}
{"county_geoid": "51730", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 1.0}
{"county_geoid": "51730", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 82", "area_weight": 0.9984}
{"county_geoid": "51730", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 13", "area_weight": 0.9993}
{"county_geoid": "51735", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.259}
{"county_geoid": "51735", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 86", "area_weight": 0.2501}
{"county_geoid": "51735", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 24", "area_weight": 0.2501}
{"county_geoid": "51740", "type": "CD", "district_state": "VA", "district_label": "Congressional District 3", "area_weight": 0.8408}
{"county_geoid": "51740", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 88", "area_weight": 0.6851}
{"county_geoid": "51740", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 91", "area_weight": 0.0772}
{"county_geoid": "51740", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 18", "area_weight": 0.4965}
{"county_geoid": "51740", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 17", "area_weight": 0.2664}
{"county_geoid": "51750", "type": "CD", "district_state": "VA", "district_label": "Congressional District 9", "area_weight": 1.0}
{"county_geoid": "51750", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 42", "area_weight": 0.997}
{"county_geoid": "51750", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 5", "area_weight": 1.0}
{"county_geoid": "51760", "type": "CD", "district_state": "VA", "district_label": "Congressional District 4", "area_weight": 0.9914}
{"county_geoid": "51760", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 0.0086}
{"county_geoid": "51760", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 78", "area_weight": 0.3971}
{"county_geoid": "51760", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 79", "area_weight": 0.3694}
{"county_geoid": "51760", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 77", "area_weight": 0.232}
{"county_geoid": "51760", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 14", "area_weight": 0.7133}
{"county_geoid": "51760", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 15", "area_weight": 0.2857}
{"county_geoid": "51770", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9959}
{"county_geoid": "51770", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 38", "area_weight": 0.8674}
{"county_geoid": "51770", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 40", "area_weight": 0.1317}
{"county_geoid": "51770", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 4", "area_weight": 0.9995}
{"county_geoid": "51775", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 0.9951}
{"county_geoid": "51775", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 40", "area_weight": 0.9997}
{"county_geoid": "51775", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 4", "area_weight": 0.9976}
{"county_geoid": "51790", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "51790", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 36", "area_weight": 0.9987}
{"county_geoid": "51790", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 3", "area_weight": 0.9987}
{"county_geoid": "51800", "type": "CD", "district_state": "VA", "district_label": "Congressional District 2", "area_weight": 0.9723}
{"county_geoid": "51800", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 89", "area_weight": 0.7115}
{"county_geoid": "51800", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 84", "area_weight": 0.2583}
{"county_geoid": "51800", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 17", "area_weight": 0.9698}
{"county_geoid": "51810", "type": "CD", "district_state": "VA", "district_label": "Congressional District 2", "area_weight": 0.6153}
{"county_geoid": "51810", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 98", "area_weight": 0.3985}
{"county_geoid": "51810", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 99", "area_weight": 0.0809}
{"county_geoid": "51810", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 97", "area_weight": 0.0395}
{"county_geoid": "51810", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 100", "area_weight": 0.0347}
{"county_geoid": "51810", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 95", "area_weight": 0.0314}
{"county_geoid": "51810", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 96", "area_weight": 0.031}
{"county_geoid": "51810", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 19", "area_weight": 0.4076}
{"county_geoid": "51810", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 20", "area_weight": 0.1243}
{"county_geoid": "51810", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 22", "area_weight": 0.0844}
{"county_geoid": "51820", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "51820", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 36", "area_weight": 0.9982}
{"county_geoid": "51820", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 3", "area_weight": 0.9982}
{"county_geoid": "51830", "type": "CD", "district_state": "VA", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "51830", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 71", "area_weight": 0.9964}
{"county_geoid": "51830", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 24", "area_weight": 0.9948}
{"county_geoid": "51830", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 26", "area_weight": 0.0052}
{"county_geoid": "51840", "type": "CD", "district_state": "VA", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "51840", "type": "SH", "district_state": "VA", "district_label": "VA State House of Representatives District 32", "area_weight": 0.9991}
{"county_geoid": "51840", "type": "SS", "district_state": "VA", "district_label": "VA State Senate District 1", "area_weight": 1.0}
{"county_geoid": "53001", "type": "CD", "district_state": "WA", "district_label": "Congressional District 5", "area_weight": 0.9293}
{"county_geoid": "53001", "type": "CD", "district_state": "WA", "district_label": "Congressional District 4", "area_weight": 0.0707}
{"county_geoid": "53001", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 9", "area_weight": 0.9318}
{"county_geoid": "53001", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 13", "area_weight": 0.0681}
{"county_geoid": "53001", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 9", "area_weight": 0.9318}
{"county_geoid": "53001", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 13", "area_weight": 0.0681}
{"county_geoid": "53003", "type": "CD", "district_state": "WA", "district_label": "Congressional District 5", "area_weight": 0.9994}
{"county_geoid": "53003", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 9", "area_weight": 0.9996}
{"county_geoid": "53003", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 9", "area_weight": 0.9996}
{"county_geoid": "53005", "type": "CD", "district_state": "WA", "district_label": "Congressional District 4", "area_weight": 0.9993}
{"county_geoid": "53005", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 16", "area_weight": 0.3543}
{"county_geoid": "53005", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 8", "area_weight": 0.2886}
{"county_geoid": "53005", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 14", "area_weight": 0.2461}
{"county_geoid": "53005", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 15", "area_weight": 0.111}
{"county_geoid": "53005", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 16", "area_weight": 0.3543}
{"county_geoid": "53005", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 8", "area_weight": 0.2886}
{"county_geoid": "53005", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 14", "area_weight": 0.2461}
{"county_geoid": "53005", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 15", "area_weight": 0.111}
{"county_geoid": "53007", "type": "CD", "district_state": "WA", "district_label": "Congressional District 8", "area_weight": 0.9978}
{"county_geoid": "53007", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 12", "area_weight": 0.9985}
{"county_geoid": "53007", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 12", "area_weight": 0.9985}
{"county_geoid": "53009", "type": "CD", "district_state": "WA", "district_label": "Congressional District 6", "area_weight": 0.663}
{"county_geoid": "53009", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 24", "area_weight": 0.6616}
{"county_geoid": "53009", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 24", "area_weight": 0.6616}
{"county_geoid": "53011", "type": "CD", "district_state": "WA", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "53011", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 20", "area_weight": 0.5732}
{"county_geoid": "53011", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 17", "area_weight": 0.2155}
{"county_geoid": "53011", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 18", "area_weight": 0.125}
{"county_geoid": "53011", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 49", "area_weight": 0.0862}
{"county_geoid": "53011", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 20", "area_weight": 0.5732}
{"county_geoid": "53011", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 17", "area_weight": 0.2155}
{"county_geoid": "53011", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 18", "area_weight": 0.125}
{"county_geoid": "53011", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 49", "area_weight": 0.0862}
{"county_geoid": "53013", "type": "CD", "district_state": "WA", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "53013", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 9", "area_weight": 0.9997}
{"county_geoid": "53013", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 9", "area_weight": 0.9997}
{"county_geoid": "53015", "type": "CD", "district_state": "WA", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "53015", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 20", "area_weight": 0.7785}
{"county_geoid": "53015", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 19", "area_weight": 0.2213}
{"county_geoid": "53015", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 20", "area_weight": 0.7785}
{"county_geoid": "53015", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 19", "area_weight": 0.2213}
{"county_geoid": "53017", "type": "CD", "district_state": "WA", "district_label": "Congressional District 4", "area_weight": 0.9978}
{"county_geoid": "53017", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 7", "area_weight": 0.9214}
{"county_geoid": "53017", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 13", "area_weight": 0.0786}
{"county_geoid": "53017", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 7", "area_weight": 0.9214}
{"county_geoid": "53017", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 13", "area_weight": 0.0786}
{"county_geoid": "53019", "type": "CD", "district_state": "WA", "district_label": "Congressional District 5", "area_weight": 0.9996}
{"county_geoid": "53019", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 7", "area_weight": 1.0}
{"county_geoid": "53019", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 7", "area_weight": 1.0}
{"county_geoid": "53021", "type": "CD", "district_state": "WA", "district_label": "Congressional District 5", "area_weight": 0.8986}
{"county_geoid": "53021", "type": "CD", "district_state": "WA", "district_label": "Congressional District 4", "area_weight": 0.1014}
{"county_geoid": "53021", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 16", "area_weight": 0.9825}
{"county_geoid": "53021", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 14", "area_weight": 0.0093}
{"county_geoid": "53021", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 8", "area_weight": 0.0079}
{"county_geoid": "53021", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 16", "area_weight": 0.9825}
{"county_geoid": "53021", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 14", "area_weight": 0.0093}
{"county_geoid": "53021", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 8", "area_weight": 0.0079}
{"county_geoid": "53023", "type": "CD", "district_state": "WA", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "53023", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 9", "area_weight": 0.9999}
{"county_geoid": "53023", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 9", "area_weight": 0.9999}
{"county_geoid": "53025", "type": "CD", "district_state": "WA", "district_label": "Congressional District 4", "area_weight": 0.9997}
{"county_geoid": "53025", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 13", "area_weight": 0.9213}
{"county_geoid": "53025", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 16", "area_weight": 0.0787}
{"county_geoid": "53025", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 13", "area_weight": 0.9213}
{"county_geoid": "53025", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 16", "area_weight": 0.0787}
{"county_geoid": "53027", "type": "CD", "district_state": "WA", "district_label": "Congressional District 6", "area_weight": 0.8706}
{"county_geoid": "53027", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 24", "area_weight": 0.613}
{"county_geoid": "53027", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 19", "area_weight": 0.2575}
{"county_geoid": "53027", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 24", "area_weight": 0.613}
{"county_geoid": "53027", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 19", "area_weight": 0.2575}
{"county_geoid": "53029", "type": "CD", "district_state": "WA", "district_label": "Congressional District 2", "area_weight": 0.4111}
{"county_geoid": "53029", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 10", "area_weight": 0.41}
{"county_geoid": "53029", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 10", "area_weight": 0.41}
{"county_geoid": "53031", "type": "CD", "district_state": "WA", "district_label": "Congressional District 6", "area_weight": 0.8358}
{"county_geoid": "53031", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 24", "area_weight": 0.8341}
{"county_geoid": "53031", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 24", "area_weight": 0.8341}
{"county_geoid": "53033", "type": "CD", "district_state": "WA", "district_label": "Congressional District 8", "area_weight": 0.7608}
{"county_geoid": "53033", "type": "CD", "district_state": "WA", "district_label": "Congressional District 9", "area_weight": 0.0867}
{"county_geoid": "53033", "type": "CD", "district_state": "WA", "district_label": "Congressional District 7", "area_weight": 0.0661}
{"county_geoid": "53033", "type": "CD", "district_state": "WA", "district_label": "Congressional District 1", "area_weight": 0.0375}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 12", "area_weight": 0.3468}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 5", "area_weight": 0.3336}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 45", "area_weight": 0.0451}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 34", "area_weight": 0.0291}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 47", "area_weight": 0.0279}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 41", "area_weight": 0.026}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 33", "area_weight": 0.02}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 11", "area_weight": 0.018}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 48", "area_weight": 0.0175}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 30", "area_weight": 0.017}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 31", "area_weight": 0.0154}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 1", "area_weight": 0.0133}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 37", "area_weight": 0.0106}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 46", "area_weight": 0.0094}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 36", "area_weight": 0.0074}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 43", "area_weight": 0.0064}
{"county_geoid": "53033", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 32", "area_weight": 0.0062}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 12", "area_weight": 0.3468}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 5", "area_weight": 0.3336}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 45", "area_weight": 0.0451}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 34", "area_weight": 0.0291}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 47", "area_weight": 0.0279}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 41", "area_weight": 0.026}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 33", "area_weight": 0.02}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 11", "area_weight": 0.018}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 48", "area_weight": 0.0175}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 30", "area_weight": 0.017}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 31", "area_weight": 0.0154}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 1", "area_weight": 0.0133}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 37", "area_weight": 0.0106}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 46", "area_weight": 0.0094}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 36", "area_weight": 0.0074}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 43", "area_weight": 0.0064}
{"county_geoid": "53033", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 32", "area_weight": 0.0062}
{"county_geoid": "53035", "type": "CD", "district_state": "WA", "district_label": "Congressional District 6", "area_weight": 0.7779}
{"county_geoid": "53035", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 23", "area_weight": 0.3117}
{"county_geoid": "53035", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 35", "area_weight": 0.2279}
{"county_geoid": "53035", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 26", "area_weight": 0.1854}
{"county_geoid": "53035", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 23", "area_weight": 0.3117}
{"county_geoid": "53035", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 35", "area_weight": 0.2279}
{"county_geoid": "53035", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 26", "area_weight": 0.1854}
{"county_geoid": "53037", "type": "CD", "district_state": "WA", "district_label": "Congressional District 8", "area_weight": 0.9988}
{"county_geoid": "53037", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 13", "area_weight": 0.9994}
{"county_geoid": "53037", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 13", "area_weight": 0.9994}
{"county_geoid": "53039", "type": "CD", "district_state": "WA", "district_label": "Congressional District 4", "area_weight": 0.9998}
{"county_geoid": "53039", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 14", "area_weight": 0.671}
{"county_geoid": "53039", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 17", "area_weight": 0.3289}
{"county_geoid": "53039", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 14", "area_weight": 0.671}
{"county_geoid": "53039", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 17", "area_weight": 0.3289}
{"county_geoid": "53041", "type": "CD", "district_state": "WA", "district_label": "Congressional District 3", "area_weight": 0.9989}
{"county_geoid": "53041", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 20", "area_weight": 0.7693}
{"county_geoid": "53041", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 19", "area_weight": 0.2305}
{"county_geoid": "53041", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 20", "area_weight": 0.7693}
{"county_geoid": "53041", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 19", "area_weight": 0.2305}
{"county_geoid": "53043", "type": "CD", "district_state": "WA", "district_label": "Congressional District 5", "area_weight": 0.9997}
{"county_geoid": "53043", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 9", "area_weight": 0.9999}
{"county_geoid": "53043", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 9", "area_weight": 0.9999}
{"county_geoid": "53045", "type": "CD", "district_state": "WA", "district_label": "Congressional District 6", "area_weight": 0.953}
{"county_geoid": "53045", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 35", "area_weight": 0.9496}
{"county_geoid": "53045", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 35", "area_weight": 0.9496}
{"county_geoid": "53047", "type": "CD", "district_state": "WA", "district_label": "Congressional District 4", "area_weight": 0.9993}
{"county_geoid": "53047", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 7", "area_weight": 0.9999}
{"county_geoid": "53047", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 7", "area_weight": 0.9999}
{"county_geoid": "53049", "type": "CD", "district_state": "WA", "district_label": "Congressional District 3", "area_weight": 0.7697}
{"county_geoid": "53049", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 19", "area_weight": 0.7692}
{"county_geoid": "53049", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 19", "area_weight": 0.7692}
{"county_geoid": "53051", "type": "CD", "district_state": "WA", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "53051", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 7", "area_weight": 0.9999}
{"county_geoid": "53051", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 7", "area_weight": 0.9999}
{"county_geoid": "53053", "type": "CD", "district_state": "WA", "district_label": "Congressional District 8", "area_weight": 0.6946}
{"county_geoid": "53053", "type": "CD", "district_state": "WA", "district_label": "Congressional District 10", "area_weight": 0.1554}
{"county_geoid": "53053", "type": "CD", "district_state": "WA", "district_label": "Congressional District 6", "area_weight": 0.1009}
{"county_geoid": "53053", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 2", "area_weight": 0.4119}
{"county_geoid": "53053", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 31", "area_weight": 0.293}
{"county_geoid": "53053", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 28", "area_weight": 0.0902}
{"county_geoid": "53053", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 26", "area_weight": 0.0636}
{"county_geoid": "53053", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 25", "area_weight": 0.0367}
{"county_geoid": "53053", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 27", "area_weight": 0.0249}
{"county_geoid": "53053", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 29", "area_weight": 0.0193}
{"county_geoid": "53053", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 2", "area_weight": 0.4119}
{"county_geoid": "53053", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 31", "area_weight": 0.293}
{"county_geoid": "53053", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 28", "area_weight": 0.0902}
{"county_geoid": "53053", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 26", "area_weight": 0.0636}
{"county_geoid": "53053", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 25", "area_weight": 0.0367}
{"county_geoid": "53053", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 27", "area_weight": 0.0249}
{"county_geoid": "53053", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 29", "area_weight": 0.0193}
{"county_geoid": "53055", "type": "CD", "district_state": "WA", "district_label": "Congressional District 2", "area_weight": 0.4132}
{"county_geoid": "53055", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 40", "area_weight": 0.3095}
{"county_geoid": "53055", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 40", "area_weight": 0.3095}
{"county_geoid": "53057", "type": "CD", "district_state": "WA", "district_label": "Congressional District 2", "area_weight": 0.9157}
{"county_geoid": "53057", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 39", "area_weight": 0.7938}
{"county_geoid": "53057", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 40", "area_weight": 0.0727}
{"county_geoid": "53057", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 10", "area_weight": 0.0493}
{"county_geoid": "53057", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 39", "area_weight": 0.7938}
{"county_geoid": "53057", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 40", "area_weight": 0.0727}
{"county_geoid": "53057", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 10", "area_weight": 0.0493}
{"county_geoid": "53059", "type": "CD", "district_state": "WA", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "53059", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 17", "area_weight": 0.9997}
{"county_geoid": "53059", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 17", "area_weight": 0.9997}
{"county_geoid": "53061", "type": "CD", "district_state": "WA", "district_label": "Congressional District 8", "area_weight": 0.7545}
{"county_geoid": "53061", "type": "CD", "district_state": "WA", "district_label": "Congressional District 1", "area_weight": 0.1192}
{"county_geoid": "53061", "type": "CD", "district_state": "WA", "district_label": "Congressional District 2", "area_weight": 0.0886}
{"county_geoid": "53061", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 39", "area_weight": 0.5875}
{"county_geoid": "53061", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 12", "area_weight": 0.2075}
{"county_geoid": "53061", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 44", "area_weight": 0.0488}
{"county_geoid": "53061", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 10", "area_weight": 0.0463}
{"county_geoid": "53061", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 38", "area_weight": 0.0368}
{"county_geoid": "53061", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 21", "area_weight": 0.0161}
{"county_geoid": "53061", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 1", "area_weight": 0.0107}
{"county_geoid": "53061", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 32", "area_weight": 0.0074}
{"county_geoid": "53061", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 39", "area_weight": 0.5875}
{"county_geoid": "53061", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 12", "area_weight": 0.2075}
{"county_geoid": "53061", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 44", "area_weight": 0.0488}
{"county_geoid": "53061", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 10", "area_weight": 0.0463}
{"county_geoid": "53061", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 38", "area_weight": 0.0368}
{"county_geoid": "53061", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 21", "area_weight": 0.0161}
{"county_geoid": "53061", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 1", "area_weight": 0.0107}
{"county_geoid": "53061", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 32", "area_weight": 0.0074}
{"county_geoid": "53063", "type": "CD", "district_state": "WA", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "53063", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 9", "area_weight": 0.4828}
{"county_geoid": "53063", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 6", "area_weight": 0.2329}
{"county_geoid": "53063", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 4", "area_weight": 0.2247}
{"county_geoid": "53063", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 7", "area_weight": 0.0362}
{"county_geoid": "53063", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 3", "area_weight": 0.0232}
{"county_geoid": "53063", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 9", "area_weight": 0.4828}
{"county_geoid": "53063", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 6", "area_weight": 0.2329}
{"county_geoid": "53063", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 4", "area_weight": 0.2247}
{"county_geoid": "53063", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 7", "area_weight": 0.0362}
{"county_geoid": "53063", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 3", "area_weight": 0.0232}
{"county_geoid": "53065", "type": "CD", "district_state": "WA", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "53065", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 7", "area_weight": 0.9999}
{"county_geoid": "53065", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 7", "area_weight": 0.9999}
{"county_geoid": "53067", "type": "CD", "district_state": "WA", "district_label": "Congressional District 10", "area_weight": 0.6149}
{"county_geoid": "53067", "type": "CD", "district_state": "WA", "district_label": "Congressional District 3", "area_weight": 0.3683}
{"county_geoid": "53067", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 35", "area_weight": 0.3994}
{"county_geoid": "53067", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 2", "area_weight": 0.3422}
{"county_geoid": "53067", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 22", "area_weight": 0.155}
{"county_geoid": "53067", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 20", "area_weight": 0.0474}
{"county_geoid": "53067", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 19", "area_weight": 0.0373}
{"county_geoid": "53067", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 35", "area_weight": 0.3994}
{"county_geoid": "53067", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 2", "area_weight": 0.3422}
{"county_geoid": "53067", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 22", "area_weight": 0.155}
{"county_geoid": "53067", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 20", "area_weight": 0.0474}
{"county_geoid": "53067", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 19", "area_weight": 0.0373}
{"county_geoid": "53069", "type": "CD", "district_state": "WA", "district_label": "Congressional District 3", "area_weight": 0.9637}
{"county_geoid": "53069", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 19", "area_weight": 0.9646}
{"county_geoid": "53069", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 19", "area_weight": 0.9646}
{"county_geoid": "53071", "type": "CD", "district_state": "WA", "district_label": "Congressional District 5", "area_weight": 0.9996}
{"county_geoid": "53071", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 16", "area_weight": 0.9999}
{"county_geoid": "53071", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 16", "area_weight": 0.9999}
{"county_geoid": "53073", "type": "CD", "district_state": "WA", "district_label": "Congressional District 2", "area_weight": 0.866}
{"county_geoid": "53073", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 42", "area_weight": 0.8225}
{"county_geoid": "53073", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 40", "area_weight": 0.0426}
{"county_geoid": "53073", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 42", "area_weight": 0.8225}
{"county_geoid": "53073", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 40", "area_weight": 0.0426}
{"county_geoid": "53075", "type": "CD", "district_state": "WA", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "53075", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 9", "area_weight": 0.9999}
{"county_geoid": "53075", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 9", "area_weight": 0.9999}
{"county_geoid": "53077", "type": "CD", "district_state": "WA", "district_label": "Congressional District 4", "area_weight": 0.9993}
{"county_geoid": "53077", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 14", "area_weight": 0.512}
{"county_geoid": "53077", "type": "SH", "district_state": "WA", "district_label": "WA State House of Representatives District 15", "area_weight": 0.4879}
{"county_geoid": "53077", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 14", "area_weight": 0.512}
{"county_geoid": "53077", "type": "SS", "district_state": "WA", "district_label": "WA State Senate District 15", "area_weight": 0.4879}
{"county_geoid": "54001", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "54001", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 68", "area_weight": 0.9996}
{"county_geoid": "54001", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 11", "area_weight": 0.9998}
{"county_geoid": "54003", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9995}
{"county_geoid": "54003", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 91", "area_weight": 0.2434}
{"county_geoid": "54003", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 90", "area_weight": 0.1607}
{"county_geoid": "54003", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 92", "area_weight": 0.1573}
{"county_geoid": "54003", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 97", "area_weight": 0.1083}
{"county_geoid": "54003", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 93", "area_weight": 0.1054}
{"county_geoid": "54003", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 96", "area_weight": 0.0876}
{"county_geoid": "54003", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 94", "area_weight": 0.0686}
{"county_geoid": "54003", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 95", "area_weight": 0.0681}
{"county_geoid": "54003", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 15", "area_weight": 0.6556}
{"county_geoid": "54003", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 16", "area_weight": 0.3438}
{"county_geoid": "54005", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "54005", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 32", "area_weight": 0.9208}
{"county_geoid": "54005", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 31", "area_weight": 0.0784}
{"county_geoid": "54005", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 7", "area_weight": 0.9998}
{"county_geoid": "54007", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9991}
{"county_geoid": "54007", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 63", "area_weight": 0.9996}
{"county_geoid": "54007", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 11", "area_weight": 0.9996}
{"county_geoid": "54009", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "54009", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 3", "area_weight": 0.6387}
{"county_geoid": "54009", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 2", "area_weight": 0.2643}
{"county_geoid": "54009", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 1", "area_weight": 0.0966}
{"county_geoid": "54009", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 1", "area_weight": 0.9996}
{"county_geoid": "54011", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "54011", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 22", "area_weight": 0.5009}
{"county_geoid": "54011", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 23", "area_weight": 0.2598}
{"county_geoid": "54011", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 26", "area_weight": 0.0945}
{"county_geoid": "54011", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 24", "area_weight": 0.0734}
{"county_geoid": "54011", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 27", "area_weight": 0.0551}
{"county_geoid": "54011", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 25", "area_weight": 0.0156}
{"county_geoid": "54011", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 4", "area_weight": 0.5678}
{"county_geoid": "54011", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 5", "area_weight": 0.4317}
{"county_geoid": "54013", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9978}
{"county_geoid": "54013", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 62", "area_weight": 0.9995}
{"county_geoid": "54013", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 12", "area_weight": 0.9995}
{"county_geoid": "54015", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "54015", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 62", "area_weight": 0.9996}
{"county_geoid": "54015", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 8", "area_weight": 0.9996}
{"county_geoid": "54017", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "54017", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 8", "area_weight": 0.9996}
{"county_geoid": "54017", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 2", "area_weight": 0.9997}
{"county_geoid": "54019", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "54019", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 51", "area_weight": 0.5535}
{"county_geoid": "54019", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 50", "area_weight": 0.3501}
{"county_geoid": "54019", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 45", "area_weight": 0.0943}
{"county_geoid": "54019", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 10", "area_weight": 0.8592}
{"county_geoid": "54019", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 9", "area_weight": 0.1408}
{"county_geoid": "54021", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9971}
{"county_geoid": "54021", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 62", "area_weight": 0.6985}
{"county_geoid": "54021", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 63", "area_weight": 0.3013}
{"county_geoid": "54021", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 12", "area_weight": 0.9998}
{"county_geoid": "54023", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9988}
{"county_geoid": "54023", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 85", "area_weight": 0.9996}
{"county_geoid": "54023", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 14", "area_weight": 0.9998}
{"county_geoid": "54025", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9996}
{"county_geoid": "54025", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 47", "area_weight": 0.4482}
{"county_geoid": "54025", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 46", "area_weight": 0.3501}
{"county_geoid": "54025", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 48", "area_weight": 0.2012}
{"county_geoid": "54025", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 10", "area_weight": 0.9996}
{"county_geoid": "54027", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9995}
{"county_geoid": "54027", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 89", "area_weight": 0.5864}
{"county_geoid": "54027", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 88", "area_weight": 0.4132}
{"county_geoid": "54027", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 15", "area_weight": 0.9995}
{"county_geoid": "54029", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9984}
{"county_geoid": "54029", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 1", "area_weight": 0.8888}
{"county_geoid": "54029", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 2", "area_weight": 0.1096}
{"county_geoid": "54029", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 1", "area_weight": 0.9984}
{"county_geoid": "54031", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9995}
{"county_geoid": "54031", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 86", "area_weight": 0.9993}
{"county_geoid": "54031", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 14", "area_weight": 0.9994}
{"county_geoid": "54033", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "54033", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 69", "area_weight": 0.5097}
{"county_geoid": "54033", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 72", "area_weight": 0.3555}
{"county_geoid": "54033", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 71", "area_weight": 0.1142}
{"county_geoid": "54033", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 70", "area_weight": 0.0202}
{"county_geoid": "54033", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 12", "area_weight": 0.9996}
{"county_geoid": "54035", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9998}
{"county_geoid": "54035", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 16", "area_weight": 0.7798}
{"county_geoid": "54035", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 17", "area_weight": 0.22}
{"county_geoid": "54035", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 4", "area_weight": 0.5435}
{"county_geoid": "54035", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 8", "area_weight": 0.4563}
{"county_geoid": "54037", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9977}
{"county_geoid": "54037", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 98", "area_weight": 0.4332}
{"county_geoid": "54037", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 100", "area_weight": 0.3025}
{"county_geoid": "54037", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 97", "area_weight": 0.1368}
{"county_geoid": "54037", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 99", "area_weight": 0.1258}
{"county_geoid": "54037", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 16", "area_weight": 0.9985}
{"county_geoid": "54039", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "54039", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 61", "area_weight": 0.2277}
{"county_geoid": "54039", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 53", "area_weight": 0.2189}
{"county_geoid": "54039", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 52", "area_weight": 0.1736}
{"county_geoid": "54039", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 60", "area_weight": 0.1555}
{"county_geoid": "54039", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 55", "area_weight": 0.1407}
{"county_geoid": "54039", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 56", "area_weight": 0.0313}
{"county_geoid": "54039", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 59", "area_weight": 0.0191}
{"county_geoid": "54039", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 58", "area_weight": 0.015}
{"county_geoid": "54039", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 57", "area_weight": 0.01}
{"county_geoid": "54039", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 54", "area_weight": 0.0075}
{"county_geoid": "54039", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 17", "area_weight": 0.6071}
{"county_geoid": "54039", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 7", "area_weight": 0.2919}
{"county_geoid": "54039", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 8", "area_weight": 0.101}
{"county_geoid": "54041", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9967}
{"county_geoid": "54041", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 64", "area_weight": 0.8278}
{"county_geoid": "54041", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 69", "area_weight": 0.1718}
{"county_geoid": "54041", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 12", "area_weight": 0.9996}
{"county_geoid": "54043", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "54043", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 30", "area_weight": 0.9116}
{"county_geoid": "54043", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 31", "area_weight": 0.0878}
{"county_geoid": "54043", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 7", "area_weight": 0.9996}
{"county_geoid": "54045", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "54045", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 33", "area_weight": 0.5104}
{"county_geoid": "54045", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 31", "area_weight": 0.4888}
{"county_geoid": "54045", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 7", "area_weight": 0.9995}
{"county_geoid": "54047", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9991}
{"county_geoid": "54047", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 36", "area_weight": 0.9732}
{"county_geoid": "54047", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 34", "area_weight": 0.0258}
{"county_geoid": "54047", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 6", "area_weight": 0.999}
{"county_geoid": "54049", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "54049", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 74", "area_weight": 0.518}
{"county_geoid": "54049", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 76", "area_weight": 0.2344}
{"county_geoid": "54049", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 75", "area_weight": 0.188}
{"county_geoid": "54049", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 73", "area_weight": 0.0591}
{"county_geoid": "54049", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 2", "area_weight": 0.693}
{"county_geoid": "54049", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 13", "area_weight": 0.3068}
{"county_geoid": "54051", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9993}
{"county_geoid": "54051", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 7", "area_weight": 0.8493}
{"county_geoid": "54051", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 6", "area_weight": 0.1497}
{"county_geoid": "54051", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 1", "area_weight": 0.6739}
{"county_geoid": "54051", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 2", "area_weight": 0.3255}
{"county_geoid": "54053", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9994}
{"county_geoid": "54053", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 18", "area_weight": 0.6646}
{"county_geoid": "54053", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 17", "area_weight": 0.3348}
{"county_geoid": "54053", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 4", "area_weight": 0.9994}
{"county_geoid": "54055", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9997}
{"county_geoid": "54055", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 39", "area_weight": 0.4292}
{"county_geoid": "54055", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 41", "area_weight": 0.2466}
{"county_geoid": "54055", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 37", "area_weight": 0.2246}
{"county_geoid": "54055", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 38", "area_weight": 0.0991}
{"county_geoid": "54055", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 6", "area_weight": 0.9995}
{"county_geoid": "54057", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9924}
{"county_geoid": "54057", "type": "CD", "district_state": "MD", "district_label": "Congressional District 6", "area_weight": 0.0076}
{"county_geoid": "54057", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 88", "area_weight": 0.6014}
{"county_geoid": "54057", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 87", "area_weight": 0.397}
{"county_geoid": "54057", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 14", "area_weight": 0.9983}
{"county_geoid": "54059", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9922}
{"county_geoid": "54059", "type": "CD", "district_state": "KY", "district_label": "Congressional District 5", "area_weight": 0.0072}
{"county_geoid": "54059", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 34", "area_weight": 0.6274}
{"county_geoid": "54059", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 29", "area_weight": 0.371}
{"county_geoid": "54059", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 6", "area_weight": 0.9985}
{"county_geoid": "54061", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "54061", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 77", "area_weight": 0.6297}
{"county_geoid": "54061", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 78", "area_weight": 0.1902}
{"county_geoid": "54061", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 82", "area_weight": 0.1301}
{"county_geoid": "54061", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 80", "area_weight": 0.021}
{"county_geoid": "54061", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 81", "area_weight": 0.0164}
{"county_geoid": "54061", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 79", "area_weight": 0.0123}
{"county_geoid": "54061", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 2", "area_weight": 0.6897}
{"county_geoid": "54061", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 13", "area_weight": 0.3101}
{"county_geoid": "54063", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9995}
{"county_geoid": "54063", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 40", "area_weight": 0.9988}
{"county_geoid": "54063", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 10", "area_weight": 0.9996}
{"county_geoid": "54065", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9963}
{"county_geoid": "54065", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 90", "area_weight": 0.6004}
{"county_geoid": "54065", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 89", "area_weight": 0.3984}
{"county_geoid": "54065", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 15", "area_weight": 0.9989}
{"county_geoid": "54067", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "54067", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 49", "area_weight": 0.7701}
{"county_geoid": "54067", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 48", "area_weight": 0.2297}
{"county_geoid": "54067", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 10", "area_weight": 0.9999}
{"county_geoid": "54069", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9984}
{"county_geoid": "54069", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 4", "area_weight": 0.5909}
{"county_geoid": "54069", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 3", "area_weight": 0.3223}
{"county_geoid": "54069", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 5", "area_weight": 0.0848}
{"county_geoid": "54069", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 1", "area_weight": 0.9984}
{"county_geoid": "54071", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9968}
{"county_geoid": "54071", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 67", "area_weight": 0.5132}
{"county_geoid": "54071", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 86", "area_weight": 0.4864}
{"county_geoid": "54071", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 11", "area_weight": 0.9996}
{"county_geoid": "54073", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "54073", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 9", "area_weight": 0.9993}
{"county_geoid": "54073", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 3", "area_weight": 0.9995}
{"county_geoid": "54075", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9979}
{"county_geoid": "54075", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 66", "area_weight": 0.6296}
{"county_geoid": "54075", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 46", "area_weight": 0.3699}
{"county_geoid": "54075", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 11", "area_weight": 0.9996}
{"county_geoid": "54077", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9998}
{"county_geoid": "54077", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 84", "area_weight": 0.5621}
{"county_geoid": "54077", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 83", "area_weight": 0.4376}
{"county_geoid": "54077", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 14", "area_weight": 0.9997}
{"county_geoid": "54079", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "54079", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 19", "area_weight": 0.4858}
{"county_geoid": "54079", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 21", "area_weight": 0.2991}
{"county_geoid": "54079", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 20", "area_weight": 0.1401}
{"county_geoid": "54079", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 18", "area_weight": 0.0748}
{"county_geoid": "54079", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 4", "area_weight": 0.5427}
{"county_geoid": "54079", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 8", "area_weight": 0.4572}
{"county_geoid": "54081", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "54081", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 43", "area_weight": 0.4249}
{"county_geoid": "54081", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 42", "area_weight": 0.2787}
{"county_geoid": "54081", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 45", "area_weight": 0.1502}
{"county_geoid": "54081", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 41", "area_weight": 0.129}
{"county_geoid": "54081", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 44", "area_weight": 0.0168}
{"county_geoid": "54081", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 9", "area_weight": 0.9996}
{"county_geoid": "54083", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9981}
{"county_geoid": "54083", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 66", "area_weight": 0.6039}
{"county_geoid": "54083", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 67", "area_weight": 0.396}
{"county_geoid": "54083", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 11", "area_weight": 0.9999}
{"county_geoid": "54085", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9962}
{"county_geoid": "54085", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 9", "area_weight": 0.9995}
{"county_geoid": "54085", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 3", "area_weight": 0.9996}
{"county_geoid": "54087", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "54087", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 15", "area_weight": 0.9997}
{"county_geoid": "54087", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 8", "area_weight": 0.9997}
{"county_geoid": "54089", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "54089", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 41", "area_weight": 0.6329}
{"county_geoid": "54089", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 40", "area_weight": 0.367}
{"county_geoid": "54089", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 10", "area_weight": 0.9998}
{"county_geoid": "54091", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "54091", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 73", "area_weight": 0.9996}
{"county_geoid": "54091", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 12", "area_weight": 0.5356}
{"county_geoid": "54091", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 14", "area_weight": 0.464}
{"county_geoid": "54093", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "54093", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 85", "area_weight": 0.9998}
{"county_geoid": "54093", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 14", "area_weight": 0.9998}
{"county_geoid": "54095", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "54095", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 9", "area_weight": 0.5308}
{"county_geoid": "54095", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 8", "area_weight": 0.469}
{"county_geoid": "54095", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 2", "area_weight": 0.9996}
{"county_geoid": "54097", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9979}
{"county_geoid": "54097", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 65", "area_weight": 0.7008}
{"county_geoid": "54097", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 68", "area_weight": 0.1808}
{"county_geoid": "54097", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 64", "area_weight": 0.1181}
{"county_geoid": "54097", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 11", "area_weight": 0.9999}
{"county_geoid": "54099", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9977}
{"county_geoid": "54099", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 29", "area_weight": 0.6868}
{"county_geoid": "54099", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 28", "area_weight": 0.2907}
{"county_geoid": "54099", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 27", "area_weight": 0.0218}
{"county_geoid": "54099", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 5", "area_weight": 0.6711}
{"county_geoid": "54099", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 6", "area_weight": 0.3283}
{"county_geoid": "54101", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.9988}
{"county_geoid": "54101", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 48", "area_weight": 0.9998}
{"county_geoid": "54101", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 11", "area_weight": 1.0}
{"county_geoid": "54103", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.9999}
{"county_geoid": "54103", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 72", "area_weight": 0.4053}
{"county_geoid": "54103", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 8", "area_weight": 0.3126}
{"county_geoid": "54103", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 7", "area_weight": 0.2478}
{"county_geoid": "54103", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 77", "area_weight": 0.0342}
{"county_geoid": "54103", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 2", "area_weight": 0.9999}
{"county_geoid": "54105", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 0.995}
{"county_geoid": "54105", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.005}
{"county_geoid": "54105", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 15", "area_weight": 0.7765}
{"county_geoid": "54105", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 14", "area_weight": 0.2227}
{"county_geoid": "54105", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 3", "area_weight": 0.9995}
{"county_geoid": "54107", "type": "CD", "district_state": "WV", "district_label": "Congressional District 2", "area_weight": 0.999}
{"county_geoid": "54107", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 14", "area_weight": 0.4798}
{"county_geoid": "54107", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 10", "area_weight": 0.3881}
{"county_geoid": "54107", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 13", "area_weight": 0.0688}
{"county_geoid": "54107", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 12", "area_weight": 0.0389}
{"county_geoid": "54107", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 11", "area_weight": 0.0239}
{"county_geoid": "54107", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 3", "area_weight": 0.9997}
{"county_geoid": "54109", "type": "CD", "district_state": "WV", "district_label": "Congressional District 1", "area_weight": 1.0}
{"county_geoid": "54109", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 35", "area_weight": 0.8924}
{"county_geoid": "54109", "type": "SH", "district_state": "WV", "district_label": "WV State House of Representatives District 43", "area_weight": 0.1069}
{"county_geoid": "54109", "type": "SS", "district_state": "WV", "district_label": "WV State Senate District 9", "area_weight": 0.9994}
{"county_geoid": "55001", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.9973}
{"county_geoid": "55001", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 72", "area_weight": 0.4808}
{"county_geoid": "55001", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 41", "area_weight": 0.2107}
{"county_geoid": "55001", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 39", "area_weight": 0.1498}
{"county_geoid": "55001", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 57", "area_weight": 0.1042}
{"county_geoid": "55001", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 71", "area_weight": 0.0544}
{"county_geoid": "55001", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 24", "area_weight": 0.5352}
{"county_geoid": "55001", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 14", "area_weight": 0.2107}
{"county_geoid": "55001", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 13", "area_weight": 0.1498}
{"county_geoid": "55001", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 19", "area_weight": 0.1042}
{"county_geoid": "55003", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.4586}
{"county_geoid": "55003", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 74", "area_weight": 0.331}
{"county_geoid": "55003", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 73", "area_weight": 0.1257}
{"county_geoid": "55003", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 25", "area_weight": 0.4567}
{"county_geoid": "55005", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.9998}
{"county_geoid": "55005", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 67", "area_weight": 0.9998}
{"county_geoid": "55005", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "55007", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.7379}
{"county_geoid": "55007", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 73", "area_weight": 0.3982}
{"county_geoid": "55007", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 74", "area_weight": 0.3405}
{"county_geoid": "55007", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 25", "area_weight": 0.7387}
{"county_geoid": "55009", "type": "CD", "district_state": "WI", "district_label": "Congressional District 8", "area_weight": 0.8685}
{"county_geoid": "55009", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 2", "area_weight": 0.3342}
{"county_geoid": "55009", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 1", "area_weight": 0.1468}
{"county_geoid": "55009", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 4", "area_weight": 0.0923}
{"county_geoid": "55009", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 5", "area_weight": 0.0798}
{"county_geoid": "55009", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 88", "area_weight": 0.0705}
{"county_geoid": "55009", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 6", "area_weight": 0.0559}
{"county_geoid": "55009", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 90", "area_weight": 0.0473}
{"county_geoid": "55009", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 89", "area_weight": 0.0415}
{"county_geoid": "55009", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 1", "area_weight": 0.4811}
{"county_geoid": "55009", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 2", "area_weight": 0.228}
{"county_geoid": "55009", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 30", "area_weight": 0.1593}
{"county_geoid": "55011", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "55011", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 29", "area_weight": 0.9999}
{"county_geoid": "55011", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 10", "area_weight": 0.9999}
{"county_geoid": "55013", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.9998}
{"county_geoid": "55013", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 75", "area_weight": 0.809}
{"county_geoid": "55013", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 74", "area_weight": 0.1908}
{"county_geoid": "55013", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 25", "area_weight": 0.9998}
{"county_geoid": "55015", "type": "CD", "district_state": "WI", "district_label": "Congressional District 8", "area_weight": 0.7758}
{"county_geoid": "55015", "type": "CD", "district_state": "WI", "district_label": "Congressional District 6", "area_weight": 0.2242}
{"county_geoid": "55015", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 3", "area_weight": 0.8048}
{"county_geoid": "55015", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 1", "area_weight": 0.8048}
{"county_geoid": "55017", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.7881}
{"county_geoid": "55017", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.2119}
{"county_geoid": "55017", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 68", "area_weight": 0.6973}
{"county_geoid": "55017", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 92", "area_weight": 0.1297}
{"county_geoid": "55017", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 91", "area_weight": 0.0893}
{"county_geoid": "55017", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 69", "area_weight": 0.0463}
{"county_geoid": "55017", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 67", "area_weight": 0.0374}
{"county_geoid": "55017", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 23", "area_weight": 0.7811}
{"county_geoid": "55017", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 31", "area_weight": 0.2189}
{"county_geoid": "55019", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.9999}
{"county_geoid": "55019", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 69", "area_weight": 0.9998}
{"county_geoid": "55019", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "55021", "type": "CD", "district_state": "WI", "district_label": "Congressional District 6", "area_weight": 0.9978}
{"county_geoid": "55021", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 42", "area_weight": 0.5055}
{"county_geoid": "55021", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 40", "area_weight": 0.3269}
{"county_geoid": "55021", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 39", "area_weight": 0.1364}
{"county_geoid": "55021", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 41", "area_weight": 0.0307}
{"county_geoid": "55021", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 14", "area_weight": 0.8631}
{"county_geoid": "55021", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 13", "area_weight": 0.1368}
{"county_geoid": "55023", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "55023", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 49", "area_weight": 0.9999}
{"county_geoid": "55023", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "55025", "type": "CD", "district_state": "WI", "district_label": "Congressional District 2", "area_weight": 0.9996}
{"county_geoid": "55025", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 81", "area_weight": 0.1941}
{"county_geoid": "55025", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 47", "area_weight": 0.159}
{"county_geoid": "55025", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 50", "area_weight": 0.1442}
{"county_geoid": "55025", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 46", "area_weight": 0.1296}
{"county_geoid": "55025", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 48", "area_weight": 0.1013}
{"county_geoid": "55025", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 80", "area_weight": 0.0751}
{"county_geoid": "55025", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 42", "area_weight": 0.0713}
{"county_geoid": "55025", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 51", "area_weight": 0.0585}
{"county_geoid": "55025", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 78", "area_weight": 0.0302}
{"county_geoid": "55025", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 77", "area_weight": 0.0158}
{"county_geoid": "55025", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 79", "area_weight": 0.0119}
{"county_geoid": "55025", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 76", "area_weight": 0.0084}
{"county_geoid": "55025", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 16", "area_weight": 0.3899}
{"county_geoid": "55025", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 27", "area_weight": 0.2812}
{"county_geoid": "55025", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 17", "area_weight": 0.2027}
{"county_geoid": "55025", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 14", "area_weight": 0.0713}
{"county_geoid": "55025", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 26", "area_weight": 0.0544}
{"county_geoid": "55027", "type": "CD", "district_state": "WI", "district_label": "Congressional District 5", "area_weight": 0.6255}
{"county_geoid": "55027", "type": "CD", "district_state": "WI", "district_label": "Congressional District 6", "area_weight": 0.3745}
{"county_geoid": "55027", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 37", "area_weight": 0.435}
{"county_geoid": "55027", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 38", "area_weight": 0.3277}
{"county_geoid": "55027", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 99", "area_weight": 0.1185}
{"county_geoid": "55027", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 48", "area_weight": 0.0785}
{"county_geoid": "55027", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 59", "area_weight": 0.0402}
{"county_geoid": "55027", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 13", "area_weight": 0.7626}
{"county_geoid": "55027", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 33", "area_weight": 0.1185}
{"county_geoid": "55027", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 16", "area_weight": 0.0786}
{"county_geoid": "55027", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 20", "area_weight": 0.0402}
{"county_geoid": "55029", "type": "CD", "district_state": "WI", "district_label": "Congressional District 8", "area_weight": 0.215}
{"county_geoid": "55029", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 1", "area_weight": 0.2058}
{"county_geoid": "55029", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 1", "area_weight": 0.2058}
{"county_geoid": "55031", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.9065}
{"county_geoid": "55031", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 74", "area_weight": 0.5833}
{"county_geoid": "55031", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 73", "area_weight": 0.3234}
{"county_geoid": "55031", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 25", "area_weight": 0.9067}
{"county_geoid": "55033", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.9996}
{"county_geoid": "55033", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 67", "area_weight": 0.4601}
{"county_geoid": "55033", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 93", "area_weight": 0.1965}
{"county_geoid": "55033", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 28", "area_weight": 0.189}
{"county_geoid": "55033", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 92", "area_weight": 0.1544}
{"county_geoid": "55033", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 23", "area_weight": 0.4601}
{"county_geoid": "55033", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 31", "area_weight": 0.3509}
{"county_geoid": "55033", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 10", "area_weight": 0.189}
{"county_geoid": "55035", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.9997}
{"county_geoid": "55035", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 91", "area_weight": 0.633}
{"county_geoid": "55035", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 93", "area_weight": 0.3669}
{"county_geoid": "55035", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 31", "area_weight": 0.9999}
{"county_geoid": "55037", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.9961}
{"county_geoid": "55037", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 36", "area_weight": 0.9997}
{"county_geoid": "55037", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 12", "area_weight": 0.9997}
{"county_geoid": "55039", "type": "CD", "district_state": "WI", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "55039", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 39", "area_weight": 0.3318}
{"county_geoid": "55039", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 59", "area_weight": 0.237}
{"county_geoid": "55039", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 37", "area_weight": 0.1433}
{"county_geoid": "55039", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 27", "area_weight": 0.1262}
{"county_geoid": "55039", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 60", "area_weight": 0.1108}
{"county_geoid": "55039", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 13", "area_weight": 0.4752}
{"county_geoid": "55039", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 20", "area_weight": 0.3478}
{"county_geoid": "55039", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 9", "area_weight": 0.1262}
{"county_geoid": "55041", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.999}
{"county_geoid": "55041", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 36", "area_weight": 0.9998}
{"county_geoid": "55041", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 12", "area_weight": 1.0}
{"county_geoid": "55043", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.9998}
{"county_geoid": "55043", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 49", "area_weight": 0.8203}
{"county_geoid": "55043", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 51", "area_weight": 0.1796}
{"county_geoid": "55043", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "55045", "type": "CD", "district_state": "WI", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "55045", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 50", "area_weight": 0.9999}
{"county_geoid": "55045", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 17", "area_weight": 1.0}
{"county_geoid": "55047", "type": "CD", "district_state": "WI", "district_label": "Congressional District 6", "area_weight": 1.0}
{"county_geoid": "55047", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 39", "area_weight": 1.0}
{"county_geoid": "55047", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 13", "area_weight": 1.0}
{"county_geoid": "55049", "type": "CD", "district_state": "WI", "district_label": "Congressional District 2", "area_weight": 0.9993}
{"county_geoid": "55049", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 51", "area_weight": 0.9999}
{"county_geoid": "55049", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 17", "area_weight": 0.9999}
{"county_geoid": "55051", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.8716}
{"county_geoid": "55051", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 74", "area_weight": 0.8721}
{"county_geoid": "55051", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 25", "area_weight": 0.8722}
{"county_geoid": "55053", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.6796}
{"county_geoid": "55053", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.3204}
{"county_geoid": "55053", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 70", "area_weight": 0.9998}
{"county_geoid": "55053", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 24", "area_weight": 0.9999}
{"county_geoid": "55055", "type": "CD", "district_state": "WI", "district_label": "Congressional District 5", "area_weight": 0.9996}
{"county_geoid": "55055", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 46", "area_weight": 0.3863}
{"county_geoid": "55055", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 38", "area_weight": 0.2699}
{"county_geoid": "55055", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 97", "area_weight": 0.2374}
{"county_geoid": "55055", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 99", "area_weight": 0.0628}
{"county_geoid": "55055", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 43", "area_weight": 0.0436}
{"county_geoid": "55055", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 16", "area_weight": 0.3863}
{"county_geoid": "55055", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 33", "area_weight": 0.3002}
{"county_geoid": "55055", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 13", "area_weight": 0.2699}
{"county_geoid": "55055", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 15", "area_weight": 0.0436}
{"county_geoid": "55057", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.5408}
{"county_geoid": "55057", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.4591}
{"county_geoid": "55057", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 72", "area_weight": 0.5362}
{"county_geoid": "55057", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 70", "area_weight": 0.2521}
{"county_geoid": "55057", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 41", "area_weight": 0.2117}
{"county_geoid": "55057", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 24", "area_weight": 0.7883}
{"county_geoid": "55057", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 14", "area_weight": 0.2117}
{"county_geoid": "55059", "type": "CD", "district_state": "WI", "district_label": "Congressional District 1", "area_weight": 0.369}
{"county_geoid": "55059", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 32", "area_weight": 0.2817}
{"county_geoid": "55059", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 64", "area_weight": 0.0596}
{"county_geoid": "55059", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 65", "area_weight": 0.0275}
{"county_geoid": "55059", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 11", "area_weight": 0.2817}
{"county_geoid": "55059", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 22", "area_weight": 0.0871}
{"county_geoid": "55061", "type": "CD", "district_state": "WI", "district_label": "Congressional District 8", "area_weight": 0.3168}
{"county_geoid": "55061", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 1", "area_weight": 0.3173}
{"county_geoid": "55061", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 1", "area_weight": 0.3173}
{"county_geoid": "55063", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "55063", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 94", "area_weight": 0.4964}
{"county_geoid": "55063", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 95", "area_weight": 0.3672}
{"county_geoid": "55063", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 96", "area_weight": 0.1363}
{"county_geoid": "55063", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 32", "area_weight": 0.9999}
{"county_geoid": "55065", "type": "CD", "district_state": "WI", "district_label": "Congressional District 2", "area_weight": 1.0}
{"county_geoid": "55065", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 51", "area_weight": 0.9999}
{"county_geoid": "55065", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 17", "area_weight": 1.0}
{"county_geoid": "55067", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.9999}
{"county_geoid": "55067", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 35", "area_weight": 0.9997}
{"county_geoid": "55067", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "55069", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "55069", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 35", "area_weight": 0.9998}
{"county_geoid": "55069", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "55071", "type": "CD", "district_state": "WI", "district_label": "Congressional District 6", "area_weight": 0.3987}
{"county_geoid": "55071", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 2", "area_weight": 0.1541}
{"county_geoid": "55071", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 25", "area_weight": 0.1242}
{"county_geoid": "55071", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 3", "area_weight": 0.0962}
{"county_geoid": "55071", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 27", "area_weight": 0.024}
{"county_geoid": "55071", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 1", "area_weight": 0.2504}
{"county_geoid": "55071", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 9", "area_weight": 0.1481}
{"county_geoid": "55073", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.9997}
{"county_geoid": "55073", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 86", "area_weight": 0.2879}
{"county_geoid": "55073", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 87", "area_weight": 0.2786}
{"county_geoid": "55073", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 69", "area_weight": 0.1992}
{"county_geoid": "55073", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 35", "area_weight": 0.1795}
{"county_geoid": "55073", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 85", "area_weight": 0.0547}
{"county_geoid": "55073", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 29", "area_weight": 0.6213}
{"county_geoid": "55073", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 23", "area_weight": 0.1992}
{"county_geoid": "55073", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 12", "area_weight": 0.1795}
{"county_geoid": "55075", "type": "CD", "district_state": "WI", "district_label": "Congressional District 8", "area_weight": 0.9199}
{"county_geoid": "55075", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 36", "area_weight": 0.9222}
{"county_geoid": "55075", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 12", "area_weight": 0.9222}
{"county_geoid": "55077", "type": "CD", "district_state": "WI", "district_label": "Congressional District 6", "area_weight": 0.9997}
{"county_geoid": "55077", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 39", "area_weight": 0.9998}
{"county_geoid": "55077", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 13", "area_weight": 0.9998}
{"county_geoid": "55078", "type": "CD", "district_state": "WI", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "55078", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 6", "area_weight": 0.9999}
{"county_geoid": "55078", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 2", "area_weight": 0.9999}
{"county_geoid": "55079", "type": "CD", "district_state": "WI", "district_label": "Congressional District 4", "area_weight": 0.1176}
{"county_geoid": "55079", "type": "CD", "district_state": "WI", "district_label": "Congressional District 1", "area_weight": 0.0705}
{"county_geoid": "55079", "type": "CD", "district_state": "WI", "district_label": "Congressional District 5", "area_weight": 0.0153}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 21", "area_weight": 0.0314}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 63", "area_weight": 0.0285}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 12", "area_weight": 0.0165}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 61", "area_weight": 0.0157}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 23", "area_weight": 0.0139}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 20", "area_weight": 0.0116}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 11", "area_weight": 0.0115}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 10", "area_weight": 0.0104}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 14", "area_weight": 0.0104}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 7", "area_weight": 0.0093}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 13", "area_weight": 0.0088}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 9", "area_weight": 0.0073}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 17", "area_weight": 0.0068}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 18", "area_weight": 0.006}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 16", "area_weight": 0.006}
{"county_geoid": "55079", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 19", "area_weight": 0.0051}
{"county_geoid": "55079", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 7", "area_weight": 0.0481}
{"county_geoid": "55079", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 21", "area_weight": 0.0442}
{"county_geoid": "55079", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 4", "area_weight": 0.0384}
{"county_geoid": "55079", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 3", "area_weight": 0.0209}
{"county_geoid": "55079", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 5", "area_weight": 0.0192}
{"county_geoid": "55079", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 6", "area_weight": 0.0188}
{"county_geoid": "55079", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 8", "area_weight": 0.0139}
{"county_geoid": "55081", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.8466}
{"county_geoid": "55081", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.1534}
{"county_geoid": "55081", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 70", "area_weight": 0.6655}
{"county_geoid": "55081", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 95", "area_weight": 0.3344}
{"county_geoid": "55081", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 24", "area_weight": 0.6656}
{"county_geoid": "55081", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 32", "area_weight": 0.3344}
{"county_geoid": "55083", "type": "CD", "district_state": "WI", "district_label": "Congressional District 8", "area_weight": 0.8849}
{"county_geoid": "55083", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 36", "area_weight": 0.3308}
{"county_geoid": "55083", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 4", "area_weight": 0.3305}
{"county_geoid": "55083", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 6", "area_weight": 0.1861}
{"county_geoid": "55083", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 35", "area_weight": 0.037}
{"county_geoid": "55083", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 2", "area_weight": 0.5167}
{"county_geoid": "55083", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 12", "area_weight": 0.3678}
{"county_geoid": "55085", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "55085", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 34", "area_weight": 0.97}
{"county_geoid": "55085", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 35", "area_weight": 0.0299}
{"county_geoid": "55085", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "55087", "type": "CD", "district_state": "WI", "district_label": "Congressional District 8", "area_weight": 1.0}
{"county_geoid": "55087", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 56", "area_weight": 0.5333}
{"county_geoid": "55087", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 5", "area_weight": 0.3397}
{"county_geoid": "55087", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 57", "area_weight": 0.0471}
{"county_geoid": "55087", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 2", "area_weight": 0.0373}
{"county_geoid": "55087", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 52", "area_weight": 0.034}
{"county_geoid": "55087", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 55", "area_weight": 0.0064}
{"county_geoid": "55087", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 19", "area_weight": 0.5868}
{"county_geoid": "55087", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 2", "area_weight": 0.3398}
{"county_geoid": "55087", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 1", "area_weight": 0.0373}
{"county_geoid": "55087", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 18", "area_weight": 0.0361}
{"county_geoid": "55089", "type": "CD", "district_state": "WI", "district_label": "Congressional District 6", "area_weight": 0.2095}
{"county_geoid": "55089", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 59", "area_weight": 0.0993}
{"county_geoid": "55089", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 22", "area_weight": 0.0935}
{"county_geoid": "55089", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 23", "area_weight": 0.0178}
{"county_geoid": "55089", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 8", "area_weight": 0.1112}
{"county_geoid": "55089", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 20", "area_weight": 0.0994}
{"county_geoid": "55091", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.9999}
{"county_geoid": "55091", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 29", "area_weight": 0.9998}
{"county_geoid": "55091", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 10", "area_weight": 0.9998}
{"county_geoid": "55093", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.9994}
{"county_geoid": "55093", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 29", "area_weight": 0.6797}
{"county_geoid": "55093", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 28", "area_weight": 0.179}
{"county_geoid": "55093", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 30", "area_weight": 0.1407}
{"county_geoid": "55093", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 10", "area_weight": 0.9995}
{"county_geoid": "55095", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.9998}
{"county_geoid": "55095", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 75", "area_weight": 0.9997}
{"county_geoid": "55095", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 25", "area_weight": 0.9997}
{"county_geoid": "55097", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.9995}
{"county_geoid": "55097", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 71", "area_weight": 0.4937}
{"county_geoid": "55097", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 87", "area_weight": 0.226}
{"county_geoid": "55097", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 57", "area_weight": 0.1414}
{"county_geoid": "55097", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 86", "area_weight": 0.1389}
{"county_geoid": "55097", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 24", "area_weight": 0.4937}
{"county_geoid": "55097", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 29", "area_weight": 0.3649}
{"county_geoid": "55097", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 19", "area_weight": 0.1414}
{"county_geoid": "55099", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "55099", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 68", "area_weight": 0.9998}
{"county_geoid": "55099", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 23", "area_weight": 0.9998}
{"county_geoid": "55101", "type": "CD", "district_state": "WI", "district_label": "Congressional District 1", "area_weight": 0.4293}
{"county_geoid": "55101", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 33", "area_weight": 0.1664}
{"county_geoid": "55101", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 63", "area_weight": 0.0956}
{"county_geoid": "55101", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 84", "area_weight": 0.0908}
{"county_geoid": "55101", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 66", "area_weight": 0.0528}
{"county_geoid": "55101", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 62", "area_weight": 0.024}
{"county_geoid": "55101", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 11", "area_weight": 0.1664}
{"county_geoid": "55101", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 21", "area_weight": 0.1195}
{"county_geoid": "55101", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 28", "area_weight": 0.0908}
{"county_geoid": "55101", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 22", "area_weight": 0.0528}
{"county_geoid": "55103", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.9995}
{"county_geoid": "55103", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 41", "area_weight": 0.9999}
{"county_geoid": "55103", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 14", "area_weight": 0.9999}
{"county_geoid": "55105", "type": "CD", "district_state": "WI", "district_label": "Congressional District 2", "area_weight": 0.5485}
{"county_geoid": "55105", "type": "CD", "district_state": "WI", "district_label": "Congressional District 1", "area_weight": 0.4514}
{"county_geoid": "55105", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 45", "area_weight": 0.3494}
{"county_geoid": "55105", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 44", "area_weight": 0.3079}
{"county_geoid": "55105", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 43", "area_weight": 0.2422}
{"county_geoid": "55105", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 31", "area_weight": 0.1002}
{"county_geoid": "55105", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 15", "area_weight": 0.8994}
{"county_geoid": "55105", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 11", "area_weight": 0.1002}
{"county_geoid": "55107", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "55107", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 68", "area_weight": 0.9998}
{"county_geoid": "55107", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 23", "area_weight": 0.9999}
{"county_geoid": "55109", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.9997}
{"county_geoid": "55109", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 28", "area_weight": 0.801}
{"county_geoid": "55109", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 30", "area_weight": 0.1988}
{"county_geoid": "55109", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 10", "area_weight": 0.9998}
{"county_geoid": "55111", "type": "CD", "district_state": "WI", "district_label": "Congressional District 2", "area_weight": 0.8765}
{"county_geoid": "55111", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.1225}
{"county_geoid": "55111", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 40", "area_weight": 0.5322}
{"county_geoid": "55111", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 41", "area_weight": 0.4677}
{"county_geoid": "55111", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 14", "area_weight": 0.9999}
{"county_geoid": "55113", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "55113", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 74", "area_weight": 0.9999}
{"county_geoid": "55113", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 25", "area_weight": 0.9999}
{"county_geoid": "55115", "type": "CD", "district_state": "WI", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "55115", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 6", "area_weight": 0.6443}
{"county_geoid": "55115", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 87", "area_weight": 0.2777}
{"county_geoid": "55115", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 35", "area_weight": 0.078}
{"county_geoid": "55115", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 2", "area_weight": 0.6443}
{"county_geoid": "55115", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 29", "area_weight": 0.2777}
{"county_geoid": "55115", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 12", "area_weight": 0.078}
{"county_geoid": "55117", "type": "CD", "district_state": "WI", "district_label": "Congressional District 6", "area_weight": 0.4073}
{"county_geoid": "55117", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 27", "area_weight": 0.2618}
{"county_geoid": "55117", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 59", "area_weight": 0.091}
{"county_geoid": "55117", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 26", "area_weight": 0.0346}
{"county_geoid": "55117", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 25", "area_weight": 0.0198}
{"county_geoid": "55117", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 9", "area_weight": 0.3161}
{"county_geoid": "55117", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 20", "area_weight": 0.091}
{"county_geoid": "55119", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "55119", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 68", "area_weight": 0.8136}
{"county_geoid": "55119", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 69", "area_weight": 0.1864}
{"county_geoid": "55119", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 23", "area_weight": 1.0}
{"county_geoid": "55121", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "55121", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 29", "area_weight": 0.638}
{"county_geoid": "55121", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 94", "area_weight": 0.2165}
{"county_geoid": "55121", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 93", "area_weight": 0.1454}
{"county_geoid": "55121", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 10", "area_weight": 0.638}
{"county_geoid": "55121", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 32", "area_weight": 0.2165}
{"county_geoid": "55121", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 31", "area_weight": 0.1454}
{"county_geoid": "55123", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 1.0}
{"county_geoid": "55123", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 96", "area_weight": 0.998}
{"county_geoid": "55123", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 32", "area_weight": 0.998}
{"county_geoid": "55125", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.9999}
{"county_geoid": "55125", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 34", "area_weight": 0.9999}
{"county_geoid": "55125", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 12", "area_weight": 0.9999}
{"county_geoid": "55127", "type": "CD", "district_state": "WI", "district_label": "Congressional District 1", "area_weight": 0.9376}
{"county_geoid": "55127", "type": "CD", "district_state": "WI", "district_label": "Congressional District 5", "area_weight": 0.0623}
{"county_geoid": "55127", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 31", "area_weight": 0.5362}
{"county_geoid": "55127", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 33", "area_weight": 0.2735}
{"county_geoid": "55127", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 43", "area_weight": 0.1247}
{"county_geoid": "55127", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 32", "area_weight": 0.0623}
{"county_geoid": "55127", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 11", "area_weight": 0.8719}
{"county_geoid": "55127", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 15", "area_weight": 0.1247}
{"county_geoid": "55129", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 1.0}
{"county_geoid": "55129", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 74", "area_weight": 0.9998}
{"county_geoid": "55129", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 25", "area_weight": 0.9999}
{"county_geoid": "55131", "type": "CD", "district_state": "WI", "district_label": "Congressional District 5", "area_weight": 0.9998}
{"county_geoid": "55131", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 59", "area_weight": 0.3564}
{"county_geoid": "55131", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 58", "area_weight": 0.3143}
{"county_geoid": "55131", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 98", "area_weight": 0.2526}
{"county_geoid": "55131", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 22", "area_weight": 0.0441}
{"county_geoid": "55131", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 24", "area_weight": 0.0323}
{"county_geoid": "55131", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 20", "area_weight": 0.6707}
{"county_geoid": "55131", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 33", "area_weight": 0.2528}
{"county_geoid": "55131", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 8", "area_weight": 0.0765}
{"county_geoid": "55133", "type": "CD", "district_state": "WI", "district_label": "Congressional District 5", "area_weight": 0.9999}
{"county_geoid": "55133", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 97", "area_weight": 0.3264}
{"county_geoid": "55133", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 99", "area_weight": 0.1442}
{"county_geoid": "55133", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 84", "area_weight": 0.1429}
{"county_geoid": "55133", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 83", "area_weight": 0.0952}
{"county_geoid": "55133", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 15", "area_weight": 0.084}
{"county_geoid": "55133", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 98", "area_weight": 0.0665}
{"county_geoid": "55133", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 24", "area_weight": 0.0632}
{"county_geoid": "55133", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 82", "area_weight": 0.0514}
{"county_geoid": "55133", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 13", "area_weight": 0.0261}
{"county_geoid": "55133", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 33", "area_weight": 0.5372}
{"county_geoid": "55133", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 28", "area_weight": 0.2894}
{"county_geoid": "55133", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 5", "area_weight": 0.1101}
{"county_geoid": "55133", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 8", "area_weight": 0.0632}
{"county_geoid": "55135", "type": "CD", "district_state": "WI", "district_label": "Congressional District 8", "area_weight": 0.9998}
{"county_geoid": "55135", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 57", "area_weight": 0.424}
{"county_geoid": "55135", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 87", "area_weight": 0.3336}
{"county_geoid": "55135", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 56", "area_weight": 0.1425}
{"county_geoid": "55135", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 6", "area_weight": 0.1}
{"county_geoid": "55135", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 19", "area_weight": 0.5664}
{"county_geoid": "55135", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 29", "area_weight": 0.3336}
{"county_geoid": "55135", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 2", "area_weight": 0.1}
{"county_geoid": "55137", "type": "CD", "district_state": "WI", "district_label": "Congressional District 6", "area_weight": 0.9999}
{"county_geoid": "55137", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 57", "area_weight": 0.9986}
{"county_geoid": "55137", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 19", "area_weight": 0.9986}
{"county_geoid": "55139", "type": "CD", "district_state": "WI", "district_label": "Congressional District 6", "area_weight": 0.9199}
{"county_geoid": "55139", "type": "CD", "district_state": "WI", "district_label": "Congressional District 8", "area_weight": 0.0801}
{"county_geoid": "55139", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 55", "area_weight": 0.5461}
{"county_geoid": "55139", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 57", "area_weight": 0.1184}
{"county_geoid": "55139", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 54", "area_weight": 0.0708}
{"county_geoid": "55139", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 39", "area_weight": 0.0623}
{"county_geoid": "55139", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 53", "area_weight": 0.046}
{"county_geoid": "55139", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 19", "area_weight": 0.6646}
{"county_geoid": "55139", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 18", "area_weight": 0.1168}
{"county_geoid": "55139", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 13", "area_weight": 0.0623}
{"county_geoid": "55141", "type": "CD", "district_state": "WI", "district_label": "Congressional District 7", "area_weight": 0.5629}
{"county_geoid": "55141", "type": "CD", "district_state": "WI", "district_label": "Congressional District 3", "area_weight": 0.4371}
{"county_geoid": "55141", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 86", "area_weight": 0.5569}
{"county_geoid": "55141", "type": "SH", "district_state": "WI", "district_label": "WI State House of Representatives District 72", "area_weight": 0.4431}
{"county_geoid": "55141", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 29", "area_weight": 0.5569}
{"county_geoid": "55141", "type": "SS", "district_state": "WI", "district_label": "WI State Senate District 24", "area_weight": 0.4431}
{"county_geoid": "56001", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56001", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 14", "area_weight": 0.6309}
{"county_geoid": "56001", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 46", "area_weight": 0.3674}
{"county_geoid": "56001", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 10", "area_weight": 0.9982}
{"county_geoid": "56003", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56003", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 26", "area_weight": 0.5766}
{"county_geoid": "56003", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 27", "area_weight": 0.2447}
{"county_geoid": "56003", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 28", "area_weight": 0.1786}
{"county_geoid": "56003", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 19", "area_weight": 0.5766}
{"county_geoid": "56003", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 20", "area_weight": 0.4233}
{"county_geoid": "56005", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56005", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 3", "area_weight": 0.5323}
{"county_geoid": "56005", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 52", "area_weight": 0.4629}
{"county_geoid": "56005", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 23", "area_weight": 0.5343}
{"county_geoid": "56005", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 1", "area_weight": 0.4629}
{"county_geoid": "56007", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56007", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 47", "area_weight": 0.6943}
{"county_geoid": "56007", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 15", "area_weight": 0.3055}
{"county_geoid": "56007", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 11", "area_weight": 0.9998}
{"county_geoid": "56009", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56009", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 6", "area_weight": 0.6587}
{"county_geoid": "56009", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 62", "area_weight": 0.3409}
{"county_geoid": "56009", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 2", "area_weight": 0.9997}
{"county_geoid": "56011", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "56011", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 1", "area_weight": 0.9999}
{"county_geoid": "56011", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 1", "area_weight": 1.0}
{"county_geoid": "56013", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56013", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 34", "area_weight": 0.5536}
{"county_geoid": "56013", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 33", "area_weight": 0.2851}
{"county_geoid": "56013", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 28", "area_weight": 0.1501}
{"county_geoid": "56013", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 54", "area_weight": 0.01}
{"county_geoid": "56013", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 26", "area_weight": 0.5547}
{"county_geoid": "56013", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 25", "area_weight": 0.2951}
{"county_geoid": "56013", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 20", "area_weight": 0.1501}
{"county_geoid": "56015", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "56015", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 5", "area_weight": 0.5879}
{"county_geoid": "56015", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 2", "area_weight": 0.4119}
{"county_geoid": "56015", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 3", "area_weight": 0.9998}
{"county_geoid": "56017", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56017", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 28", "area_weight": 0.9999}
{"county_geoid": "56017", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 20", "area_weight": 0.9999}
{"county_geoid": "56019", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56019", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 40", "area_weight": 0.9998}
{"county_geoid": "56019", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 22", "area_weight": 0.9998}
{"county_geoid": "56021", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56021", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 10", "area_weight": 0.4629}
{"county_geoid": "56021", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 4", "area_weight": 0.2595}
{"county_geoid": "56021", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 42", "area_weight": 0.193}
{"county_geoid": "56021", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 43", "area_weight": 0.0444}
{"county_geoid": "56021", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 8", "area_weight": 0.0173}
{"county_geoid": "56021", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 12", "area_weight": 0.013}
{"county_geoid": "56021", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 6", "area_weight": 0.7224}
{"county_geoid": "56021", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 5", "area_weight": 0.206}
{"county_geoid": "56021", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 31", "area_weight": 0.0452}
{"county_geoid": "56021", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 4", "area_weight": 0.0182}
{"county_geoid": "56021", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 8", "area_weight": 0.0054}
{"county_geoid": "56023", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "56023", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 18", "area_weight": 0.5706}
{"county_geoid": "56023", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 22", "area_weight": 0.2094}
{"county_geoid": "56023", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 21", "area_weight": 0.1151}
{"county_geoid": "56023", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 20", "area_weight": 0.1046}
{"county_geoid": "56023", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 14", "area_weight": 0.6753}
{"county_geoid": "56023", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 16", "area_weight": 0.3246}
{"county_geoid": "56025", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56025", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 38", "area_weight": 0.702}
{"county_geoid": "56025", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 58", "area_weight": 0.1862}
{"county_geoid": "56025", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 62", "area_weight": 0.092}
{"county_geoid": "56025", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 37", "area_weight": 0.0137}
{"county_geoid": "56025", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 30", "area_weight": 0.8881}
{"county_geoid": "56025", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 2", "area_weight": 0.092}
{"county_geoid": "56025", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 29", "area_weight": 0.0153}
{"county_geoid": "56027", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56027", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 2", "area_weight": 1.0}
{"county_geoid": "56027", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 3", "area_weight": 1.0}
{"county_geoid": "56029", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 0.9997}
{"county_geoid": "56029", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 24", "area_weight": 0.5206}
{"county_geoid": "56029", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 50", "area_weight": 0.2328}
{"county_geoid": "56029", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 28", "area_weight": 0.2083}
{"county_geoid": "56029", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 26", "area_weight": 0.0283}
{"county_geoid": "56029", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 25", "area_weight": 0.0099}
{"county_geoid": "56029", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 18", "area_weight": 0.7534}
{"county_geoid": "56029", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 20", "area_weight": 0.2083}
{"county_geoid": "56029", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 19", "area_weight": 0.0382}
{"county_geoid": "56031", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56031", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 4", "area_weight": 0.9998}
{"county_geoid": "56031", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 6", "area_weight": 0.9998}
{"county_geoid": "56033", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 0.9999}
{"county_geoid": "56033", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 51", "area_weight": 0.4378}
{"county_geoid": "56033", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 40", "area_weight": 0.3215}
{"county_geoid": "56033", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 30", "area_weight": 0.238}
{"county_geoid": "56033", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 22", "area_weight": 0.5271}
{"county_geoid": "56033", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 21", "area_weight": 0.4727}
{"county_geoid": "56035", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56035", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 20", "area_weight": 0.9997}
{"county_geoid": "56035", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 14", "area_weight": 0.9997}
{"county_geoid": "56037", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56037", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 47", "area_weight": 0.7987}
{"county_geoid": "56037", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 18", "area_weight": 0.1939}
{"county_geoid": "56037", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 11", "area_weight": 0.802}
{"county_geoid": "56037", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 14", "area_weight": 0.1939}
{"county_geoid": "56039", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56039", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 23", "area_weight": 0.9322}
{"county_geoid": "56039", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 22", "area_weight": 0.0671}
{"county_geoid": "56039", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 17", "area_weight": 0.9327}
{"county_geoid": "56039", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 16", "area_weight": 0.0671}
{"county_geoid": "56041", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 0.9996}
{"county_geoid": "56041", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 19", "area_weight": 0.751}
{"county_geoid": "56041", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 18", "area_weight": 0.2451}
{"county_geoid": "56041", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 15", "area_weight": 0.7545}
{"county_geoid": "56041", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 14", "area_weight": 0.2451}
{"county_geoid": "56043", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56043", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 27", "area_weight": 0.9999}
{"county_geoid": "56043", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 20", "area_weight": 0.9999}
{"county_geoid": "56045", "type": "CD", "district_state": "WY", "district_label": "Congressional District (at Large)", "area_weight": 1.0}
{"county_geoid": "56045", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 1", "area_weight": 0.5483}
{"county_geoid": "56045", "type": "SH", "district_state": "WY", "district_label": "WY State House of Representatives District 2", "area_weight": 0.4514}
{"county_geoid": "56045", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 1", "area_weight": 0.5484}
{"county_geoid": "56045", "type": "SS", "district_state": "WY", "district_label": "WY State Senate District 3", "area_weight": 0.4514}
{"county_geoid": "72001", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 23", "area_weight": 0.6276}
{"county_geoid": "72001", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 22", "area_weight": 0.3721}
{"county_geoid": "72001", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 1.0}
{"county_geoid": "72003", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 18", "area_weight": 0.6771}
{"county_geoid": "72003", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 4", "area_weight": 0.678}
{"county_geoid": "72005", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 17", "area_weight": 0.453}
{"county_geoid": "72005", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 16", "area_weight": 0.03}
{"county_geoid": "72005", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 4", "area_weight": 0.4832}
{"county_geoid": "72007", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 5", "area_weight": 0.9978}
{"county_geoid": "72007", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 1", "area_weight": 0.9978}
{"county_geoid": "72009", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 27", "area_weight": 0.9973}
{"county_geoid": "72009", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 1.0}
{"county_geoid": "72011", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 18", "area_weight": 0.8802}
{"county_geoid": "72011", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 4", "area_weight": 0.8814}
{"county_geoid": "72013", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 14", "area_weight": 0.6062}
{"county_geoid": "72013", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 13", "area_weight": 0.1341}
{"county_geoid": "72013", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 3", "area_weight": 0.7403}
{"county_geoid": "72015", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 30", "area_weight": 0.4207}
{"county_geoid": "72015", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 0.4207}
{"county_geoid": "72017", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 13", "area_weight": 0.6057}
{"county_geoid": "72017", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 3", "area_weight": 0.6058}
{"county_geoid": "72019", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 26", "area_weight": 0.8181}
{"county_geoid": "72019", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 28", "area_weight": 0.1812}
{"county_geoid": "72019", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 1.0}
{"county_geoid": "72021", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 8", "area_weight": 0.3957}
{"county_geoid": "72021", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 7", "area_weight": 0.2939}
{"county_geoid": "72021", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 9", "area_weight": 0.2793}
{"county_geoid": "72021", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 6", "area_weight": 0.0291}
{"county_geoid": "72021", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 2", "area_weight": 0.9989}
{"county_geoid": "72023", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 20", "area_weight": 0.4068}
{"county_geoid": "72023", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 4", "area_weight": 0.4068}
{"county_geoid": "72025", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 32", "area_weight": 0.6174}
{"county_geoid": "72025", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 31", "area_weight": 0.3812}
{"county_geoid": "72025", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 7", "area_weight": 0.9992}
{"county_geoid": "72027", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 15", "area_weight": 0.747}
{"county_geoid": "72027", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 3", "area_weight": 0.7471}
{"county_geoid": "72029", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 37", "area_weight": 0.7641}
{"county_geoid": "72029", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 38", "area_weight": 0.2347}
{"county_geoid": "72029", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 8", "area_weight": 0.999}
{"county_geoid": "72031", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 38", "area_weight": 0.3454}
{"county_geoid": "72031", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 40", "area_weight": 0.2444}
{"county_geoid": "72031", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 39", "area_weight": 0.2001}
{"county_geoid": "72031", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 8", "area_weight": 0.791}
{"county_geoid": "72033", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 6", "area_weight": 0.4487}
{"county_geoid": "72033", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 10", "area_weight": 0.2643}
{"county_geoid": "72033", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 2", "area_weight": 0.7134}
{"county_geoid": "72035", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 29", "area_weight": 0.9984}
{"county_geoid": "72035", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 0.9996}
{"county_geoid": "72037", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 36", "area_weight": 0.1821}
{"county_geoid": "72037", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 8", "area_weight": 0.1821}
{"county_geoid": "72039", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 22", "area_weight": 0.9979}
{"county_geoid": "72039", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.9983}
{"county_geoid": "72041", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 29", "area_weight": 0.9979}
{"county_geoid": "72041", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 0.9992}
{"county_geoid": "72043", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 26", "area_weight": 0.5452}
{"county_geoid": "72043", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 27", "area_weight": 0.4545}
{"county_geoid": "72043", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 1.0}
{"county_geoid": "72045", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 28", "area_weight": 0.9975}
{"county_geoid": "72045", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 0.9993}
{"county_geoid": "72047", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 28", "area_weight": 0.6674}
{"county_geoid": "72047", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 26", "area_weight": 0.3317}
{"county_geoid": "72047", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 0.9991}
{"county_geoid": "72049", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 36", "area_weight": 0.0701}
{"county_geoid": "72049", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 8", "area_weight": 0.0701}
{"county_geoid": "72051", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 11", "area_weight": 0.4341}
{"county_geoid": "72051", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 3", "area_weight": 0.4341}
{"county_geoid": "72053", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 36", "area_weight": 0.286}
{"county_geoid": "72053", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 8", "area_weight": 0.286}
{"county_geoid": "72054", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 13", "area_weight": 0.9979}
{"county_geoid": "72054", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 3", "area_weight": 0.9985}
{"county_geoid": "72055", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 21", "area_weight": 0.4671}
{"county_geoid": "72055", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.4672}
{"county_geoid": "72057", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 30", "area_weight": 0.6137}
{"county_geoid": "72057", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 0.6143}
{"county_geoid": "72059", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 23", "area_weight": 0.6588}
{"county_geoid": "72059", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.6589}
{"county_geoid": "72061", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 5", "area_weight": 0.6739}
{"county_geoid": "72061", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 6", "area_weight": 0.3179}
{"county_geoid": "72061", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 1", "area_weight": 0.6751}
{"county_geoid": "72061", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 2", "area_weight": 0.3198}
{"county_geoid": "72063", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 31", "area_weight": 0.8906}
{"county_geoid": "72063", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 33", "area_weight": 0.1081}
{"county_geoid": "72063", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 7", "area_weight": 0.999}
{"county_geoid": "72065", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 14", "area_weight": 0.386}
{"county_geoid": "72065", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 15", "area_weight": 0.3251}
{"county_geoid": "72065", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 3", "area_weight": 0.7112}
{"county_geoid": "72067", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 20", "area_weight": 0.9956}
{"county_geoid": "72067", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 4", "area_weight": 1.0}
{"county_geoid": "72069", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 35", "area_weight": 0.6278}
{"county_geoid": "72069", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 7", "area_weight": 0.6285}
{"county_geoid": "72071", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 16", "area_weight": 0.6015}
{"county_geoid": "72071", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 4", "area_weight": 0.6016}
{"county_geoid": "72073", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 25", "area_weight": 0.6281}
{"county_geoid": "72073", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 22", "area_weight": 0.3718}
{"county_geoid": "72073", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.9999}
{"county_geoid": "72075", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 25", "area_weight": 0.3059}
{"county_geoid": "72075", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 27", "area_weight": 0.2604}
{"county_geoid": "72075", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.3059}
{"county_geoid": "72075", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 0.2608}
{"county_geoid": "72077", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 33", "area_weight": 0.9985}
{"county_geoid": "72077", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 7", "area_weight": 0.9996}
{"county_geoid": "72079", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 21", "area_weight": 0.5945}
{"county_geoid": "72079", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.5945}
{"county_geoid": "72081", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 22", "area_weight": 0.9991}
{"county_geoid": "72081", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.9996}
{"county_geoid": "72083", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 21", "area_weight": 0.9981}
{"county_geoid": "72083", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.9983}
{"county_geoid": "72085", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 33", "area_weight": 0.628}
{"county_geoid": "72085", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 35", "area_weight": 0.3711}
{"county_geoid": "72085", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 7", "area_weight": 1.0}
{"county_geoid": "72087", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 37", "area_weight": 0.3093}
{"county_geoid": "72087", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 8", "area_weight": 0.3097}
{"county_geoid": "72089", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 36", "area_weight": 0.5526}
{"county_geoid": "72089", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 8", "area_weight": 0.5526}
{"county_geoid": "72091", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 13", "area_weight": 0.4715}
{"county_geoid": "72091", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 12", "area_weight": 0.1791}
{"county_geoid": "72091", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 3", "area_weight": 0.6506}
{"county_geoid": "72093", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 21", "area_weight": 0.9989}
{"county_geoid": "72093", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.9993}
{"county_geoid": "72095", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 34", "area_weight": 0.55}
{"county_geoid": "72095", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 7", "area_weight": 0.55}
{"county_geoid": "72097", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 19", "area_weight": 0.2786}
{"county_geoid": "72097", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 4", "area_weight": 0.2804}
{"county_geoid": "72099", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 17", "area_weight": 0.7689}
{"county_geoid": "72099", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 18", "area_weight": 0.2301}
{"county_geoid": "72099", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 4", "area_weight": 1.0}
{"county_geoid": "72101", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 12", "area_weight": 0.9991}
{"county_geoid": "72101", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 3", "area_weight": 0.9991}
{"county_geoid": "72103", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 35", "area_weight": 0.7134}
{"county_geoid": "72103", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 7", "area_weight": 0.7134}
{"county_geoid": "72105", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 28", "area_weight": 0.9981}
{"county_geoid": "72105", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 0.9986}
{"county_geoid": "72107", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 26", "area_weight": 0.999}
{"county_geoid": "72107", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 0.999}
{"county_geoid": "72109", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 34", "area_weight": 0.6252}
{"county_geoid": "72109", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 7", "area_weight": 0.6252}
{"county_geoid": "72111", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 23", "area_weight": 0.6581}
{"county_geoid": "72111", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.6583}
{"county_geoid": "72113", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 25", "area_weight": 0.4397}
{"county_geoid": "72113", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 24", "area_weight": 0.1127}
{"county_geoid": "72113", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 23", "area_weight": 0.0514}
{"county_geoid": "72113", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.6038}
{"county_geoid": "72115", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 15", "area_weight": 0.6712}
{"county_geoid": "72115", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 3", "area_weight": 0.6712}
{"county_geoid": "72117", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 18", "area_weight": 0.2616}
{"county_geoid": "72117", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 4", "area_weight": 0.2616}
{"county_geoid": "72119", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 37", "area_weight": 0.4924}
{"county_geoid": "72119", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 36", "area_weight": 0.1855}
{"county_geoid": "72119", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 8", "area_weight": 0.6779}
{"county_geoid": "72121", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 21", "area_weight": 0.9995}
{"county_geoid": "72121", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.9995}
{"county_geoid": "72123", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 30", "area_weight": 0.602}
{"county_geoid": "72123", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 0.6024}
{"county_geoid": "72125", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 20", "area_weight": 0.5199}
{"county_geoid": "72125", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 19", "area_weight": 0.4789}
{"county_geoid": "72125", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 4", "area_weight": 0.9988}
{"county_geoid": "72127", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 4", "area_weight": 0.1517}
{"county_geoid": "72127", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 2", "area_weight": 0.1446}
{"county_geoid": "72127", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 5", "area_weight": 0.138}
{"county_geoid": "72127", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 3", "area_weight": 0.1118}
{"county_geoid": "72127", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 1", "area_weight": 0.0949}
{"county_geoid": "72127", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 1", "area_weight": 0.6411}
{"county_geoid": "72129", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 34", "area_weight": 0.804}
{"county_geoid": "72129", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 33", "area_weight": 0.1953}
{"county_geoid": "72129", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 7", "area_weight": 1.0}
{"county_geoid": "72131", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 16", "area_weight": 0.9983}
{"county_geoid": "72131", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 4", "area_weight": 0.9989}
{"county_geoid": "72133", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 27", "area_weight": 0.2972}
{"county_geoid": "72133", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 30", "area_weight": 0.1473}
{"county_geoid": "72133", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 0.4445}
{"county_geoid": "72135", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 9", "area_weight": 0.9977}
{"county_geoid": "72135", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 2", "area_weight": 0.9979}
{"county_geoid": "72137", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 10", "area_weight": 0.5592}
{"county_geoid": "72137", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 2", "area_weight": 0.5599}
{"county_geoid": "72139", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 38", "area_weight": 0.725}
{"county_geoid": "72139", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 39", "area_weight": 0.2729}
{"county_geoid": "72139", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 8", "area_weight": 0.9979}
{"county_geoid": "72141", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 22", "area_weight": 0.999}
{"county_geoid": "72141", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.9996}
{"county_geoid": "72143", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 11", "area_weight": 0.4115}
{"county_geoid": "72143", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 12", "area_weight": 0.3251}
{"county_geoid": "72143", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 3", "area_weight": 0.7365}
{"county_geoid": "72145", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 12", "area_weight": 0.4738}
{"county_geoid": "72145", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 11", "area_weight": 0.2086}
{"county_geoid": "72145", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 3", "area_weight": 0.6824}
{"county_geoid": "72147", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 36", "area_weight": 0.1941}
{"county_geoid": "72147", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 8", "area_weight": 0.1941}
{"county_geoid": "72149", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 26", "area_weight": 0.9991}
{"county_geoid": "72149", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 6", "area_weight": 0.9996}
{"county_geoid": "72151", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 34", "area_weight": 0.6621}
{"county_geoid": "72151", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 7", "area_weight": 0.6627}
{"county_geoid": "72153", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 21", "area_weight": 0.6465}
{"county_geoid": "72153", "type": "SH", "district_state": "PR", "district_label": "PR State House of Representatives District 23", "area_weight": 0.352}
{"county_geoid": "72153", "type": "SS", "district_state": "PR", "district_label": "PR State Senate District 5", "area_weight": 0.9986}