I'm on a project on SUMO to simulate traffic use case . During this, I have collected real weather and traffic accident data in an Excel file, which I want to integrate into SUMO in order to measure traffic behavior.
I'm trying to convert my real data file from xls to XML and using --weather-file options to embed my data on XML file into SUMO :
sumo -c network.net.xml -e 3600 --trip-files trip.trips.xml --weather-file meteo.xml --output-file simulation.sumo.out
But it didn't work.
Is it the right way to add weather file to sumo ? and how about accident data ?
Can anyone help me integrate real data in xls or csv into SUMO ?
Thank you for your attention.