Hello, this is expected since a typical chunk of OSM network data usually isn't fully connected graph. Just generate more random trips to arrive at the number of desired trips. regards, Jakob
2015-02-13 2:07 GMT+01:00 Tiago Cerqueira <[email protected]>: > Hi, > I’m trying to create a mobility trace using SUMO, however, the generated > mobility leaves some nodes without a route (completes with a 98.9% of nodes > with mobility). > I’m running the following commands: > netconvert --osm-files map.osm -o map-net.xml > polyconvert --net-file map-net.xml --osm-files map.osm --type-file > typemap.xml -o map-poly.xml > python /usr/share/sumo/tools/trip/randomTrips.py -n map-net.xml -r > map-rand.xml -e 99 -l > > The output of the randomTrips.py shows several lines such as this one: > Warning: No connection between '208617162' and '-204905141' found. > Warning: No connection between '208617162' and '-204905141' found. > Warning: Mandatory edge '-204905141' not reachable by vehicle '83'. > Warning: The vehicle '83' has no valid route. > > Is this expected? Can anyone help me? > > Best regards, > Tiago Cerqueira > > ------------------------------------------------------------------------------ > 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
