Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] geometry.remove.min-length

Hi all

I am trying to reduce the number of short edges in my network.

I use the following netconvert options: 
     <geometry.remove value="true"/>
     <edges.join value="true”/>
     <geometry.remove.min-length value=“30"/>
     <geometry.min-dist value=“20"/>
     <geometry.remove.width-tolerance value=“2"/>
     <geometry.max-segment-length value="200”/>

I thought that geometry.remove.min-length  would control for the max. length of an edge being merged with another one and geometry.remove.width-tolerance for the difference in numbers of lanes allowed. However, when running this on an OSM derived network, some edges really do not want to merge with others. See attached screenshot of an edge < 30m, which doesn’t want to be merged. Does it somehow depend on the junction that follows or on the length of the other edges?
Any ideas on how to go about this? (I can also provide a MWE if needed)

Thanks

Lukas


Back to the top