[sumo-user] Routes

2017-12-19 Thread Flávio Alexandre via sumo-user
Can a vehicle end its journey without being at the end of the road? Thanks, Flavio Nunes -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot __

Re: [sumo-user] Routes problem

2017-03-26 Thread Jakob Erdmann
Hello, the output of duarouter is supposed to be valid for simulation. The behavior that you see could indicate a known bug in an older version of duarouter. Try upgrading to version 0.29.0. If you are already using the latest version please send all the input files to duarouter directly to me so I

[sumo-user] Routes problem

2017-03-24 Thread Vittoria Parisi
Dear all, I have some problems with my routes in the network. I have created the network from open street map, then the trips with ActivityGen, and the routes afterwards with DuaRouter (in doing so I have used the options: --remove-loops --ignore-errors --repair Once the file is created, I run t

Re: [sumo-user] routes with fifferent vehicles

2016-05-09 Thread Jakob Erdmann
the easiest way is using the wizard: http://sumo.dlr.de/wiki/Tools/Import/OSM#osmWebWizard.py To define stuff by hand, see http://sumo.dlr.de/wiki/Definition_of_Vehicles,_Vehicle_Types,_and_Routes#Vehicle_Types http://sumo.dlr.de/wiki/Simulation/Pedestrians 2016-05-09 20:31 GMT+02:00 Irene G : >

[sumo-user] routes with fifferent vehicles

2016-05-09 Thread Irene G
Hi, How I can generate routes with different types of vehicles(pedestrian,car,bus...)?.I generate the map iwth openstreetmap. Regards, Irene. -- Find and fix application performance issues faster with Applications Manag

Re: [sumo-user] Routes parsing tool

2015-12-16 Thread Michael Behrisch
Hi, you can parse the routes with the sumolib.output.parse* functions just as well (in fact more or less any XML file). Best regards, Michael Am 10.12.2015 um 14:19 schrieb Andres Felipe Acosta Gil: > Dear SUMO community. > > Is there a tool for parsing the .rou.xml file, similar to sumolib? >

[sumo-user] Routes parsing tool

2015-12-10 Thread Andres Felipe Acosta Gil
Dear SUMO community. Is there a tool for parsing the .rou.xml file, similar to sumolib? Best Regards. -- Andres Felipe Acosta Gil, MSc student - Software developer Universidad Nacional de Colombia - Medellín Facultad de Minas Tel: +57 (4) 4255295 Institutional e-mail: afacos...@unal.edu.co

Re: [sumo-user] Routes visualization on Google Maps/Earth or OSM

2015-01-27 Thread Achilleas Papageorgiou
Thank you for your prompt replies! I will try both of your suggestions. Best, Achilleas 2015-01-27 12:11 GMT+02:00 Jakob Erdmann : > And If you just want to see your routes on a network you can also use > http://sumo.dlr.de/wiki/Tools/Routes#route2poly.py to visualize them with > sumo-gui. > > 2

Re: [sumo-user] Routes visualization on Google Maps/Earth or OSM

2015-01-27 Thread Jakob Erdmann
And If you just want to see your routes on a network you can also use http://sumo.dlr.de/wiki/Tools/Routes#route2poly.py to visualize them with sumo-gui. 2015-01-27 8:58 GMT+01:00 Mario : > Hi, > > to visualize routes on a Web Map Service you have a lot of > possibilities. You can build KML Files

Re: [sumo-user] Routes visualization on Google Maps/Earth or OSM

2015-01-27 Thread Mario
Hi, to visualize routes on a Web Map Service you have a lot of possibilities. You can build KML Files from the XML output of sumo e.g. using the --fcd-output option. Another solution would be to build Shapefiles/Spatialite DB/Postgis DB etc. from the routes or positions and visualize it in softwar

[sumo-user] Routes visualization on Google Maps/Earth or OSM

2015-01-26 Thread Achilleas Papageorgiou
Hello all, I am working a SUMO simulation based on OSM data. I have generated different random routes using, mainly, randomTrips.py script. I would like to ask if i can, somehow, visualise my routes back on OSM, Google Maps or Google Earth in order to present these routes. Best regards, -- Achil

Re: [sumo-user] routes file error

2014-11-12 Thread Michael Behrisch
Hi, > Warning: Environment variable SUMO_HOME is not set, schema resolution > will use slow website lookups. > Error: unable to connect socket for URL > 'http://sumo.sf.net/xsd/routes_file.xsd' you probably do not have a network connection and SUMO_HOME is not set, so sumo cannot do xml valdation

[sumo-user] routes file error

2014-11-09 Thread nardine . basta
Hello, I installed the latest source versions and when running the hello example i got the following errors Warning: Environment variable SUMO_HOME is not set, schema resolution will use s low website lookups. Error: unable to connect socket for URL 'http://sumo.sf.net/xsd/routes_file.xsd'

[sumo-user] Routes

2014-03-13 Thread andre viana
Hello I'm using Duarouter to create a network of traffic flow in a simulation. I have a one-way street with two lanes, and 26772_0 26772_1. The vehicle must exit the track 26772_1, but the flow file only accepts the line as 200 006 772. How do to get out of the vehicle via what I want?