Skip to main content

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

see https://superuser.com/questions/460598/is-there-any-way-to-get-the-windows-cmd-shell-to-expand-wildcard-paths

Am Fr., 2. Sept. 2022 um 11:03 Uhr schrieb mehmet nedim yavuz <mehmetnedimyvz@xxxxxxxxx>:
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
_______________________________________________
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