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 import by patching edge speeds or edge types regards, Jakob
2013/11/20 hanene <[email protected]> > Hi , > > > > Thanks a lot for your reply! > > > > I do not understand the reason of such an error but it affects a lot of > edges (more than 100) and making the change manually or even as you > recommended seem difficult. > > I remarked that some road which should be highway. Residential are > considered as highway. Secondary then the max speed is passing to the > double (from 50 km/h to 100 km /h) > > http://sumo-sim.org/userdoc/Networks/Import/OpenStreetMap.html > > > > Is there a way or option in netconvert to avoid such a mistake? > > > > Any hints or idea? > > > > > > I really appreciate your help! > > > > > > Regards > > > On 19 November 2013 14:58, Jakob Erdmann <[email protected]>wrote: > >> Hello, >> most likely the speed information is wrong/missing in the osm input data. >> You can create an xml file to be loaded during osm input and correct this. >> >> edge.patch.xml >> <edges> >> <edge id="an_edge_with_wrong_speed" speed="13.89"/> >> </edges> >> >> call netconvert --osm-files map.osm ... all your options --e >> edge.patch.xml >> regards, >> Jakob >> >> >> 2013/11/19 hanene <[email protected]> >> >>> Hi all, >>> >>> I had imported a map form open street map and converted using netconvert. >>> However I have remarked that reported edges speed's ares wrong and so >>> many >>> road has high value (100 kh/h although they must be 50km/h) >>> >>> Here is the options I used with netconvert : >>> >>> netconvert --osm-files map.osm -o mapp.net.xml --tls.guess --tls.join >>> --ramps.guess --remove-edges.by-vclass >>> >>> rail_slow,rail_fast,bicycle,pedestrian,bus,taxi,hov,delivery,transport,lightrail >>> --out >>> put.street-names --output.original-names --remove-edges.isolated >>> --junctions.joi >>> n --geometry.remove --ramps.no-split --tls.quarter-offset >>> joinedS_12,joinedS_13, >>> joinedS_14,joinedS_20,joinedS_22,joinedS_23,joinedS_24 >>> --no-turnarounds.tls >>> >>> >>> Is there some thing missing or wrong? >>> >>> Regards >>> >>> >>> Hanene >>> >>> ------------------------------------------------------------------------------ >>> Shape the Mobile Experience: Free Subscription >>> Software experts and developers: Be at the forefront of tech innovation. >>> Intel(R) Software Adrenaline delivers strategic insight and game-changing >>> conversations that shape the rapidly evolving mobile landscape. Sign up >>> now. >>> >>> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> sumo-user mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/sumo-user >>> >> >> > ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
