Hi Ayalew, there are a lot of possibilities to visualize floating car data. With a script e.g. python, java ... you can add a z-value (time, velocity or what ever) to your geocoordinates. You can build spatial files e.g. KML files (Google Earth) and use the z-value as an altitude value. You can write a script and visualize your data in QGIS (http://www.qgis.org) .
Another possibilty is to use the vtk-output option (see: http://sumo.dlr.de/wiki/Simulation/Output/VTKOutput) to visualize the data with paraview. cheers, Mario Am 06.03.15 um 13:38 schrieb Ayalew Belay Habtie: > Hello sumo user community, > while displaying the traceExporter result on sumo-gui, lots of points > (vehicle locations) with different color are placed on the road > network and overlapped. I am thinking to display these location data > in 3D to properly see the vehicle locations at different timestamp. Is > this possible? > > kind regards, > Ayalew B. > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
