Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Problems with trip info output converting xml2csv

Hi 

I am trying to convert a trip files using xml2csv.py but the data is not importing correctly to the csv file. For example, some of the trip durations show up as 0 (when they are not) and the time loss variable shows up as a string eg. for trip ID 0 it is 'tripinfo_0 routing_0'. I do not get any of these errors when converting the edge data files, only with the trip files.

This is the command line code I run: python ../tools/xml/xml2csv.py --xsd ../data/xsd/tripinfo_file.xsd tripdata.xml

Thanks for your help!

Kind regards,


Charlotte




Back to the top