Hello, it depends on the format of your matrix.xml (see http://sumo-sim.org/wiki/Demand/Importing_O/D_Matrices) Assuming you are using the amitran format, the call is: od2trips --net-file districts.taz.xml --amitran matrix.xml -o trips.trips.xml Then you have to turn the trips into routes using duarouter duarouter --net-file net.net.xml --trip-files trips.xml -o routes.rou.xml (see http://sumo-sim.org/wiki/Demand/Shortest_or_Optimal_Path_Routing) regards, Jakob
2014-07-22 21:00 GMT+02:00 grian <[email protected]>: > Hello everyone, > > I have to make a simulation with Sumo through a matrix file, I have both > the > network and the file of the districts, what are the command lines needed to > get the file of routes, > > from the documentation I do not understand where to place the file in the > districts. > > > > Thanks in advance > > Andrea > > > > p.s.:1. I have the file net.net.xml, district.taz.xml , matrix.xml > > 2. I don't use python tool > > > > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
