Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] osm lanes info when converting to net xml

Hello,
- when importing OSM, the tags lanes:forward and lanes:backward are interpreted to support uneven assignments of lanes for each direction
- after having imported a network, the number of lanes for each edge can be edited visually in netedit. (mass assignment for a set of edges is possible as well)
- when importing OpenDrive, the number of lanes in each direction is part of the input specification (tags <right> and <left>)
- option --opposites.guess is only used in the context of opposite-direction driving and is not related to your requirement (http://sumo.dlr.de/wiki/Simulation/OppositeDirectionDriving)
regards,
Jakob

2018-03-01 4:17 GMT+01:00 leeadsk <leeadsk@xxxxxxx>:
Hello experts,

So far for a certain road in my.osm, it is set as 2-direction way. After netconvert, net xml will assign 2 directions' lanes as '3', '3'.
<way id="135775793">
<tag k="lanes" v="6" />
<tag k="oneway" v="no" />
</way>

1. Is that possible to use any netconvert command to support assigning 6 lanes into '4', '2' for each direction?
2. I notice a command --opposites.guess <BOOL>, not sure if any related to it will help to support 1?
If there is no existing command to support this for osm, here comes a third question:
3. Does any command support if converting from opendirve to net xml, for this requirement?

Thanks,
-Li



 


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user



Back to the top