Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] attributeStats.py

Hello Jakob,
I used to runSeeds.py to with 10 different numbers with sumocfg file. As a further step,I would like to obtain statistics of timeLoss in these trip info output files. In this direction, I used the attributeStats.py file. My trip info xml files were created like this: "3.trip_info.xml","5.trip_info.xml" etc. I am adding a screenshot of my working folder. And then, I used to command like this to obtain  statistics of timeLoss:
"python attributeStats.py --element tripinfo --attribute timeLoss *.trip_info.xml". It gives  an error: Invalid argument: '*.trip_info.xml'. How do I incorporate ten files into the command line? If  I write these 10 files space separated into command ,it works.But it takes more time.How do I write command? Thank you for helping,regards.
image.png

Back to the top