Re: [sumo-user] Problem with xml2protobuf.py

2019-02-05 Thread Harald Schaefer
Hi Tom, your input file(in-test.con.xml) must match the xsd file. It seems that your input file is a connection file and the tag Connections is not found in the xsd file. You might try the schema xsd/connections_file.xsd or use a xml-file which validates against the schema

Re: [sumo-user] Empty output from flowrouter.py

2019-02-05 Thread Harald Schaefer
Hi Frederik, the flowrouter script looks for the tag e1Detector (not inductionLoop). Example    Then you get an output like Reading net 12 edges read Reading detectors Loaded 0 sources and 0 sinks from detector file. Added 3 sources and 3 sinks from the network Reading flows between 0.0 and

Re: [sumo-user] way to get distance between traffic light and vehicle with python

2019-02-05 Thread Harald Schaefer
You might check getNextTLS, see the python doc for vehicles, that is (http://sumo.sourceforge.net/pydoc/traci._vehicle.html#VehicleDomain-getNextTLS) Regards, Harald Am 04.02.19 um 11:30 schrieb ratzenme...@web.de: > Hi, >   > is it possible, to get the distance between a traffic light and a >

Re: [sumo-user] Performance issues on big Networks an 40k vehicles

2019-02-05 Thread iCashWave
Try to use SSD hard disk. Not a general disk. SSD will write data faster. Lara CODECA 於 2019年2月4日 週一 23:30寫道: > Hello, > > I usually have simulations ranging from 50k to 300k vehicles and I have no > performance issues. > I'm fairly sure that the DLR internally have bigger scenarios (See TAPAS

[sumo-user] Sumo wiki SSL error

2019-02-05 Thread Leitz, Markus, MU
Hello Community, I actually don`t get access to wiki over SSL. Someone else have problems or is this an issue of my corperate proxy? Regards Markus Leitz Mit freundlichen Grüßen i. A. Markus Leitz SW Entw. Fahrzeug Apps Bertrandt Ingenieurbüro GmbH Hufelandstraße 26-28 D-80939 München Mobil:

Re: [sumo-user] How to speed up a Simulation

2019-02-05 Thread iCashWave
Try to run sumo with non-gui. It will be very fast. Vrinda Khirwadkar (vkhrwdkr) 於 2019年2月5日 週二 13:23寫道: > Hello Sumo authors, > > > I want to generate 30 days of data using SUMO. I would like to know if > there is any way to speed up the simulation time. It is taking one to one > time to run a

Re: [sumo-user] Empty output from flowrouter.py

2019-02-05 Thread Fredrik Nilsson
Thank you for the help, I understood the documentaton to mean that it would work with any detector type, my bad! From: sumo-user-boun...@eclipse.org on behalf of Harald Schaefer Sent: Tuesday, February 5, 2019 11:00 To: sumo-user@eclipse.org Subject: Re:

Re: [sumo-user] Sumo wiki SSL error

2019-02-05 Thread Harald Schaefer
For me its the same. Either the page is not reachable or gives some ssl errors. I'm using the backup page as recommended a few days ago: Dear SUMO users, we are experiencing a server outage which causes the wiki to be unavailable. Please refer to the backup documentation at

[sumo-user] Problem with xml2protobuf.py

2019-02-05 Thread cchadj01
Hello, I am trying to use xml2protobuf.py I am using git bash and I executed this command: py -2 /c/Program\ Files\ \(x86\)/Eclipse/Sumo/tools/xml/xml2protobuf.py in-test.con.xml -o out -x xsd/netconvertConfiguration.xsd I get these errors: Traceback (most recent call last): File