Run Harvey Analysis Pipeline
Execute the Harvey funding analysis pipeline. This writes to the database and exports files.
- •Parse Harvey QPR activity blocks:
code
python src/financial_parser.py
- •Export Sankey and trend artifacts:
code
python src/funding_tracker.py --export
- •Show final stats:
code
python src/financial_parser.py --stats
- •Report what was updated: number of activities parsed, quarters covered, total budget, and list of exported files.