Graph: national county↔district↔legislator authority layer

The first edges in the repo. Every US county now links to the districts it
sits in, weighted by area overlap, and every legislator links to the district
they represent — county → district → representative, traversable.

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

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

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

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

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Fabio
2026-07-04 22:28:08 -04:00
parent 6c9990a115
commit 1beeaab2db
18213 changed files with 280514 additions and 3515 deletions
@@ -22,9 +22,24 @@ demographics:
race_native: 56
hispanic: 1992
bachelors_plus: 2060
districts:
- to: "us/states/ga/districts/01"
rel: in-district
area_weight: 0.9964
- to: "us/states/ga/districts/senate/19"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/house/157"
rel: in-district
area_weight: 0.6221
- to: "us/states/ga/districts/house/178"
rel: in-district
area_weight: 0.3778
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 1992 |
| Bachelor's or higher | 2060 |
## Districts
- [GA-01](/us/states/ga/districts/01.md) — 100% (congressional)
- [GA Senate District 19](/us/states/ga/districts/senate/19.md) — 100% (state senate)
- [GA House District 157](/us/states/ga/districts/house/157.md) — 62% (state house)
- [GA House District 178](/us/states/ga/districts/house/178.md) — 38% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 0
hispanic: 2295
bachelors_plus: 710
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.9994
- to: "us/states/ga/districts/senate/8"
rel: in-district
area_weight: 0.9995
- to: "us/states/ga/districts/house/176"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2295 |
| Bachelor's or higher | 710 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 8](/us/states/ga/districts/senate/8.md) — 100% (state senate)
- [GA House District 176](/us/states/ga/districts/house/176.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 29
hispanic: 944
bachelors_plus: 1133
districts:
- to: "us/states/ga/districts/01"
rel: in-district
area_weight: 0.998
- to: "us/states/ga/districts/senate/19"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/178"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 944 |
| Bachelor's or higher | 1133 |
## Districts
- [GA-01](/us/states/ga/districts/01.md) — 100% (congressional)
- [GA Senate District 19](/us/states/ga/districts/senate/19.md) — 100% (state senate)
- [GA House District 178](/us/states/ga/districts/house/178.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,18 @@ demographics:
race_native: 14
hispanic: 118
bachelors_plus: 512
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/house/154"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +65,12 @@ County jurisdiction.
| Hispanic/Latino | 118 |
| Bachelor's or higher | 512 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 100% (congressional)
- [GA House District 154](/us/states/ga/districts/house/154.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 31
hispanic: 1255
bachelors_plus: 9908
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.9935
- to: "us/states/ga/districts/senate/25"
rel: in-district
area_weight: 0.9996
- to: "us/states/ga/districts/house/149"
rel: in-district
area_weight: 0.6751
- to: "us/states/ga/districts/house/128"
rel: in-district
area_weight: 0.3245
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 1255 |
| Bachelor's or higher | 9908 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 99% (congressional)
- [GA Senate District 25](/us/states/ga/districts/senate/25.md) — 100% (state senate)
- [GA House District 149](/us/states/ga/districts/house/149.md) — 68% (state house)
- [GA House District 128](/us/states/ga/districts/house/128.md) — 32% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 27
hispanic: 1409
bachelors_plus: 3370
districts:
- to: "us/states/ga/districts/09"
rel: in-district
area_weight: 0.9987
- to: "us/states/ga/districts/senate/50"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/32"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1409 |
| Bachelor's or higher | 3370 |
## Districts
- [GA-09](/us/states/ga/districts/09.md) — 100% (congressional)
- [GA Senate District 50](/us/states/ga/districts/senate/50.md) — 100% (state senate)
- [GA House District 32](/us/states/ga/districts/house/32.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,36 @@ demographics:
race_native: 514
hispanic: 13741
bachelors_plus: 17136
districts:
- to: "us/states/ga/districts/10"
rel: in-district
area_weight: 0.9942
- to: "us/states/ga/districts/09"
rel: in-district
area_weight: 0.0058
- to: "us/states/ga/districts/senate/47"
rel: in-district
area_weight: 0.4514
- to: "us/states/ga/districts/senate/45"
rel: in-district
area_weight: 0.3941
- to: "us/states/ga/districts/senate/46"
rel: in-district
area_weight: 0.1545
- to: "us/states/ga/districts/house/119"
rel: in-district
area_weight: 0.655
- to: "us/states/ga/districts/house/104"
rel: in-district
area_weight: 0.2569
- to: "us/states/ga/districts/house/120"
rel: in-district
area_weight: 0.0872
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +83,18 @@ County jurisdiction.
| Hispanic/Latino | 13741 |
| Bachelor's or higher | 17136 |
## Districts
- [GA-10](/us/states/ga/districts/10.md) — 99% (congressional)
- [GA-09](/us/states/ga/districts/09.md) — 1% (congressional)
- [GA Senate District 47](/us/states/ga/districts/senate/47.md) — 45% (state senate)
- [GA Senate District 45](/us/states/ga/districts/senate/45.md) — 39% (state senate)
- [GA Senate District 46](/us/states/ga/districts/senate/46.md) — 15% (state senate)
- [GA House District 119](/us/states/ga/districts/house/119.md) — 66% (state house)
- [GA House District 104](/us/states/ga/districts/house/104.md) — 26% (state house)
- [GA House District 120](/us/states/ga/districts/house/120.md) — 9% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 277
hispanic: 12015
bachelors_plus: 25016
districts:
- to: "us/states/ga/districts/11"
rel: in-district
area_weight: 0.9985
- to: "us/states/ga/districts/senate/52"
rel: in-district
area_weight: 0.9096
- to: "us/states/ga/districts/senate/37"
rel: in-district
area_weight: 0.0903
- to: "us/states/ga/districts/house/14"
rel: in-district
area_weight: 0.6878
- to: "us/states/ga/districts/house/15"
rel: in-district
area_weight: 0.3121
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 12015 |
| Bachelor's or higher | 25016 |
## Districts
- [GA-11](/us/states/ga/districts/11.md) — 100% (congressional)
- [GA Senate District 52](/us/states/ga/districts/senate/52.md) — 91% (state senate)
- [GA Senate District 37](/us/states/ga/districts/senate/37.md) — 9% (state senate)
- [GA House District 14](/us/states/ga/districts/house/14.md) — 69% (state house)
- [GA House District 15](/us/states/ga/districts/house/15.md) — 31% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 32
hispanic: 1162
bachelors_plus: 1969
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/13"
rel: in-district
area_weight: 0.9995
- to: "us/states/ga/districts/house/156"
rel: in-district
area_weight: 0.6268
- to: "us/states/ga/districts/house/148"
rel: in-district
area_weight: 0.3727
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1162 |
| Bachelor's or higher | 1969 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 13](/us/states/ga/districts/senate/13.md) — 100% (state senate)
- [GA House District 156](/us/states/ga/districts/house/156.md) — 63% (state house)
- [GA House District 148](/us/states/ga/districts/house/148.md) — 37% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 31
hispanic: 1127
bachelors_plus: 2643
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/13"
rel: in-district
area_weight: 0.9993
- to: "us/states/ga/districts/house/170"
rel: in-district
area_weight: 0.9991
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1127 |
| Bachelor's or higher | 2643 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 13](/us/states/ga/districts/senate/13.md) — 100% (state senate)
- [GA House District 170](/us/states/ga/districts/house/170.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,42 @@ demographics:
race_native: 281
hispanic: 7371
bachelors_plus: 40561
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 0.7666
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.2334
- to: "us/states/ga/districts/senate/26"
rel: in-district
area_weight: 0.498
- to: "us/states/ga/districts/senate/18"
rel: in-district
area_weight: 0.4543
- to: "us/states/ga/districts/senate/25"
rel: in-district
area_weight: 0.0477
- to: "us/states/ga/districts/house/145"
rel: in-district
area_weight: 0.3953
- to: "us/states/ga/districts/house/143"
rel: in-district
area_weight: 0.3328
- to: "us/states/ga/districts/house/142"
rel: in-district
area_weight: 0.1646
- to: "us/states/ga/districts/house/149"
rel: in-district
area_weight: 0.0584
- to: "us/states/ga/districts/house/144"
rel: in-district
area_weight: 0.0483
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +89,20 @@ County jurisdiction.
| Hispanic/Latino | 7371 |
| Bachelor's or higher | 40561 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 77% (congressional)
- [GA-08](/us/states/ga/districts/08.md) — 23% (congressional)
- [GA Senate District 26](/us/states/ga/districts/senate/26.md) — 50% (state senate)
- [GA Senate District 18](/us/states/ga/districts/senate/18.md) — 45% (state senate)
- [GA Senate District 25](/us/states/ga/districts/senate/25.md) — 5% (state senate)
- [GA House District 145](/us/states/ga/districts/house/145.md) — 40% (state house)
- [GA House District 143](/us/states/ga/districts/house/143.md) — 33% (state house)
- [GA House District 142](/us/states/ga/districts/house/142.md) — 16% (state house)
- [GA House District 149](/us/states/ga/districts/house/149.md) — 6% (state house)
- [GA House District 144](/us/states/ga/districts/house/144.md) — 5% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 16
hispanic: 472
bachelors_plus: 2219
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.9997
- to: "us/states/ga/districts/senate/20"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/133"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 472 |
| Bachelor's or higher | 2219 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 20](/us/states/ga/districts/senate/20.md) — 100% (state senate)
- [GA House District 133](/us/states/ga/districts/house/133.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 0
hispanic: 572
bachelors_plus: 2652
districts:
- to: "us/states/ga/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/3"
rel: in-district
area_weight: 0.9996
- to: "us/states/ga/districts/house/174"
rel: in-district
area_weight: 0.9994
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 572 |
| Bachelor's or higher | 2652 |
## Districts
- [GA-01](/us/states/ga/districts/01.md) — 100% (congressional)
- [GA Senate District 3](/us/states/ga/districts/senate/3.md) — 100% (state senate)
- [GA House District 174](/us/states/ga/districts/house/174.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 8
hispanic: 1112
bachelors_plus: 2575
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.9981
- to: "us/states/ga/districts/senate/11"
rel: in-district
area_weight: 0.9994
- to: "us/states/ga/districts/house/175"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1112 |
| Bachelor's or higher | 2575 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 11](/us/states/ga/districts/senate/11.md) — 100% (state senate)
- [GA House District 175](/us/states/ga/districts/house/175.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 28
hispanic: 3972
bachelors_plus: 14988
districts:
- to: "us/states/ga/districts/01"
rel: in-district
area_weight: 0.9951
- to: "us/states/ga/districts/senate/1"
rel: in-district
area_weight: 0.9955
- to: "us/states/ga/districts/house/164"
rel: in-district
area_weight: 0.5025
- to: "us/states/ga/districts/house/160"
rel: in-district
area_weight: 0.3104
- to: "us/states/ga/districts/house/166"
rel: in-district
area_weight: 0.1821
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 3972 |
| Bachelor's or higher | 14988 |
## Districts
- [GA-01](/us/states/ga/districts/01.md) — 100% (congressional)
- [GA Senate District 1](/us/states/ga/districts/senate/1.md) — 100% (state senate)
- [GA House District 164](/us/states/ga/districts/house/164.md) — 50% (state house)
- [GA House District 160](/us/states/ga/districts/house/160.md) — 31% (state house)
- [GA House District 166](/us/states/ga/districts/house/166.md) — 18% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 560
hispanic: 4263
bachelors_plus: 21236
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/senate/4"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/160"
rel: in-district
area_weight: 0.5194
- to: "us/states/ga/districts/house/158"
rel: in-district
area_weight: 0.2652
- to: "us/states/ga/districts/house/159"
rel: in-district
area_weight: 0.2153
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 4263 |
| Bachelor's or higher | 21236 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 100% (congressional)
- [GA Senate District 4](/us/states/ga/districts/senate/4.md) — 100% (state senate)
- [GA House District 160](/us/states/ga/districts/house/160.md) — 52% (state house)
- [GA House District 158](/us/states/ga/districts/house/158.md) — 27% (state house)
- [GA House District 159](/us/states/ga/districts/house/159.md) — 22% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 26
hispanic: 872
bachelors_plus: 3101
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 0.9991
- to: "us/states/ga/districts/senate/23"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/126"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 872 |
| Bachelor's or higher | 3101 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 100% (congressional)
- [GA Senate District 23](/us/states/ga/districts/senate/23.md) — 100% (state senate)
- [GA House District 126](/us/states/ga/districts/house/126.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 125
hispanic: 1022
bachelors_plus: 3828
districts:
- to: "us/states/ga/districts/10"
rel: in-district
area_weight: 0.998
- to: "us/states/ga/districts/senate/25"
rel: in-district
area_weight: 0.9993
- to: "us/states/ga/districts/house/118"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1022 |
| Bachelor's or higher | 3828 |
## Districts
- [GA-10](/us/states/ga/districts/10.md) — 100% (congressional)
- [GA Senate District 25](/us/states/ga/districts/senate/25.md) — 100% (state senate)
- [GA House District 118](/us/states/ga/districts/house/118.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,18 @@ demographics:
race_native: 12
hispanic: 303
bachelors_plus: 794
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/house/154"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +65,12 @@ County jurisdiction.
| Hispanic/Latino | 303 |
| Bachelor's or higher | 794 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 100% (congressional)
- [GA House District 154](/us/states/ga/districts/house/154.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 102
hispanic: 4325
bachelors_plus: 12490
districts:
- to: "us/states/ga/districts/01"
rel: in-district
area_weight: 0.8744
- to: "us/states/ga/districts/senate/3"
rel: in-district
area_weight: 0.8766
- to: "us/states/ga/districts/house/180"
rel: in-district
area_weight: 0.8765
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 4325 |
| Bachelor's or higher | 12490 |
## Districts
- [GA-01](/us/states/ga/districts/01.md) — 87% (congressional)
- [GA Senate District 3](/us/states/ga/districts/senate/3.md) — 88% (state senate)
- [GA House District 180](/us/states/ga/districts/house/180.md) — 88% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 390
hispanic: 1416
bachelors_plus: 1721
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/4"
rel: in-district
area_weight: 0.9997
- to: "us/states/ga/districts/house/158"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1416 |
| Bachelor's or higher | 1721 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 100% (congressional)
- [GA Senate District 4](/us/states/ga/districts/senate/4.md) — 100% (state senate)
- [GA House District 158](/us/states/ga/districts/house/158.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 1111
hispanic: 10771
bachelors_plus: 26278
districts:
- to: "us/states/ga/districts/03"
rel: in-district
area_weight: 0.9986
- to: "us/states/ga/districts/senate/6"
rel: in-district
area_weight: 0.5576
- to: "us/states/ga/districts/senate/30"
rel: in-district
area_weight: 0.4423
- to: "us/states/ga/districts/house/18"
rel: in-district
area_weight: 0.3419
- to: "us/states/ga/districts/house/72"
rel: in-district
area_weight: 0.2874
- to: "us/states/ga/districts/house/71"
rel: in-district
area_weight: 0.2724
- to: "us/states/ga/districts/house/70"
rel: in-district
area_weight: 0.0983
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 10771 |
| Bachelor's or higher | 26278 |
## Districts
- [GA-03](/us/states/ga/districts/03.md) — 100% (congressional)
- [GA Senate District 6](/us/states/ga/districts/senate/6.md) — 56% (state senate)
- [GA Senate District 30](/us/states/ga/districts/senate/30.md) — 44% (state senate)
- [GA House District 18](/us/states/ga/districts/house/18.md) — 34% (state house)
- [GA House District 72](/us/states/ga/districts/house/72.md) — 29% (state house)
- [GA House District 71](/us/states/ga/districts/house/71.md) — 27% (state house)
- [GA House District 70](/us/states/ga/districts/house/70.md) — 10% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 209
hispanic: 2778
bachelors_plus: 16161
districts:
- to: "us/states/ga/districts/14"
rel: in-district
area_weight: 0.9997
- to: "us/states/ga/districts/senate/53"
rel: in-district
area_weight: 0.9997
- to: "us/states/ga/districts/house/3"
rel: in-district
area_weight: 0.7479
- to: "us/states/ga/districts/house/2"
rel: in-district
area_weight: 0.2518
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 2778 |
| Bachelor's or higher | 16161 |
## Districts
- [GA-14](/us/states/ga/districts/14.md) — 100% (congressional)
- [GA Senate District 53](/us/states/ga/districts/senate/53.md) — 100% (state senate)
- [GA House District 3](/us/states/ga/districts/house/3.md) — 75% (state house)
- [GA House District 2](/us/states/ga/districts/house/2.md) — 25% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 45
hispanic: 1980
bachelors_plus: 1294
districts:
- to: "us/states/ga/districts/01"
rel: in-district
area_weight: 0.9979
- to: "us/states/ga/districts/senate/3"
rel: in-district
area_weight: 0.9986
- to: "us/states/ga/districts/house/174"
rel: in-district
area_weight: 0.9985
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1980 |
| Bachelor's or higher | 1294 |
## Districts
- [GA-01](/us/states/ga/districts/01.md) — 100% (congressional)
- [GA Senate District 3](/us/states/ga/districts/senate/3.md) — 100% (state senate)
- [GA House District 174](/us/states/ga/districts/house/174.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,42 @@ demographics:
race_native: 984
hispanic: 24958
bachelors_plus: 110221
districts:
- to: "us/states/ga/districts/01"
rel: in-district
area_weight: 0.7811
- to: "us/states/ga/districts/senate/1"
rel: in-district
area_weight: 0.4872
- to: "us/states/ga/districts/senate/2"
rel: in-district
area_weight: 0.244
- to: "us/states/ga/districts/senate/4"
rel: in-district
area_weight: 0.0519
- to: "us/states/ga/districts/house/166"
rel: in-district
area_weight: 0.338
- to: "us/states/ga/districts/house/164"
rel: in-district
area_weight: 0.1624
- to: "us/states/ga/districts/house/161"
rel: in-district
area_weight: 0.088
- to: "us/states/ga/districts/house/162"
rel: in-district
area_weight: 0.0797
- to: "us/states/ga/districts/house/165"
rel: in-district
area_weight: 0.0594
- to: "us/states/ga/districts/house/163"
rel: in-district
area_weight: 0.0557
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +89,20 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 24958 |
| Bachelor's or higher | 110221 |
## Districts
- [GA-01](/us/states/ga/districts/01.md) — 78% (congressional)
- [GA Senate District 1](/us/states/ga/districts/senate/1.md) — 49% (state senate)
- [GA Senate District 2](/us/states/ga/districts/senate/2.md) — 24% (state senate)
- [GA Senate District 4](/us/states/ga/districts/senate/4.md) — 5% (state senate)
- [GA House District 166](/us/states/ga/districts/house/166.md) — 34% (state house)
- [GA House District 164](/us/states/ga/districts/house/164.md) — 16% (state house)
- [GA House District 161](/us/states/ga/districts/house/161.md) — 9% (state house)
- [GA House District 162](/us/states/ga/districts/house/162.md) — 8% (state house)
- [GA House District 165](/us/states/ga/districts/house/165.md) — 6% (state house)
- [GA House District 163](/us/states/ga/districts/house/163.md) — 6% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 128
hispanic: 1594
bachelors_plus: 1658
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 0.9963
- to: "us/states/ga/districts/senate/15"
rel: in-district
area_weight: 0.9992
- to: "us/states/ga/districts/house/151"
rel: in-district
area_weight: 0.9989
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1594 |
| Bachelor's or higher | 1658 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 100% (congressional)
- [GA Senate District 15](/us/states/ga/districts/senate/15.md) — 100% (state senate)
- [GA House District 151](/us/states/ga/districts/house/151.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 423
hispanic: 1436
bachelors_plus: 3047
districts:
- to: "us/states/ga/districts/14"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/senate/53"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/12"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1436 |
| Bachelor's or higher | 3047 |
## Districts
- [GA-14](/us/states/ga/districts/14.md) — 100% (congressional)
- [GA Senate District 53](/us/states/ga/districts/senate/53.md) — 100% (state senate)
- [GA House District 12](/us/states/ga/districts/house/12.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,54 @@ demographics:
race_native: 3234
hispanic: 34879
bachelors_plus: 104837
districts:
- to: "us/states/ga/districts/11"
rel: in-district
area_weight: 0.6875
- to: "us/states/ga/districts/07"
rel: in-district
area_weight: 0.3125
- to: "us/states/ga/districts/senate/21"
rel: in-district
area_weight: 0.7076
- to: "us/states/ga/districts/senate/32"
rel: in-district
area_weight: 0.2036
- to: "us/states/ga/districts/senate/56"
rel: in-district
area_weight: 0.0886
- to: "us/states/ga/districts/house/23"
rel: in-district
area_weight: 0.2728
- to: "us/states/ga/districts/house/14"
rel: in-district
area_weight: 0.1934
- to: "us/states/ga/districts/house/21"
rel: in-district
area_weight: 0.163
- to: "us/states/ga/districts/house/22"
rel: in-district
area_weight: 0.127
- to: "us/states/ga/districts/house/11"
rel: in-district
area_weight: 0.1002
- to: "us/states/ga/districts/house/20"
rel: in-district
area_weight: 0.0766
- to: "us/states/ga/districts/house/47"
rel: in-district
area_weight: 0.0286
- to: "us/states/ga/districts/house/44"
rel: in-district
area_weight: 0.0227
- to: "us/states/ga/districts/house/46"
rel: in-district
area_weight: 0.0155
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +101,24 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 34879 |
| Bachelor's or higher | 104837 |
## Districts
- [GA-11](/us/states/ga/districts/11.md) — 69% (congressional)
- [GA-07](/us/states/ga/districts/07.md) — 31% (congressional)
- [GA Senate District 21](/us/states/ga/districts/senate/21.md) — 71% (state senate)
- [GA Senate District 32](/us/states/ga/districts/senate/32.md) — 20% (state senate)
- [GA Senate District 56](/us/states/ga/districts/senate/56.md) — 9% (state senate)
- [GA House District 23](/us/states/ga/districts/house/23.md) — 27% (state house)
- [GA House District 14](/us/states/ga/districts/house/14.md) — 19% (state house)
- [GA House District 21](/us/states/ga/districts/house/21.md) — 16% (state house)
- [GA House District 22](/us/states/ga/districts/house/22.md) — 13% (state house)
- [GA House District 11](/us/states/ga/districts/house/11.md) — 10% (state house)
- [GA House District 20](/us/states/ga/districts/house/20.md) — 8% (state house)
- [GA House District 47](/us/states/ga/districts/house/47.md) — 3% (state house)
- [GA House District 44](/us/states/ga/districts/house/44.md) — 2% (state house)
- [GA House District 46](/us/states/ga/districts/house/46.md) — 2% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 664
hispanic: 15269
bachelors_plus: 53476
districts:
- to: "us/states/ga/districts/10"
rel: in-district
area_weight: 0.9979
- to: "us/states/ga/districts/senate/47"
rel: in-district
area_weight: 0.6285
- to: "us/states/ga/districts/senate/46"
rel: in-district
area_weight: 0.3714
- to: "us/states/ga/districts/house/122"
rel: in-district
area_weight: 0.3903
- to: "us/states/ga/districts/house/121"
rel: in-district
area_weight: 0.2338
- to: "us/states/ga/districts/house/120"
rel: in-district
area_weight: 0.2112
- to: "us/states/ga/districts/house/124"
rel: in-district
area_weight: 0.1646
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction.
| Hispanic/Latino | 15269 |
| Bachelor's or higher | 53476 |
## Districts
- [GA-10](/us/states/ga/districts/10.md) — 100% (congressional)
- [GA Senate District 47](/us/states/ga/districts/senate/47.md) — 63% (state senate)
- [GA Senate District 46](/us/states/ga/districts/senate/46.md) — 37% (state senate)
- [GA House District 122](/us/states/ga/districts/house/122.md) — 39% (state house)
- [GA House District 121](/us/states/ga/districts/house/121.md) — 23% (state house)
- [GA House District 120](/us/states/ga/districts/house/120.md) — 21% (state house)
- [GA House District 124](/us/states/ga/districts/house/124.md) — 16% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 1
hispanic: 0
bachelors_plus: 717
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 0.9931
- to: "us/states/al/districts/01"
rel: in-district
area_weight: 0.0064
- to: "us/states/ga/districts/house/154"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 0 |
| Bachelor's or higher | 717 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 99% (congressional)
- [AL-01](/us/states/al/districts/01.md) — 1% (congressional)
- [GA House District 154](/us/states/ga/districts/house/154.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,45 @@ demographics:
race_native: 1345
hispanic: 43419
bachelors_plus: 57176
districts:
- to: "us/states/ga/districts/13"
rel: in-district
area_weight: 0.5325
- to: "us/states/ga/districts/05"
rel: in-district
area_weight: 0.4658
- to: "us/states/ga/districts/senate/34"
rel: in-district
area_weight: 0.4172
- to: "us/states/ga/districts/senate/17"
rel: in-district
area_weight: 0.3823
- to: "us/states/ga/districts/senate/44"
rel: in-district
area_weight: 0.2003
- to: "us/states/ga/districts/house/74"
rel: in-district
area_weight: 0.2438
- to: "us/states/ga/districts/house/77"
rel: in-district
area_weight: 0.2111
- to: "us/states/ga/districts/house/76"
rel: in-district
area_weight: 0.1911
- to: "us/states/ga/districts/house/75"
rel: in-district
area_weight: 0.1666
- to: "us/states/ga/districts/house/79"
rel: in-district
area_weight: 0.1191
- to: "us/states/ga/districts/house/78"
rel: in-district
area_weight: 0.068
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +92,21 @@ County jurisdiction.
| Hispanic/Latino | 43419 |
| Bachelor's or higher | 57176 |
## Districts
- [GA-13](/us/states/ga/districts/13.md) — 53% (congressional)
- [GA-05](/us/states/ga/districts/05.md) — 47% (congressional)
- [GA Senate District 34](/us/states/ga/districts/senate/34.md) — 42% (state senate)
- [GA Senate District 17](/us/states/ga/districts/senate/17.md) — 38% (state senate)
- [GA Senate District 44](/us/states/ga/districts/senate/44.md) — 20% (state senate)
- [GA House District 74](/us/states/ga/districts/house/74.md) — 24% (state house)
- [GA House District 77](/us/states/ga/districts/house/77.md) — 21% (state house)
- [GA House District 76](/us/states/ga/districts/house/76.md) — 19% (state house)
- [GA House District 75](/us/states/ga/districts/house/75.md) — 17% (state house)
- [GA House District 79](/us/states/ga/districts/house/79.md) — 12% (state house)
- [GA House District 78](/us/states/ga/districts/house/78.md) — 7% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 125
hispanic: 448
bachelors_plus: 580
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/senate/8"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/house/174"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 448 |
| Bachelor's or higher | 580 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 8](/us/states/ga/districts/senate/8.md) — 100% (state senate)
- [GA House District 174](/us/states/ga/districts/house/174.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,87 @@ demographics:
race_native: 3827
hispanic: 116854
bachelors_plus: 369718
districts:
- to: "us/states/ga/districts/11"
rel: in-district
area_weight: 0.416
- to: "us/states/ga/districts/06"
rel: in-district
area_weight: 0.3471
- to: "us/states/ga/districts/14"
rel: in-district
area_weight: 0.236
- to: "us/states/ga/districts/senate/37"
rel: in-district
area_weight: 0.3135
- to: "us/states/ga/districts/senate/33"
rel: in-district
area_weight: 0.2277
- to: "us/states/ga/districts/senate/28"
rel: in-district
area_weight: 0.1419
- to: "us/states/ga/districts/senate/32"
rel: in-district
area_weight: 0.1188
- to: "us/states/ga/districts/senate/56"
rel: in-district
area_weight: 0.1091
- to: "us/states/ga/districts/senate/35"
rel: in-district
area_weight: 0.0888
- to: "us/states/ga/districts/house/36"
rel: in-district
area_weight: 0.1196
- to: "us/states/ga/districts/house/38"
rel: in-district
area_weight: 0.114
- to: "us/states/ga/districts/house/34"
rel: in-district
area_weight: 0.1079
- to: "us/states/ga/districts/house/39"
rel: in-district
area_weight: 0.0845
- to: "us/states/ga/districts/house/45"
rel: in-district
area_weight: 0.074
- to: "us/states/ga/districts/house/37"
rel: in-district
area_weight: 0.0658
- to: "us/states/ga/districts/house/35"
rel: in-district
area_weight: 0.0647
- to: "us/states/ga/districts/house/42"
rel: in-district
area_weight: 0.0573
- to: "us/states/ga/districts/house/41"
rel: in-district
area_weight: 0.0562
- to: "us/states/ga/districts/house/46"
rel: in-district
area_weight: 0.0519
- to: "us/states/ga/districts/house/43"
rel: in-district
area_weight: 0.0495
- to: "us/states/ga/districts/house/44"
rel: in-district
area_weight: 0.0483
- to: "us/states/ga/districts/house/61"
rel: in-district
area_weight: 0.0362
- to: "us/states/ga/districts/house/19"
rel: in-district
area_weight: 0.0323
- to: "us/states/ga/districts/house/22"
rel: in-district
area_weight: 0.0267
- to: "us/states/ga/districts/house/60"
rel: in-district
area_weight: 0.0108
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +134,35 @@ County jurisdiction — 5 officeholders mapped.
| Hispanic/Latino | 116854 |
| Bachelor's or higher | 369718 |
## Districts
- [GA-11](/us/states/ga/districts/11.md) — 42% (congressional)
- [GA-06](/us/states/ga/districts/06.md) — 35% (congressional)
- [GA-14](/us/states/ga/districts/14.md) — 24% (congressional)
- [GA Senate District 37](/us/states/ga/districts/senate/37.md) — 31% (state senate)
- [GA Senate District 33](/us/states/ga/districts/senate/33.md) — 23% (state senate)
- [GA Senate District 28](/us/states/ga/districts/senate/28.md) — 14% (state senate)
- [GA Senate District 32](/us/states/ga/districts/senate/32.md) — 12% (state senate)
- [GA Senate District 56](/us/states/ga/districts/senate/56.md) — 11% (state senate)
- [GA Senate District 35](/us/states/ga/districts/senate/35.md) — 9% (state senate)
- [GA House District 36](/us/states/ga/districts/house/36.md) — 12% (state house)
- [GA House District 38](/us/states/ga/districts/house/38.md) — 11% (state house)
- [GA House District 34](/us/states/ga/districts/house/34.md) — 11% (state house)
- [GA House District 39](/us/states/ga/districts/house/39.md) — 8% (state house)
- [GA House District 45](/us/states/ga/districts/house/45.md) — 7% (state house)
- [GA House District 37](/us/states/ga/districts/house/37.md) — 7% (state house)
- [GA House District 35](/us/states/ga/districts/house/35.md) — 6% (state house)
- [GA House District 42](/us/states/ga/districts/house/42.md) — 6% (state house)
- [GA House District 41](/us/states/ga/districts/house/41.md) — 6% (state house)
- [GA House District 46](/us/states/ga/districts/house/46.md) — 5% (state house)
- [GA House District 43](/us/states/ga/districts/house/43.md) — 5% (state house)
- [GA House District 44](/us/states/ga/districts/house/44.md) — 5% (state house)
- [GA House District 61](/us/states/ga/districts/house/61.md) — 4% (state house)
- [GA House District 19](/us/states/ga/districts/house/19.md) — 3% (state house)
- [GA House District 22](/us/states/ga/districts/house/22.md) — 3% (state house)
- [GA House District 60](/us/states/ga/districts/house/60.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 160
hispanic: 5861
bachelors_plus: 5797
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/senate/13"
rel: in-district
area_weight: 0.5512
- to: "us/states/ga/districts/senate/19"
rel: in-district
area_weight: 0.4486
- to: "us/states/ga/districts/house/169"
rel: in-district
area_weight: 0.8318
- to: "us/states/ga/districts/house/176"
rel: in-district
area_weight: 0.1679
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 5861 |
| Bachelor's or higher | 5797 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 13](/us/states/ga/districts/senate/13.md) — 55% (state senate)
- [GA Senate District 19](/us/states/ga/districts/senate/19.md) — 45% (state senate)
- [GA House District 169](/us/states/ga/districts/house/169.md) — 83% (state house)
- [GA House District 176](/us/states/ga/districts/house/176.md) — 17% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 662
hispanic: 9617
bachelors_plus: 6930
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.9987
- to: "us/states/ga/districts/senate/11"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/172"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 9617 |
| Bachelor's or higher | 6930 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 11](/us/states/ga/districts/senate/11.md) — 100% (state senate)
- [GA House District 172](/us/states/ga/districts/house/172.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 434
hispanic: 12985
bachelors_plus: 60398
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/senate/24"
rel: in-district
area_weight: 0.6988
- to: "us/states/ga/districts/senate/23"
rel: in-district
area_weight: 0.301
- to: "us/states/ga/districts/house/125"
rel: in-district
area_weight: 0.5943
- to: "us/states/ga/districts/house/123"
rel: in-district
area_weight: 0.1984
- to: "us/states/ga/districts/house/131"
rel: in-district
area_weight: 0.1347
- to: "us/states/ga/districts/house/127"
rel: in-district
area_weight: 0.0724
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction.
| Hispanic/Latino | 12985 |
| Bachelor's or higher | 60398 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 100% (congressional)
- [GA Senate District 24](/us/states/ga/districts/senate/24.md) — 70% (state senate)
- [GA Senate District 23](/us/states/ga/districts/senate/23.md) — 30% (state senate)
- [GA House District 125](/us/states/ga/districts/house/125.md) — 59% (state house)
- [GA House District 123](/us/states/ga/districts/house/123.md) — 20% (state house)
- [GA House District 131](/us/states/ga/districts/house/131.md) — 13% (state house)
- [GA House District 127](/us/states/ga/districts/house/127.md) — 7% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 63
hispanic: 1335
bachelors_plus: 2889
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/11"
rel: in-district
area_weight: 0.9994
- to: "us/states/ga/districts/house/172"
rel: in-district
area_weight: 0.5628
- to: "us/states/ga/districts/house/170"
rel: in-district
area_weight: 0.4369
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 1335 |
| Bachelor's or higher | 2889 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 11](/us/states/ga/districts/senate/11.md) — 100% (state senate)
- [GA House District 172](/us/states/ga/districts/house/172.md) — 56% (state house)
- [GA House District 170](/us/states/ga/districts/house/170.md) — 44% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 535
hispanic: 12522
bachelors_plus: 52416
districts:
- to: "us/states/ga/districts/03"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/senate/6"
rel: in-district
area_weight: 0.9996
- to: "us/states/ga/districts/house/136"
rel: in-district
area_weight: 0.4115
- to: "us/states/ga/districts/house/70"
rel: in-district
area_weight: 0.3245
- to: "us/states/ga/districts/house/65"
rel: in-district
area_weight: 0.1114
- to: "us/states/ga/districts/house/73"
rel: in-district
area_weight: 0.0906
- to: "us/states/ga/districts/house/67"
rel: in-district
area_weight: 0.0618
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 12522 |
| Bachelor's or higher | 52416 |
## Districts
- [GA-03](/us/states/ga/districts/03.md) — 100% (congressional)
- [GA Senate District 6](/us/states/ga/districts/senate/6.md) — 100% (state senate)
- [GA House District 136](/us/states/ga/districts/house/136.md) — 41% (state house)
- [GA House District 70](/us/states/ga/districts/house/70.md) — 32% (state house)
- [GA House District 65](/us/states/ga/districts/house/65.md) — 11% (state house)
- [GA House District 73](/us/states/ga/districts/house/73.md) — 9% (state house)
- [GA House District 67](/us/states/ga/districts/house/67.md) — 6% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 79
hispanic: 481
bachelors_plus: 1829
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 0.9994
- to: "us/states/ga/districts/senate/18"
rel: in-district
area_weight: 0.9997
- to: "us/states/ga/districts/house/134"
rel: in-district
area_weight: 0.9994
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 481 |
| Bachelor's or higher | 1829 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 100% (congressional)
- [GA Senate District 18](/us/states/ga/districts/senate/18.md) — 100% (state senate)
- [GA House District 134](/us/states/ga/districts/house/134.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 11
hispanic: 715
bachelors_plus: 2799
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.9967
- to: "us/states/ga/districts/senate/13"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/148"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 715 |
| Bachelor's or higher | 2799 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 13](/us/states/ga/districts/senate/13.md) — 100% (state senate)
- [GA House District 148](/us/states/ga/districts/house/148.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 5
hispanic: 465
bachelors_plus: 2696
districts:
- to: "us/states/ga/districts/14"
rel: in-district
area_weight: 0.9997
- to: "us/states/ga/districts/senate/53"
rel: in-district
area_weight: 0.9997
- to: "us/states/ga/districts/house/1"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 465 |
| Bachelor's or higher | 2696 |
## Districts
- [GA-14](/us/states/ga/districts/14.md) — 100% (congressional)
- [GA Senate District 53](/us/states/ga/districts/senate/53.md) — 100% (state senate)
- [GA House District 1](/us/states/ga/districts/house/1.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 9
hispanic: 2208
bachelors_plus: 10818
districts:
- to: "us/states/ga/districts/07"
rel: in-district
area_weight: 0.9963
- to: "us/states/ga/districts/senate/51"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/9"
rel: in-district
area_weight: 0.7233
- to: "us/states/ga/districts/house/7"
rel: in-district
area_weight: 0.2765
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 2208 |
| Bachelor's or higher | 10818 |
## Districts
- [GA-07](/us/states/ga/districts/07.md) — 100% (congressional)
- [GA Senate District 51](/us/states/ga/districts/senate/51.md) — 100% (state senate)
- [GA House District 9](/us/states/ga/districts/house/9.md) — 72% (state house)
- [GA House District 7](/us/states/ga/districts/house/7.md) — 28% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 575
hispanic: 2067
bachelors_plus: 4160
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/senate/11"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/171"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2067 |
| Bachelor's or higher | 4160 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 100% (congressional)
- [GA Senate District 11](/us/states/ga/districts/senate/11.md) — 100% (state senate)
- [GA House District 171](/us/states/ga/districts/house/171.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,90 @@ demographics:
race_native: 3647
hispanic: 80839
bachelors_plus: 360465
districts:
- to: "us/states/ga/districts/04"
rel: in-district
area_weight: 0.7188
- to: "us/states/ga/districts/05"
rel: in-district
area_weight: 0.2404
- to: "us/states/ga/districts/13"
rel: in-district
area_weight: 0.0405
- to: "us/states/ga/districts/senate/10"
rel: in-district
area_weight: 0.2294
- to: "us/states/ga/districts/senate/55"
rel: in-district
area_weight: 0.21
- to: "us/states/ga/districts/senate/41"
rel: in-district
area_weight: 0.1897
- to: "us/states/ga/districts/senate/44"
rel: in-district
area_weight: 0.1605
- to: "us/states/ga/districts/senate/40"
rel: in-district
area_weight: 0.1596
- to: "us/states/ga/districts/senate/43"
rel: in-district
area_weight: 0.0506
- to: "us/states/ga/districts/house/88"
rel: in-district
area_weight: 0.0941
- to: "us/states/ga/districts/house/90"
rel: in-district
area_weight: 0.088
- to: "us/states/ga/districts/house/91"
rel: in-district
area_weight: 0.0843
- to: "us/states/ga/districts/house/87"
rel: in-district
area_weight: 0.0699
- to: "us/states/ga/districts/house/89"
rel: in-district
area_weight: 0.0654
- to: "us/states/ga/districts/house/80"
rel: in-district
area_weight: 0.0646
- to: "us/states/ga/districts/house/84"
rel: in-district
area_weight: 0.0624
- to: "us/states/ga/districts/house/115"
rel: in-district
area_weight: 0.0611
- to: "us/states/ga/districts/house/85"
rel: in-district
area_weight: 0.0606
- to: "us/states/ga/districts/house/101"
rel: in-district
area_weight: 0.0568
- to: "us/states/ga/districts/house/86"
rel: in-district
area_weight: 0.0568
- to: "us/states/ga/districts/house/95"
rel: in-district
area_weight: 0.0493
- to: "us/states/ga/districts/house/83"
rel: in-district
area_weight: 0.0449
- to: "us/states/ga/districts/house/94"
rel: in-district
area_weight: 0.0441
- to: "us/states/ga/districts/house/116"
rel: in-district
area_weight: 0.0433
- to: "us/states/ga/districts/house/52"
rel: in-district
area_weight: 0.0274
- to: "us/states/ga/districts/house/93"
rel: in-district
area_weight: 0.0267
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +137,36 @@ County jurisdiction — 5 officeholders mapped.
| Hispanic/Latino | 80839 |
| Bachelor's or higher | 360465 |
## Districts
- [GA-04](/us/states/ga/districts/04.md) — 72% (congressional)
- [GA-05](/us/states/ga/districts/05.md) — 24% (congressional)
- [GA-13](/us/states/ga/districts/13.md) — 4% (congressional)
- [GA Senate District 10](/us/states/ga/districts/senate/10.md) — 23% (state senate)
- [GA Senate District 55](/us/states/ga/districts/senate/55.md) — 21% (state senate)
- [GA Senate District 41](/us/states/ga/districts/senate/41.md) — 19% (state senate)
- [GA Senate District 44](/us/states/ga/districts/senate/44.md) — 16% (state senate)
- [GA Senate District 40](/us/states/ga/districts/senate/40.md) — 16% (state senate)
- [GA Senate District 43](/us/states/ga/districts/senate/43.md) — 5% (state senate)
- [GA House District 88](/us/states/ga/districts/house/88.md) — 9% (state house)
- [GA House District 90](/us/states/ga/districts/house/90.md) — 9% (state house)
- [GA House District 91](/us/states/ga/districts/house/91.md) — 8% (state house)
- [GA House District 87](/us/states/ga/districts/house/87.md) — 7% (state house)
- [GA House District 89](/us/states/ga/districts/house/89.md) — 7% (state house)
- [GA House District 80](/us/states/ga/districts/house/80.md) — 6% (state house)
- [GA House District 84](/us/states/ga/districts/house/84.md) — 6% (state house)
- [GA House District 115](/us/states/ga/districts/house/115.md) — 6% (state house)
- [GA House District 85](/us/states/ga/districts/house/85.md) — 6% (state house)
- [GA House District 101](/us/states/ga/districts/house/101.md) — 6% (state house)
- [GA House District 86](/us/states/ga/districts/house/86.md) — 6% (state house)
- [GA House District 95](/us/states/ga/districts/house/95.md) — 5% (state house)
- [GA House District 83](/us/states/ga/districts/house/83.md) — 4% (state house)
- [GA House District 94](/us/states/ga/districts/house/94.md) — 4% (state house)
- [GA House District 116](/us/states/ga/districts/house/116.md) — 4% (state house)
- [GA House District 52](/us/states/ga/districts/house/52.md) — 3% (state house)
- [GA House District 93](/us/states/ga/districts/house/93.md) — 3% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 72
hispanic: 716
bachelors_plus: 3544
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/senate/20"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/133"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 716 |
| Bachelor's or higher | 3544 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 20](/us/states/ga/districts/senate/20.md) — 100% (state senate)
- [GA House District 133](/us/states/ga/districts/house/133.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 102
hispanic: 915
bachelors_plus: 1699
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 0.9986
- to: "us/states/ga/districts/senate/20"
rel: in-district
area_weight: 0.9995
- to: "us/states/ga/districts/house/150"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 915 |
| Bachelor's or higher | 1699 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 100% (congressional)
- [GA Senate District 20](/us/states/ga/districts/senate/20.md) — 100% (state senate)
- [GA House District 150](/us/states/ga/districts/house/150.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 178
hispanic: 2710
bachelors_plus: 18479
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 0.9967
- to: "us/states/ga/districts/house/154"
rel: in-district
area_weight: 0.3622
- to: "us/states/ga/districts/house/151"
rel: in-district
area_weight: 0.2244
- to: "us/states/ga/districts/house/152"
rel: in-district
area_weight: 0.207
- to: "us/states/ga/districts/house/153"
rel: in-district
area_weight: 0.2064
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 2710 |
| Bachelor's or higher | 18479 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 100% (congressional)
- [GA House District 154](/us/states/ga/districts/house/154.md) — 36% (state house)
- [GA House District 151](/us/states/ga/districts/house/151.md) — 22% (state house)
- [GA House District 152](/us/states/ga/districts/house/152.md) — 21% (state house)
- [GA House District 153](/us/states/ga/districts/house/153.md) — 21% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 548
hispanic: 18079
bachelors_plus: 41486
districts:
- to: "us/states/ga/districts/03"
rel: in-district
area_weight: 0.5398
- to: "us/states/ga/districts/06"
rel: in-district
area_weight: 0.4596
- to: "us/states/ga/districts/senate/30"
rel: in-district
area_weight: 0.5776
- to: "us/states/ga/districts/senate/28"
rel: in-district
area_weight: 0.4223
- to: "us/states/ga/districts/house/40"
rel: in-district
area_weight: 0.4177
- to: "us/states/ga/districts/house/64"
rel: in-district
area_weight: 0.374
- to: "us/states/ga/districts/house/66"
rel: in-district
area_weight: 0.208
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 18079 |
| Bachelor's or higher | 41486 |
## Districts
- [GA-03](/us/states/ga/districts/03.md) — 54% (congressional)
- [GA-06](/us/states/ga/districts/06.md) — 46% (congressional)
- [GA Senate District 30](/us/states/ga/districts/senate/30.md) — 58% (state senate)
- [GA Senate District 28](/us/states/ga/districts/senate/28.md) — 42% (state senate)
- [GA House District 40](/us/states/ga/districts/house/40.md) — 42% (state house)
- [GA House District 64](/us/states/ga/districts/house/64.md) — 37% (state house)
- [GA House District 66](/us/states/ga/districts/house/66.md) — 21% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,18 @@ demographics:
race_native: 4
hispanic: 67
bachelors_plus: 1483
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 0.9972
- to: "us/states/ga/districts/house/154"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +65,12 @@ County jurisdiction.
| Hispanic/Latino | 67 |
| Bachelor's or higher | 1483 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 100% (congressional)
- [GA House District 154](/us/states/ga/districts/house/154.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 4
hispanic: 782
bachelors_plus: 476
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/senate/8"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/174"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 782 |
| Bachelor's or higher | 476 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 8](/us/states/ga/districts/senate/8.md) — 100% (state senate)
- [GA House District 174](/us/states/ga/districts/house/174.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 118
hispanic: 4572
bachelors_plus: 16138
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 0.5922
- to: "us/states/ga/districts/01"
rel: in-district
area_weight: 0.4049
- to: "us/states/ga/districts/senate/4"
rel: in-district
area_weight: 0.9994
- to: "us/states/ga/districts/house/159"
rel: in-district
area_weight: 0.779
- to: "us/states/ga/districts/house/161"
rel: in-district
area_weight: 0.2202
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 4572 |
| Bachelor's or higher | 16138 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 59% (congressional)
- [GA-01](/us/states/ga/districts/01.md) — 40% (congressional)
- [GA Senate District 4](/us/states/ga/districts/senate/4.md) — 100% (state senate)
- [GA House District 159](/us/states/ga/districts/house/159.md) — 78% (state house)
- [GA House District 161](/us/states/ga/districts/house/161.md) — 22% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 91
hispanic: 1174
bachelors_plus: 3162
districts:
- to: "us/states/ga/districts/10"
rel: in-district
area_weight: 0.9984
- to: "us/states/ga/districts/senate/24"
rel: in-district
area_weight: 0.9996
- to: "us/states/ga/districts/house/123"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1174 |
| Bachelor's or higher | 3162 |
## Districts
- [GA-10](/us/states/ga/districts/10.md) — 100% (congressional)
- [GA Senate District 24](/us/states/ga/districts/senate/24.md) — 100% (state senate)
- [GA House District 123](/us/states/ga/districts/house/123.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 10
hispanic: 1112
bachelors_plus: 2853
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/23"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/158"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1112 |
| Bachelor's or higher | 2853 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 100% (congressional)
- [GA Senate District 23](/us/states/ga/districts/senate/23.md) — 100% (state senate)
- [GA House District 158](/us/states/ga/districts/house/158.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 20
hispanic: 1327
bachelors_plus: 1392
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 0.9975
- to: "us/states/ga/districts/senate/4"
rel: in-district
area_weight: 0.9996
- to: "us/states/ga/districts/house/157"
rel: in-district
area_weight: 0.9994
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1327 |
| Bachelor's or higher | 1392 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 100% (congressional)
- [GA Senate District 4](/us/states/ga/districts/senate/4.md) — 100% (state senate)
- [GA House District 157](/us/states/ga/districts/house/157.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 36
hispanic: 848
bachelors_plus: 6816
districts:
- to: "us/states/ga/districts/09"
rel: in-district
area_weight: 0.9995
- to: "us/states/ga/districts/senate/51"
rel: in-district
area_weight: 0.9996
- to: "us/states/ga/districts/house/7"
rel: in-district
area_weight: 0.9993
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 848 |
| Bachelor's or higher | 6816 |
## Districts
- [GA-09](/us/states/ga/districts/09.md) — 100% (congressional)
- [GA Senate District 51](/us/states/ga/districts/senate/51.md) — 100% (state senate)
- [GA House District 7](/us/states/ga/districts/house/7.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,36 @@ demographics:
race_native: 235
hispanic: 10504
bachelors_plus: 58062
districts:
- to: "us/states/ga/districts/03"
rel: in-district
area_weight: 0.8366
- to: "us/states/ga/districts/06"
rel: in-district
area_weight: 0.1579
- to: "us/states/ga/districts/senate/16"
rel: in-district
area_weight: 0.7631
- to: "us/states/ga/districts/senate/34"
rel: in-district
area_weight: 0.236
- to: "us/states/ga/districts/house/82"
rel: in-district
area_weight: 0.3513
- to: "us/states/ga/districts/house/69"
rel: in-district
area_weight: 0.2493
- to: "us/states/ga/districts/house/68"
rel: in-district
area_weight: 0.2424
- to: "us/states/ga/districts/house/73"
rel: in-district
area_weight: 0.1563
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +83,18 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 10504 |
| Bachelor's or higher | 58062 |
## Districts
- [GA-03](/us/states/ga/districts/03.md) — 84% (congressional)
- [GA-06](/us/states/ga/districts/06.md) — 16% (congressional)
- [GA Senate District 16](/us/states/ga/districts/senate/16.md) — 76% (state senate)
- [GA Senate District 34](/us/states/ga/districts/senate/34.md) — 24% (state senate)
- [GA House District 82](/us/states/ga/districts/house/82.md) — 35% (state house)
- [GA House District 69](/us/states/ga/districts/house/69.md) — 25% (state house)
- [GA House District 68](/us/states/ga/districts/house/68.md) — 24% (state house)
- [GA House District 73](/us/states/ga/districts/house/73.md) — 16% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,30 @@ demographics:
race_native: 784
hispanic: 12383
bachelors_plus: 24421
districts:
- to: "us/states/ga/districts/14"
rel: in-district
area_weight: 0.9988
- to: "us/states/ga/districts/senate/52"
rel: in-district
area_weight: 0.7575
- to: "us/states/ga/districts/senate/53"
rel: in-district
area_weight: 0.2424
- to: "us/states/ga/districts/house/12"
rel: in-district
area_weight: 0.658
- to: "us/states/ga/districts/house/13"
rel: in-district
area_weight: 0.2641
- to: "us/states/ga/districts/house/5"
rel: in-district
area_weight: 0.0778
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 12383 |
| Bachelor's or higher | 24421 |
## Districts
- [GA-14](/us/states/ga/districts/14.md) — 100% (congressional)
- [GA Senate District 52](/us/states/ga/districts/senate/52.md) — 76% (state senate)
- [GA Senate District 53](/us/states/ga/districts/senate/53.md) — 24% (state senate)
- [GA House District 12](/us/states/ga/districts/house/12.md) — 66% (state house)
- [GA House District 13](/us/states/ga/districts/house/13.md) — 26% (state house)
- [GA House District 5](/us/states/ga/districts/house/5.md) — 8% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,39 @@ demographics:
race_native: 806
hispanic: 27069
bachelors_plus: 140806
districts:
- to: "us/states/ga/districts/07"
rel: in-district
area_weight: 0.9993
- to: "us/states/ga/districts/senate/27"
rel: in-district
area_weight: 0.877
- to: "us/states/ga/districts/senate/48"
rel: in-district
area_weight: 0.1227
- to: "us/states/ga/districts/house/28"
rel: in-district
area_weight: 0.3127
- to: "us/states/ga/districts/house/26"
rel: in-district
area_weight: 0.2443
- to: "us/states/ga/districts/house/24"
rel: in-district
area_weight: 0.1661
- to: "us/states/ga/districts/house/11"
rel: in-district
area_weight: 0.1527
- to: "us/states/ga/districts/house/25"
rel: in-district
area_weight: 0.0974
- to: "us/states/ga/districts/house/100"
rel: in-district
area_weight: 0.0265
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +86,19 @@ County jurisdiction.
| Hispanic/Latino | 27069 |
| Bachelor's or higher | 140806 |
## Districts
- [GA-07](/us/states/ga/districts/07.md) — 100% (congressional)
- [GA Senate District 27](/us/states/ga/districts/senate/27.md) — 88% (state senate)
- [GA Senate District 48](/us/states/ga/districts/senate/48.md) — 12% (state senate)
- [GA House District 28](/us/states/ga/districts/house/28.md) — 31% (state house)
- [GA House District 26](/us/states/ga/districts/house/26.md) — 24% (state house)
- [GA House District 24](/us/states/ga/districts/house/24.md) — 17% (state house)
- [GA House District 11](/us/states/ga/districts/house/11.md) — 15% (state house)
- [GA House District 25](/us/states/ga/districts/house/25.md) — 10% (state house)
- [GA House District 100](/us/states/ga/districts/house/100.md) — 3% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 48
hispanic: 1319
bachelors_plus: 4207
districts:
- to: "us/states/ga/districts/10"
rel: in-district
area_weight: 0.9981
- to: "us/states/ga/districts/senate/50"
rel: in-district
area_weight: 0.9997
- to: "us/states/ga/districts/house/33"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1319 |
| Bachelor's or higher | 4207 |
## Districts
- [GA-10](/us/states/ga/districts/10.md) — 100% (congressional)
- [GA Senate District 50](/us/states/ga/districts/senate/50.md) — 100% (state senate)
- [GA House District 33](/us/states/ga/districts/house/33.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,114 @@ demographics:
race_native: 2748
hispanic: 87967
bachelors_plus: 621172
districts:
- to: "us/states/ga/districts/06"
rel: in-district
area_weight: 0.5158
- to: "us/states/ga/districts/07"
rel: in-district
area_weight: 0.3051
- to: "us/states/ga/districts/05"
rel: in-district
area_weight: 0.1762
- to: "us/states/ga/districts/senate/38"
rel: in-district
area_weight: 0.2333
- to: "us/states/ga/districts/senate/28"
rel: in-district
area_weight: 0.1527
- to: "us/states/ga/districts/senate/14"
rel: in-district
area_weight: 0.1167
- to: "us/states/ga/districts/senate/21"
rel: in-district
area_weight: 0.111
- to: "us/states/ga/districts/senate/35"
rel: in-district
area_weight: 0.1064
- to: "us/states/ga/districts/senate/39"
rel: in-district
area_weight: 0.097
- to: "us/states/ga/districts/senate/36"
rel: in-district
area_weight: 0.0872
- to: "us/states/ga/districts/senate/48"
rel: in-district
area_weight: 0.0605
- to: "us/states/ga/districts/senate/56"
rel: in-district
area_weight: 0.0349
- to: "us/states/ga/districts/house/65"
rel: in-district
area_weight: 0.2046
- to: "us/states/ga/districts/house/47"
rel: in-district
area_weight: 0.0875
- to: "us/states/ga/districts/house/67"
rel: in-district
area_weight: 0.0862
- to: "us/states/ga/districts/house/53"
rel: in-district
area_weight: 0.0589
- to: "us/states/ga/districts/house/49"
rel: in-district
area_weight: 0.0537
- to: "us/states/ga/districts/house/63"
rel: in-district
area_weight: 0.0477
- to: "us/states/ga/districts/house/60"
rel: in-district
area_weight: 0.0467
- to: "us/states/ga/districts/house/61"
rel: in-district
area_weight: 0.0458
- to: "us/states/ga/districts/house/62"
rel: in-district
area_weight: 0.0385
- to: "us/states/ga/districts/house/50"
rel: in-district
area_weight: 0.0384
- to: "us/states/ga/districts/house/51"
rel: in-district
area_weight: 0.0383
- to: "us/states/ga/districts/house/48"
rel: in-district
area_weight: 0.0382
- to: "us/states/ga/districts/house/55"
rel: in-district
area_weight: 0.0355
- to: "us/states/ga/districts/house/68"
rel: in-district
area_weight: 0.0349
- to: "us/states/ga/districts/house/59"
rel: in-district
area_weight: 0.0245
- to: "us/states/ga/districts/house/58"
rel: in-district
area_weight: 0.0224
- to: "us/states/ga/districts/house/54"
rel: in-district
area_weight: 0.022
- to: "us/states/ga/districts/house/56"
rel: in-district
area_weight: 0.0209
- to: "us/states/ga/districts/house/69"
rel: in-district
area_weight: 0.0158
- to: "us/states/ga/districts/house/57"
rel: in-district
area_weight: 0.0152
- to: "us/states/ga/districts/house/52"
rel: in-district
area_weight: 0.0144
- to: "us/states/ga/districts/house/25"
rel: in-district
area_weight: 0.0094
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +161,44 @@ County jurisdiction — 7 officeholders mapped.
| Hispanic/Latino | 87967 |
| Bachelor's or higher | 621172 |
## Districts
- [GA-06](/us/states/ga/districts/06.md) — 52% (congressional)
- [GA-07](/us/states/ga/districts/07.md) — 31% (congressional)
- [GA-05](/us/states/ga/districts/05.md) — 18% (congressional)
- [GA Senate District 38](/us/states/ga/districts/senate/38.md) — 23% (state senate)
- [GA Senate District 28](/us/states/ga/districts/senate/28.md) — 15% (state senate)
- [GA Senate District 14](/us/states/ga/districts/senate/14.md) — 12% (state senate)
- [GA Senate District 21](/us/states/ga/districts/senate/21.md) — 11% (state senate)
- [GA Senate District 35](/us/states/ga/districts/senate/35.md) — 11% (state senate)
- [GA Senate District 39](/us/states/ga/districts/senate/39.md) — 10% (state senate)
- [GA Senate District 36](/us/states/ga/districts/senate/36.md) — 9% (state senate)
- [GA Senate District 48](/us/states/ga/districts/senate/48.md) — 6% (state senate)
- [GA Senate District 56](/us/states/ga/districts/senate/56.md) — 3% (state senate)
- [GA House District 65](/us/states/ga/districts/house/65.md) — 20% (state house)
- [GA House District 47](/us/states/ga/districts/house/47.md) — 9% (state house)
- [GA House District 67](/us/states/ga/districts/house/67.md) — 9% (state house)
- [GA House District 53](/us/states/ga/districts/house/53.md) — 6% (state house)
- [GA House District 49](/us/states/ga/districts/house/49.md) — 5% (state house)
- [GA House District 63](/us/states/ga/districts/house/63.md) — 5% (state house)
- [GA House District 60](/us/states/ga/districts/house/60.md) — 5% (state house)
- [GA House District 61](/us/states/ga/districts/house/61.md) — 5% (state house)
- [GA House District 62](/us/states/ga/districts/house/62.md) — 4% (state house)
- [GA House District 50](/us/states/ga/districts/house/50.md) — 4% (state house)
- [GA House District 51](/us/states/ga/districts/house/51.md) — 4% (state house)
- [GA House District 48](/us/states/ga/districts/house/48.md) — 4% (state house)
- [GA House District 55](/us/states/ga/districts/house/55.md) — 4% (state house)
- [GA House District 68](/us/states/ga/districts/house/68.md) — 3% (state house)
- [GA House District 59](/us/states/ga/districts/house/59.md) — 2% (state house)
- [GA House District 58](/us/states/ga/districts/house/58.md) — 2% (state house)
- [GA House District 54](/us/states/ga/districts/house/54.md) — 2% (state house)
- [GA House District 56](/us/states/ga/districts/house/56.md) — 2% (state house)
- [GA House District 69](/us/states/ga/districts/house/69.md) — 2% (state house)
- [GA House District 57](/us/states/ga/districts/house/57.md) — 2% (state house)
- [GA House District 52](/us/states/ga/districts/house/52.md) — 1% (state house)
- [GA House District 25](/us/states/ga/districts/house/25.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 421
hispanic: 3989
bachelors_plus: 8247
districts:
- to: "us/states/ga/districts/09"
rel: in-district
area_weight: 0.9981
- to: "us/states/ga/districts/senate/51"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/7"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 3989 |
| Bachelor's or higher | 8247 |
## Districts
- [GA-09](/us/states/ga/districts/09.md) — 100% (congressional)
- [GA Senate District 51](/us/states/ga/districts/senate/51.md) — 100% (state senate)
- [GA House District 7](/us/states/ga/districts/house/7.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 0
hispanic: 93
bachelors_plus: 452
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 0.9997
- to: "us/states/ga/districts/senate/23"
rel: in-district
area_weight: 0.9996
- to: "us/states/ga/districts/house/128"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 93 |
| Bachelor's or higher | 452 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 100% (congressional)
- [GA Senate District 23](/us/states/ga/districts/senate/23.md) — 100% (state senate)
- [GA House District 128](/us/states/ga/districts/house/128.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 266
hispanic: 6637
bachelors_plus: 27600
districts:
- to: "us/states/ga/districts/01"
rel: in-district
area_weight: 0.8
- to: "us/states/ga/districts/senate/3"
rel: in-district
area_weight: 0.7955
- to: "us/states/ga/districts/house/167"
rel: in-district
area_weight: 0.4128
- to: "us/states/ga/districts/house/179"
rel: in-district
area_weight: 0.2553
- to: "us/states/ga/districts/house/180"
rel: in-district
area_weight: 0.1274
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 6637 |
| Bachelor's or higher | 27600 |
## Districts
- [GA-01](/us/states/ga/districts/01.md) — 80% (congressional)
- [GA Senate District 3](/us/states/ga/districts/senate/3.md) — 80% (state senate)
- [GA House District 167](/us/states/ga/districts/house/167.md) — 41% (state house)
- [GA House District 179](/us/states/ga/districts/house/179.md) — 26% (state house)
- [GA House District 180](/us/states/ga/districts/house/180.md) — 13% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,30 @@ demographics:
race_native: 758
hispanic: 9657
bachelors_plus: 10878
districts:
- to: "us/states/ga/districts/11"
rel: in-district
area_weight: 0.9928
- to: "us/states/ga/districts/14"
rel: in-district
area_weight: 0.0072
- to: "us/states/ga/districts/senate/54"
rel: in-district
area_weight: 0.7427
- to: "us/states/ga/districts/senate/52"
rel: in-district
area_weight: 0.2572
- to: "us/states/ga/districts/house/5"
rel: in-district
area_weight: 0.8211
- to: "us/states/ga/districts/house/6"
rel: in-district
area_weight: 0.1787
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction.
| Hispanic/Latino | 9657 |
| Bachelor's or higher | 10878 |
## Districts
- [GA-11](/us/states/ga/districts/11.md) — 99% (congressional)
- [GA-14](/us/states/ga/districts/14.md) — 1% (congressional)
- [GA Senate District 54](/us/states/ga/districts/senate/54.md) — 74% (state senate)
- [GA Senate District 52](/us/states/ga/districts/senate/52.md) — 26% (state senate)
- [GA House District 5](/us/states/ga/districts/house/5.md) — 82% (state house)
- [GA House District 6](/us/states/ga/districts/house/6.md) — 18% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 102
hispanic: 3484
bachelors_plus: 4110
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/senate/11"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/171"
rel: in-district
area_weight: 0.6006
- to: "us/states/ga/districts/house/173"
rel: in-district
area_weight: 0.3993
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 3484 |
| Bachelor's or higher | 4110 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 100% (congressional)
- [GA Senate District 11](/us/states/ga/districts/senate/11.md) — 100% (state senate)
- [GA House District 171](/us/states/ga/districts/house/171.md) — 60% (state house)
- [GA House District 173](/us/states/ga/districts/house/173.md) — 40% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 114
hispanic: 1442
bachelors_plus: 7969
districts:
- to: "us/states/ga/districts/10"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/24"
rel: in-district
area_weight: 0.9996
- to: "us/states/ga/districts/house/124"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1442 |
| Bachelor's or higher | 7969 |
## Districts
- [GA-10](/us/states/ga/districts/10.md) — 100% (congressional)
- [GA Senate District 24](/us/states/ga/districts/senate/24.md) — 100% (state senate)
- [GA House District 124](/us/states/ga/districts/house/124.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,114 @@ demographics:
race_native: 4656
hispanic: 232470
bachelors_plus: 334599
districts:
- to: "us/states/ga/districts/09"
rel: in-district
area_weight: 0.3744
- to: "us/states/ga/districts/13"
rel: in-district
area_weight: 0.3641
- to: "us/states/ga/districts/04"
rel: in-district
area_weight: 0.1794
- to: "us/states/ga/districts/10"
rel: in-district
area_weight: 0.0808
- to: "us/states/ga/districts/senate/45"
rel: in-district
area_weight: 0.2097
- to: "us/states/ga/districts/senate/9"
rel: in-district
area_weight: 0.1843
- to: "us/states/ga/districts/senate/5"
rel: in-district
area_weight: 0.1164
- to: "us/states/ga/districts/senate/46"
rel: in-district
area_weight: 0.0816
- to: "us/states/ga/districts/senate/55"
rel: in-district
area_weight: 0.0806
- to: "us/states/ga/districts/senate/43"
rel: in-district
area_weight: 0.0772
- to: "us/states/ga/districts/senate/48"
rel: in-district
area_weight: 0.0613
- to: "us/states/ga/districts/senate/40"
rel: in-district
area_weight: 0.0205
- to: "us/states/ga/districts/house/110"
rel: in-district
area_weight: 0.0835
- to: "us/states/ga/districts/house/105"
rel: in-district
area_weight: 0.0754
- to: "us/states/ga/districts/house/111"
rel: in-district
area_weight: 0.0741
- to: "us/states/ga/districts/house/103"
rel: in-district
area_weight: 0.0679
- to: "us/states/ga/districts/house/99"
rel: in-district
area_weight: 0.0625
- to: "us/states/ga/districts/house/108"
rel: in-district
area_weight: 0.0566
- to: "us/states/ga/districts/house/102"
rel: in-district
area_weight: 0.0539
- to: "us/states/ga/districts/house/104"
rel: in-district
area_weight: 0.0537
- to: "us/states/ga/districts/house/100"
rel: in-district
area_weight: 0.0529
- to: "us/states/ga/districts/house/97"
rel: in-district
area_weight: 0.0522
- to: "us/states/ga/districts/house/107"
rel: in-district
area_weight: 0.0476
- to: "us/states/ga/districts/house/96"
rel: in-district
area_weight: 0.0473
- to: "us/states/ga/districts/house/106"
rel: in-district
area_weight: 0.0455
- to: "us/states/ga/districts/house/95"
rel: in-district
area_weight: 0.0428
- to: "us/states/ga/districts/house/94"
rel: in-district
area_weight: 0.0404
- to: "us/states/ga/districts/house/93"
rel: in-district
area_weight: 0.0403
- to: "us/states/ga/districts/house/109"
rel: in-district
area_weight: 0.0293
- to: "us/states/ga/districts/house/98"
rel: in-district
area_weight: 0.0268
- to: "us/states/ga/districts/house/48"
rel: in-district
area_weight: 0.0141
- to: "us/states/ga/districts/house/30"
rel: in-district
area_weight: 0.0138
- to: "us/states/ga/districts/house/112"
rel: in-district
area_weight: 0.0132
- to: "us/states/ga/districts/house/88"
rel: in-district
area_weight: 0.0061
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +161,44 @@ County jurisdiction — 5 officeholders mapped.
| Hispanic/Latino | 232470 |
| Bachelor's or higher | 334599 |
## Districts
- [GA-09](/us/states/ga/districts/09.md) — 37% (congressional)
- [GA-13](/us/states/ga/districts/13.md) — 36% (congressional)
- [GA-04](/us/states/ga/districts/04.md) — 18% (congressional)
- [GA-10](/us/states/ga/districts/10.md) — 8% (congressional)
- [GA Senate District 45](/us/states/ga/districts/senate/45.md) — 21% (state senate)
- [GA Senate District 9](/us/states/ga/districts/senate/9.md) — 18% (state senate)
- [GA Senate District 5](/us/states/ga/districts/senate/5.md) — 12% (state senate)
- [GA Senate District 46](/us/states/ga/districts/senate/46.md) — 8% (state senate)
- [GA Senate District 55](/us/states/ga/districts/senate/55.md) — 8% (state senate)
- [GA Senate District 43](/us/states/ga/districts/senate/43.md) — 8% (state senate)
- [GA Senate District 48](/us/states/ga/districts/senate/48.md) — 6% (state senate)
- [GA Senate District 40](/us/states/ga/districts/senate/40.md) — 2% (state senate)
- [GA House District 110](/us/states/ga/districts/house/110.md) — 8% (state house)
- [GA House District 105](/us/states/ga/districts/house/105.md) — 8% (state house)
- [GA House District 111](/us/states/ga/districts/house/111.md) — 7% (state house)
- [GA House District 103](/us/states/ga/districts/house/103.md) — 7% (state house)
- [GA House District 99](/us/states/ga/districts/house/99.md) — 6% (state house)
- [GA House District 108](/us/states/ga/districts/house/108.md) — 6% (state house)
- [GA House District 102](/us/states/ga/districts/house/102.md) — 5% (state house)
- [GA House District 104](/us/states/ga/districts/house/104.md) — 5% (state house)
- [GA House District 100](/us/states/ga/districts/house/100.md) — 5% (state house)
- [GA House District 97](/us/states/ga/districts/house/97.md) — 5% (state house)
- [GA House District 107](/us/states/ga/districts/house/107.md) — 5% (state house)
- [GA House District 96](/us/states/ga/districts/house/96.md) — 5% (state house)
- [GA House District 106](/us/states/ga/districts/house/106.md) — 5% (state house)
- [GA House District 95](/us/states/ga/districts/house/95.md) — 4% (state house)
- [GA House District 94](/us/states/ga/districts/house/94.md) — 4% (state house)
- [GA House District 93](/us/states/ga/districts/house/93.md) — 4% (state house)
- [GA House District 109](/us/states/ga/districts/house/109.md) — 3% (state house)
- [GA House District 98](/us/states/ga/districts/house/98.md) — 3% (state house)
- [GA House District 48](/us/states/ga/districts/house/48.md) — 1% (state house)
- [GA House District 30](/us/states/ga/districts/house/30.md) — 1% (state house)
- [GA House District 112](/us/states/ga/districts/house/112.md) — 1% (state house)
- [GA House District 88](/us/states/ga/districts/house/88.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 286
hispanic: 7681
bachelors_plus: 11405
districts:
- to: "us/states/ga/districts/09"
rel: in-district
area_weight: 0.9997
- to: "us/states/ga/districts/senate/50"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/house/10"
rel: in-district
area_weight: 0.9223
- to: "us/states/ga/districts/house/32"
rel: in-district
area_weight: 0.0773
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 7681 |
| Bachelor's or higher | 11405 |
## Districts
- [GA-09](/us/states/ga/districts/09.md) — 100% (congressional)
- [GA Senate District 50](/us/states/ga/districts/senate/50.md) — 100% (state senate)
- [GA House District 10](/us/states/ga/districts/house/10.md) — 92% (state house)
- [GA House District 32](/us/states/ga/districts/house/32.md) — 8% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,45 @@ demographics:
race_native: 910
hispanic: 61982
bachelors_plus: 54020
districts:
- to: "us/states/ga/districts/09"
rel: in-district
area_weight: 0.7331
- to: "us/states/ga/districts/07"
rel: in-district
area_weight: 0.2669
- to: "us/states/ga/districts/senate/49"
rel: in-district
area_weight: 0.8854
- to: "us/states/ga/districts/senate/50"
rel: in-district
area_weight: 0.1143
- to: "us/states/ga/districts/house/27"
rel: in-district
area_weight: 0.535
- to: "us/states/ga/districts/house/30"
rel: in-district
area_weight: 0.1802
- to: "us/states/ga/districts/house/29"
rel: in-district
area_weight: 0.1033
- to: "us/states/ga/districts/house/31"
rel: in-district
area_weight: 0.0721
- to: "us/states/ga/districts/house/28"
rel: in-district
area_weight: 0.0462
- to: "us/states/ga/districts/house/100"
rel: in-district
area_weight: 0.0397
- to: "us/states/ga/districts/house/103"
rel: in-district
area_weight: 0.0231
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +92,21 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 61982 |
| Bachelor's or higher | 54020 |
## Districts
- [GA-09](/us/states/ga/districts/09.md) — 73% (congressional)
- [GA-07](/us/states/ga/districts/07.md) — 27% (congressional)
- [GA Senate District 49](/us/states/ga/districts/senate/49.md) — 89% (state senate)
- [GA Senate District 50](/us/states/ga/districts/senate/50.md) — 11% (state senate)
- [GA House District 27](/us/states/ga/districts/house/27.md) — 54% (state house)
- [GA House District 30](/us/states/ga/districts/house/30.md) — 18% (state house)
- [GA House District 29](/us/states/ga/districts/house/29.md) — 10% (state house)
- [GA House District 31](/us/states/ga/districts/house/31.md) — 7% (state house)
- [GA House District 28](/us/states/ga/districts/house/28.md) — 5% (state house)
- [GA House District 100](/us/states/ga/districts/house/100.md) — 4% (state house)
- [GA House District 103](/us/states/ga/districts/house/103.md) — 2% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 33
hispanic: 59
bachelors_plus: 917
districts:
- to: "us/states/ga/districts/10"
rel: in-district
area_weight: 0.9958
- to: "us/states/ga/districts/senate/26"
rel: in-district
area_weight: 0.9996
- to: "us/states/ga/districts/house/128"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 59 |
| Bachelor's or higher | 917 |
## Districts
- [GA-10](/us/states/ga/districts/10.md) — 100% (congressional)
- [GA Senate District 26](/us/states/ga/districts/senate/26.md) — 100% (state senate)
- [GA House District 128](/us/states/ga/districts/house/128.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 10
hispanic: 665
bachelors_plus: 4880
districts:
- to: "us/states/ga/districts/03"
rel: in-district
area_weight: 0.9996
- to: "us/states/ga/districts/senate/30"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/18"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 665 |
| Bachelor's or higher | 4880 |
## Districts
- [GA-03](/us/states/ga/districts/03.md) — 100% (congressional)
- [GA Senate District 30](/us/states/ga/districts/senate/30.md) — 100% (state senate)
- [GA House District 18](/us/states/ga/districts/house/18.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 53
hispanic: 1785
bachelors_plus: 13699
districts:
- to: "us/states/ga/districts/03"
rel: in-district
area_weight: 0.9939
- to: "us/states/ga/districts/senate/29"
rel: in-district
area_weight: 0.9992
- to: "us/states/ga/districts/house/138"
rel: in-district
area_weight: 0.7256
- to: "us/states/ga/districts/house/139"
rel: in-district
area_weight: 0.2736
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1785 |
| Bachelor's or higher | 13699 |
## Districts
- [GA-03](/us/states/ga/districts/03.md) — 99% (congressional)
- [GA Senate District 29](/us/states/ga/districts/senate/29.md) — 100% (state senate)
- [GA House District 138](/us/states/ga/districts/house/138.md) — 73% (state house)
- [GA House District 139](/us/states/ga/districts/house/139.md) — 27% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 141
hispanic: 1145
bachelors_plus: 5599
districts:
- to: "us/states/ga/districts/10"
rel: in-district
area_weight: 0.9981
- to: "us/states/ga/districts/senate/24"
rel: in-district
area_weight: 0.9995
- to: "us/states/ga/districts/house/33"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1145 |
| Bachelor's or higher | 5599 |
## Districts
- [GA-10](/us/states/ga/districts/10.md) — 100% (congressional)
- [GA Senate District 24](/us/states/ga/districts/senate/24.md) — 100% (state senate)
- [GA House District 33](/us/states/ga/districts/house/33.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 4
hispanic: 328
bachelors_plus: 1450
districts:
- to: "us/states/ga/districts/03"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/6"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/72"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 328 |
| Bachelor's or higher | 1450 |
## Districts
- [GA-03](/us/states/ga/districts/03.md) — 100% (congressional)
- [GA Senate District 6](/us/states/ga/districts/senate/6.md) — 100% (state senate)
- [GA House District 72](/us/states/ga/districts/house/72.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,51 @@ demographics:
race_native: 431
hispanic: 20722
bachelors_plus: 65600
districts:
- to: "us/states/ga/districts/10"
rel: in-district
area_weight: 0.5607
- to: "us/states/ga/districts/13"
rel: in-district
area_weight: 0.2927
- to: "us/states/ga/districts/03"
rel: in-district
area_weight: 0.1466
- to: "us/states/ga/districts/senate/17"
rel: in-district
area_weight: 0.391
- to: "us/states/ga/districts/senate/25"
rel: in-district
area_weight: 0.279
- to: "us/states/ga/districts/senate/10"
rel: in-district
area_weight: 0.1656
- to: "us/states/ga/districts/senate/42"
rel: in-district
area_weight: 0.1641
- to: "us/states/ga/districts/house/81"
rel: in-district
area_weight: 0.3702
- to: "us/states/ga/districts/house/117"
rel: in-district
area_weight: 0.1911
- to: "us/states/ga/districts/house/78"
rel: in-district
area_weight: 0.1203
- to: "us/states/ga/districts/house/74"
rel: in-district
area_weight: 0.1158
- to: "us/states/ga/districts/house/115"
rel: in-district
area_weight: 0.1122
- to: "us/states/ga/districts/house/116"
rel: in-district
area_weight: 0.0898
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +98,23 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 20722 |
| Bachelor's or higher | 65600 |
## Districts
- [GA-10](/us/states/ga/districts/10.md) — 56% (congressional)
- [GA-13](/us/states/ga/districts/13.md) — 29% (congressional)
- [GA-03](/us/states/ga/districts/03.md) — 15% (congressional)
- [GA Senate District 17](/us/states/ga/districts/senate/17.md) — 39% (state senate)
- [GA Senate District 25](/us/states/ga/districts/senate/25.md) — 28% (state senate)
- [GA Senate District 10](/us/states/ga/districts/senate/10.md) — 17% (state senate)
- [GA Senate District 42](/us/states/ga/districts/senate/42.md) — 16% (state senate)
- [GA House District 81](/us/states/ga/districts/house/81.md) — 37% (state house)
- [GA House District 117](/us/states/ga/districts/house/117.md) — 19% (state house)
- [GA House District 78](/us/states/ga/districts/house/78.md) — 12% (state house)
- [GA House District 74](/us/states/ga/districts/house/74.md) — 12% (state house)
- [GA House District 115](/us/states/ga/districts/house/115.md) — 11% (state house)
- [GA House District 116](/us/states/ga/districts/house/116.md) — 9% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,39 @@ demographics:
race_native: 499
hispanic: 12872
bachelors_plus: 51843
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.8691
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 0.1309
- to: "us/states/ga/districts/senate/20"
rel: in-district
area_weight: 0.8206
- to: "us/states/ga/districts/senate/26"
rel: in-district
area_weight: 0.1202
- to: "us/states/ga/districts/senate/18"
rel: in-district
area_weight: 0.0592
- to: "us/states/ga/districts/house/148"
rel: in-district
area_weight: 0.5986
- to: "us/states/ga/districts/house/146"
rel: in-district
area_weight: 0.225
- to: "us/states/ga/districts/house/143"
rel: in-district
area_weight: 0.103
- to: "us/states/ga/districts/house/147"
rel: in-district
area_weight: 0.0729
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +86,19 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 12872 |
| Bachelor's or higher | 51843 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 87% (congressional)
- [GA-02](/us/states/ga/districts/02.md) — 13% (congressional)
- [GA Senate District 20](/us/states/ga/districts/senate/20.md) — 82% (state senate)
- [GA Senate District 26](/us/states/ga/districts/senate/26.md) — 12% (state senate)
- [GA Senate District 18](/us/states/ga/districts/senate/18.md) — 6% (state senate)
- [GA House District 148](/us/states/ga/districts/house/148.md) — 60% (state house)
- [GA House District 146](/us/states/ga/districts/house/146.md) — 22% (state house)
- [GA House District 143](/us/states/ga/districts/house/143.md) — 10% (state house)
- [GA House District 147](/us/states/ga/districts/house/147.md) — 7% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 0
hispanic: 673
bachelors_plus: 1366
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/13"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/house/169"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 673 |
| Bachelor's or higher | 1366 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 13](/us/states/ga/districts/senate/13.md) — 100% (state senate)
- [GA House District 169](/us/states/ga/districts/house/169.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 481
hispanic: 9201
bachelors_plus: 21310
districts:
- to: "us/states/ga/districts/09"
rel: in-district
area_weight: 0.9952
- to: "us/states/ga/districts/senate/47"
rel: in-district
area_weight: 0.6403
- to: "us/states/ga/districts/senate/50"
rel: in-district
area_weight: 0.3596
- to: "us/states/ga/districts/house/31"
rel: in-district
area_weight: 0.4781
- to: "us/states/ga/districts/house/120"
rel: in-district
area_weight: 0.3152
- to: "us/states/ga/districts/house/32"
rel: in-district
area_weight: 0.1904
- to: "us/states/ga/districts/house/119"
rel: in-district
area_weight: 0.0162
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction.
| Hispanic/Latino | 9201 |
| Bachelor's or higher | 21310 |
## Districts
- [GA-09](/us/states/ga/districts/09.md) — 100% (congressional)
- [GA Senate District 47](/us/states/ga/districts/senate/47.md) — 64% (state senate)
- [GA Senate District 50](/us/states/ga/districts/senate/50.md) — 36% (state senate)
- [GA House District 31](/us/states/ga/districts/house/31.md) — 48% (state house)
- [GA House District 120](/us/states/ga/districts/house/120.md) — 32% (state house)
- [GA House District 32](/us/states/ga/districts/house/32.md) — 19% (state house)
- [GA House District 119](/us/states/ga/districts/house/119.md) — 2% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 3
hispanic: 799
bachelors_plus: 2975
districts:
- to: "us/states/ga/districts/10"
rel: in-district
area_weight: 0.9994
- to: "us/states/ga/districts/senate/25"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/144"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 799 |
| Bachelor's or higher | 2975 |
## Districts
- [GA-10](/us/states/ga/districts/10.md) — 100% (congressional)
- [GA Senate District 25](/us/states/ga/districts/senate/25.md) — 100% (state senate)
- [GA House District 144](/us/states/ga/districts/house/144.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 186
hispanic: 2095
bachelors_plus: 1838
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.9982
- to: "us/states/ga/districts/senate/19"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/157"
rel: in-district
area_weight: 0.9994
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2095 |
| Bachelor's or higher | 1838 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 19](/us/states/ga/districts/senate/19.md) — 100% (state senate)
- [GA House District 157](/us/states/ga/districts/house/157.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 72
hispanic: 547
bachelors_plus: 1835
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/23"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/132"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 547 |
| Bachelor's or higher | 1835 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 100% (congressional)
- [GA Senate District 23](/us/states/ga/districts/senate/23.md) — 100% (state senate)
- [GA House District 132](/us/states/ga/districts/house/132.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 5
hispanic: 802
bachelors_plus: 1056
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/23"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/house/126"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 802 |
| Bachelor's or higher | 1056 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 100% (congressional)
- [GA Senate District 23](/us/states/ga/districts/senate/23.md) — 100% (state senate)
- [GA House District 126](/us/states/ga/districts/house/126.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 26
hispanic: 162
bachelors_plus: 880
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/senate/26"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/155"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 162 |
| Bachelor's or higher | 880 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 100% (congressional)
- [GA Senate District 26](/us/states/ga/districts/senate/26.md) — 100% (state senate)
- [GA House District 155](/us/states/ga/districts/house/155.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 11
hispanic: 628
bachelors_plus: 5400
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 0.997
- to: "us/states/ga/districts/senate/25"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/144"
rel: in-district
area_weight: 0.8494
- to: "us/states/ga/districts/house/149"
rel: in-district
area_weight: 0.1505
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 628 |
| Bachelor's or higher | 5400 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 25](/us/states/ga/districts/senate/25.md) — 100% (state senate)
- [GA House District 144](/us/states/ga/districts/house/144.md) — 85% (state house)
- [GA House District 149](/us/states/ga/districts/house/149.md) — 15% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 16
hispanic: 661
bachelors_plus: 3594
districts:
- to: "us/states/ga/districts/03"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/senate/16"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/135"
rel: in-district
area_weight: 0.5911
- to: "us/states/ga/districts/house/134"
rel: in-district
area_weight: 0.4088
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 661 |
| Bachelor's or higher | 3594 |
## Districts
- [GA-03](/us/states/ga/districts/03.md) — 100% (congressional)
- [GA Senate District 16](/us/states/ga/districts/senate/16.md) — 100% (state senate)
- [GA House District 135](/us/states/ga/districts/house/135.md) — 59% (state house)
- [GA House District 134](/us/states/ga/districts/house/134.md) — 41% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 9
hispanic: 758
bachelors_plus: 1852
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/8"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/176"
rel: in-district
area_weight: 0.9987
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 758 |
| Bachelor's or higher | 1852 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 8](/us/states/ga/districts/senate/8.md) — 100% (state senate)
- [GA House District 176](/us/states/ga/districts/house/176.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 56
hispanic: 1646
bachelors_plus: 9402
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 0.9984
- to: "us/states/ga/districts/senate/20"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/155"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1646 |
| Bachelor's or higher | 9402 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 100% (congressional)
- [GA Senate District 20](/us/states/ga/districts/senate/20.md) — 100% (state senate)
- [GA House District 155](/us/states/ga/districts/house/155.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 6
hispanic: 1131
bachelors_plus: 10998
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 0.9974
- to: "us/states/ga/districts/senate/13"
rel: in-district
area_weight: 0.9997
- to: "us/states/ga/districts/house/152"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1131 |
| Bachelor's or higher | 10998 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 100% (congressional)
- [GA Senate District 13](/us/states/ga/districts/senate/13.md) — 100% (state senate)
- [GA House District 152](/us/states/ga/districts/house/152.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 345
hispanic: 8535
bachelors_plus: 10564
districts:
- to: "us/states/ga/districts/01"
rel: in-district
area_weight: 0.8988
- to: "us/states/ga/districts/senate/1"
rel: in-district
area_weight: 0.8981
- to: "us/states/ga/districts/house/168"
rel: in-district
area_weight: 0.5982
- to: "us/states/ga/districts/house/167"
rel: in-district
area_weight: 0.2996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 8535 |
| Bachelor's or higher | 10564 |
## Districts
- [GA-01](/us/states/ga/districts/01.md) — 90% (congressional)
- [GA Senate District 1](/us/states/ga/districts/senate/1.md) — 90% (state senate)
- [GA House District 168](/us/states/ga/districts/house/168.md) — 60% (state house)
- [GA House District 167](/us/states/ga/districts/house/167.md) — 30% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 0
hispanic: 114
bachelors_plus: 1320
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 0.9991
- to: "us/states/ga/districts/senate/24"
rel: in-district
area_weight: 0.9996
- to: "us/states/ga/districts/house/123"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 114 |
| Bachelor's or higher | 1320 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 100% (congressional)
- [GA Senate District 24](/us/states/ga/districts/senate/24.md) — 100% (state senate)
- [GA House District 123](/us/states/ga/districts/house/123.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 13
hispanic: 2405
bachelors_plus: 2063
districts:
- to: "us/states/ga/districts/01"
rel: in-district
area_weight: 0.9976
- to: "us/states/ga/districts/senate/19"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/167"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2405 |
| Bachelor's or higher | 2063 |
## Districts
- [GA-01](/us/states/ga/districts/01.md) — 100% (congressional)
- [GA Senate District 19](/us/states/ga/districts/senate/19.md) — 100% (state senate)
- [GA House District 167](/us/states/ga/districts/house/167.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 378
hispanic: 8552
bachelors_plus: 28410
districts:
- to: "us/states/ga/districts/08"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/8"
rel: in-district
area_weight: 0.9995
- to: "us/states/ga/districts/house/175"
rel: in-district
area_weight: 0.5372
- to: "us/states/ga/districts/house/174"
rel: in-district
area_weight: 0.2945
- to: "us/states/ga/districts/house/176"
rel: in-district
area_weight: 0.0673
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 8552 |
| Bachelor's or higher | 28410 |
## Districts
- [GA-08](/us/states/ga/districts/08.md) — 100% (congressional)
- [GA Senate District 8](/us/states/ga/districts/senate/8.md) — 100% (state senate)
- [GA House District 175](/us/states/ga/districts/house/175.md) — 54% (state house)
- [GA House District 174](/us/states/ga/districts/house/174.md) — 29% (state house)
- [GA House District 176](/us/states/ga/districts/house/176.md) — 7% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,30 @@ demographics:
race_native: 119
hispanic: 2011
bachelors_plus: 9542
districts:
- to: "us/states/ga/districts/07"
rel: in-district
area_weight: 0.9897
- to: "us/states/ga/districts/09"
rel: in-district
area_weight: 0.0103
- to: "us/states/ga/districts/senate/51"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/house/9"
rel: in-district
area_weight: 0.9185
- to: "us/states/ga/districts/house/27"
rel: in-district
area_weight: 0.0759
- to: "us/states/ga/districts/house/8"
rel: in-district
area_weight: 0.0056
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction.
| Hispanic/Latino | 2011 |
| Bachelor's or higher | 9542 |
## Districts
- [GA-07](/us/states/ga/districts/07.md) — 99% (congressional)
- [GA-09](/us/states/ga/districts/09.md) — 1% (congressional)
- [GA Senate District 51](/us/states/ga/districts/senate/51.md) — 100% (state senate)
- [GA House District 9](/us/states/ga/districts/house/9.md) — 92% (state house)
- [GA House District 27](/us/states/ga/districts/house/27.md) — 8% (state house)
- [GA House District 8](/us/states/ga/districts/house/8.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 26
hispanic: 561
bachelors_plus: 1300
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 0.9992
- to: "us/states/ga/districts/senate/15"
rel: in-district
area_weight: 0.9997
- to: "us/states/ga/districts/house/150"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 561 |
| Bachelor's or higher | 1300 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 100% (congressional)
- [GA Senate District 15](/us/states/ga/districts/senate/15.md) — 100% (state senate)
- [GA House District 150](/us/states/ga/districts/house/150.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 49
hispanic: 2326
bachelors_plus: 6786
districts:
- to: "us/states/ga/districts/10"
rel: in-district
area_weight: 0.9976
- to: "us/states/ga/districts/senate/47"
rel: in-district
area_weight: 0.9994
- to: "us/states/ga/districts/house/123"
rel: in-district
area_weight: 0.5545
- to: "us/states/ga/districts/house/33"
rel: in-district
area_weight: 0.4452
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 2326 |
| Bachelor's or higher | 6786 |
## Districts
- [GA-10](/us/states/ga/districts/10.md) — 100% (congressional)
- [GA Senate District 47](/us/states/ga/districts/senate/47.md) — 100% (state senate)
- [GA House District 123](/us/states/ga/districts/house/123.md) — 55% (state house)
- [GA House District 33](/us/states/ga/districts/house/33.md) — 45% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 89
hispanic: 603
bachelors_plus: 1362
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/15"
rel: in-district
area_weight: 0.9999
- to: "us/states/ga/districts/house/151"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 603 |
| Bachelor's or higher | 1362 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 100% (congressional)
- [GA Senate District 15](/us/states/ga/districts/senate/15.md) — 100% (state senate)
- [GA House District 151](/us/states/ga/districts/house/151.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 0
hispanic: 800
bachelors_plus: 3692
districts:
- to: "us/states/ga/districts/12"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/senate/23"
rel: in-district
area_weight: 0.9997
- to: "us/states/ga/districts/house/125"
rel: in-district
area_weight: 0.5074
- to: "us/states/ga/districts/house/128"
rel: in-district
area_weight: 0.4924
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 800 |
| Bachelor's or higher | 3692 |
## Districts
- [GA-12](/us/states/ga/districts/12.md) — 100% (congressional)
- [GA Senate District 23](/us/states/ga/districts/senate/23.md) — 100% (state senate)
- [GA House District 125](/us/states/ga/districts/house/125.md) — 51% (state house)
- [GA House District 128](/us/states/ga/districts/house/128.md) — 49% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 22
hispanic: 302
bachelors_plus: 2488
districts:
- to: "us/states/ga/districts/01"
rel: in-district
area_weight: 0.845
- to: "us/states/ga/districts/senate/3"
rel: in-district
area_weight: 0.8266
- to: "us/states/ga/districts/house/167"
rel: in-district
area_weight: 0.8266
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 302 |
| Bachelor's or higher | 2488 |
## Districts
- [GA-01](/us/states/ga/districts/01.md) — 84% (congressional)
- [GA Senate District 3](/us/states/ga/districts/senate/3.md) — 83% (state senate)
- [GA House District 167](/us/states/ga/districts/house/167.md) — 83% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 17
hispanic: 176
bachelors_plus: 3135
districts:
- to: "us/states/ga/districts/03"
rel: in-district
area_weight: 0.9993
- to: "us/states/ga/districts/senate/29"
rel: in-district
area_weight: 0.9998
- to: "us/states/ga/districts/house/136"
rel: in-district
area_weight: 0.7943
- to: "us/states/ga/districts/house/137"
rel: in-district
area_weight: 0.2055
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 176 |
| Bachelor's or higher | 3135 |
## Districts
- [GA-03](/us/states/ga/districts/03.md) — 100% (congressional)
- [GA Senate District 29](/us/states/ga/districts/senate/29.md) — 100% (state senate)
- [GA House District 136](/us/states/ga/districts/house/136.md) — 79% (state house)
- [GA House District 137](/us/states/ga/districts/house/137.md) — 21% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,18 @@ demographics:
race_native: 18
hispanic: 194
bachelors_plus: 1172
districts:
- to: "us/states/ga/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/ga/districts/house/154"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, ga]
timestamp: "2026-07-03"
@@ -56,6 +65,12 @@ County jurisdiction.
| Hispanic/Latino | 194 |
| Bachelor's or higher | 1172 |
## Districts
- [GA-02](/us/states/ga/districts/02.md) — 100% (congressional)
- [GA House District 154](/us/states/ga/districts/house/154.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries

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