Skip to main content

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

Thanks Jakob for the quick follow-up. 
Would that be a potential enhancement?
Similar to geometry.remove.width-tolerance, you could set a threshold? 
I am asking because I am using meso, and as discussed previously, short edges have adverse effects  (and this seems to propagate onto other edges as well). 

On 20 Mar 2020, at 17:36, Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:

Hello,
geometry.remove will never join edges that differ in the number of lanes. The option geometry.remove.min-length only applies to attributes such as speed, permissions and width.

regards,
Jakob

Am Fr., 20. März 2020 um 17:14 Uhr schrieb Lukas Ambuehl <kitatsuab@xxxxxxxxx>:
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

<PastedGraphic-1.tiff>
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
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