Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] no-turnarounds using map import through osmWebWizard.py

webwizard creates the file osm.netccfg. You can modify this configuration with the option or just run
netconvert -c osm.netccfg --no-turnarounds.

Am So., 21. Juni 2020 um 15:12 Uhr schrieb Carol Gris <griscarol1@xxxxxxxxx>:
Hello all,

I’m trying to enable the option of "no-turnarounds" in my network, but it seems to do not respond.
I’ve imported my map using osmWebWizard.py tool. 
When I check the file osm.net.xml, I have the following:

    <junctions>
        <no-internal-links value="false"/>
        <no-turnarounds value="true"/>
        <junctions.corner-detail value="5"/>
        <junctions.limit-turn-speed value="5.5"/>
        <rectangular-lane-cut value="false"/>
    </junctions>

Although, when I open sumo-gui to check the network, I still find all the edges with the turnaround option enabled, which does not happen in reality.

When I do the map import using the site (https://www.openstreetmap.org/ ) itself and NETCONVERT in command line I get the results I want regarding turnarounds. But I would like to use the map import from osmWebWizard.py since I get more complete map. 

So, how do I disable the turnarounds in my network? Is it possible to run netconvert again without losing information regarding ptlines and routes for example?

Thank you in advance for the support  :)

Best regards,
Maria
_______________________________________________
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