Commit Graph

7 Commits

Author SHA1 Message Date
f29755faba Update README with corrected numbers from master dataset
- Per-capita burden: 115× → 35× (master dataset adds 104 larger suburban tracts)
- Host pop share: 0.86% → 2.9% of host-state residents
- Non-metro: 11% → ~10% (RUCA 2020)
- Add: 59.3% Biden 2020 in host communities; income gradient by urbanicity
- Add: top host tract (Loudoun CT 6110.20, 69 DCs, MHI $141K)
- Correct hyperscaler shares to exact figures from live DB

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-13 17:44:22 -07:00
176f3d1eb6 Document database table previews 2026-06-09 15:04:47 -07:00
ee5856661a Reorganize project into scripts/, docs/, data/, output/ directories
Move all Python scripts to scripts/, documentation to docs/, raw input
data to data/, and generated HTML/CSV outputs to output/. Update path
references in 8 scripts to use Path(__file__).parent.parent as project
root so they work correctly from the new location. Update README links
and quick-start commands accordingly. Notebooks remain at root.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 21:57:47 -07:00
4525ea3f97 Add LegiScan legislation ingestion and analysis queries
Adds ingest_legiscan.py to pull all US state + federal bills (2016-2026)
from the LegiScan API into legiscan_sessions and legiscan_bills tables.
Bills are keyword-tagged across 8 research categories (data_center,
ratepayer_protection, large_load, grid_impact, tax_incentive, etc.).
Loads ~1.3M bills; ~60K tagged relevant. Adds query_legiscan_bills.sql
with pre-built analysis queries including state/DC joins. Updates
database-tables.md, README.md, and research-ideas.md accordingly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 21:30:31 -07:00
46c8c58545 Enhance documentation with detailed findings from analysis report
- Add clustered vs isolated facility comparison to README
- Expand infrastructure insights with hyperscaler energy strategies
- Document additional database tables (opposition cases, IM3 projections, utility rates)
- Enhance research ideas with specific watershed names and grid saturation data
- Add data quality notes about EIA longitude corrections
- Reference loaded but unused tables for future analysis
2026-05-27 11:36:50 -07:00
3758dcc02a Add documentation links to README 2026-05-27 11:33:05 -07:00
423e11083d Add comprehensive documentation: README, database tables, and research ideas 2026-05-27 11:28:14 -07:00