Dear Eclipse Community, I have the real traffic data values taken from the municipality in .xml file and it looks like this: 23:00:00</DATE_TIME><LONGITUDE>29.0423583984375</LONGITUDE><LATITUDE>40.9817504882813</LATITUDE><GEOHASH>sxk9hu</GEOHASH><MINIMUM_SPEED>4</MINIMUM_SPEED><MAXIMUM_SPEED>66</MAXIMUM_SPEED><AVERAGE_SPEED>28</AVERAGE_SPEED><NUMBER_OF_VEHICLES>39</NUMBER_OF_VEHICLES></row> I have millions of cells in in the same format of that .xml file. (File is 350 mb) Whati did was: I choose one cell and created a map from open street map, then create a random network, route, trips file following SUMO documentation. What i want to ask is, how can i optimize my simulation according to my values? I want my simulation to have 39 vehicles, and for these vehicles i want the speed values of min. speed 4, max. speed 66, avarage speed 28. And since i have millions of data, can i optimize it with a python code for each simulation? I appreciate every help! Thank you so much in advance.
Best Regards Emre AKISKALIOĞLU *PhD Candidate in Mechanical Engineering*
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
