-
Notifications
You must be signed in to change notification settings - Fork 1
/
tracks.yaml
224 lines (195 loc) · 8.59 KB
/
tracks.yaml
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
# Each track must have a start-finish set of coordinates
# The pit-out coords are used to configure gps to run at a faster rate
# The start finish line should not extend across the pit out lane,
# as this confuses the predictive lap timer.
# The pit-in coords are used to alert the pit that the car is
# coming into the pits, and to display driver instructions to aid
# driver swaps. The pit-in coords are also used to reset the GPS
# back to 1 Hertz.
tracks:
- name: "Sonoma Raceway"
code: "snma"
start_finish_coords: "(38.161469,-122.454784),(38.161588,-122.454659)"
start_finish_direction: "NW"
pit_entry_coords: "(38.158761,-122.451792),(38.158751,-122.451679)"
pit_entry_direction: "S"
pit_out_coords: "(38.161335,-122.454918),(38.161462, -122.454790)"
pit_out_direction: "NW"
- name: "Thunderhill"
code: "thil"
start_finish_coords: "(39.539323, -122.331265),(39.539321, -122.331097)"
start_finish_direction: "S"
pit_entry_coords: "(39.543466, -122.331475),(39.543502, -122.331397)"
pit_entry_direction: "SW"
pit_out_coords: "(39.538775, -122.331361),(39.538782, -122.331244)"
pit_out_direction: "S"
- name: "Thunderhill West"
code: "thilw"
start_finish_coords: "(39.537447,-122.338924),(39.537470,-122.338567)"
start_finish_direction: "N"
pit_entry_coords: "(39.535192,-122.338194),(39.535092,-122.338176)"
pit_entry_direction: "E"
pit_out_coords: "(39.538090, -122.338785), (39.538096, -122.338641)"
pit_out_direction: "N"
- name: "Laguna Seca"
code: "lgna"
start_finish_coords: "(36.586308,-121.756908),(36.586158,-121.756649)"
start_finish_direction: "SW"
pit_entry_coords: "(36.588199,-121.754397),(36.588241,-121.754311)"
pit_entry_direction: "NW"
pit_out_coords: "(36.585962,-121.756935),(36.585903,-121.756816)"
pit_out_direction: "SW"
- name: "Buttonwillow"
code: "btnw"
start_finish_coords: "(35.488697,-119.544508),(35.488841,-119.544516)"
start_finish_direction: "E"
pit_entry_coords: "(35.488943,-119.547690),(35.489060,-119.547604)"
pit_entry_direction: "SE"
pit_out_coords: "(35.489142,-119.542091),(35.489052,-119.542085)"
pit_out_direction: "E"
- name: "Oregon Raceway Park"
code: "orp"
start_finish_coords: "(45.363790,-120.744707),(45.363816,-120.744277)"
start_finish_direction: "S"
pit_entry_coords: "(45.365624, -120.744398),(45.365573, -120.744325)"
pit_entry_direction: "SW"
pit_out_coords: "(45.362999, -120.744368),(45.363009, -120.744228)"
pit_out_direction: "S"
- name: "The Ridge"
code: "rdg"
start_finish_coords: "(47.254763, -123.193320),(47.254658, -123.193318)"
start_finish_direction: "E"
pit_entry_coords: "(47.254345, -123.198403),(47.254231, -123.198373)"
pit_entry_direction: "E"
pit_out_coords: "(47.254646, -123.192476),(47.254539, -123.192458)"
pit_out_direction: "E"
- name: "Willow Springs"
code: "wlws"
start_finish_coords: "(34.871434,-118.263770),(34.871621,-118.263620)"
start_finish_direction: "NW"
pit_entry_coords: "(34.870017,-118.261156),(34.869861,-118.261210)"
pit_entry_direction: "E"
- name: "Nola Motorsports Park"
code: "nmp"
start_finish_coords: "(29.885470,-90.199226),(29.885338,-90.199125)"
start_finish_direction: "SW"
pit_entry_coords: "(29.888531, -90.196961),(29.888506, -90.196854)"
pit_entry_direction: "N"
- name: "Pittsburg International Race Complex"
code: "pir"
start_finish_coords: "(40.850794,-80.347840),(40.850663,-80.347767)"
start_finish_direction: "SW"
pit_entry_coords: "(40.851486,-80.344985),(40.851406,-80.344969)"
pit_entry_direction: "W"
- name: "Road Atlanta"
code: "rdatl"
start_finish_coords: "(34.150442,-83.814164),(34.150312,-83.814269)"
start_finish_direction: "SE"
pit_entry_coords: "(34.150441,-83.816277),(34.150359,-83.816274)"
pit_entry_direction: "E"
- name: "Road America"
code: "rdam"
start_finish_coords: "(43.797908, -87.989702),(43.797905, -87.989568)"
start_finish_direction: "S"
pit_entry_coords: "(43.801648, -87.989977),(43.801646, -87.989871)"
pit_entry_direction: "S"
pit_out_coords: "(43.794422, -87.989665),(43.794421, -87.989601)"
pit_out_direction: "S"
- name: "MSR Houston"
code: "msrh"
start_finish_coords: "(29.279136,-95.422390),(29.278962,-95.422432)"
start_finish_direction: "W"
pit_entry_coords: "(29.278953,-95.420712),(29.278887,-95.420603)"
pit_entry_direction: "SW"
pit_out_coords: "(29.279540, -95.425442),(29.279547, -95.425354)"
pit_out_direction: "N"
- name: "New Hampshire Motor Speedway"
code: "nhms"
start_finish_coords: "(43.363132,-71.462133),(43.363060,-71.461852)"
start_finish_direction: "S"
pit_entry_coords: "(43.364704,-71.461090),(43.364642,-71.460877)"
pit_entry_direction: "S"
pit_out_coords: "(43.361208, -71.462747),(43.361151, -71.462511)"
pit_out_direction: "S"
- name: "Gingerman Raceway"
code: "gngr"
start_finish_coords: "(42.408026,-86.140581),(42.408028,-86.140392)"
start_finish_direction: "N"
pit_entry_coords: "(42.405682,-86.140487),(42.405601,-86.140484)"
pit_entry_direction: "W"
pit_out_coords: "(42.409446, -86.140760), (42.409447, -86.140654)"
pit_out_direction: "N"
- name: "High Plains Raceway"
code: "hpr"
start_finish_coords: "(39.735103,-103.894444),(39.734969,-103.894485)"
start_finish_direction: "E"
pit_entry_coords: "(39.735443,-103.895937),(39.735368,-103.895936)"
pit_entry_direction: "E"
pit_out_coords: "(39.734942, -103.892095),(39.734862, -103.892041)"
pit_out_direction: "NE"
- name: "Autobahn Country Club Joliet"
code: "abhn"
start_finish_coords: "(41.455158, -88.126925),(41.455263, -88.126838)"
start_finish_direction: "SE"
pit_entry_coords: "(41.456434, -88.12861),(41.456528, -88.128561)"
pit_entry_direction: "E"
pit_out_coords: "(41.455295, -88.126820),(41.455408, -88.126731)"
pit_out_direction: "SE"
- name: "NCM Motorsports Park"
code: "ncmp"
start_finish_coords: "(37.001100, -86.368613),(37.000978, -86.368536)"
start_finish_direction: "SW"
pit_entry_coords: "(37.002003, -86.366165),(37.001941, -86.366134)"
pit_entry_direction: "SW"
pit_out_coords: "(37.000059, -86.370473),(36.999969, -86.370431)"
pit_out_direction: "SW"
- name: "Pacific Raceway"
code: "prw"
start_finish_coords: "(47.321033, -122.147525),(47.320838, -122.147552)"
start_finish_direction: "W"
pit_entry_coords: "(47.321035, -122.144061),(47.320969, -122.144053)"
pit_entry_direction: "W"
pit_out_coords: "(47.321353, -122.149638),(47.321290, -122.149641)"
pit_out_direction: "W"
- name: "Sebring"
code: "sbrg"
start_finish_coords: "(27.450330, -81.353700),(27.450149, -81.353698)"
start_finish_direction: "E"
pit_entry_coords: "(27.450131, -81.355437),(27.450079, -81.355437)"
pit_entry_direction: "E"
pit_out_coords: "(27.4501662, -81.349998),(27.4500369, -81.349997)"
pit_out_direction: "E"
- name: "Thomson Motorspeedway"
code: "tmsw"
start_finish_coords: "(41.979776, -71.827020),(41.979618, -71.827156)"
start_finish_direction: "NW"
pit_entry_coords: "(41.979540, -71.826143),(41.979458, -71.826203)"
pit_entry_direction: "NW"
pit_out_coords: "(41.980412, -71.828208),(41.980336, -71.828249)"
pit_out_direction: "W"
# this is a local test track, used for testing and other things.
- name: "Arlington Test Track"
code: "test1"
start_finish_coords: "(37.926223,-122.295029),(37.926291,-122.294879)"
start_finish_direction: "SE"
pit_entry_coords: "(37.928483,-122.297005),(37.928385,-122.297129)"
pit_entry_direction: "NW"
hidden: "true"
# this is second local test track, used for testing and other things.
- name: "Orangevale Test Track"
code: "test2"
start_finish_coords: "(38.681014, -121.218966),(38.681042, -121.219381)"
start_finish_direction: "S"
pit_entry_coords: "(38.680527, -121.219606),(38.680828, -121.219693)"
pit_entry_direction: "SW"
hidden: "true"
# this is a test track, for the donut pass me team.
- name: "Donut Test Track"
code: "test3"
start_finish_coords: "(34.217507, -118.617141),(34.217505, -118.617012)"
start_finish_direction: "S"
pit_entry_coords: "(34.2177454, -118.616896),(34.217744, -118.616808)"
pit_entry_direction: "S"
pit_out_coords: "(34.217363, -118.616961), (34.217281, -118.616961)"
pit_out_direction: "W"
hidden: "true"