Add elections + demographics layer: candidates and jurisdictions
Two new entity types, built deterministically from the raw exports:
Candidate (2,494) — 2026 federal candidates as files under
us/states/<st>/candidates/, with office,
district, party, incumbent/challenger stance,
campaign committee, FEC id.
Jurisdiction (3,494) — demographic nodes carrying ACS 2023 data:
3,131 counties (deduped from 3,231 mixed-format
fips keys) + 363 congressional districts.
This completes the county skeleton nationwide: every US county is now a
browsable node with population, income, poverty, race, education and
housing — even where no officeholders are mapped yet. In Florida the
county index.md merges into the existing dir and reports its officeholder
count alongside demographics (St. Lucie: 33 officeholders + ACS profile).
build.py now reads seven raw inputs in one deterministic pass
(byte-identical on rerun). The mirror now answers: who holds power, who
runs this institution, who is running, and what each place is made of.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Forsyth County, NC"
|
||||
classification: county
|
||||
fips: "37067"
|
||||
state: "NC"
|
||||
demographics:
|
||||
population: 389977
|
||||
population_under_18: 88343
|
||||
population_18_64: 235500
|
||||
population_65_plus: 66134
|
||||
median_household_income: 67165
|
||||
poverty_rate: 14.52
|
||||
homeownership_rate: 63.56
|
||||
unemployment_rate: 5.05
|
||||
median_home_value: 250400
|
||||
gini_index: 0.4781
|
||||
vacancy_rate: 8.94
|
||||
race_white: 217688
|
||||
race_black: 98404
|
||||
race_asian: 9311
|
||||
race_native: 1613
|
||||
hispanic: 58888
|
||||
bachelors_plus: 140974
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Forsyth County, NC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 389977 |
|
||||
| Under 18 | 88343 |
|
||||
| 18–64 | 235500 |
|
||||
| 65+ | 66134 |
|
||||
| Median household income | 67165 |
|
||||
| Poverty rate | 14.52 |
|
||||
| Homeownership rate | 63.56 |
|
||||
| Unemployment rate | 5.05 |
|
||||
| Median home value | 250400 |
|
||||
| Gini index | 0.4781 |
|
||||
| Vacancy rate | 8.94 |
|
||||
| White | 217688 |
|
||||
| Black | 98404 |
|
||||
| Asian | 9311 |
|
||||
| Native | 1613 |
|
||||
| Hispanic/Latino | 58888 |
|
||||
| Bachelor's or higher | 140974 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Reference in New Issue
Block a user