Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] TypeError with routesampler

Correction. You have an interval element that contains no edges. This is currently not permitted.

Am Do., 9. Dez. 2021 um 08:18 Uhr schrieb Jakob Erdmann <namdre.sumo@xxxxxxxxx>:
Your edgedata input file is invalid because it contains no <interval> elements.

Am Mi., 8. Dez. 2021 um 22:44 Uhr schrieb Brandon Cedric Patangan via sumo-user <sumo-user@xxxxxxxxxxx>:
Hello, I'm trying to load in an edgedata file with route sampler. However I'm getting a TypeError: "'NoneType Object is not iterable". I've attached a screenshot:

image.png

The command I used is: 
 python "%SUMO_HOME%\tools\routeSampler.py" -r vehroutes.xml --edgedata-files cars.xml -o passenger.sampled.rou.xml

which is just the same command I used in the past to include it in the simulation. Not sure where I went wrong here, would really appreciate a tip, thanks!
_______________________________________________
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