Change xml parser to generate proper visualization #4
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: CERC/matsim-proto#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Fixed with
50d7fbaca2