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 would advise you to avoid use of --tls.guess for osm networks and use --tls.guess-signals instead (it fits better with the way tls are represented in osm). be prepared to look over the generated network critically to fix broken junctions and tls plans. regards, Jakob 2015-03-23 9:08 GMT+01:00 kavita pandey <[email protected]>: > I import an osm map and converted into .net.xml file using netconvert > command . > while this conversion , i read all the options provided by netconvert. I > selected the following options > > --junctions.join true > --try-join-tls true > --remove-edges.by-vclass > > pedestrian,bicycle,moped,motorcycle,truck,trailer,bus,coach,tram,rail_urban,rail,rail_electric,evehicle > --remove-edges.isolated true > --tls.guess true > --no-turnarounds.tls true > > I am also looking for the option --proj.utm but then i found in tutorial > "import openstreetmap" that netconvert option automatically uses UTM > transformation for WGS84 coordinate system . > > Could you please help me in finalizing the options to be chosen while > netconvert. > Is something missed out , which is important or from the above mentioned > list -- not recommended ........... > > For different traffic scenario's , results can be different. So to have > real results , this is an important point. > kindly help > thanks a lot > > rgds > sims > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
