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,21 @@ demographics:
race_native: 854
hispanic: 11442
bachelors_plus: 8408
districts:
- to: "us/states/tx/districts/06"
rel: in-district
area_weight: 0.999
- to: "us/states/tx/districts/senate/3"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/8"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 11442 |
| Bachelor's or higher | 8408 |
## Districts
- [TX-06](/us/states/tx/districts/06.md) — 100% (congressional)
- [TX Senate District 3](/us/states/tx/districts/senate/3.md) — 100% (state senate)
- [TX House District 8](/us/states/tx/districts/house/8.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: 64
hispanic: 10707
bachelors_plus: 2348
districts:
- to: "us/states/tx/districts/19"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/88"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 10707 |
| Bachelor's or higher | 2348 |
## Districts
- [TX-19](/us/states/tx/districts/19.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 88](/us/states/tx/districts/house/88.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: 899
hispanic: 20528
bachelors_plus: 14156
districts:
- to: "us/states/tx/districts/17"
rel: in-district
area_weight: 0.9981
- to: "us/states/tx/districts/senate/3"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/9"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 20528 |
| Bachelor's or higher | 14156 |
## Districts
- [TX-17](/us/states/tx/districts/17.md) — 100% (congressional)
- [TX Senate District 3](/us/states/tx/districts/senate/3.md) — 100% (state senate)
- [TX House District 9](/us/states/tx/districts/house/9.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: 330
hispanic: 6736
bachelors_plus: 7136
districts:
- to: "us/states/tx/districts/27"
rel: in-district
area_weight: 0.5931
- to: "us/states/tx/districts/senate/18"
rel: in-district
area_weight: 0.5493
- to: "us/states/tx/districts/house/32"
rel: in-district
area_weight: 0.5492
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 6736 |
| Bachelor's or higher | 7136 |
## Districts
- [TX-27](/us/states/tx/districts/27.md) — 59% (congressional)
- [TX Senate District 18](/us/states/tx/districts/senate/18.md) — 55% (state senate)
- [TX House District 32](/us/states/tx/districts/house/32.md) — 55% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 85
hispanic: 837
bachelors_plus: 2084
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 0.9996
- to: "us/states/tx/districts/senate/30"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/69"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 837 |
| Bachelor's or higher | 2084 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 30](/us/states/tx/districts/senate/30.md) — 100% (state senate)
- [TX House District 69](/us/states/tx/districts/house/69.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: 19
hispanic: 218
bachelors_plus: 486
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/86"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 218 |
| Bachelor's or higher | 486 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 86](/us/states/tx/districts/house/86.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: 441
hispanic: 33363
bachelors_plus: 6427
districts:
- to: "us/states/tx/districts/28"
rel: in-district
area_weight: 0.9996
- to: "us/states/tx/districts/senate/19"
rel: in-district
area_weight: 0.7563
- to: "us/states/tx/districts/senate/24"
rel: in-district
area_weight: 0.2436
- to: "us/states/tx/districts/house/80"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 33363 |
| Bachelor's or higher | 6427 |
## Districts
- [TX-28](/us/states/tx/districts/28.md) — 100% (congressional)
- [TX Senate District 19](/us/states/tx/districts/senate/19.md) — 76% (state senate)
- [TX Senate District 24](/us/states/tx/districts/senate/24.md) — 24% (state senate)
- [TX House District 80](/us/states/tx/districts/house/80.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: 115
hispanic: 8661
bachelors_plus: 6815
districts:
- to: "us/states/tx/districts/10"
rel: in-district
area_weight: 0.9981
- to: "us/states/tx/districts/senate/18"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/85"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 8661 |
| Bachelor's or higher | 6815 |
## Districts
- [TX-10](/us/states/tx/districts/10.md) — 100% (congressional)
- [TX Senate District 18](/us/states/tx/districts/senate/18.md) — 100% (state senate)
- [TX House District 85](/us/states/tx/districts/house/85.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: 4565
bachelors_plus: 802
districts:
- to: "us/states/tx/districts/19"
rel: in-district
area_weight: 0.9997
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 0.9996
- to: "us/states/tx/districts/house/88"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 4565 |
| Bachelor's or higher | 802 |
## Districts
- [TX-19](/us/states/tx/districts/19.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 88](/us/states/tx/districts/house/88.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: 131
hispanic: 4619
bachelors_plus: 6494
districts:
- to: "us/states/tx/districts/21"
rel: in-district
area_weight: 0.9994
- to: "us/states/tx/districts/senate/24"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/53"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 4619 |
| Bachelor's or higher | 6494 |
## Districts
- [TX-21](/us/states/tx/districts/21.md) — 100% (congressional)
- [TX Senate District 24](/us/states/tx/districts/senate/24.md) — 100% (state senate)
- [TX House District 53](/us/states/tx/districts/house/53.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: 1279
hispanic: 48002
bachelors_plus: 23649
districts:
- to: "us/states/tx/districts/10"
rel: in-district
area_weight: 0.5146
- to: "us/states/tx/districts/27"
rel: in-district
area_weight: 0.4853
- to: "us/states/tx/districts/senate/5"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/17"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 48002 |
| Bachelor's or higher | 23649 |
## Districts
- [TX-10](/us/states/tx/districts/10.md) — 51% (congressional)
- [TX-27](/us/states/tx/districts/27.md) — 49% (congressional)
- [TX Senate District 5](/us/states/tx/districts/senate/5.md) — 100% (state senate)
- [TX House District 17](/us/states/tx/districts/house/17.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: 15
hispanic: 458
bachelors_plus: 795
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/69"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 458 |
| Bachelor's or higher | 795 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 69](/us/states/tx/districts/house/69.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: 218
hispanic: 19208
bachelors_plus: 3926
districts:
- to: "us/states/tx/districts/27"
rel: in-district
area_weight: 0.9994
- to: "us/states/tx/districts/senate/27"
rel: in-district
area_weight: 0.9997
- to: "us/states/tx/districts/house/43"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 19208 |
| Bachelor's or higher | 3926 |
## Districts
- [TX-27](/us/states/tx/districts/27.md) — 100% (congressional)
- [TX Senate District 27](/us/states/tx/districts/senate/27.md) — 100% (state senate)
- [TX House District 43](/us/states/tx/districts/house/43.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: 3317
hispanic: 101713
bachelors_plus: 86658
districts:
- to: "us/states/tx/districts/31"
rel: in-district
area_weight: 0.8349
- to: "us/states/tx/districts/11"
rel: in-district
area_weight: 0.165
- to: "us/states/tx/districts/senate/24"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/54"
rel: in-district
area_weight: 0.8062
- to: "us/states/tx/districts/house/55"
rel: in-district
area_weight: 0.1936
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 4 officeholders mapped.
| Hispanic/Latino | 101713 |
| Bachelor's or higher | 86658 |
## Districts
- [TX-31](/us/states/tx/districts/31.md) — 83% (congressional)
- [TX-11](/us/states/tx/districts/11.md) — 16% (congressional)
- [TX Senate District 24](/us/states/tx/districts/senate/24.md) — 100% (state senate)
- [TX House District 54](/us/states/tx/districts/house/54.md) — 81% (state house)
- [TX House District 55](/us/states/tx/districts/house/55.md) — 19% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,69 @@ demographics:
race_native: 25205
hispanic: 1234086
bachelors_plus: 595909
districts:
- to: "us/states/tx/districts/23"
rel: in-district
area_weight: 0.4013
- to: "us/states/tx/districts/28"
rel: in-district
area_weight: 0.2738
- to: "us/states/tx/districts/20"
rel: in-district
area_weight: 0.1426
- to: "us/states/tx/districts/21"
rel: in-district
area_weight: 0.1136
- to: "us/states/tx/districts/35"
rel: in-district
area_weight: 0.0686
- to: "us/states/tx/districts/senate/19"
rel: in-district
area_weight: 0.5077
- to: "us/states/tx/districts/senate/25"
rel: in-district
area_weight: 0.2439
- to: "us/states/tx/districts/senate/26"
rel: in-district
area_weight: 0.161
- to: "us/states/tx/districts/senate/21"
rel: in-district
area_weight: 0.0874
- to: "us/states/tx/districts/house/118"
rel: in-district
area_weight: 0.3832
- to: "us/states/tx/districts/house/122"
rel: in-district
area_weight: 0.1941
- to: "us/states/tx/districts/house/121"
rel: in-district
area_weight: 0.082
- to: "us/states/tx/districts/house/119"
rel: in-district
area_weight: 0.0738
- to: "us/states/tx/districts/house/117"
rel: in-district
area_weight: 0.0728
- to: "us/states/tx/districts/house/120"
rel: in-district
area_weight: 0.0497
- to: "us/states/tx/districts/house/124"
rel: in-district
area_weight: 0.0418
- to: "us/states/tx/districts/house/125"
rel: in-district
area_weight: 0.0358
- to: "us/states/tx/districts/house/123"
rel: in-district
area_weight: 0.0346
- to: "us/states/tx/districts/house/116"
rel: in-district
area_weight: 0.032
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +116,29 @@ County jurisdiction — 4 officeholders mapped.
| Hispanic/Latino | 1234086 |
| Bachelor's or higher | 595909 |
## Districts
- [TX-23](/us/states/tx/districts/23.md) — 40% (congressional)
- [TX-28](/us/states/tx/districts/28.md) — 27% (congressional)
- [TX-20](/us/states/tx/districts/20.md) — 14% (congressional)
- [TX-21](/us/states/tx/districts/21.md) — 11% (congressional)
- [TX-35](/us/states/tx/districts/35.md) — 7% (congressional)
- [TX Senate District 19](/us/states/tx/districts/senate/19.md) — 51% (state senate)
- [TX Senate District 25](/us/states/tx/districts/senate/25.md) — 24% (state senate)
- [TX Senate District 26](/us/states/tx/districts/senate/26.md) — 16% (state senate)
- [TX Senate District 21](/us/states/tx/districts/senate/21.md) — 9% (state senate)
- [TX House District 118](/us/states/tx/districts/house/118.md) — 38% (state house)
- [TX House District 122](/us/states/tx/districts/house/122.md) — 19% (state house)
- [TX House District 121](/us/states/tx/districts/house/121.md) — 8% (state house)
- [TX House District 119](/us/states/tx/districts/house/119.md) — 7% (state house)
- [TX House District 117](/us/states/tx/districts/house/117.md) — 7% (state house)
- [TX House District 120](/us/states/tx/districts/house/120.md) — 5% (state house)
- [TX House District 124](/us/states/tx/districts/house/124.md) — 4% (state house)
- [TX House District 125](/us/states/tx/districts/house/125.md) — 4% (state house)
- [TX House District 123](/us/states/tx/districts/house/123.md) — 3% (state house)
- [TX House District 116](/us/states/tx/districts/house/116.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: 25
hispanic: 2316
bachelors_plus: 4371
districts:
- to: "us/states/tx/districts/21"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/senate/25"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/19"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2316 |
| Bachelor's or higher | 4371 |
## Districts
- [TX-21](/us/states/tx/districts/21.md) — 100% (congressional)
- [TX Senate District 25](/us/states/tx/districts/senate/25.md) — 100% (state senate)
- [TX House District 19](/us/states/tx/districts/house/19.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: 60
bachelors_plus: 201
districts:
- to: "us/states/tx/districts/19"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/83"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 60 |
| Bachelor's or higher | 201 |
## Districts
- [TX-19](/us/states/tx/districts/19.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 83](/us/states/tx/districts/house/83.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: 41
hispanic: 3576
bachelors_plus: 3687
districts:
- to: "us/states/tx/districts/31"
rel: in-district
area_weight: 0.9958
- to: "us/states/tx/districts/senate/22"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/13"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 3576 |
| Bachelor's or higher | 3687 |
## Districts
- [TX-31](/us/states/tx/districts/31.md) — 100% (congressional)
- [TX Senate District 22](/us/states/tx/districts/senate/22.md) — 100% (state senate)
- [TX House District 13](/us/states/tx/districts/house/13.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: 467
hispanic: 7938
bachelors_plus: 20253
districts:
- to: "us/states/tx/districts/01"
rel: in-district
area_weight: 0.6407
- to: "us/states/tx/districts/04"
rel: in-district
area_weight: 0.3515
- to: "us/states/tx/districts/senate/1"
rel: in-district
area_weight: 0.9993
- to: "us/states/tx/districts/house/1"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 7938 |
| Bachelor's or higher | 20253 |
## Districts
- [TX-01](/us/states/tx/districts/01.md) — 64% (congressional)
- [TX-04](/us/states/tx/districts/04.md) — 35% (congressional)
- [TX Senate District 1](/us/states/tx/districts/senate/1.md) — 100% (state senate)
- [TX House District 1](/us/states/tx/districts/house/1.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: 1831
hispanic: 123657
bachelors_plus: 118545
districts:
- to: "us/states/tx/districts/14"
rel: in-district
area_weight: 0.7478
- to: "us/states/tx/districts/22"
rel: in-district
area_weight: 0.1414
- to: "us/states/tx/districts/09"
rel: in-district
area_weight: 0.0191
- to: "us/states/tx/districts/senate/17"
rel: in-district
area_weight: 0.6728
- to: "us/states/tx/districts/senate/11"
rel: in-district
area_weight: 0.2334
- to: "us/states/tx/districts/house/25"
rel: in-district
area_weight: 0.5832
- to: "us/states/tx/districts/house/29"
rel: in-district
area_weight: 0.3228
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 6 officeholders mapped.
| Hispanic/Latino | 123657 |
| Bachelor's or higher | 118545 |
## Districts
- [TX-14](/us/states/tx/districts/14.md) — 75% (congressional)
- [TX-22](/us/states/tx/districts/22.md) — 14% (congressional)
- [TX-09](/us/states/tx/districts/09.md) — 2% (congressional)
- [TX Senate District 17](/us/states/tx/districts/senate/17.md) — 67% (state senate)
- [TX Senate District 11](/us/states/tx/districts/senate/11.md) — 23% (state senate)
- [TX House District 25](/us/states/tx/districts/house/25.md) — 58% (state house)
- [TX House District 29](/us/states/tx/districts/house/29.md) — 32% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 1533
hispanic: 66411
bachelors_plus: 80244
districts:
- to: "us/states/tx/districts/10"
rel: in-district
area_weight: 0.9976
- to: "us/states/tx/districts/senate/5"
rel: in-district
area_weight: 0.9993
- to: "us/states/tx/districts/house/12"
rel: in-district
area_weight: 0.5978
- to: "us/states/tx/districts/house/14"
rel: in-district
area_weight: 0.402
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 66411 |
| Bachelor's or higher | 80244 |
## Districts
- [TX-10](/us/states/tx/districts/10.md) — 100% (congressional)
- [TX Senate District 5](/us/states/tx/districts/senate/5.md) — 100% (state senate)
- [TX House District 12](/us/states/tx/districts/house/12.md) — 60% (state house)
- [TX House District 14](/us/states/tx/districts/house/14.md) — 40% (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: 3998
bachelors_plus: 4517
districts:
- to: "us/states/tx/districts/23"
rel: in-district
area_weight: 0.9988
- to: "us/states/tx/districts/senate/19"
rel: in-district
area_weight: 0.5605
- to: "us/states/tx/districts/senate/29"
rel: in-district
area_weight: 0.4394
- to: "us/states/tx/districts/house/74"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3998 |
| Bachelor's or higher | 4517 |
## Districts
- [TX-23](/us/states/tx/districts/23.md) — 100% (congressional)
- [TX Senate District 19](/us/states/tx/districts/senate/19.md) — 56% (state senate)
- [TX Senate District 29](/us/states/tx/districts/senate/29.md) — 44% (state senate)
- [TX House District 74](/us/states/tx/districts/house/74.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: 1
hispanic: 339
bachelors_plus: 263
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 0.9996
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/88"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 339 |
| Bachelor's or higher | 263 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 88](/us/states/tx/districts/house/88.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: 62
hispanic: 6256
bachelors_plus: 1035
districts:
- to: "us/states/tx/districts/15"
rel: in-district
area_weight: 0.9996
- to: "us/states/tx/districts/senate/20"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/31"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 6256 |
| Bachelor's or higher | 1035 |
## Districts
- [TX-15](/us/states/tx/districts/15.md) — 100% (congressional)
- [TX Senate District 20](/us/states/tx/districts/senate/20.md) — 100% (state senate)
- [TX House District 31](/us/states/tx/districts/house/31.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: 69
hispanic: 8617
bachelors_plus: 7003
districts:
- to: "us/states/tx/districts/11"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/senate/10"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/68"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 8617 |
| Bachelor's or higher | 7003 |
## Districts
- [TX-11](/us/states/tx/districts/11.md) — 100% (congressional)
- [TX Senate District 10](/us/states/tx/districts/senate/10.md) — 100% (state senate)
- [TX House District 68](/us/states/tx/districts/house/68.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: 128
hispanic: 4276
bachelors_plus: 4203
districts:
- to: "us/states/tx/districts/10"
rel: in-district
area_weight: 0.9991
- to: "us/states/tx/districts/senate/18"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/17"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 4276 |
| Bachelor's or higher | 4203 |
## Districts
- [TX-10](/us/states/tx/districts/10.md) — 100% (congressional)
- [TX Senate District 18](/us/states/tx/districts/senate/18.md) — 100% (state senate)
- [TX House District 17](/us/states/tx/districts/house/17.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: 356
hispanic: 12318
bachelors_plus: 14472
districts:
- to: "us/states/tx/districts/31"
rel: in-district
area_weight: 0.9967
- to: "us/states/tx/districts/senate/24"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/19"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 12318 |
| Bachelor's or higher | 14472 |
## Districts
- [TX-31](/us/states/tx/districts/31.md) — 100% (congressional)
- [TX Senate District 24](/us/states/tx/districts/senate/24.md) — 100% (state senate)
- [TX House District 19](/us/states/tx/districts/house/19.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: 575
hispanic: 27728
bachelors_plus: 8107
districts:
- to: "us/states/tx/districts/27"
rel: in-district
area_weight: 0.996
- to: "us/states/tx/districts/senate/21"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/17"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 27728 |
| Bachelor's or higher | 8107 |
## Districts
- [TX-27](/us/states/tx/districts/27.md) — 100% (congressional)
- [TX Senate District 21](/us/states/tx/districts/senate/21.md) — 100% (state senate)
- [TX House District 17](/us/states/tx/districts/house/17.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: 60
hispanic: 9821
bachelors_plus: 3827
districts:
- to: "us/states/tx/districts/27"
rel: in-district
area_weight: 0.7342
- to: "us/states/tx/districts/senate/18"
rel: in-district
area_weight: 0.7217
- to: "us/states/tx/districts/house/43"
rel: in-district
area_weight: 0.7216
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 9821 |
| Bachelor's or higher | 3827 |
## Districts
- [TX-27](/us/states/tx/districts/27.md) — 73% (congressional)
- [TX Senate District 18](/us/states/tx/districts/senate/18.md) — 72% (state senate)
- [TX House District 43](/us/states/tx/districts/house/43.md) — 72% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 5
hispanic: 1598
bachelors_plus: 3055
districts:
- to: "us/states/tx/districts/25"
rel: in-district
area_weight: 0.9169
- to: "us/states/tx/districts/19"
rel: in-district
area_weight: 0.0828
- to: "us/states/tx/districts/senate/10"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/71"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1598 |
| Bachelor's or higher | 3055 |
## Districts
- [TX-25](/us/states/tx/districts/25.md) — 92% (congressional)
- [TX-19](/us/states/tx/districts/19.md) — 8% (congressional)
- [TX Senate District 10](/us/states/tx/districts/senate/10.md) — 100% (state senate)
- [TX House District 71](/us/states/tx/districts/house/71.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: 2250
hispanic: 380524
bachelors_plus: 74818
districts:
- to: "us/states/tx/districts/34"
rel: in-district
area_weight: 0.7903
- to: "us/states/tx/districts/senate/27"
rel: in-district
area_weight: 0.7854
- to: "us/states/tx/districts/house/37"
rel: in-district
area_weight: 0.5851
- to: "us/states/tx/districts/house/35"
rel: in-district
area_weight: 0.145
- to: "us/states/tx/districts/house/38"
rel: in-district
area_weight: 0.0553
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 5 officeholders mapped.
| Hispanic/Latino | 380524 |
| Bachelor's or higher | 74818 |
## Districts
- [TX-34](/us/states/tx/districts/34.md) — 79% (congressional)
- [TX Senate District 27](/us/states/tx/districts/senate/27.md) — 79% (state senate)
- [TX House District 37](/us/states/tx/districts/house/37.md) — 59% (state house)
- [TX House District 35](/us/states/tx/districts/house/35.md) — 14% (state house)
- [TX House District 38](/us/states/tx/districts/house/38.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: 0
hispanic: 3504
bachelors_plus: 2358
districts:
- to: "us/states/tx/districts/01"
rel: in-district
area_weight: 0.9971
- to: "us/states/tx/districts/senate/1"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/5"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3504 |
| Bachelor's or higher | 2358 |
## Districts
- [TX-01](/us/states/tx/districts/01.md) — 100% (congressional)
- [TX Senate District 1](/us/states/tx/districts/senate/1.md) — 100% (state senate)
- [TX House District 5](/us/states/tx/districts/house/5.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: 23
hispanic: 635
bachelors_plus: 1414
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/87"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 635 |
| Bachelor's or higher | 1414 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 87](/us/states/tx/districts/house/87.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: 180
hispanic: 1548
bachelors_plus: 5031
districts:
- to: "us/states/tx/districts/01"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/1"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/1"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1548 |
| Bachelor's or higher | 5031 |
## Districts
- [TX-01](/us/states/tx/districts/01.md) — 100% (congressional)
- [TX Senate District 1](/us/states/tx/districts/senate/1.md) — 100% (state senate)
- [TX House District 1](/us/states/tx/districts/house/1.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: 60
hispanic: 4817
bachelors_plus: 1000
districts:
- to: "us/states/tx/districts/19"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/88"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 4817 |
| Bachelor's or higher | 1000 |
## Districts
- [TX-19](/us/states/tx/districts/19.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 88](/us/states/tx/districts/house/88.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: 85
hispanic: 13637
bachelors_plus: 8946
districts:
- to: "us/states/tx/districts/36"
rel: in-district
area_weight: 0.7165
- to: "us/states/tx/districts/14"
rel: in-district
area_weight: 0.0062
- to: "us/states/tx/districts/senate/4"
rel: in-district
area_weight: 0.7257
- to: "us/states/tx/districts/house/23"
rel: in-district
area_weight: 0.7257
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 13637 |
| Bachelor's or higher | 8946 |
## Districts
- [TX-36](/us/states/tx/districts/36.md) — 72% (congressional)
- [TX-14](/us/states/tx/districts/14.md) — 1% (congressional)
- [TX Senate District 4](/us/states/tx/districts/senate/4.md) — 73% (state senate)
- [TX House District 23](/us/states/tx/districts/house/23.md) — 73% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 791
hispanic: 12422
bachelors_plus: 8759
districts:
- to: "us/states/tx/districts/06"
rel: in-district
area_weight: 0.9965
- to: "us/states/tx/districts/senate/3"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/8"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 12422 |
| Bachelor's or higher | 8759 |
## Districts
- [TX-06](/us/states/tx/districts/06.md) — 100% (congressional)
- [TX Senate District 3](/us/states/tx/districts/senate/3.md) — 100% (state senate)
- [TX House District 8](/us/states/tx/districts/house/8.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: 100
hispanic: 2153
bachelors_plus: 725
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/88"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2153 |
| Bachelor's or higher | 725 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 88](/us/states/tx/districts/house/88.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: 61
hispanic: 746
bachelors_plus: 2173
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 0.9976
- to: "us/states/tx/districts/senate/30"
rel: in-district
area_weight: 0.9996
- to: "us/states/tx/districts/house/69"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 746 |
| Bachelor's or higher | 2173 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 30](/us/states/tx/districts/senate/30.md) — 100% (state senate)
- [TX House District 69](/us/states/tx/districts/house/69.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: 1536
bachelors_plus: 157
districts:
- to: "us/states/tx/districts/19"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/88"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1536 |
| Bachelor's or higher | 157 |
## Districts
- [TX-19](/us/states/tx/districts/19.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 88](/us/states/tx/districts/house/88.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: 14
hispanic: 706
bachelors_plus: 723
districts:
- to: "us/states/tx/districts/11"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/72"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 706 |
| Bachelor's or higher | 723 |
## Districts
- [TX-11](/us/states/tx/districts/11.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 72](/us/states/tx/districts/house/72.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: 12
hispanic: 1297
bachelors_plus: 1163
districts:
- to: "us/states/tx/districts/11"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/72"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1297 |
| Bachelor's or higher | 1163 |
## Districts
- [TX-11](/us/states/tx/districts/11.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 72](/us/states/tx/districts/house/72.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,48 @@ demographics:
race_native: 5198
hispanic: 187150
bachelors_plus: 606798
districts:
- to: "us/states/tx/districts/03"
rel: in-district
area_weight: 0.8069
- to: "us/states/tx/districts/04"
rel: in-district
area_weight: 0.1711
- to: "us/states/tx/districts/32"
rel: in-district
area_weight: 0.0219
- to: "us/states/tx/districts/senate/8"
rel: in-district
area_weight: 0.9288
- to: "us/states/tx/districts/senate/30"
rel: in-district
area_weight: 0.0505
- to: "us/states/tx/districts/senate/2"
rel: in-district
area_weight: 0.0206
- to: "us/states/tx/districts/house/67"
rel: in-district
area_weight: 0.3757
- to: "us/states/tx/districts/house/89"
rel: in-district
area_weight: 0.2454
- to: "us/states/tx/districts/house/66"
rel: in-district
area_weight: 0.1597
- to: "us/states/tx/districts/house/61"
rel: in-district
area_weight: 0.1503
- to: "us/states/tx/districts/house/70"
rel: in-district
area_weight: 0.0412
- to: "us/states/tx/districts/house/33"
rel: in-district
area_weight: 0.0277
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +95,22 @@ County jurisdiction — 9 officeholders mapped.
| Hispanic/Latino | 187150 |
| Bachelor's or higher | 606798 |
## Districts
- [TX-03](/us/states/tx/districts/03.md) — 81% (congressional)
- [TX-04](/us/states/tx/districts/04.md) — 17% (congressional)
- [TX-32](/us/states/tx/districts/32.md) — 2% (congressional)
- [TX Senate District 8](/us/states/tx/districts/senate/8.md) — 93% (state senate)
- [TX Senate District 30](/us/states/tx/districts/senate/30.md) — 5% (state senate)
- [TX Senate District 2](/us/states/tx/districts/senate/2.md) — 2% (state senate)
- [TX House District 67](/us/states/tx/districts/house/67.md) — 38% (state house)
- [TX House District 89](/us/states/tx/districts/house/89.md) — 25% (state house)
- [TX House District 66](/us/states/tx/districts/house/66.md) — 16% (state house)
- [TX House District 61](/us/states/tx/districts/house/61.md) — 15% (state house)
- [TX House District 70](/us/states/tx/districts/house/70.md) — 4% (state house)
- [TX House District 33](/us/states/tx/districts/house/33.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: 49
hispanic: 844
bachelors_plus: 581
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/88"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 844 |
| Bachelor's or higher | 581 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 88](/us/states/tx/districts/house/88.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: 106
hispanic: 6409
bachelors_plus: 4375
districts:
- to: "us/states/tx/districts/10"
rel: in-district
area_weight: 0.9993
- to: "us/states/tx/districts/senate/17"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/85"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 6409 |
| Bachelor's or higher | 4375 |
## Districts
- [TX-10](/us/states/tx/districts/10.md) — 100% (congressional)
- [TX Senate District 17](/us/states/tx/districts/senate/17.md) — 100% (state senate)
- [TX House District 85](/us/states/tx/districts/house/85.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: 825
hispanic: 52232
bachelors_plus: 75605
districts:
- to: "us/states/tx/districts/21"
rel: in-district
area_weight: 0.9502
- to: "us/states/tx/districts/35"
rel: in-district
area_weight: 0.0487
- to: "us/states/tx/districts/senate/25"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/73"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 52232 |
| Bachelor's or higher | 75605 |
## Districts
- [TX-21](/us/states/tx/districts/21.md) — 95% (congressional)
- [TX-35](/us/states/tx/districts/35.md) — 5% (congressional)
- [TX Senate District 25](/us/states/tx/districts/senate/25.md) — 100% (state senate)
- [TX House District 73](/us/states/tx/districts/house/73.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: 69
hispanic: 4110
bachelors_plus: 2755
districts:
- to: "us/states/tx/districts/25"
rel: in-district
area_weight: 0.9997
- to: "us/states/tx/districts/senate/22"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/68"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 4110 |
| Bachelor's or higher | 2755 |
## Districts
- [TX-25](/us/states/tx/districts/25.md) — 100% (congressional)
- [TX Senate District 22](/us/states/tx/districts/senate/22.md) — 100% (state senate)
- [TX House District 68](/us/states/tx/districts/house/68.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: 1062
bachelors_plus: 513
districts:
- to: "us/states/tx/districts/11"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/72"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1062 |
| Bachelor's or higher | 513 |
## Districts
- [TX-11](/us/states/tx/districts/11.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 72](/us/states/tx/districts/house/72.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: 156
hispanic: 8999
bachelors_plus: 9237
districts:
- to: "us/states/tx/districts/26"
rel: in-district
area_weight: 0.9982
- to: "us/states/tx/districts/senate/30"
rel: in-district
area_weight: 0.9993
- to: "us/states/tx/districts/house/68"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 8999 |
| Bachelor's or higher | 9237 |
## Districts
- [TX-26](/us/states/tx/districts/26.md) — 100% (congressional)
- [TX Senate District 30](/us/states/tx/districts/senate/30.md) — 100% (state senate)
- [TX House District 68](/us/states/tx/districts/house/68.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: 764
hispanic: 17559
bachelors_plus: 14047
districts:
- to: "us/states/tx/districts/31"
rel: in-district
area_weight: 0.9996
- to: "us/states/tx/districts/senate/24"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/59"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 17559 |
| Bachelor's or higher | 14047 |
## Districts
- [TX-31](/us/states/tx/districts/31.md) — 100% (congressional)
- [TX Senate District 24](/us/states/tx/districts/senate/24.md) — 100% (state senate)
- [TX House District 59](/us/states/tx/districts/house/59.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: 574
bachelors_plus: 248
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/69"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 574 |
| Bachelor's or higher | 248 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 69](/us/states/tx/districts/house/69.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: 3177
bachelors_plus: 440
districts:
- to: "us/states/tx/districts/23"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 0.9997
- to: "us/states/tx/districts/house/53"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 3177 |
| Bachelor's or higher | 440 |
## Districts
- [TX-23](/us/states/tx/districts/23.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 53](/us/states/tx/districts/house/53.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -21,9 +21,21 @@ demographics:
race_native: 0
hispanic: 1886
bachelors_plus: 321
districts:
- to: "us/states/tx/districts/23"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/19"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/53"
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, tx]
timestamp: "2026-07-03"
@@ -54,6 +66,13 @@ County jurisdiction.
| Hispanic/Latino | 1886 |
| Bachelor's or higher | 321 |
## Districts
- [TX-23](/us/states/tx/districts/23.md) — 100% (congressional)
- [TX Senate District 19](/us/states/tx/districts/senate/19.md) — 100% (state senate)
- [TX House District 53](/us/states/tx/districts/house/53.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: 2837
bachelors_plus: 604
districts:
- to: "us/states/tx/districts/19"
rel: in-district
area_weight: 0.9997
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/83"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 2837 |
| Bachelor's or higher | 604 |
## Districts
- [TX-19](/us/states/tx/districts/19.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 83](/us/states/tx/districts/house/83.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: 64
hispanic: 1712
bachelors_plus: 253
districts:
- to: "us/states/tx/districts/23"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/29"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/74"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1712 |
| Bachelor's or higher | 253 |
## Districts
- [TX-23](/us/states/tx/districts/23.md) — 100% (congressional)
- [TX Senate District 29](/us/states/tx/districts/senate/29.md) — 100% (state senate)
- [TX House District 74](/us/states/tx/districts/house/74.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: 264
hispanic: 3965
bachelors_plus: 662
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/86"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 3965 |
| Bachelor's or higher | 662 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 86](/us/states/tx/districts/house/86.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,84 @@ demographics:
race_native: 23770
hispanic: 1081496
bachelors_plus: 844750
districts:
- to: "us/states/tx/districts/30"
rel: in-district
area_weight: 0.3904
- to: "us/states/tx/districts/05"
rel: in-district
area_weight: 0.1941
- to: "us/states/tx/districts/32"
rel: in-district
area_weight: 0.1399
- to: "us/states/tx/districts/33"
rel: in-district
area_weight: 0.115
- to: "us/states/tx/districts/24"
rel: in-district
area_weight: 0.1043
- to: "us/states/tx/districts/06"
rel: in-district
area_weight: 0.0562
- to: "us/states/tx/districts/senate/23"
rel: in-district
area_weight: 0.4092
- to: "us/states/tx/districts/senate/16"
rel: in-district
area_weight: 0.2895
- to: "us/states/tx/districts/senate/2"
rel: in-district
area_weight: 0.1893
- to: "us/states/tx/districts/senate/12"
rel: in-district
area_weight: 0.112
- to: "us/states/tx/districts/house/109"
rel: in-district
area_weight: 0.2248
- to: "us/states/tx/districts/house/112"
rel: in-district
area_weight: 0.0923
- to: "us/states/tx/districts/house/110"
rel: in-district
area_weight: 0.0805
- to: "us/states/tx/districts/house/111"
rel: in-district
area_weight: 0.0738
- to: "us/states/tx/districts/house/103"
rel: in-district
area_weight: 0.0696
- to: "us/states/tx/districts/house/115"
rel: in-district
area_weight: 0.0665
- to: "us/states/tx/districts/house/104"
rel: in-district
area_weight: 0.0663
- to: "us/states/tx/districts/house/113"
rel: in-district
area_weight: 0.0615
- to: "us/states/tx/districts/house/100"
rel: in-district
area_weight: 0.0545
- to: "us/states/tx/districts/house/105"
rel: in-district
area_weight: 0.0509
- to: "us/states/tx/districts/house/108"
rel: in-district
area_weight: 0.0476
- to: "us/states/tx/districts/house/107"
rel: in-district
area_weight: 0.0416
- to: "us/states/tx/districts/house/102"
rel: in-district
area_weight: 0.035
- to: "us/states/tx/districts/house/114"
rel: in-district
area_weight: 0.035
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +131,34 @@ County jurisdiction — 15 officeholders mapped.
| Hispanic/Latino | 1081496 |
| Bachelor's or higher | 844750 |
## Districts
- [TX-30](/us/states/tx/districts/30.md) — 39% (congressional)
- [TX-05](/us/states/tx/districts/05.md) — 19% (congressional)
- [TX-32](/us/states/tx/districts/32.md) — 14% (congressional)
- [TX-33](/us/states/tx/districts/33.md) — 12% (congressional)
- [TX-24](/us/states/tx/districts/24.md) — 10% (congressional)
- [TX-06](/us/states/tx/districts/06.md) — 6% (congressional)
- [TX Senate District 23](/us/states/tx/districts/senate/23.md) — 41% (state senate)
- [TX Senate District 16](/us/states/tx/districts/senate/16.md) — 29% (state senate)
- [TX Senate District 2](/us/states/tx/districts/senate/2.md) — 19% (state senate)
- [TX Senate District 12](/us/states/tx/districts/senate/12.md) — 11% (state senate)
- [TX House District 109](/us/states/tx/districts/house/109.md) — 22% (state house)
- [TX House District 112](/us/states/tx/districts/house/112.md) — 9% (state house)
- [TX House District 110](/us/states/tx/districts/house/110.md) — 8% (state house)
- [TX House District 111](/us/states/tx/districts/house/111.md) — 7% (state house)
- [TX House District 103](/us/states/tx/districts/house/103.md) — 7% (state house)
- [TX House District 115](/us/states/tx/districts/house/115.md) — 7% (state house)
- [TX House District 104](/us/states/tx/districts/house/104.md) — 7% (state house)
- [TX House District 113](/us/states/tx/districts/house/113.md) — 6% (state house)
- [TX House District 100](/us/states/tx/districts/house/100.md) — 5% (state house)
- [TX House District 105](/us/states/tx/districts/house/105.md) — 5% (state house)
- [TX House District 108](/us/states/tx/districts/house/108.md) — 5% (state house)
- [TX House District 107](/us/states/tx/districts/house/107.md) — 4% (state house)
- [TX House District 102](/us/states/tx/districts/house/102.md) — 4% (state house)
- [TX House District 114](/us/states/tx/districts/house/114.md) — 4% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 23
hispanic: 6770
bachelors_plus: 1225
districts:
- to: "us/states/tx/districts/19"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/82"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 6770 |
| Bachelor's or higher | 1225 |
## Districts
- [TX-19](/us/states/tx/districts/19.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 82](/us/states/tx/districts/house/82.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: 113
hispanic: 14110
bachelors_plus: 1566
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 0.9996
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/86"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 14110 |
| Bachelor's or higher | 1566 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 86](/us/states/tx/districts/house/86.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: 499
bachelors_plus: 760
districts:
- to: "us/states/tx/districts/04"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/1"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/62"
rel: in-district
area_weight: 0.9981
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 499 |
| Bachelor's or higher | 760 |
## Districts
- [TX-04](/us/states/tx/districts/04.md) — 100% (congressional)
- [TX Senate District 1](/us/states/tx/districts/senate/1.md) — 100% (state senate)
- [TX House District 62](/us/states/tx/districts/house/62.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: 6852
hispanic: 200647
bachelors_plus: 442127
districts:
- to: "us/states/tx/districts/26"
rel: in-district
area_weight: 0.7399
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 0.2383
- to: "us/states/tx/districts/04"
rel: in-district
area_weight: 0.0175
- to: "us/states/tx/districts/senate/12"
rel: in-district
area_weight: 0.5517
- to: "us/states/tx/districts/senate/30"
rel: in-district
area_weight: 0.4483
- to: "us/states/tx/districts/house/106"
rel: in-district
area_weight: 0.2998
- to: "us/states/tx/districts/house/64"
rel: in-district
area_weight: 0.255
- to: "us/states/tx/districts/house/57"
rel: in-district
area_weight: 0.2033
- to: "us/states/tx/districts/house/65"
rel: in-district
area_weight: 0.1594
- to: "us/states/tx/districts/house/63"
rel: in-district
area_weight: 0.0824
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +89,20 @@ County jurisdiction — 9 officeholders mapped.
| Hispanic/Latino | 200647 |
| Bachelor's or higher | 442127 |
## Districts
- [TX-26](/us/states/tx/districts/26.md) — 74% (congressional)
- [TX-13](/us/states/tx/districts/13.md) — 24% (congressional)
- [TX-04](/us/states/tx/districts/04.md) — 2% (congressional)
- [TX Senate District 12](/us/states/tx/districts/senate/12.md) — 55% (state senate)
- [TX Senate District 30](/us/states/tx/districts/senate/30.md) — 45% (state senate)
- [TX House District 106](/us/states/tx/districts/house/106.md) — 30% (state house)
- [TX House District 64](/us/states/tx/districts/house/64.md) — 26% (state house)
- [TX House District 57](/us/states/tx/districts/house/57.md) — 20% (state house)
- [TX House District 65](/us/states/tx/districts/house/65.md) — 16% (state house)
- [TX House District 63](/us/states/tx/districts/house/63.md) — 8% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 163
hispanic: 7143
bachelors_plus: 3149
districts:
- to: "us/states/tx/districts/27"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/senate/18"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/30"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 7143 |
| Bachelor's or higher | 3149 |
## Districts
- [TX-27](/us/states/tx/districts/27.md) — 100% (congressional)
- [TX Senate District 18](/us/states/tx/districts/senate/18.md) — 100% (state senate)
- [TX House District 30](/us/states/tx/districts/house/30.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: 22
hispanic: 573
bachelors_plus: 291
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/83"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 573 |
| Bachelor's or higher | 291 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 83](/us/states/tx/districts/house/83.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: 234
hispanic: 7303
bachelors_plus: 661
districts:
- to: "us/states/tx/districts/23"
rel: in-district
area_weight: 0.9997
- to: "us/states/tx/districts/senate/21"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/80"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 7303 |
| Bachelor's or higher | 661 |
## Districts
- [TX-23](/us/states/tx/districts/23.md) — 100% (congressional)
- [TX Senate District 21](/us/states/tx/districts/senate/21.md) — 100% (state senate)
- [TX House District 80](/us/states/tx/districts/house/80.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: 410
bachelors_plus: 486
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/88"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 410 |
| Bachelor's or higher | 486 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 88](/us/states/tx/districts/house/88.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: 82
hispanic: 7950
bachelors_plus: 598
districts:
- to: "us/states/tx/districts/28"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/senate/21"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/31"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 7950 |
| Bachelor's or higher | 598 |
## Districts
- [TX-28](/us/states/tx/districts/28.md) — 100% (congressional)
- [TX Senate District 21](/us/states/tx/districts/senate/21.md) — 100% (state senate)
- [TX House District 31](/us/states/tx/districts/house/31.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: 90
hispanic: 3109
bachelors_plus: 3635
districts:
- to: "us/states/tx/districts/25"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/22"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/68"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 3109 |
| Bachelor's or higher | 3635 |
## Districts
- [TX-25](/us/states/tx/districts/25.md) — 100% (congressional)
- [TX Senate District 22](/us/states/tx/districts/senate/22.md) — 100% (state senate)
- [TX House District 68](/us/states/tx/districts/house/68.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: 942
hispanic: 104530
bachelors_plus: 22798
districts:
- to: "us/states/tx/districts/11"
rel: in-district
area_weight: 0.999
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/81"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 104530 |
| Bachelor's or higher | 22798 |
## Districts
- [TX-11](/us/states/tx/districts/11.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 81](/us/states/tx/districts/house/81.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -21,9 +21,21 @@ demographics:
race_native: 2
hispanic: 555
bachelors_plus: 215
districts:
- to: "us/states/tx/districts/23"
rel: in-district
area_weight: 0.9997
- to: "us/states/tx/districts/senate/19"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/53"
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, tx]
timestamp: "2026-07-03"
@@ -54,6 +66,13 @@ County jurisdiction.
| Hispanic/Latino | 555 |
| Bachelor's or higher | 215 |
## Districts
- [TX-23](/us/states/tx/districts/23.md) — 100% (congressional)
- [TX Senate District 19](/us/states/tx/districts/senate/19.md) — 100% (state senate)
- [TX House District 53](/us/states/tx/districts/house/53.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: 8239
hispanic: 720158
bachelors_plus: 189363
districts:
- to: "us/states/tx/districts/23"
rel: in-district
area_weight: 0.6865
- to: "us/states/tx/districts/16"
rel: in-district
area_weight: 0.3118
- to: "us/states/tx/districts/senate/29"
rel: in-district
area_weight: 0.9994
- to: "us/states/tx/districts/house/75"
rel: in-district
area_weight: 0.4689
- to: "us/states/tx/districts/house/74"
rel: in-district
area_weight: 0.2317
- to: "us/states/tx/districts/house/78"
rel: in-district
area_weight: 0.1463
- to: "us/states/tx/districts/house/79"
rel: in-district
area_weight: 0.094
- to: "us/states/tx/districts/house/77"
rel: in-district
area_weight: 0.0585
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +83,18 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 720158 |
| Bachelor's or higher | 189363 |
## Districts
- [TX-23](/us/states/tx/districts/23.md) — 69% (congressional)
- [TX-16](/us/states/tx/districts/16.md) — 31% (congressional)
- [TX Senate District 29](/us/states/tx/districts/senate/29.md) — 100% (state senate)
- [TX House District 75](/us/states/tx/districts/house/75.md) — 47% (state house)
- [TX House District 74](/us/states/tx/districts/house/74.md) — 23% (state house)
- [TX House District 78](/us/states/tx/districts/house/78.md) — 15% (state house)
- [TX House District 79](/us/states/tx/districts/house/79.md) — 9% (state house)
- [TX House District 77](/us/states/tx/districts/house/77.md) — 6% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 1111
hispanic: 60062
bachelors_plus: 55591
districts:
- to: "us/states/tx/districts/06"
rel: in-district
area_weight: 0.9982
- to: "us/states/tx/districts/senate/2"
rel: in-district
area_weight: 0.5944
- to: "us/states/tx/districts/senate/22"
rel: in-district
area_weight: 0.4056
- to: "us/states/tx/districts/house/10"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 6 officeholders mapped.
| Hispanic/Latino | 60062 |
| Bachelor's or higher | 55591 |
## Districts
- [TX-06](/us/states/tx/districts/06.md) — 100% (congressional)
- [TX Senate District 2](/us/states/tx/districts/senate/2.md) — 59% (state senate)
- [TX Senate District 22](/us/states/tx/districts/senate/22.md) — 41% (state senate)
- [TX House District 10](/us/states/tx/districts/house/10.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: 335
hispanic: 9757
bachelors_plus: 11350
districts:
- to: "us/states/tx/districts/25"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/22"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/59"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 9757 |
| Bachelor's or higher | 11350 |
## Districts
- [TX-25](/us/states/tx/districts/25.md) — 100% (congressional)
- [TX Senate District 22](/us/states/tx/districts/senate/22.md) — 100% (state senate)
- [TX House District 59](/us/states/tx/districts/house/59.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: 69
hispanic: 4324
bachelors_plus: 3076
districts:
- to: "us/states/tx/districts/17"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/22"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/13"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 4324 |
| Bachelor's or higher | 3076 |
## Districts
- [TX-17](/us/states/tx/districts/17.md) — 100% (congressional)
- [TX Senate District 22](/us/states/tx/districts/senate/22.md) — 100% (state senate)
- [TX House District 13](/us/states/tx/districts/house/13.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: 162
hispanic: 4902
bachelors_plus: 6910
districts:
- to: "us/states/tx/districts/04"
rel: in-district
area_weight: 0.9984
- to: "us/states/tx/districts/senate/1"
rel: in-district
area_weight: 0.9995
- to: "us/states/tx/districts/house/62"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 4902 |
| Bachelor's or higher | 6910 |
## Districts
- [TX-04](/us/states/tx/districts/04.md) — 100% (congressional)
- [TX Senate District 1](/us/states/tx/districts/senate/1.md) — 100% (state senate)
- [TX House District 62](/us/states/tx/districts/house/62.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: 90
hispanic: 5522
bachelors_plus: 6414
districts:
- to: "us/states/tx/districts/10"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/senate/18"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/85"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 5522 |
| Bachelor's or higher | 6414 |
## Districts
- [TX-10](/us/states/tx/districts/10.md) — 100% (congressional)
- [TX Senate District 18](/us/states/tx/districts/senate/18.md) — 100% (state senate)
- [TX House District 85](/us/states/tx/districts/house/85.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: 9
hispanic: 1023
bachelors_plus: 590
districts:
- to: "us/states/tx/districts/19"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/69"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1023 |
| Bachelor's or higher | 590 |
## Districts
- [TX-19](/us/states/tx/districts/19.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 69](/us/states/tx/districts/house/69.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: 35
hispanic: 3030
bachelors_plus: 662
districts:
- to: "us/states/tx/districts/19"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/83"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3030 |
| Bachelor's or higher | 662 |
## Districts
- [TX-19](/us/states/tx/districts/19.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 83](/us/states/tx/districts/house/83.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: 118
bachelors_plus: 175
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/69"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 118 |
| Bachelor's or higher | 175 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 69](/us/states/tx/districts/house/69.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: 3781
hispanic: 220445
bachelors_plus: 410511
districts:
- to: "us/states/tx/districts/22"
rel: in-district
area_weight: 0.8564
- to: "us/states/tx/districts/09"
rel: in-district
area_weight: 0.0746
- to: "us/states/tx/districts/07"
rel: in-district
area_weight: 0.0677
- to: "us/states/tx/districts/senate/17"
rel: in-district
area_weight: 0.5757
- to: "us/states/tx/districts/senate/18"
rel: in-district
area_weight: 0.3324
- to: "us/states/tx/districts/senate/13"
rel: in-district
area_weight: 0.0918
- to: "us/states/tx/districts/house/28"
rel: in-district
area_weight: 0.4764
- to: "us/states/tx/districts/house/85"
rel: in-district
area_weight: 0.2643
- to: "us/states/tx/districts/house/27"
rel: in-district
area_weight: 0.1038
- to: "us/states/tx/districts/house/26"
rel: in-district
area_weight: 0.0932
- to: "us/states/tx/districts/house/76"
rel: in-district
area_weight: 0.0622
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +92,21 @@ County jurisdiction — 5 officeholders mapped.
| Hispanic/Latino | 220445 |
| Bachelor's or higher | 410511 |
## Districts
- [TX-22](/us/states/tx/districts/22.md) — 86% (congressional)
- [TX-09](/us/states/tx/districts/09.md) — 7% (congressional)
- [TX-07](/us/states/tx/districts/07.md) — 7% (congressional)
- [TX Senate District 17](/us/states/tx/districts/senate/17.md) — 58% (state senate)
- [TX Senate District 18](/us/states/tx/districts/senate/18.md) — 33% (state senate)
- [TX Senate District 13](/us/states/tx/districts/senate/13.md) — 9% (state senate)
- [TX House District 28](/us/states/tx/districts/house/28.md) — 48% (state house)
- [TX House District 85](/us/states/tx/districts/house/85.md) — 26% (state house)
- [TX House District 27](/us/states/tx/districts/house/27.md) — 10% (state house)
- [TX House District 26](/us/states/tx/districts/house/26.md) — 9% (state house)
- [TX House District 76](/us/states/tx/districts/house/76.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: 18
hispanic: 1567
bachelors_plus: 2802
districts:
- to: "us/states/tx/districts/01"
rel: in-district
area_weight: 0.9992
- to: "us/states/tx/districts/senate/1"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/62"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1567 |
| Bachelor's or higher | 2802 |
## Districts
- [TX-01](/us/states/tx/districts/01.md) — 100% (congressional)
- [TX Senate District 1](/us/states/tx/districts/senate/1.md) — 100% (state senate)
- [TX House District 62](/us/states/tx/districts/house/62.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: 92
hispanic: 3455
bachelors_plus: 2957
districts:
- to: "us/states/tx/districts/06"
rel: in-district
area_weight: 0.5883
- to: "us/states/tx/districts/17"
rel: in-district
area_weight: 0.4117
- to: "us/states/tx/districts/senate/5"
rel: in-district
area_weight: 0.9997
- to: "us/states/tx/districts/house/13"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 3455 |
| Bachelor's or higher | 2957 |
## Districts
- [TX-06](/us/states/tx/districts/06.md) — 59% (congressional)
- [TX-17](/us/states/tx/districts/17.md) — 41% (congressional)
- [TX Senate District 5](/us/states/tx/districts/senate/5.md) — 100% (state senate)
- [TX House District 13](/us/states/tx/districts/house/13.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: 53
hispanic: 14461
bachelors_plus: 1788
districts:
- to: "us/states/tx/districts/23"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/19"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/80"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 14461 |
| Bachelor's or higher | 1788 |
## Districts
- [TX-23](/us/states/tx/districts/23.md) — 100% (congressional)
- [TX Senate District 19](/us/states/tx/districts/senate/19.md) — 100% (state senate)
- [TX House District 80](/us/states/tx/districts/house/80.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: 8954
bachelors_plus: 1628
districts:
- to: "us/states/tx/districts/19"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/88"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 8954 |
| Bachelor's or higher | 1628 |
## Districts
- [TX-19](/us/states/tx/districts/19.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 88](/us/states/tx/districts/house/88.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: 1950
hispanic: 94669
bachelors_plus: 113517
districts:
- to: "us/states/tx/districts/14"
rel: in-district
area_weight: 0.4878
- to: "us/states/tx/districts/senate/11"
rel: in-district
area_weight: 0.4037
- to: "us/states/tx/districts/senate/4"
rel: in-district
area_weight: 0.0673
- to: "us/states/tx/districts/house/24"
rel: in-district
area_weight: 0.2398
- to: "us/states/tx/districts/house/23"
rel: in-district
area_weight: 0.2309
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 8 officeholders mapped.
| Hispanic/Latino | 94669 |
| Bachelor's or higher | 113517 |
## Districts
- [TX-14](/us/states/tx/districts/14.md) — 49% (congressional)
- [TX Senate District 11](/us/states/tx/districts/senate/11.md) — 40% (state senate)
- [TX Senate District 4](/us/states/tx/districts/senate/4.md) — 7% (state senate)
- [TX House District 24](/us/states/tx/districts/house/24.md) — 24% (state house)
- [TX House District 23](/us/states/tx/districts/house/23.md) — 23% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 183
hispanic: 2533
bachelors_plus: 466
districts:
- to: "us/states/tx/districts/19"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/83"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 2533 |
| Bachelor's or higher | 466 |
## Districts
- [TX-19](/us/states/tx/districts/19.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 83](/us/states/tx/districts/house/83.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: 124
hispanic: 6307
bachelors_plus: 10571
districts:
- to: "us/states/tx/districts/21"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/senate/24"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/19"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 6307 |
| Bachelor's or higher | 10571 |
## Districts
- [TX-21](/us/states/tx/districts/21.md) — 100% (congressional)
- [TX Senate District 24](/us/states/tx/districts/senate/24.md) — 100% (state senate)
- [TX House District 19](/us/states/tx/districts/house/19.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: 288
bachelors_plus: 276
districts:
- to: "us/states/tx/districts/11"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/72"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 288 |
| Bachelor's or higher | 276 |
## Districts
- [TX-11](/us/states/tx/districts/11.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 72](/us/states/tx/districts/house/72.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: 31
hispanic: 2308
bachelors_plus: 1471
districts:
- to: "us/states/tx/districts/27"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/senate/18"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/30"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2308 |
| Bachelor's or higher | 1471 |
## Districts
- [TX-27](/us/states/tx/districts/27.md) — 100% (congressional)
- [TX Senate District 18](/us/states/tx/districts/senate/18.md) — 100% (state senate)
- [TX House District 30](/us/states/tx/districts/house/30.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: 244
hispanic: 10139
bachelors_plus: 1974
districts:
- to: "us/states/tx/districts/27"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/senate/18"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/44"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 10139 |
| Bachelor's or higher | 1974 |
## Districts
- [TX-27](/us/states/tx/districts/27.md) — 100% (congressional)
- [TX Senate District 18](/us/states/tx/districts/senate/18.md) — 100% (state senate)
- [TX House District 44](/us/states/tx/districts/house/44.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: 300
hispanic: 6614
bachelors_plus: 2709
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/88"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 6614 |
| Bachelor's or higher | 2709 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 88](/us/states/tx/districts/house/88.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: 1050
hispanic: 23433
bachelors_plus: 30706
districts:
- to: "us/states/tx/districts/04"
rel: in-district
area_weight: 0.9991
- to: "us/states/tx/districts/senate/30"
rel: in-district
area_weight: 0.9997
- to: "us/states/tx/districts/house/62"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 23433 |
| Bachelor's or higher | 30706 |
## Districts
- [TX-04](/us/states/tx/districts/04.md) — 100% (congressional)
- [TX Senate District 30](/us/states/tx/districts/senate/30.md) — 100% (state senate)
- [TX House District 62](/us/states/tx/districts/house/62.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: 624
hispanic: 25347
bachelors_plus: 24731
districts:
- to: "us/states/tx/districts/01"
rel: in-district
area_weight: 0.9988
- to: "us/states/tx/districts/senate/1"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 25347 |
| Bachelor's or higher | 24731 |
## Districts
- [TX-01](/us/states/tx/districts/01.md) — 100% (congressional)
- [TX Senate District 1](/us/states/tx/districts/senate/1.md) — 100% (state senate)
- [TX House District 7](/us/states/tx/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: 175
hispanic: 7998
bachelors_plus: 5631
districts:
- to: "us/states/tx/districts/10"
rel: in-district
area_weight: 0.9994
- to: "us/states/tx/districts/senate/18"
rel: in-district
area_weight: 0.9997
- to: "us/states/tx/districts/house/12"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 7998 |
| Bachelor's or higher | 5631 |
## Districts
- [TX-10](/us/states/tx/districts/10.md) — 100% (congressional)
- [TX Senate District 18](/us/states/tx/districts/senate/18.md) — 100% (state senate)
- [TX House District 12](/us/states/tx/districts/house/12.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,30 @@ demographics:
race_native: 983
hispanic: 71699
bachelors_plus: 52298
districts:
- to: "us/states/tx/districts/15"
rel: in-district
area_weight: 0.7863
- to: "us/states/tx/districts/28"
rel: in-district
area_weight: 0.2113
- to: "us/states/tx/districts/senate/21"
rel: in-district
area_weight: 0.601
- to: "us/states/tx/districts/senate/25"
rel: in-district
area_weight: 0.2322
- to: "us/states/tx/districts/senate/19"
rel: in-district
area_weight: 0.1668
- to: "us/states/tx/districts/house/44"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +77,16 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 71699 |
| Bachelor's or higher | 52298 |
## Districts
- [TX-15](/us/states/tx/districts/15.md) — 79% (congressional)
- [TX-28](/us/states/tx/districts/28.md) — 21% (congressional)
- [TX Senate District 21](/us/states/tx/districts/senate/21.md) — 60% (state senate)
- [TX Senate District 25](/us/states/tx/districts/senate/25.md) — 23% (state senate)
- [TX Senate District 19](/us/states/tx/districts/senate/19.md) — 17% (state senate)
- [TX House District 44](/us/states/tx/districts/house/44.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: 523
hispanic: 19688
bachelors_plus: 4179
districts:
- to: "us/states/tx/districts/19"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/house/88"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 19688 |
| Bachelor's or higher | 4179 |
## Districts
- [TX-19](/us/states/tx/districts/19.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 88](/us/states/tx/districts/house/88.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: 31
hispanic: 1002
bachelors_plus: 560
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 1.0
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/88"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1002 |
| Bachelor's or higher | 560 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 88](/us/states/tx/districts/house/88.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: 15
hispanic: 1196
bachelors_plus: 2055
districts:
- to: "us/states/tx/districts/31"
rel: in-district
area_weight: 0.9997
- to: "us/states/tx/districts/senate/22"
rel: in-district
area_weight: 0.9999
- to: "us/states/tx/districts/house/59"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1196 |
| Bachelor's or higher | 2055 |
## Districts
- [TX-31](/us/states/tx/districts/31.md) — 100% (congressional)
- [TX Senate District 22](/us/states/tx/districts/senate/22.md) — 100% (state senate)
- [TX House District 59](/us/states/tx/districts/house/59.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: 57
hispanic: 2572
bachelors_plus: 1490
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/senate/31"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/87"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2572 |
| Bachelor's or higher | 1490 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 31](/us/states/tx/districts/senate/31.md) — 100% (state senate)
- [TX House District 87](/us/states/tx/districts/house/87.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: 39
hispanic: 897
bachelors_plus: 521
districts:
- to: "us/states/tx/districts/13"
rel: in-district
area_weight: 0.9987
- to: "us/states/tx/districts/senate/28"
rel: in-district
area_weight: 0.9995
- to: "us/states/tx/districts/house/69"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 897 |
| Bachelor's or higher | 521 |
## Districts
- [TX-13](/us/states/tx/districts/13.md) — 100% (congressional)
- [TX Senate District 28](/us/states/tx/districts/senate/28.md) — 100% (state senate)
- [TX House District 69](/us/states/tx/districts/house/69.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: 147
hispanic: 3936
bachelors_plus: 10308
districts:
- to: "us/states/tx/districts/36"
rel: in-district
area_weight: 0.9995
- to: "us/states/tx/districts/senate/3"
rel: in-district
area_weight: 0.9998
- to: "us/states/tx/districts/house/18"
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, tx]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 3936 |
| Bachelor's or higher | 10308 |
## Districts
- [TX-36](/us/states/tx/districts/36.md) — 100% (congressional)
- [TX Senate District 3](/us/states/tx/districts/senate/3.md) — 100% (state senate)
- [TX House District 18](/us/states/tx/districts/house/18.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