-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Priority: LowCan be scheduled or postponedCan be scheduled or postponedStatus: To DoThis issue is ready to be picked up by a team member.This issue is ready to be picked up by a team member.
Description
🔄 Adapter Script for ABM CSVs
Currently, the ABM simulation generates CSV files (agents_step_*.csv) that are not directly compatible with existing MonteCarlo-based reporting scripts.
📌 Task
- Create a script (
convert_abm_csv.py) insrc/scripts/ - Read ABM outputs and transform them into MonteCarlo-compatible CSVs such as:
demographic_profiles.csvprim_trajectory_raw.csvheatmap_grid.csv
- Save the output files in
data/abm/converted/or another dedicated folder
✅ Goal
This adapter will allow reuse of existing visualization and analysis scripts without modifying them.
Note: Maintain a clear separation between MonteCarlo and ABM data.
Metadata
Metadata
Assignees
Labels
Priority: LowCan be scheduled or postponedCan be scheduled or postponedStatus: To DoThis issue is ready to be picked up by a team member.This issue is ready to be picked up by a team member.