Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] netconvert add sidewalks and crossings

The sidewalk.guess function also checks against a minimum speed (default 5.8m/s) but should not depend on edge permissions.
If you can rule out the minimum speed as an explanation, please provide a small sample network for investigation.

Am Mi., 25. Sept. 2024 um 19:25 Uhr schrieb Rachael Yuan via sumo-user <sumo-user@xxxxxxxxxxx>:
Hello,

I got a network from osm but some edges miss sidewalks and they disallow pedestrians. Also, there are no pedestrian crossings for all the intersections. I am trying to use netconvert to add sidewalks for those edges and add crossings as follows:
netconvert -s osm.net.xml --sidewalks.guess.max-speed 22.0 --crossings.guess t --ignore-errors.edge-type t -o osm1.net.xml

It turns out that no sidewalks were added to the edges that disallow pedestrians and there were no crossings added to any intersections. Could you please let me know what might be the problem? Do I have to change the allow type for the edges first? If so, is there a quick way to change the allow type for all the desired edges?

Thanks and regards,

Rachael
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top