Skip to content

🔄 Add adapter script to convert ABM CSVs to MonteCarlo-compatible format #11

@apierr

Description

@apierr

🔄 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) in src/scripts/
  • Read ABM outputs and transform them into MonteCarlo-compatible CSVs such as:
    • demographic_profiles.csv
    • prim_trajectory_raw.csv
    • heatmap_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 postponedStatus: To DoThis issue is ready to be picked up by a team member.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions