Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
scene_id: string
sign_code: string
sign_id: int64
road_id: string
net_path: string
sign_spawn_distance: double
distance_from_start: double
destination_lane_id: string
latitude: double
longitude: double
osm_way_id: string
n_lanes: int64
spawn_lane_num: int64
var_idx: int64
seed: int64
spawn_velocity_ms: double
pdd_code: string
source: string
profile_NORMAL_SPEED: double
profile_MAX_SPEED: double
profile_CREEP_SPEED: double
profile_ACC_FACTOR: double
profile_DEACC_FACTOR: double
profile_DISTANCE_WANTED: double
profile_TIME_WANTED: double
profile_LANE_CHANGE_FREQ: double
profile_traffic_density: double
profile_horizon_steps: int64
route_intent: string
block_id: string
socket_index: int64
block_name: string
spawn_lane_semantic: string
block_sequence: string
lane_width: double
lane_num: int64
cell_index: int64
sign_type: string
template_id: int64
flat_index: int64
spawn_lane_index: int64
accident_prob: double
to
{'flat_index': Value('int64'), 'cell_index': Value('int64'), 'template_id': Value('int64'), 'block_id': Value('string'), 'route_intent': Value('string'), 'block_sequence': Value('string'), 'socket_index': Value('int64'), 'block_name': Value('string'), 'lane_num': Value('int64'), 'lane_width': Value('float64'), 'spawn_lane_semantic': Value('string'), 'spawn_lane_index': Value('int64'), 'accident_prob': Value('float64'), 'sign_type': Value('string'), 'seed': Value('int64'), 'pdd_code': Value('string'), 'source': Value('string'), 'scene_id': Value('string'), 'profile_NORMAL_SPEED': Value('float64'), 'profile_MAX_SPEED': Value('float64'), 'profile_CREEP_SPEED': Value('float64'), 'profile_ACC_FACTOR': Value('float64'), 'profile_DEACC_FACTOR': Value('float64'), 'profile_DISTANCE_WANTED': Value('float64'), 'profile_TIME_WANTED': Value('float64'), 'profile_LANE_CHANGE_FREQ': Value('float64'), 'profile_traffic_density': Value('float64'), 'profile_horizon_steps': Value('int64'), 'spawn_velocity_ms': Value('float64'), 'var_idx': Value('int64')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              scene_id: string
              sign_code: string
              sign_id: int64
              road_id: string
              net_path: string
              sign_spawn_distance: double
              distance_from_start: double
              destination_lane_id: string
              latitude: double
              longitude: double
              osm_way_id: string
              n_lanes: int64
              spawn_lane_num: int64
              var_idx: int64
              seed: int64
              spawn_velocity_ms: double
              pdd_code: string
              source: string
              profile_NORMAL_SPEED: double
              profile_MAX_SPEED: double
              profile_CREEP_SPEED: double
              profile_ACC_FACTOR: double
              profile_DEACC_FACTOR: double
              profile_DISTANCE_WANTED: double
              profile_TIME_WANTED: double
              profile_LANE_CHANGE_FREQ: double
              profile_traffic_density: double
              profile_horizon_steps: int64
              route_intent: string
              block_id: string
              socket_index: int64
              block_name: string
              spawn_lane_semantic: string
              block_sequence: string
              lane_width: double
              lane_num: int64
              cell_index: int64
              sign_type: string
              template_id: int64
              flat_index: int64
              spawn_lane_index: int64
              accident_prob: double
              to
              {'flat_index': Value('int64'), 'cell_index': Value('int64'), 'template_id': Value('int64'), 'block_id': Value('string'), 'route_intent': Value('string'), 'block_sequence': Value('string'), 'socket_index': Value('int64'), 'block_name': Value('string'), 'lane_num': Value('int64'), 'lane_width': Value('float64'), 'spawn_lane_semantic': Value('string'), 'spawn_lane_index': Value('int64'), 'accident_prob': Value('float64'), 'sign_type': Value('string'), 'seed': Value('int64'), 'pdd_code': Value('string'), 'source': Value('string'), 'scene_id': Value('string'), 'profile_NORMAL_SPEED': Value('float64'), 'profile_MAX_SPEED': Value('float64'), 'profile_CREEP_SPEED': Value('float64'), 'profile_ACC_FACTOR': Value('float64'), 'profile_DEACC_FACTOR': Value('float64'), 'profile_DISTANCE_WANTED': Value('float64'), 'profile_TIME_WANTED': Value('float64'), 'profile_LANE_CHANGE_FREQ': Value('float64'), 'profile_traffic_density': Value('float64'), 'profile_horizon_steps': Value('int64'), 'spawn_velocity_ms': Value('float64'), 'var_idx': Value('int64')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

flat_index
int64
cell_index
int64
template_id
int64
block_id
string
route_intent
string
block_sequence
string
socket_index
int64
block_name
string
lane_num
int64
lane_width
float64
spawn_lane_semantic
string
spawn_lane_index
int64
accident_prob
float64
sign_type
string
seed
int64
pdd_code
string
source
string
scene_id
string
profile_NORMAL_SPEED
float64
profile_MAX_SPEED
float64
profile_CREEP_SPEED
float64
profile_ACC_FACTOR
float64
profile_DEACC_FACTOR
float64
profile_DISTANCE_WANTED
float64
profile_TIME_WANTED
float64
profile_LANE_CHANGE_FREQ
float64
profile_traffic_density
float64
profile_horizon_steps
int64
spawn_velocity_ms
float64
var_idx
int64
3,578
30
7
X
straight
SX
1
X-Intersection straight
4
3.7
right
3
0
stop
103,578
2.5
pgmap
pgmap_3578
6.9026
14.3156
1.0079
0.3355
1.7797
18.2221
2.6399
62.3951
0.6
600
9.644
0
3,578
30
7
X
straight
SX
1
X-Intersection straight
4
3.7
right
3
0
stop
1,103,581
2.5
pgmap
pgmap_3578
8.502
14.3156
1.0079
1.7756
0.3437
18.5677
2.1839
62.3951
0.375
600
2.2633
1
3,578
30
7
X
straight
SX
1
X-Intersection straight
4
3.7
right
3
0
stop
2,103,584
2.5
pgmap
pgmap_3578
2
14.3156
1.0079
2.6034
0.2
24.0141
10
62.3951
0.95
600
1.1305
2
3,578
30
7
X
straight
SX
1
X-Intersection straight
4
3.7
right
3
0
stop
3,103,587
2.5
pgmap
pgmap_3578
15
14.3156
1.0079
1.9906
0.8142
14.5503
0.97
62.3951
0.025
600
11.9732
3
3,578
30
7
X
straight
SX
1
X-Intersection straight
4
3.7
right
3
0
stop
4,103,590
2.5
pgmap
pgmap_3578
7.8367
14.3156
1.0079
0.2988
1.9924
28.1799
3.5959
62.3951
0.275
600
11.1995
4
3,578
30
7
X
straight
SX
1
X-Intersection straight
4
3.7
right
3
0
stop
5,103,593
2.5
pgmap
pgmap_3578
2
14.3156
1.0079
2.0768
0.2
45
10
62.3951
0.2875
600
0.5383
5
3,578
30
7
X
straight
SX
1
X-Intersection straight
4
3.7
right
3
0
stop
6,103,596
2.5
pgmap
pgmap_3578
3.7852
14.3156
1.0079
1.195
0.9806
12.8753
3.4014
62.3951
0.55
600
5.032
6
3,578
30
7
X
straight
SX
1
X-Intersection straight
4
3.7
right
3
0
stop
7,103,599
2.5
pgmap
pgmap_3578
9.5809
14.3156
1.0079
1.4397
0.3783
18.4348
1.9241
62.3951
0.0625
600
11.5943
7
3,578
30
7
X
straight
SX
1
X-Intersection straight
4
3.7
right
3
0
stop
8,103,602
2.5
pgmap
pgmap_3578
2
14.3156
1.0079
2.6709
0.458
14.8104
7.4052
62.3951
0.7625
600
1.65
8
3,578
30
7
X
straight
SX
1
X-Intersection straight
4
3.7
right
3
0
stop
9,103,605
2.5
pgmap
pgmap_3578
11.1313
14.3156
1.0079
1.7649
0.2
45
4.0427
62.3951
0.2875
600
4.2768
9
2,644
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
center
2
0
stop
102,644
2.5
pgmap
pgmap_2644
2
14.3156
1.0079
0.4602
0.2
12.294
6.147
62.3951
0.5125
600
4.1684
0
2,644
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
center
2
0
stop
1,102,647
2.5
pgmap
pgmap_2644
6.9003
14.3156
1.0079
1.7047
0.8445
25.3617
3.6755
62.3951
0.2375
600
8.2604
1
2,644
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
center
2
0
stop
2,102,650
2.5
pgmap
pgmap_2644
7.1716
14.3156
1.0079
0.2316
0.2399
13.7526
1.9176
62.3951
0.4125
600
12.0589
2
2,644
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
center
2
0
stop
3,102,653
2.5
pgmap
pgmap_2644
2.3327
14.3156
1.0079
0.2759
1.5777
27.2953
10
62.3951
0.0125
600
5.4719
3
2,644
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
center
2
0
stop
4,102,656
2.5
pgmap
pgmap_2644
7.6303
14.3156
1.0079
0.2724
3.4816
29.2608
3.8348
62.3951
0.4375
600
10.7364
4
2,644
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
center
2
0
stop
5,102,659
2.5
pgmap
pgmap_2644
6.4041
14.3156
1.0079
0.4497
0.2
26.4554
4.131
62.3951
0.775
600
10.1382
5
2,644
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
center
2
0
stop
6,102,662
2.5
pgmap
pgmap_2644
8.8844
14.3156
1.0079
0.2
0.2
43.3822
4.883
62.3951
0.0375
600
11.7852
6
2,644
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
center
2
0
stop
7,102,665
2.5
pgmap
pgmap_2644
7.8403
14.3156
1.0079
1.8476
0.2
24.5628
3.1329
62.3951
0.45
600
11.6973
7
2,644
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
center
2
0
stop
8,102,668
2.5
pgmap
pgmap_2644
4.8259
14.3156
1.0079
0.4885
0.2
45
9.3248
62.3951
0.2
600
2.4409
8
2,644
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
center
2
0
stop
9,102,671
2.5
pgmap
pgmap_2644
6.0521
14.3156
1.0079
3.0867
0.2
12.871
2.1267
62.3951
0.4375
600
0.5059
9
4,910
41
10
O
exit_1
SO
1
Roundabout exit 1
3
3.7
center
1
0
stop
104,910
2.5
pgmap
pgmap_4910
10.6665
14.3156
1.0079
0.6749
0.2
22.7554
2.1333
62.3951
0.3625
600
8.3865
0
4,910
41
10
O
exit_1
SO
1
Roundabout exit 1
3
3.7
center
1
0
stop
1,104,913
2.5
pgmap
pgmap_4910
10.8314
14.3156
1.0079
4
0.4367
15.0274
1.3874
62.3951
0.575
600
8.8261
1
4,910
41
10
O
exit_1
SO
1
Roundabout exit 1
3
3.7
center
1
0
stop
2,104,916
2.5
pgmap
pgmap_4910
12.9033
14.3156
1.0079
1.0615
4.6799
16.4129
1.272
62.3951
0.3625
600
12.8703
2
4,910
41
10
O
exit_1
SO
1
Roundabout exit 1
3
3.7
center
1
0
stop
3,104,919
2.5
pgmap
pgmap_4910
14.7843
14.3156
1.0079
1.8832
0.4947
17.6352
1.1928
62.3951
0.375
600
8.0779
3
4,910
41
10
O
exit_1
SO
1
Roundabout exit 1
3
3.7
center
1
0
stop
4,104,922
2.5
pgmap
pgmap_4910
2
14.3156
1.0079
0.416
0.981
21.9428
10
62.3951
0.25
600
3.781
4
4,910
41
10
O
exit_1
SO
1
Roundabout exit 1
3
3.7
center
1
0
stop
5,104,925
2.5
pgmap
pgmap_4910
14.9378
14.3156
1.0079
1.257
2.191
13.6014
0.9105
62.3951
0.4875
600
4.1594
5
4,910
41
10
O
exit_1
SO
1
Roundabout exit 1
3
3.7
center
1
0
stop
6,104,928
2.5
pgmap
pgmap_4910
6.8606
14.3156
1.0079
3.3454
3.5375
38.818
5.6581
62.3951
0.225
600
8.292
6
4,910
41
10
O
exit_1
SO
1
Roundabout exit 1
3
3.7
center
1
0
stop
7,104,931
2.5
pgmap
pgmap_4910
9.0567
14.3156
1.0079
1.7435
4.0377
44.5547
4.9195
62.3951
0.2
600
14.5288
7
4,910
41
10
O
exit_1
SO
1
Roundabout exit 1
3
3.7
center
1
0
stop
8,104,934
2.5
pgmap
pgmap_4910
2.1178
14.3156
1.0079
0.2
0.7091
19.6595
9.283
62.3951
0.025
600
16.8078
8
4,910
41
10
O
exit_1
SO
1
Roundabout exit 1
3
3.7
center
1
0
stop
9,104,937
2.5
pgmap
pgmap_4910
2.7683
14.3156
1.0079
0.3728
1.2498
29.7596
10
62.3951
0.725
600
14.8045
9
1,948
18
4
T
exit_0
ST
0
T-Intersection exit 0
4
3.7
center
2
0
stop
101,948
2.5
pgmap
pgmap_1948
12.8281
14.3156
1.0079
0.2181
0.7544
24.81
1.934
62.3951
0.7375
600
5.5796
0
1,948
18
4
T
exit_0
ST
0
T-Intersection exit 0
4
3.7
center
2
0
stop
1,101,951
2.5
pgmap
pgmap_1948
12.5277
14.3156
1.0079
1.6767
0.2
13.116
1.047
62.3951
0.55
600
15.3483
1
1,948
18
4
T
exit_0
ST
0
T-Intersection exit 0
4
3.7
center
2
0
stop
2,101,954
2.5
pgmap
pgmap_1948
5.6681
14.3156
1.0079
1.5731
0.885
20.8438
3.6773
62.3951
0.4625
600
0.8182
2
1,948
18
4
T
exit_0
ST
0
T-Intersection exit 0
4
3.7
center
2
0
stop
3,101,957
2.5
pgmap
pgmap_1948
6.8287
14.3156
1.0079
0.3359
1.3526
5
0.7322
62.3951
0.3625
600
0.5295
3
1,948
18
4
T
exit_0
ST
0
T-Intersection exit 0
4
3.7
center
2
0
stop
4,101,960
2.5
pgmap
pgmap_1948
6.9261
14.3156
1.0079
3.6283
0.2
14.2456
2.0568
62.3951
0.6625
600
0.5262
4
1,948
18
4
T
exit_0
ST
0
T-Intersection exit 0
4
3.7
center
2
0
stop
5,101,963
2.5
pgmap
pgmap_1948
2
14.3156
1.0079
0.3408
0.5016
22.5173
10
62.3951
0.0875
600
10.4102
5
1,948
18
4
T
exit_0
ST
0
T-Intersection exit 0
4
3.7
center
2
0
stop
6,101,966
2.5
pgmap
pgmap_1948
15
14.3156
1.0079
0.6161
0.3027
45
3
62.3951
0.3625
600
0.8182
6
1,948
18
4
T
exit_0
ST
0
T-Intersection exit 0
4
3.7
center
2
0
stop
7,101,969
2.5
pgmap
pgmap_1948
12.0613
14.3156
1.0079
1.4565
1.6042
17.4212
1.4444
62.3951
0.6375
600
12.2488
7
1,948
18
4
T
exit_0
ST
0
T-Intersection exit 0
4
3.7
center
2
0
stop
8,101,972
2.5
pgmap
pgmap_1948
5.3979
14.3156
1.0079
0.5276
1.5671
14.5767
2.7004
62.3951
0.6375
600
0.5216
8
1,948
18
4
T
exit_0
ST
0
T-Intersection exit 0
4
3.7
center
2
0
stop
9,101,975
2.5
pgmap
pgmap_1948
4.048
14.3156
1.0079
2.3876
1.6314
13.1263
3.2426
62.3951
0.525
600
8.9843
9
2,643
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
left
0
0
stop
102,643
2.5
pgmap
pgmap_2643
11.2579
14.3156
1.0079
0.2
0.5595
11.6325
1.0333
62.3951
0.0375
600
16.8078
0
2,643
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
left
0
0
stop
1,102,646
2.5
pgmap
pgmap_2643
7.5805
14.3156
1.0079
0.2
1.0062
45
5.9363
62.3951
0.3125
600
3.3478
1
2,643
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
left
0
0
stop
2,102,649
2.5
pgmap
pgmap_2643
2
14.3156
1.0079
4
0.6444
11.6359
5.8179
62.3951
0.4625
600
1.9294
2
2,643
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
left
0
0
stop
3,102,652
2.5
pgmap
pgmap_2643
5.6285
14.3156
1.0079
1.172
0.2
15.7533
2.7989
62.3951
0.65
600
9.2619
3
2,643
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
left
0
0
stop
4,102,655
2.5
pgmap
pgmap_2643
2.3833
14.3156
1.0079
0.2096
0.2
10.2572
4.3038
62.3951
0.25
600
13.2111
4
2,643
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
left
0
0
stop
5,102,658
2.5
pgmap
pgmap_2643
8.6697
14.3156
1.0079
1.3367
0.3908
16.947
1.9547
62.3951
0.3375
600
3.2144
5
2,643
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
left
0
0
stop
6,102,661
2.5
pgmap
pgmap_2643
6.3165
14.3156
1.0079
1.8942
0.2
38.9719
6.1699
62.3951
0.45
600
7.9529
6
2,643
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
left
0
0
stop
7,102,664
2.5
pgmap
pgmap_2643
13.4679
14.3156
1.0079
0.6009
0.2
24.8703
1.8466
62.3951
0.7875
600
8.5279
7
2,643
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
left
0
0
stop
8,102,667
2.5
pgmap
pgmap_2643
11.817
14.3156
1.0079
0.5586
0.6372
21.9317
1.8559
62.3951
0.4625
600
1.3787
8
2,643
23
5
T
exit_1
ST
1
T-Intersection exit 1
5
3.7
left
0
0
stop
9,102,670
2.5
pgmap
pgmap_2643
8.9929
14.3156
1.0079
0.3247
0.4217
15.3583
1.7078
62.3951
0.45
600
14.9642
9
4,848
40
10
O
exit_1
SO
1
Roundabout exit 1
2
3.7
center
1
0
stop
104,848
2.5
pgmap
pgmap_4848
10.9053
14.3156
1.0079
0.9437
0.2
12.912
1.184
62.3951
0.2375
600
13.3897
0
4,848
40
10
O
exit_1
SO
1
Roundabout exit 1
2
3.7
center
1
0
stop
1,104,851
2.5
pgmap
pgmap_4848
2
14.3156
1.0079
0.2
4.0078
9.2001
4.6001
62.3951
0.375
600
9.2804
1
4,848
40
10
O
exit_1
SO
1
Roundabout exit 1
2
3.7
center
1
0
stop
2,104,854
2.5
pgmap
pgmap_4848
2.841
14.3156
1.0079
0.5587
1.2804
15.3224
5.3933
62.3951
0.5
600
2.382
2
4,848
40
10
O
exit_1
SO
1
Roundabout exit 1
2
3.7
center
1
0
stop
3,104,857
2.5
pgmap
pgmap_4848
11.1469
14.3156
1.0079
1.5663
0.2
22.6034
2.0278
62.3951
0.075
600
1.8793
3
4,848
40
10
O
exit_1
SO
1
Roundabout exit 1
2
3.7
center
1
0
stop
4,104,860
2.5
pgmap
pgmap_4848
7.6429
14.3156
1.0079
4
2.6881
22.4934
2.9431
62.3951
0.25
600
10.4309
4
4,848
40
10
O
exit_1
SO
1
Roundabout exit 1
2
3.7
center
1
0
stop
5,104,863
2.5
pgmap
pgmap_4848
4.7914
14.3156
1.0079
0.8228
0.2363
23.8869
4.9853
62.3951
0.4375
600
6.141
5
4,848
40
10
O
exit_1
SO
1
Roundabout exit 1
2
3.7
center
1
0
stop
6,104,866
2.5
pgmap
pgmap_4848
2.0014
14.3156
1.0079
3.3418
0.2
29.4287
10
62.3951
0.5375
600
0.5007
6
4,848
40
10
O
exit_1
SO
1
Roundabout exit 1
2
3.7
center
1
0
stop
7,104,869
2.5
pgmap
pgmap_4848
4.4099
14.3156
1.0079
0.7692
0.2
45
10
62.3951
0.3125
600
13.1826
7
4,848
40
10
O
exit_1
SO
1
Roundabout exit 1
2
3.7
center
1
0
stop
8,104,872
2.5
pgmap
pgmap_4848
4.2019
14.3156
1.0079
0.2593
1.2168
12.8247
3.0521
62.3951
0.3875
600
6.3115
8
4,848
40
10
O
exit_1
SO
1
Roundabout exit 1
2
3.7
center
1
0
stop
9,104,875
2.5
pgmap
pgmap_4848
2
14.3156
1.0079
1.2357
0.2
11.7575
5.8787
62.3951
0.05
600
0.5336
9
5,149
43
10
O
exit_1
SO
1
Roundabout exit 1
5
3.7
left
0
0
stop
105,149
2.5
pgmap
pgmap_5149
15
14.3156
1.0079
1.6314
0.3054
28.2868
1.8858
62.3951
0.3
600
0.7883
0
5,149
43
10
O
exit_1
SO
1
Roundabout exit 1
5
3.7
left
0
0
stop
1,105,152
2.5
pgmap
pgmap_5149
5.3191
14.3156
1.0079
4
0.2
33.99
6.3901
62.3951
0.15
600
12.1894
1
5,149
43
10
O
exit_1
SO
1
Roundabout exit 1
5
3.7
left
0
0
stop
2,105,155
2.5
pgmap
pgmap_5149
3.5665
14.3156
1.0079
2.4707
0.2451
13.7647
3.8594
62.3951
0.075
600
0.5608
2
5,149
43
10
O
exit_1
SO
1
Roundabout exit 1
5
3.7
left
0
0
stop
3,105,158
2.5
pgmap
pgmap_5149
11.4157
14.3156
1.0079
0.45
0.2
8.4087
0.7366
62.3951
0.75
600
5.5965
3
5,149
43
10
O
exit_1
SO
1
Roundabout exit 1
5
3.7
left
0
0
stop
4,105,161
2.5
pgmap
pgmap_5149
13.7089
14.3156
1.0079
0.835
0.2284
20.6951
1.5096
62.3951
0.8
600
2.2686
4
5,149
43
10
O
exit_1
SO
1
Roundabout exit 1
5
3.7
left
0
0
stop
5,105,164
2.5
pgmap
pgmap_5149
3.8407
14.3156
1.0079
0.7513
0.3328
10.7235
2.792
62.3951
0.225
600
3.4634
5
5,149
43
10
O
exit_1
SO
1
Roundabout exit 1
5
3.7
left
0
0
stop
6,105,167
2.5
pgmap
pgmap_5149
14.2143
14.3156
1.0079
0.2347
1.6237
19.3205
1.3592
62.3951
0.25
600
10.8462
6
5,149
43
10
O
exit_1
SO
1
Roundabout exit 1
5
3.7
left
0
0
stop
7,105,170
2.5
pgmap
pgmap_5149
6.3094
14.3156
1.0079
0.6193
2.0784
17.7738
2.8171
62.3951
0.6875
600
13.62
7
5,149
43
10
O
exit_1
SO
1
Roundabout exit 1
5
3.7
left
0
0
stop
8,105,173
2.5
pgmap
pgmap_5149
8.6745
14.3156
1.0079
0.8258
0.3962
11.5929
1.3364
62.3951
0.4125
600
12.1894
8
5,149
43
10
O
exit_1
SO
1
Roundabout exit 1
5
3.7
left
0
0
stop
9,105,176
2.5
pgmap
pgmap_5149
2
14.3156
1.0079
0.7301
2.6858
12.5693
6.2846
62.3951
0.55
600
4.0191
9
3,424
29
7
X
straight
SX
1
X-Intersection straight
3
3.7
center
1
0
stop
103,424
2.5
pgmap
pgmap_3424
5.9415
14.3156
1.0079
0.2
0.7112
11.2325
1.8905
62.3951
0.4125
600
9.7457
0
3,424
29
7
X
straight
SX
1
X-Intersection straight
3
3.7
center
1
0
stop
1,103,427
2.5
pgmap
pgmap_3424
7.1402
14.3156
1.0079
1.1835
0.7101
22.5903
3.1638
62.3951
0.3875
600
6.1417
1
3,424
29
7
X
straight
SX
1
X-Intersection straight
3
3.7
center
1
0
stop
2,103,430
2.5
pgmap
pgmap_3424
8.2034
14.3156
1.0079
0.2558
1.1411
24.5579
2.9936
62.3951
0.4875
600
1.0505
2
3,424
29
7
X
straight
SX
1
X-Intersection straight
3
3.7
center
1
0
stop
3,103,433
2.5
pgmap
pgmap_3424
3.8656
14.3156
1.0079
1.014
1.6146
21.3297
5.5178
62.3951
0.7625
600
8.8586
3
3,424
29
7
X
straight
SX
1
X-Intersection straight
3
3.7
center
1
0
stop
4,103,436
2.5
pgmap
pgmap_3424
2
14.3156
1.0079
0.6879
0.2
28.365
10
62.3951
0.0375
600
0.9561
4
3,424
29
7
X
straight
SX
1
X-Intersection straight
3
3.7
center
1
0
stop
5,103,439
2.5
pgmap
pgmap_3424
11.6655
14.3156
1.0079
0.3681
0.9738
21.5285
1.8455
62.3951
0.45
600
0.5085
5
3,424
29
7
X
straight
SX
1
X-Intersection straight
3
3.7
center
1
0
stop
6,103,442
2.5
pgmap
pgmap_3424
7.0412
14.3156
1.0079
0.3836
1.8177
10.3465
1.4694
62.3951
0.2
600
13.8479
6
3,424
29
7
X
straight
SX
1
X-Intersection straight
3
3.7
center
1
0
stop
7,103,445
2.5
pgmap
pgmap_3424
6.6265
14.3156
1.0079
0.9884
1.4314
26.8336
4.0494
62.3951
0.375
600
0.8182
7
3,424
29
7
X
straight
SX
1
X-Intersection straight
3
3.7
center
1
0
stop
8,103,448
2.5
pgmap
pgmap_3424
2
14.3156
1.0079
0.64
0.9807
23.2743
10
62.3951
0.325
600
5.4271
8
3,424
29
7
X
straight
SX
1
X-Intersection straight
3
3.7
center
1
0
stop
9,103,451
2.5
pgmap
pgmap_3424
2.0945
14.3156
1.0079
0.3344
1.1781
15.0584
7.1894
62.3951
0.5125
600
11.8651
9
4,608
38
9
O
exit_0
SO
0
Roundabout exit 0
4
3.7
center
2
0
stop
104,608
2.5
pgmap
pgmap_4608
8.1342
14.3156
1.0079
4
1.3719
15.5553
1.9123
62.3951
0.0875
600
9.4231
0
4,608
38
9
O
exit_0
SO
0
Roundabout exit 0
4
3.7
center
2
0
stop
1,104,611
2.5
pgmap
pgmap_4608
9.2614
14.3156
1.0079
0.2474
0.2
35.943
3.8809
62.3951
0.3625
600
8.2831
1
4,608
38
9
O
exit_0
SO
0
Roundabout exit 0
4
3.7
center
2
0
stop
2,104,614
2.5
pgmap
pgmap_4608
10.2956
14.3156
1.0079
3.0335
0.2
45
4.3708
62.3951
0.375
600
6.7979
2
4,608
38
9
O
exit_0
SO
0
Roundabout exit 0
4
3.7
center
2
0
stop
3,104,617
2.5
pgmap
pgmap_4608
8.727
14.3156
1.0079
0.7107
0.2
18.4731
2.1168
62.3951
0.5875
600
6.7872
3
4,608
38
9
O
exit_0
SO
0
Roundabout exit 0
4
3.7
center
2
0
stop
4,104,620
2.5
pgmap
pgmap_4608
9.7404
14.3156
1.0079
0.6031
2.3787
25.8503
2.6539
62.3951
0.0125
600
12.3892
4
4,608
38
9
O
exit_0
SO
0
Roundabout exit 0
4
3.7
center
2
0
stop
5,104,623
2.5
pgmap
pgmap_4608
3.1434
14.3156
1.0079
2.9785
0.959
34.4878
10
62.3951
0.275
600
13.3262
5
4,608
38
9
O
exit_0
SO
0
Roundabout exit 0
4
3.7
center
2
0
stop
6,104,626
2.5
pgmap
pgmap_4608
8.1112
14.3156
1.0079
4
0.2267
13.6189
1.679
62.3951
0.025
600
3.5925
6
4,608
38
9
O
exit_0
SO
0
Roundabout exit 0
4
3.7
center
2
0
stop
7,104,629
2.5
pgmap
pgmap_4608
2
14.3156
1.0079
2.2409
1.2229
40.5119
10
62.3951
0.3375
600
7.5948
7
4,608
38
9
O
exit_0
SO
0
Roundabout exit 0
4
3.7
center
2
0
stop
8,104,632
2.5
pgmap
pgmap_4608
2
14.3156
1.0079
0.8159
2.3668
45
10
62.3951
0.5
600
12.585
8
4,608
38
9
O
exit_0
SO
0
Roundabout exit 0
4
3.7
center
2
0
stop
9,104,635
2.5
pgmap
pgmap_4608
5.3927
14.3156
1.0079
1.9191
1.639
28.6177
5.3068
62.3951
0.225
600
0.5086
9
4,728
39
9
O
exit_0
SO
0
Roundabout exit 0
5
3.7
center
2
0
stop
104,728
2.5
pgmap
pgmap_4728
2
14.3156
1.0079
0.2
0.7143
8.958
4.479
62.3951
0.5
600
16.595
0
4,728
39
9
O
exit_0
SO
0
Roundabout exit 0
5
3.7
center
2
0
stop
1,104,731
2.5
pgmap
pgmap_4728
5.1181
14.3156
1.0079
0.8579
0.2
12.8293
2.5067
62.3951
0.4625
600
9.706
1
4,728
39
9
O
exit_0
SO
0
Roundabout exit 0
5
3.7
center
2
0
stop
2,104,734
2.5
pgmap
pgmap_4728
5.5517
14.3156
1.0079
0.3617
0.2
13.2593
2.3883
62.3951
0.1875
600
12.7151
2
4,728
39
9
O
exit_0
SO
0
Roundabout exit 0
5
3.7
center
2
0
stop
3,104,737
2.5
pgmap
pgmap_4728
2
14.3156
1.0079
0.9716
0.2471
26.7564
10
62.3951
0.25
600
8.0936
3
4,728
39
9
O
exit_0
SO
0
Roundabout exit 0
5
3.7
center
2
0
stop
4,104,740
2.5
pgmap
pgmap_4728
8.8148
14.3156
1.0079
0.2028
1.3627
22.5202
2.5548
62.3951
0.3375
600
16.9691
4
4,728
39
9
O
exit_0
SO
0
Roundabout exit 0
5
3.7
center
2
0
stop
5,104,743
2.5
pgmap
pgmap_4728
3.3904
14.3156
1.0079
0.4313
0.7338
20.4743
6.0389
62.3951
0.4375
600
4.2407
5
4,728
39
9
O
exit_0
SO
0
Roundabout exit 0
5
3.7
center
2
0
stop
6,104,746
2.5
pgmap
pgmap_4728
4.9359
14.3156
1.0079
2.7821
1.7618
18.2036
3.688
62.3951
0.775
600
6.3755
6
4,728
39
9
O
exit_0
SO
0
Roundabout exit 0
5
3.7
center
2
0
stop
7,104,749
2.5
pgmap
pgmap_4728
4.6116
14.3156
1.0079
1.7652
0.4586
45
9.758
62.3951
0.0375
600
13.4909
7
4,728
39
9
O
exit_0
SO
0
Roundabout exit 0
5
3.7
center
2
0
stop
8,104,752
2.5
pgmap
pgmap_4728
8.7697
14.3156
1.0079
0.2
0.7218
45
5.1313
62.3951
0.4125
600
14.9034
8
4,728
39
9
O
exit_0
SO
0
Roundabout exit 0
5
3.7
center
2
0
stop
9,104,755
2.5
pgmap
pgmap_4728
9.3986
14.3156
1.0079
0.2635
0.8342
45
4.7879
62.3951
0.4
600
7.375
9
End of preview.

No dataset card yet

Downloads last month
86