-
Notifications
You must be signed in to change notification settings - Fork 0
/
integer_dict.json
166 lines (166 loc) · 3.07 KB
/
integer_dict.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"Make": {
"Jaguar": 0,
"Cruise": 1,
"Mercedes-Benz": 2,
"Toyota": 3,
"Navya": 4,
"Peterbilt": 5,
"Nissan": 6,
"International": 7,
"Hyundai": 8,
"Lucid": 9,
"NISSAN": 10,
"Chrysler": 11,
"Lexus": 12,
"Kenworth Motor Truck Co": 13,
"Local Motors": 14,
"Ford": 15,
"Polestar": 16,
"Ligier": 17,
"Kenworth": 18,
"LExus": 19,
"Ligier Group": 20,
"Freightliner": 21,
"FREIGHTLINER": 22,
"INTERNATIONAL": 23,
"Jeep": 24,
"EQS": 25,
"Chevrolet": 26,
"EZ10": 27,
"NAVYA": 28,
"OLLI": 29,
"Lincoln": 30
},
"State": {
"CA ": 0,
"AZ ": 1,
"TX ": 2,
"FL ": 3,
"VA ": 4,
"MN ": 5,
"NV ": 6,
"RI ": 7,
"OH ": 8,
"MI ": 9,
"GA ": 10,
"NM ": 11,
"PA ": 12,
"DC ": 13,
"CO ": 14,
"WY ": 15,
"IN ": 16
},
"Roadway Type": {
"Traffic Circle": 0,
"Street": 1,
"Intersection": 2,
"Highway / Freeway": 3,
"Parking Lot": 4,
"Unknown": 5
},
"Roadway Surface": {
"Dry": 0,
"Wet": 1,
"Unknown": 2,
"Snow / Slush / Ice": 3
},
"Roadway Description": {
"No Unusual Conditions": 0,
"Traffic Incident": 1,
"Other, see Narrative": 2,
"Work Zone": 3,
"Unknown": 4
},
"Lighting": {
"Daylight": 0,
"Dark - Lighted": 1,
"Dawn / Dusk": 2,
"Dark - Not Lighted": 3,
"Dark - Unknown Lighting": 4,
"Unknown": 5
},
"Weather - Clear": {
"Y": 0,
"N": 1
},
"Weather - Snow": {
"N": 0
},
"Weather - Severe Wind": {
"N": 0
},
"Weather - Unknown": {
"N": 0,
"Y": 1
},
"Weather - Other": {
"N": 0,
"Y": 1
},
"Weather - Cloudy": {
"N": 0,
"Y": 1
},
"Weather - Rain": {
"N": 0,
"Y": 1
},
"Weather - Fog/Smoke": {
"N": 0
},
"SV Pre-Crash Movement": {
"Other, see Narrative": 0,
"Stopped": 1,
"Proceeding Straight": 2,
"Parking Maneuver": 3,
"Parked": 4,
"Making Right Turn": 5,
"Lane / Road Departure": 6,
"Backing": 7,
"Changing Lanes": 8,
"Making Left Turn": 9,
"Entering Traffic": 10,
"Merging": 11,
"Unknown": 12
},
"CP Pre-Crash Movement": {
"Other, see Narrative": 0,
"Backing": 1,
"Proceeding Straight": 2,
"Changing Lanes": 3,
"Making Left Turn": 4,
"Stopped": 5,
"Making U-Turn": 6,
"NM Crossing Roadway": 7,
"Parked": 8,
"Unknown": 9,
"Merging": 10,
"Passing": 11,
"Traveling Wrong Way": 12,
"Parking Maneuver": 13,
"Crossing into Opposing Lane": 14,
"Making Right Turn": 15,
"Entering Traffic": 16,
"Lane / Road Departure": 17,
"NM Moving on Sidewalk": 18
},
"Crash With": {
"Passenger Car": 0,
"Heavy Truck": 1,
"Non-Motorist: Cyclist": 2,
"SUV": 3,
"Other, see Narrative": 4,
"Pickup Truck": 5,
"Van": 6,
"First Responder Vehicle": 7,
"Non-Motorist: Pedestrian": 8,
"Other Fixed Object": 9,
"Bus": 10,
"Animal": 11,
"Non-Motorist: Other": 12,
"Motorcycle": 13,
"Unknown": 14,
"Pole / Tree": 15
}
}