Skip to main content

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

The file vehroutes.xml is incomplete and thus cannot be read. This might happen if the program which generated the file crashed or hasn't finished.

Am Di., 24. Nov. 2020 um 23:54 Uhr schrieb firdaous <firdaous.hebbal@xxxxxxxxxxxxxxxx>:
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.
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top