Thanks Jakob, It's a dataset contains mobility traces of taxi cabs. It contains GPS coordinates of approximately 500 taxis collected over 30 days in the San Francisco. The archive contains a txt file that has a list of all cabs ids e.g.: [cab id="enyenewl" updates="2414"/] and for each cab its mobility trace in a separate ASCII file, e.g. 'new_abboip.txt'. The format of mobility trace file is the following - each line contains [latitude, longitude, occupancy, time], e.g.: [37.75134 -122.39488 0 1213084687], where latitude and longitude are in decimal degrees, occupancy shows if a cab has a fare (1 = occupied, 0 = free) and time is in UNIX epoch format.
Thanks ________________________________ From: Jakob Erdmann <[email protected]> Sent: Wednesday, July 5, 2017 7:12:43 PM To: Abdullah Al-Saleh Cc: [email protected] Subject: Re: [sumo-user] Real Traffic Dataset What type of dataset do you have? 2017-07-05 17:28 GMT+02:00 Abdullah Al-Saleh via sumo-user <[email protected]<mailto:[email protected]>>: Dears, I am wondering if I can use real-world traffic dataset in SUMO on .net.xml network that converted from OSM? instead of using random trips. What is the best way to do it? as the data is in a txt file. Thank you Abdul ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sumo-user mailing list [email protected]<mailto:[email protected]> https://lists.sourceforge.net/lists/listinfo/sumo-user ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
