Hello, option --remove-edges.isolated only removes single isolated edges but not larger components. The tool netcheck.py (http://sumo-sim.org/wiki/Tools/Net#netcheck.py) can help you to discover isolated components in your network. regards, Jakob
2014-01-30 Simone Rondelli <[email protected]> > Hi Jakob, > > The arrival edge of vehicle 108 is isolated as you can see in this image > http://imagizer.imageshack.us/v2/800x600q90/577/dqs4.png. But is strange > because i have generated the .net.xml with --remove-edges.isolated true. > > this is my netconvert command: > > netconvert --type-files osm-urban-de.typ.xml --ramps.guess > --remove-edges.by-vclass > hov,taxi,bus,delivery,transport,lightrail,cityrail,rail_slow,rail_fast,motorcycle,bicycle,pedestrian > --geometry.remove --remove-edges.isolated true --tls.join --osm-files > $MAP_FILE.osm --output.street-names --output.original-names --output-file > "$CITY_NAME".net.xml > > If you think that is bug, than i can send you my bologna.osm file! > > Best regards, > Simone. > > > 2014-01-30 Jakob Erdmann <[email protected]>: > > Hello, >> vehicles may not be created if the network connectivity prevents them >> from reaching their target (no route available). However, by default >> duarouter should abort with an error. When using the option >> --ignore-errors, there should have been at least a warning. Try giving >> duarouter a trip file with only vehicle 108 to better see what happens. >> regards, >> Jakob >> >> >> 2014-01-29 Simone Rondelli <[email protected]> >> >>> Hi all, >>> >>> I have a strange issue with sumo (duarouter i think), one vehicle isn't >>> created... In my trips.xml there are 3600 vehicles but in generated >>> .rou.xml the vehicle with id 108 there isn't.. This causes a segmentation >>> fault inside veins! >>> >>> So is normal that some vehicle aren't created inside a .rou.xml file? >>> >>> Kind Regards >>> Simone Rondelli >>> >>> ------------------------------------------------------------------------------ >>> WatchGuard Dimension instantly turns raw network data into actionable >>> security intelligence. It gives you real-time visual feedback on key >>> security issues and trends. Skip the complicated setup - simply import >>> a virtual appliance and go from zero to informed in seconds. >>> >>> http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> sumo-user mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/sumo-user >>> >> >> > > > -- > Simone Rondelli > ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
