Re: [sumo-user] NetConvert Pedestrian Traffic Light Sequencing

2018-05-16 Thread Alex Sawczuk via sumo-user
Hi Jacob, Thanks for the reply. I am talking about the pedestrian phase at the end of the cycle when all the vehicular phases are red. As far as I can tell this is always 5 seconds of green followed by 5 seconds of red, regardless of the cycle or green time. I have tried setting large red and

Re: [sumo-user] NetConvert Pedestrian Traffic Light Sequencing

2018-05-16 Thread Jakob Erdmann via sumo-user
Hello, your description would imply that the vehicular phases are quite short. I put the description of the current algorithm as well as ideas for improvement here: https://github.com/eclipse/sumo/issues/4078 regards, Jakob 2018-05-15 18:50 GMT+02:00 Alex Sawczuk via sumo-user <

Re: [sumo-user] Netconvert xodr to sumo -- x/y offset?

2017-06-23 Thread Jakob Erdmann via sumo-user
Hello, by default, netconvert shifts all coordinates so that the lower left corner of the network is at 0,0. To avoid this add the option --offset.disable-normalization when importing the xodr file. regards, Jakob 2017-06-23 16:32 GMT+02:00 Myriam Guedey : > Hi all, > > I have

Re: [sumo-user] Netconvert Error: No nodes loaded.

2017-03-21 Thread Jakob Erdmann
Hello, your explorer is set to hide file extensions. Maybe the file is called nai2.osm or something completely different. This does not look like a netconvert specific problem on first glance. regards, Jakob 2017-03-20 15:42 GMT+01:00 KV Rop : > I am trying to convert .osm file

Re: [sumo-user] netconvert

2016-11-29 Thread Jakob Erdmann
Hello, this looks like a bug in the XML-validation library. If you build your network with the option --xml-validation never it will work just fine. regards, Jakob 2016-11-29 9:57 GMT+01:00 FIXED-TERM Damdjo Wabo Christian (DGS-EC/ESY1) < fixed-term.christian.damdjow...@de.bosch.com>: > Dear

Re: [sumo-user] netconvert

2016-11-29 Thread Peter.Wagner
Dear Christian, it seems that there is an error in the last displayed co-ordinate pair: I think it must read 3373.2,-3866.1 but you have there 3866,1 Hope that helps, regards, Peter -Ursprüngliche Nachricht- Von: FIXED-TERM Damdjo Wabo Christian (DGS-EC/ESY1)

Re: [sumo-user] Netconvert command and Error: Cannot import network data without PROJ-Library

2016-08-24 Thread Jakob Erdmann
after installing proj you need to reconfigure and rebuild sumo (./configure && make) 2016-08-16 23:50 GMT+02:00 mima Line : > Hello SUMO-users > > I have please a small question about NETCONVERT command > > I want to map-match a GPS dataset so and according to my previous

Re: [sumo-user] netconvert could not open osmNetconvert.typ.xml

2016-06-03 Thread Jakob Erdmann
what options are you using when calling netconvert? 2016-06-03 12:44 GMT+02:00 ben hassine Afef : > Hi, > I m using SUMO 0.25.0 and when i try to execute netconvert with a OSM map > it give me the following error : > > Error: Could not open types-file 'C:\Users\... >

Re: [sumo-user] netconvert command

2016-05-02 Thread Jakob Erdmann
It appears you passed the contents of the quickstart.sumocfg rather than the quickstart.netccfg as arguments to netconvert. 2016-05-01 1:44 GMT+02:00 Tejas Pitkar : > Hi sumo users, > > I am working on ubuntu 12.04 LTS , with sumo-0.12.3. I have written a bunch > of sumo xml

Re: [sumo-user] Netconvert output not postioned for view in SUMO-GUI

2016-02-10 Thread Jakob Erdmann
Hello Greg, Thanks for pointing out the problem. I can replicate it and it is now being tracked at http://sumo.dlr.de/trac.wsgi/ticket/2141 As a workaround for the offending junction shape you may either: - modify the shape using the latest development version of netedit - assign a new shape to

Re: [sumo-user] NETCONVERT crashes when splitting edges with traffic lights

2016-02-09 Thread Jakob Erdmann
Dear Andres, I tried to replicate the problem using the latest development version. This is what I got: a) build the network without splits first, then run netconvert again with the .net.xml and the splits: works without problems b) build the network with splits: gives an error because the

Re: [sumo-user] Netconvert options for offset do not work

2016-01-21 Thread Jakob Erdmann
UTM generates very high values by default. This means in order to avoid the warning you need to use negative values of large magnitude for your offset parameters (or simply let netconvert use its default offset where the bottom left corner is shifted to (0, 0). regards, Jakob 2016-01-21 9:55

Re: [sumo-user] netconvert option for OSM map

2015-11-21 Thread Michael Behrisch
Hi Kavita, you can use tools/net/netcheck.py to check which edges are reachable from a given source edge with a vehicle of a given vClass. The same script can also find the weakly connected components of your net, so that you can easily remove isolated parts. Best regards, Michael Am 21.11.2015

Re: [sumo-user] Netconvert projection output

2015-08-11 Thread Jakob Erdmann
Hello, here are some ideas: solution1: change a single line of code: src/netwrite/NWWriter_XML.cpp:192. Change from if (!e-hasDefaultGeometry) { to if (true) this will cause shapes to be written for all edges in .edg.xml output solution2: write a python script using sumolib (requires the

Re: [sumo-user] netconvert error

2015-07-10 Thread Michael Behrisch
Hi, the relevant message is: Error: invalid multi-byte sequence In file 'shanghai.osm' At line/column 2730336/26. This maybe another incarnation of a xerces-c bug we tried to fix here: http://sumo.dlr.de/trac.wsgi/ticket/1636. If you can extract the line mentioned above we can try to find

Re: [sumo-user] Netconvert : Create net file with double and irregular junction

2015-06-18 Thread Jakob Erdmann
Please send me the input files from which you built an unloadable network along with all the netconvert options so I can reproduce your problem. It sounds like a bug that needs to be fixed and then you will be able to define your connections. regareds, Jakob 2015-06-18 9:29 GMT+02:00 magda lena

Re: [sumo-user] Netconvert : Create net file with double and irregular junction

2015-06-13 Thread Jakob Erdmann
Several bugs that may have caused invalid (crashing) networks to be built have been fixed in the latest development version. If the crash occurs with netconvert 0.23.0 please try http://sumo.dlr.de/wiki/Downloads#SUMO_latest_SVN-version and then report back. regards, Jakob 2015-06-11 9:01

Re: [sumo-user] Netconvert : Create net file with double and irregular junction

2015-06-09 Thread Michael Behrisch
Hi Magdalena, please see here: http://sumo.dlr.de/wiki/FAQ#I_made_changes_to_the_.net.xml-file_but_it_did_not_work_as_expected._Why.3F Best regards, Michael Am 2015-06-08 03:25, schrieb magda lena: Hello Mr. Jacob, Thank you for the reply! I already try the merging junction function,

Re: [sumo-user] Netconvert : Create net file with double and irregular junction

2015-06-05 Thread Jakob Erdmann
Hello, join the junction as explained here: http://sumo.dlr.de/wiki/Networks/Building_Networks_from_own_XML-descriptions#Joining_Nodes regards, Jakob 2015-06-05 9:54 GMT+02:00 magda lena mgdlen...@gmail.com: Hi everyone, I use netconvert to convert my osm map to create a net file, But there

Re: [sumo-user] Netconvert: Joining more than 5 junctions

2015-04-23 Thread Jakob Erdmann
Hello, there is currently a hard-coded limit of 64 connections per intersection. The number is rather arbitrary and you may modify it in src/netbuild/NBNode.cpp:86 (please report your experiences if you do). Alternatively you may specify the connectivity in a .con.xml file. Netconvert supports

Re: [sumo-user] netconvert problems shape coordinates and osm opposite lane attribute

2015-03-27 Thread Jakob Erdmann
The upcoming version is 0.23.0. I was getting ahead of myself (-: 2015-03-27 21:05 GMT+01:00 Jakob Erdmann namdre.s...@googlemail.com: Dear Joerg, please try the latest svn version of netconvert (it is due to be release as 0.24.0 next week). with this version (18172), when running

Re: [sumo-user] netconvert problems shape coordinates and osm opposite lane attribute

2015-03-27 Thread Jakob Erdmann
Dear Joerg, please try the latest svn version of netconvert (it is due to be release as 0.24.0 next week). with this version (18172), when running netconvert -s saffi.net.xml -o saffi2.net.xml netconvert -s saffi2.net.xml -o saffi3.net.xml then the resulting networks saffi2.net.xml and

Re: [sumo-user] netconvert options for importing an osm map

2015-03-23 Thread Jakob Erdmann
No. sorry for the misunderstanding default options means: in our script tools/import/osm/osmBuild.py these are the options we assume by default. If you call netconvert on the commandline you need to add all of them explicitly. 2015-03-23 12:21 GMT+01:00 kavita pandey kavitadhi...@gmail.com:

Re: [sumo-user] netconvert options for importing an osm map

2015-03-23 Thread Jakob Erdmann
our current default options for importing osm are: --geometry.remove,--roundabouts.guess,--ramps.guess,--junctions.join,--osm.railway.oneway-default,--tls.guess-signals,--tls.discard-simple,--tls.join instead of --remove-edges.by-vclass ... you could also use --keep-edges.by-vclass passenger i

Re: [sumo-user] NETCONVERT tool

2014-12-04 Thread Jakob Erdmann
maybe you need this: http://sumo.dlr.de/wiki/Basics/Basic_Computer_Skills#Running_Programs_from_the_Command_Line 2014-12-03 14:21 GMT+01:00 Fatima kader kader.el...@gmail.com: hello all First i m beginner with NETCONVERT, i have created node file and edge file by SUMO, and xml connection

Re: [sumo-user] Netconvert error

2014-10-14 Thread Enrique Fynn
On 14 October 2014 01:50, Michael Behrisch behri...@users.sourceforge.net wrote: This is the core of the problem. You do not have proj installed. Please make sure you have some package like proj-devel or libproj-devel before compiling sumo. That's it! Thanks a lot. Peace; Fynn. -- Even a

Re: [sumo-user] Netconvert error

2014-10-13 Thread Enrique Fynn
On 11 October 2014 11:44, Michael Behrisch behri...@users.sourceforge.net wrote: This does not fit the error log you posted. Does it say something like Proj projection parameters used: '+proj=utm +zone=32 +ellps=WGS84 +datum=WGS84 +units=m +no_defs'. in its output? (The same command is

Re: [sumo-user] Netconvert error

2014-10-13 Thread Michael Behrisch
Hi, Am 14.10.2014 um 04:50 schrieb Enrique Fynn: Disabled: Profiling MemoryChecks PROJ UnitTests Python This is the core of the problem. You do not have proj installed. Please make sure you have some package like proj-devel or libproj-devel before compiling sumo. Best regards, Michael

Re: [sumo-user] Netconvert error

2014-10-11 Thread Michael Behrisch
Am 04.10.2014 um 01:43 schrieb Enrique Fynn: On 3 October 2014 04:14, Michael Behrisch behri...@users.sourceforge.net wrote: Hi Fynn, please post the complete netconvert command line you are using. I did accordingly to [0]: netconvert --ramps.guess --geometry.remove

Re: [sumo-user] Netconvert error

2014-10-03 Thread Michael Behrisch
Hi Fynn, please post the complete netconvert command line you are using. It looks like the projection parameters are messed up. It would be also nice to know which sumo version you refer to. Best regards, Michael Am 02.10.2014 um 22:54 schrieb Enrique Fynn: Hi, I'm trying to use netconvert to

Re: [sumo-user] Netconvert OSM import

2014-06-03 Thread Simon Witheridge
@lists.sourceforge.net Subject: Re: [sumo-user] Netconvert OSM import Hello, 1) The connectivity you describe sounds like a bug. If you can send a small example input where the latest version of netconvert produces such connectivity it can help us to fix that bug. 2) You can declare connections manually

Re: [sumo-user] Netconvert OSM import

2014-06-02 Thread Jakob Erdmann
Hello, 1) The connectivity you describe sounds like a bug. If you can send a small example input where the latest version of netconvert produces such connectivity it can help us to fix that bug. 2) You can declare connections manually (see

Re: [sumo-user] Netconvert segmentation fault

2014-03-04 Thread Jakob Erdmann
Hello, segfaults are always considered a bug as we strive to produce error messages on faulty inputs. Please send me the input files via an online file locker. Google drive should work (https://drive.google.com) regards, Jakob 2014-03-04 12:49 GMT+01:00 Pieter Loof loof...@gmail.com: Hi, A

Re: [sumo-user] Netconvert segmentation fault

2014-03-04 Thread Vincenzo Gambale
Can delete me from this usergroup? Inviato da iPhone Il giorno 04/mar/2014, alle ore 15:23, Jakob Erdmann namdre.s...@googlemail.com ha scritto: Hello, segfaults are always considered a bug as we strive to produce error messages on faulty inputs. Please send me the input files via an

Re: [sumo-user] Netconvert problem

2014-01-08 Thread nardine . basta
Hello, I have reported the following problem Error: invalid vectorT subscript Quitting (on error). in the netconvert module of the sumo. I have been trying different partitions of the map to regenerate the error. the error does not occur with small map files. the smallest that caused the

Re: [sumo-user] Netconvert problem

2014-01-08 Thread Jakob Erdmann
Hello, the error you encountered was caused by unexpected values in the OSM input. As Joerg correctly suggested, such a big area is likely to turn up problems which have not been encountered before. This particular issues is fixed in svn revision [15356]. regards, Jakob 2014/1/8 Joerg Schweizer

Re: [sumo-user] Netconvert problem

2013-12-20 Thread nardine . basta
hello, I so much wish to thank you for the hint. it finally worked perfectly fine however towards the end it gave the following error Warning: Splitting vector close to end (pos: 0.08, length: 0.17) Warning: Could not use edge geometry for internal lane, node '1411389193'. Warning: Could not use

Re: [sumo-user] Netconvert problem

2013-12-20 Thread Jakob Erdmann
Hello, this sounds like a bug in netconvert to me. Please try to find a small input file which triggers the error and send it to us (along with the list of used options). To produce a small input file you could try to download only one half of the original bounding box and the check which half

Re: [sumo-user] Netconvert problem

2013-12-18 Thread Michael Behrisch
Hi, maybe it is important to note that you will need to use the 64bit version to make use of more than 2GB of RAM. http://sumo-sim.org/daily/sumo-msvc10x64-svn.zip Best regards, Michael 2013/12/17 Jakob Erdmann namdre.s...@googlemail.com: Splitting the osm file into smaller files is probably

Re: [sumo-user] netconvert

2013-11-19 Thread Jakob Erdmann
Hello, unfortunately the road classification (i.e. highway or residential) is encoded directly in the OSM data. Your only options are - to correct the errors directly on the OSM side: make an account at https://www.openstreetmap.org/user/new and fix the data - to correct the errors manually during

Re: [sumo-user] NETCONVERT problem under Ubuntu

2013-10-22 Thread Michael Behrisch
Hi, it's hard to say from a distance. Try to call netconvert --help and if you see a lot of projection options including things like --proj.utm, then coordinate conversion using proj is available. If it is not on one platform, then results should differ considerably. If proj is available on both