Explore & file paths
Browse the same HTML from the hub, or open files directly in your editor or file manager. Entries below match
files inside this folder (copies of the project HTML). Regenerate copies with
sync_from_repo.sh in the parent fuelprices directory. For methodology and attribution,
see About.
Analysis flow (same order as the hub)
-
1 · Electoral College + trifecta column
state_government_atlas/output/electoral_college.htmlOpen -
2 · State government atlas
state_government_atlas/output/index.htmlOpen -
2b · 2026 seats on ballot
state_government_atlas/output/election_2026.htmlOpen -
3 · Identify divided rows in EC table
state_government_atlas/output/electoral_college.html(column “State trifecta” = Divided) -
4 · AAA fuel % changes for those states
divided_states_fuel_change.html(generator:generate_divided_states_fuel_change.py) Open
This mini-site
Fuel — election-relevant HTML
Hub links on bundled pages
-
After each
sync_from_repo.shruninject_hub_links.pyadds ← Election hub after<body>on fuel and atlas HTML in this folder.
Generators (refresh HTML from data)
-
Divided states page
generate_divided_states_fuel_change.py -
Top EIA areas page
generate_top10_fuel_prices.py
State government atlas (HTML output)
Data behind the fuel pages
-
AAA daily scrapes
data/<USPS>.parquet -
EIA weekly (subset of states)
eia_data/<USPS>.parquet -
Legislature majors (informational)
report_sources/state_legislature.csv
R reports (if present)
-
Knitted HTML reports
fuel_prices_report_*.html -
Source
fuel_prices_report.Rmd
Self-contained folder: Fuel and atlas HTML listed above are copies inside
election_fuel_web/. After you regenerate reports in the main repo, run
./sync_from_repo.sh from the fuelprices directory to refresh them.
Local preview: cd election_fuel_web && ./start-server.sh then open
http://localhost:8765/index.html. Or from fuelprices/, ./serve_hub.sh still
serves the whole project at /election_fuel_web/index.html.