TrafficPLANit / PLANitOSM

Open Street Map parser to construct PLANit Network memory model
Other
0 stars 1 forks source link

creation of connectoids for transfer zones on roads, should map only to one side of the road, unless specific stop_positions are referenced on multiple nodes #13

Closed MarkRaadsen closed 3 years ago

MarkRaadsen commented 3 years ago

creation of connectoids for transfer zones on roads, should map only to one side of the road, unless specific stop_positions are referenced on multiple nodes.

Depending on the country (left-hand drive, right hand drive) the correct link segment should be identified and used. Currently we created connectoids in both directions which is incorrect!

MarkRaadsen commented 3 years ago

implemented, non-rail mode stops are required to be one the "correct" side of the road, whereas rail modes can be on either side. Warnings are issued if no proper match could be found