Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change format of the event output file #11

Open
leo-desbureaux-tellae opened this issue May 31, 2021 · 0 comments
Open

Change format of the event output file #11

leo-desbureaux-tellae opened this issue May 31, 2021 · 0 comments
Assignees
Labels
io Inputs/Outputs

Comments

@leo-desbureaux-tellae
Copy link
Contributor

leo-desbureaux-tellae commented May 31, 2021

Problem exposition

At the current date, the output file containing the simulation events is stored in .txt file, with events formatted as strings using their str() method.

This makes the event file little usable from outside, as it would demand a very specific parsing.

However, the event log of the simulation can be very useful, as it contains the rawest description of the whole simulation.
For instance, it can be used to compute KPIs instead of having to compute them in Starling, or generate visualisation files using a different format from Starling.

Proposed solution

Generate the event output file at a more common format for this type of file.

The best format for this seems to be XML (it is the format used by MATSim for its event log)

@leo-desbureaux-tellae leo-desbureaux-tellae added the enhancement New feature or request label May 31, 2021
@leo-desbureaux-tellae leo-desbureaux-tellae self-assigned this Nov 7, 2022
@leo-desbureaux-tellae leo-desbureaux-tellae added io Inputs/Outputs and removed enhancement New feature or request labels Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
io Inputs/Outputs
Projects
None yet
Development

No branches or pull requests

1 participant