It means that for intersection 42167350405, road segment 105 is the Road_8 or inroad3, and 105's lanes are lane10,lane11,lane12 or inroad3lane0,inroad3lane1,inroad3lane2, with direction inbound to the intersection.
However, the simulation engine gives different definition:
1.
From documentation: https://kddcup2021-citybrainchallenge.readthedocs.io/en/latest/cbengine.html#road-network-data We can see that the following road net info translates into intersection
42167350405
having a western approach105
.It means that for intersection
42167350405
, road segment105
is theRoad_8
orinroad3
, and105
's lanes arelane10
,lane11
,lane12
orinroad3lane0
,inroad3lane1
,inroad3lane2
, with directioninbound
to the intersection.However, the simulation engine gives different definition:
For vehicle at road
105
's lane 1,the simulator gives lane_vehicle_number as
which means that the vehicle is on intersection
42167350405
'slane23
oroutroad3lane1
, with directionoutbound
from the intersection, per documentation at https://kddcup2021-citybrainchallenge.readthedocs.io/en/latest/APIs.html#simulation-step.The directions from simulation seem to be the exact opposite of the ones in documentation.
2.
In https://kddcup2021-citybrainchallenge.readthedocs.io/en/latest/cbengine.html#road-network-data , there are two directions, dir1 and dir2. Could the documentation clarify which direction (dir1 or dir2) indicates the direction from source intersection to destination intersection?