|
|
||
|---|---|---|
| FIELD | TYPE | DESCRIPTION |
| lane_id | integer | Unique lane identifier |
| street_id | integer | Street identifier |
| from | real | Start position of lane |
| to | real | End position of the lane |
|
|
||
|---|---|---|
| FIELD | TYPE | DESCRIPTION |
| lane_id | integer | Turn Origin Lane |
| turn_id | integer | Unique Turn Identifier |
| position | real | Start Position on Origin Lane |
| to_lane | integer | Turn Destination Lane |
| to_position | real | End Position on Destination Lane |
| impedance | real | Impedance of the turn |
|
|
||
|---|---|---|
| FIELD | TYPE | DESCRIPTION |
| lane_id | integer | Lan on which the turn occurs |
| turn_id | integer | Unique turn identifier |
| start | real | Location of the beginning of the turn on the lane |
| end | real | Location of the end of the turn on the lane |
| to_lane | integer | Destination lane of the turn |
| to_offset | real | Location on the to_lane corresponding to the start_position of the turn |
| distance | real | Linear distance required to complete the turn |
| impedance | real | Impledance of the turn |