Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] routeSampler Error

Hello, I'm trying to generate route using routeSampler.py I got that Problem and I don't know how can i fix it :/ C:\Users\firda\Downloads\sumo-win64-1.6.0\sumo-1.6.0\tools\routeSampler.py -r vehroutes.xml --edgedata-files ftest.xml -o passenger.sampled.rou.xml Traceback (most recent call last): File "C:\Users\firda\Downloads\sumo-win64-1.6.0\sumo-1.6.0\tools\routeSampler.py", line 647, in main(get_options()) File "C:\Users\firda\Downloads\sumo-win64-1.6.0\sumo-1.6.0\tools\routeSampler.py", line 399, in main routes = Routes(options.routeFiles) File "C:\Users\firda\Downloads\sumo-win64-1.6.0\sumo-1.6.0\tools\routeSampler.py", line 362, in __init__ self.all += [tuple(r.edges.split()) for r in sumolib.xml.parse(routefile, 'route')] File "C:\Users\firda\Downloads\sumo-win64-1.6.0\sumo-1.6.0\tools\sumolib\xml.py", line 253, in parse for _, parsenode in ET.iterparse(_open(xmlfile, None)): File "", line 107, in next cElementTree.ParseError: unclosed token: line 98, column 8

Sent from the Sumo User Mailing List mailing list archive at Nabble.com.

Back to the top