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

2019-02-06 Thread Jakob Erdmann
also, see http://sumo.dlr.de/wiki/FAQ#How_can_I_make_the_simulation_run_faster.3F regards, Jakob Am Di., 5. Feb. 2019 um 13:40 Uhr schrieb iCashWave : > Try to run sumo with non-gui. It will be very fast. > > Vrinda Khirwadkar (vkhrwdkr) 於 2019年2月5日 週二 > 13:23寫道: > >> Hello Sumo authors, >> >>

Re: [sumo-user] Realistic Mobility Model

2019-02-06 Thread Jakob Erdmann
You could try activitygen which generates activity-based traffic demand: http://sumo.sourceforge.net/userdoc/Demand/Activity-based_Demand_Generation.html Am Mo., 4. Feb. 2019 um 18:48 Uhr schrieb Marvin Manalastas < marvin_manalasta...@yahoo.com>: > Hello, > > I want to create a realistic

Re: [sumo-user] [NETCONVERT][OSM][CONNECTION][TARGET LANE]

2019-02-06 Thread Jakob Erdmann
Hello, all turn-around connections can be disabled by setting the netconvert option --no-turnarounds during the initial import. Alternatively, you might want to try the latest development version which builds fewer turn-arounds by default. regards, Jakob Am Mi., 6. Feb. 2019 um 10:27 Uhr schrieb

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

2019-02-06 Thread Jakob Erdmann
SUMO needs plenty of RAM. You can reduce this somewhat by using a coarser intersection model. For that, just rebuild the network using the option --no-internal-links When using large route files, please make sure to load them with option --route-files (for incremental loading) rather than option

Re: [sumo-user] Programmatic Access to NETEDIT

2019-02-06 Thread Jakob Erdmann
These are the geometry coordinates that make up the shape of the edge. The shape of the lanes in the .net.xml are derived by applying a lateral offset. Am Mo., 4. Feb. 2019 um 15:15 Uhr schrieb : > Hello, > > I have found a way to use the patch files and to alter them by > seeing the runner.py

[sumo-user] [NETCONVERT][OSM][CONNECTION][TARGET LANE]

2019-02-06 Thread Luca Di Costanzo
Hi all, I'm working on the network creation of a specific city. I started from OSM (I used osmGet.py) and then I used netconvert to transform the OSM file into *.net.xml. I was able to remove all the edges I don't need (through -remove-edges.by-type) but I saw that in almost every connection

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

2019-02-06 Thread Harald Schaefer
Hi Tom, the xml2protobuf seems to be designed only for certain protocol outputs generated by sumo. the test case for this scripts uses amitran trajectories. You can not serialize any xml file. Regards Harald Am 06.02.19 um 09:12 schrieb cchad...@cs.ucy.ac.cy: > Hello Harald, > >  Thank you for

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

2019-02-06 Thread cchadj01
Hello Harald, Thank you for the prompt respose. I tried out your solution. py -2 /c/Program\ Files\ \(x86\)/Eclipse/Sumo/tools/xml/xml2protobuf.py in-test.con.xml -x xsd/connections_file.xsd -o output I get this error: Traceback (most recent call last): File "C:/Program Files