Goal
Collect raw data using Python only. Write outputs to data_raw/ and logs to logs/collect/.
Steps
- •Read the config path from the user (or default to
configs/default.ymlif it exists). - •Run:
bash scripts/run_collect.sh <CONFIG> - •Confirm:
- •a new file exists in
data_raw/ - •a log exists in
logs/collect/
- •a new file exists in
- •Summarize outputs (paths only). Do NOT summarize data values unless asked.