Change xml parser to generate proper visualization #4

Closed
opened 2024-02-14 17:31:03 -05:00 by r_sanchez · 1 comment

Using xmltodict generates the objects in the wrong order and it ends up changing the order of the links for the visualizer (At least I believe). I had the same problem in matsim.py when generating the population files as it required repetitive ordered tags. xmltodict was incapable of managing it so I switched to lxml.

Using xmltodict generates the objects in the wrong order and it ends up changing the order of the links for the visualizer (At least I believe). I had the same problem in matsim.py when generating the population files as it required repetitive ordered tags. xmltodict was incapable of managing it so I switched to lxml.
Author

Fixed with 50d7fbaca2

Fixed with 50d7fbaca27a0b86fb4fffb7120a9e0ce8648ab9
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: CERC/matsim-proto#4
No description provided.