gooby 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. data/README +144 -180
  2. data/bin/example_usage.txt +55 -0
  3. data/bin/gooby_been_there.rb +35 -0
  4. data/bin/gooby_config.rb +16 -0
  5. data/bin/gooby_gen_gmap.rb +16 -0
  6. data/bin/gooby_parser.rb +19 -0
  7. data/bin/gooby_splitter.rb +18 -0
  8. data/bin/gooby_version.rb +16 -0
  9. data/bin/run_all.sh +23 -0
  10. data/bin/run_been_there.sh +16 -0
  11. data/bin/run_db_gen.sh +11 -0
  12. data/bin/run_db_load.sh +11 -0
  13. data/bin/run_gen_gmaps.sh +20 -0
  14. data/bin/run_parse.sh +43 -0
  15. data/bin/run_parse_named.sh +19 -0
  16. data/bin/run_split.sh +23 -0
  17. data/config/gooby_config.yaml +137 -0
  18. data/data/20050305_corporate_cup_hm.csv +251 -251
  19. data/data/20050430_nashville_marathon.csv +1208 -1208
  20. data/data/20060115_phoenix_marathon.csv +1280 -1280
  21. data/data/davidson_11m_20070101.csv +251 -0
  22. data/data/davidson_11m_20070101.xml +2020 -0
  23. data/data/davidson_5K_20070505.csv +286 -0
  24. data/data/davidson_5K_20070505.xml +2875 -0
  25. data/lib/gooby.rb +889 -361
  26. data/samples/20050305_corporate_cup_hm.html +270 -270
  27. data/samples/20050430_nashville_marathon.html +1240 -1240
  28. data/samples/20060115_phoenix_marathon.html +1312 -1312
  29. data/samples/been_there.txt +744 -0
  30. data/samples/davidson_11m_20070101.html +432 -0
  31. data/samples/davidson_5K_20070505.html +395 -0
  32. data/sql/gooby.ddl +56 -0
  33. data/sql/gooby_load.dml +35 -0
  34. metadata +30 -32
  35. data/bin/20050305_corporate_cup_hm_to_csv.rb +0 -9
  36. data/bin/20050430_nashville_marathon_to_csv.rb +0 -9
  37. data/bin/20060115_phoenix_marathon_to_csv.rb +0 -9
  38. data/bin/activity_2007_03_10_13_02_32.xml_to_csv.rb +0 -9
  39. data/bin/example_usage.rb +0 -46
  40. data/bin/example_usage.sh +0 -52
  41. data/bin/gen_gap_phx.rb +0 -10
  42. data/bin/gen_gmap_cc_2005.rb +0 -10
  43. data/bin/gen_gmap_cc_2007.rb +0 -10
  44. data/bin/gen_gmap_nashville.rb +0 -10
  45. data/bin/gen_gmap_phx.rb +0 -10
  46. data/bin/phx_to_csv.rb +0 -47
  47. data/bin/split_forerunner_logbook_2007.rb +0 -10
  48. data/bin/split_training_center_2007.rb +0 -8
  49. data/data/2007_03_10.tcx +0 -28445
  50. data/data/activity_2007_03_10_13_02_32.csv +0 -1168
  51. data/data/activity_2007_03_10_13_02_32.xml +0 -11695
  52. data/data/forerunner_2007.xml +0 -31872
  53. data/data/geo_data.txt +0 -171
  54. data/pkg/code_header.txt +0 -21
  55. data/pkg/pkg.rb +0 -238
  56. data/pkg/test_header.txt +0 -19
  57. data/samples/20070310_corporate_cup_hm.html +0 -1367
  58. data/samples/gps_point_capture.html +0 -54
  59. data/samples/phoenix_marathon.html +0 -1596
  60. data/tests/ts_gooby.rb +0 -1109
  61. data/tests/ts_gooby_min.rb +0 -550
@@ -0,0 +1,744 @@
1
+ CsvReader - file count: 2 total points: 21761
2
+ file: /devtools/workspace/RF_Gooby/data/2007_g201.csv
3
+ file: /devtools/workspace/RF_Gooby/data/2007_g205.csv
4
+
5
+ CsvReader.display_formatted_record hdr_cols=13 data_cols=13
6
+ primary_key 0 2007-01-01T16:38:26Z.4
7
+ run_id 1 2007-01-01T16:38:26Z
8
+ date 2 2007-01-01
9
+ time 3 16:39:16
10
+ tkpt_num 4 4
11
+ latitude 5 35.49509
12
+ longitude 6 -80.83047
13
+ altitude_ft 7 791.9133024
14
+ run_distance 8 0.102212571211905
15
+ run_elapsed 9 00:00:50
16
+ lap_tkpt_number 10 4
17
+ lap_distance 11 0.102212571211905
18
+ lap_elapsed 12 00:00:50
19
+ Unable to find course id '333' in the gooby config yaml file.
20
+
21
+ Course 'To the Summit' matched vs run id '2007-01-10T12:25:47Z'
22
+
23
+
24
+ Course Point: lat: 35.49547 lng: -80.83215 poi.1 Home at South Faulkner Way Stopsign
25
+ Matched Point: lat: 35.49541 lng: -80.83225 time: 12:25:47
26
+ course elapsed: 00:00:00
27
+ distance: 0.0
28
+ course distance: 0.0
29
+ altitude: 845.4104736
30
+ degrees diff: 0.000160000000001048
31
+
32
+ Course Point: lat: 35.49246410935417 lng: -80.8334487676620 poi.2 St. Albans Ln at Concord Rd
33
+ Matched Point: lat: 35.49256 lng: -80.8335 time: 12:29:44
34
+ course elapsed: 00:03:57
35
+ distance: 0.240846738948376
36
+ course distance: 0.240846738948376
37
+ altitude: 832.8234816
38
+ degrees diff: 0.000147122983833015
39
+
40
+ Course Point: lat: 35.4992424404918 lng: -80.84839940071106 poi.4 Downtown Davidson
41
+ Matched Point: lat: 35.49938 lng: -80.84843 time: 12:45:08
42
+ course elapsed: 00:19:21
43
+ distance: 1.23405929008315
44
+ course distance: 1.23405929008315
45
+ altitude: 835.9694112
46
+ degrees diff: 0.000168158797137608
47
+
48
+ Course 'To the Summit' matched vs run id '2007-01-10T22:44:54Z'
49
+
50
+
51
+ Course Point: lat: 35.4992424404918 lng: -80.84839940071106 poi.4 Downtown Davidson
52
+ Matched Point: lat: 35.49914 lng: -80.84839 time: 22:47:11
53
+ course elapsed: 00:00:00
54
+ distance: 0.133747981830073
55
+ course distance: 0.0
56
+ altitude: 817.0872864
57
+ degrees diff: 0.000111841202866003
58
+
59
+ Course Point: lat: 35.49246410935417 lng: -80.8334487676620 poi.2 St. Albans Ln at Concord Rd
60
+ Matched Point: lat: 35.49251 lng: -80.83345 time: 23:03:26
61
+ course elapsed: 00:16:15
62
+ distance: 1.11498685093922
63
+ course distance: 0.981238869109147
64
+ altitude: 818.661888
65
+ degrees diff: 4.71229838368004e-05
66
+
67
+ Course Point: lat: 35.49547 lng: -80.83215 poi.1 Home at South Faulkner Way Stopsign
68
+ Matched Point: lat: 35.49541 lng: -80.83221 time: 23:07:31
69
+ course elapsed: 00:20:20
70
+ distance: 1.35664337849314
71
+ course distance: 1.22289539666307
72
+ altitude: 791.9133024
73
+ degrees diff: 0.000120000000002563
74
+
75
+ Course 'To the Summit' matched vs run id '2007-01-28T19:14:52Z'
76
+
77
+
78
+ Course Point: lat: 35.49547 lng: -80.83215 poi.1 Home at South Faulkner Way Stopsign
79
+ Matched Point: lat: 35.49547 lng: -80.83215 time: 19:19:16
80
+ course elapsed: 00:00:00
81
+ distance: 0.73783306774455
82
+ course distance: 0.0
83
+ altitude: 771.456576
84
+ degrees diff: 0.0
85
+
86
+ Course Point: lat: 35.49246410935417 lng: -80.8334487676620 poi.2 St. Albans Ln at Concord Rd
87
+ Matched Point: lat: 35.49245 lng: -80.83345 time: 20:46:21
88
+ course elapsed: 01:27:05
89
+ distance: 16.9044368931097
90
+ course distance: 16.1666038253652
91
+ altitude: 829.677552
92
+ degrees diff: 1.53416921833127e-05
93
+
94
+ Course Point: lat: 35.4992424404918 lng: -80.84839940071106 poi.4 Downtown Davidson
95
+ Matched Point: lat: 35.49923 lng: -80.8485 time: 20:42:32
96
+ course elapsed: 01:23:16
97
+ distance: 15.919852123358
98
+ course distance: 15.1820190556135
99
+ altitude: 845.4104736
100
+ degrees diff: 0.000113039780742952
101
+
102
+ Course 'To the Summit' matched vs run id '2007-02-03T14:30:21Z'
103
+
104
+
105
+ Course Point: lat: 35.49547 lng: -80.83215 poi.1 Home at South Faulkner Way Stopsign
106
+ Matched Point: lat: 35.4955 lng: -80.83217 time: 14:30:56
107
+ course elapsed: 00:00:00
108
+ distance: 0.00561876840226988
109
+ course distance: 0.0
110
+ altitude: 776.1771072
111
+ degrees diff: 5.00000000087653e-05
112
+
113
+ Course Point: lat: 35.49246410935417 lng: -80.8334487676620 poi.2 St. Albans Ln at Concord Rd
114
+ Matched Point: lat: 35.49253 lng: -80.83343 time: 14:35:42
115
+ course elapsed: 00:04:46
116
+ distance: 0.25997277317674
117
+ course distance: 0.25435400477447
118
+ altitude: 806.074896
119
+ degrees diff: 8.46583078129015e-05
120
+
121
+ Course Point: lat: 35.4992424404918 lng: -80.84839940071106 poi.4 Downtown Davidson
122
+ Matched Point: lat: 35.49919 lng: -80.84837 time: 14:44:32
123
+ course elapsed: 00:13:36
124
+ distance: 1.24553803618457
125
+ course distance: 1.2399192677823
126
+ altitude: 801.3543648
127
+ degrees diff: 8.18412028564808e-05
128
+
129
+ Course 'To the Summit' matched vs run id '2007-02-04T18:02:29Z'
130
+
131
+
132
+ Course Point: lat: 35.4992424404918 lng: -80.84839940071106 poi.4 Downtown Davidson
133
+ Matched Point: lat: 35.49919 lng: -80.84843 time: 18:11:31
134
+ course elapsed: 00:09:02
135
+ distance: 0.976580647222806
136
+ course distance: 0.976580647222806
137
+ altitude: 826.5283488
138
+ degrees diff: 8.30397807334293e-05
139
+
140
+ Course Point: lat: 35.49246410935417 lng: -80.8334487676620 poi.2 St. Albans Ln at Concord Rd
141
+ Matched Point: lat: 35.49251 lng: -80.83358 time: 18:02:29
142
+ course elapsed: 00:00:00
143
+ distance: 0.0
144
+ course distance: 0.0
145
+ altitude: 804.5002944
146
+ degrees diff: 0.000177122983835432
147
+
148
+ Course Point: lat: 35.49547 lng: -80.83215 poi.1 Home at South Faulkner Way Stopsign
149
+ Matched Point: lat: 35.4955 lng: -80.83221 time: 18:59:49
150
+ course elapsed: 00:57:20
151
+ distance: 6.29183298137184
152
+ course distance: 6.29183298137184
153
+ altitude: 779.3263104
154
+ degrees diff: 9.00000000072509e-05
155
+
156
+ Course 'To the Summit' matched vs run id '2007-05-05T10:46:55Z'
157
+
158
+
159
+ Course Point: lat: 35.49547 lng: -80.83215 poi.1 Home at South Faulkner Way Stopsign
160
+ Matched Point: lat: 35.495457 lng: -80.83212 time: 10:47:01
161
+ course elapsed: 00:00:00
162
+ distance: 0.00404654057306347
163
+ course distance: 0.0
164
+ altitude: 809.220972912
165
+ degrees diff: 4.29999999909114e-05
166
+
167
+ Course Point: lat: 35.49246410935417 lng: -80.8334487676620 poi.2 St. Albans Ln at Concord Rd
168
+ Matched Point: lat: 35.492545 lng: -80.833492 time: 10:50:50
169
+ course elapsed: 00:03:49
170
+ distance: 0.25018942566753
171
+ course distance: 0.246142885094467
172
+ altitude: 807.6477102144
173
+ degrees diff: 0.000124122983841346
174
+
175
+ Course Point: lat: 35.4992424404918 lng: -80.84839940071106 poi.4 Downtown Davidson
176
+ Matched Point: lat: 35.49908 lng: -80.848387 time: 11:01:35
177
+ course elapsed: 00:14:34
178
+ distance: 1.22925743863287
179
+ course distance: 1.22521089805981
180
+ altitude: 837.5440848192
181
+ degrees diff: 0.000174841202856157
182
+
183
+ Course 'To the Summit' matched vs run id '2007-05-07T09:48:10Z'
184
+
185
+
186
+ Course Point: lat: 35.49547 lng: -80.83215 poi.1 Home at South Faulkner Way Stopsign
187
+ Matched Point: lat: 35.49546 lng: -80.832136 time: 09:48:13
188
+ course elapsed: 00:00:00
189
+ distance: 0.00458017208019539
190
+ course distance: 0.0
191
+ altitude: 812.3686964448
192
+ degrees diff: 2.39999999891438e-05
193
+
194
+ Course Point: lat: 35.49246410935417 lng: -80.8334487676620 poi.2 St. Albans Ln at Concord Rd
195
+ Matched Point: lat: 35.492563 lng: -80.833485 time: 09:50:53
196
+ course elapsed: 00:02:40
197
+ distance: 0.255129177666346
198
+ course distance: 0.250549005586151
199
+ altitude: 835.970426016
200
+ degrees diff: 0.000135122983827785
201
+
202
+ Course Point: lat: 35.4992424404918 lng: -80.84839940071106 poi.4 Downtown Davidson
203
+ Matched Point: lat: 35.497821 lng: -80.848381 time: 10:00:44
204
+ course elapsed: 00:12:31
205
+ distance: 1.26156902226561
206
+ course distance: 1.25698885018541
207
+ altitude: 853.2787054176
208
+ degrees diff: 0.00143984120285268
209
+
210
+ Course 'To the Summit' matched vs run id '2007-06-01T10:03:12Z'
211
+
212
+
213
+ Course Point: lat: 35.4992424404918 lng: -80.84839940071106 poi.4 Downtown Davidson
214
+ Matched Point: lat: 35.497822 lng: -80.848378 time: 10:12:16
215
+ course elapsed: 00:09:04
216
+ distance: 1.01753092384193
217
+ course distance: 1.01753092384193
218
+ altitude: 834.3967639392
219
+ degrees diff: 0.00144184120286184
220
+
221
+ Course Point: lat: 35.49246410935417 lng: -80.8334487676620 poi.2 St. Albans Ln at Concord Rd
222
+ Matched Point: lat: 35.492496 lng: -80.833501 time: 10:03:12
223
+ course elapsed: 00:00:00
224
+ distance: 0.0
225
+ course distance: 0.0
226
+ altitude: 804.50078544
227
+ degrees diff: 8.41229838357549e-05
228
+
229
+ Course Point: lat: 35.49547 lng: -80.83215 poi.1 Home at South Faulkner Way Stopsign
230
+ Matched Point: lat: 35.495474 lng: -80.832143 time: 15:34:41
231
+ course elapsed: 05:31:29
232
+ distance: 5.00426078421442
233
+ course distance: 5.00426078421442
234
+ altitude: 817.0888806432
235
+ degrees diff: 1.10000000006494e-05
236
+
237
+ Course 'To the Summit' matched vs run id '2007-05-20T14:33:56Z'
238
+
239
+
240
+ Course Point: lat: 35.4992424404918 lng: -80.84839940071106 poi.4 Downtown Davidson
241
+ Matched Point: lat: 35.499223 lng: -80.848549 time: 15:20:23
242
+ course elapsed: 00:00:00
243
+ distance: 4.81860162742772
244
+ course distance: 0.0
245
+ altitude: 821.8090681152
246
+ degrees diff: 0.000169039780743674
247
+
248
+ Course Point: lat: 35.49246410935417 lng: -80.8334487676620 poi.2 St. Albans Ln at Concord Rd
249
+ Matched Point: lat: 35.492592 lng: -80.833438 time: 15:31:33
250
+ course elapsed: 00:11:10
251
+ distance: 5.944582129435
252
+ course distance: 1.12598050200728
253
+ altitude: 826.5296516928
254
+ degrees diff: 0.000138658307818673
255
+
256
+ Course Point: lat: 35.49547 lng: -80.83215 poi.1 Home at South Faulkner Way Stopsign
257
+ Matched Point: lat: 35.495471 lng: -80.83213 time: 16:32:16
258
+ course elapsed: 01:11:53
259
+ distance: 6.73768735280931
260
+ course distance: 1.91908572538159
261
+ altitude: 769.8842266368
262
+ degrees diff: 2.09999999967181e-05
263
+
264
+ Course 'To the Summit' matched vs run id '2007-03-25T18:13:22Z'
265
+
266
+
267
+ Course Point: lat: 35.4992424404918 lng: -80.84839940071106 poi.4 Downtown Davidson
268
+ Matched Point: lat: 35.499286 lng: -80.849071 time: 18:40:43
269
+ course elapsed: 00:27:21
270
+ distance: 2.87367975760191
271
+ course distance: 2.87367975760191
272
+ altitude: 845.4115964448
273
+ degrees diff: 0.000715158797135018
274
+
275
+ Course Point: lat: 35.49246410935417 lng: -80.8334487676620 poi.2 St. Albans Ln at Concord Rd
276
+ Matched Point: lat: 35.492464 lng: -80.833502 time: 18:13:22
277
+ course elapsed: 00:00:00
278
+ distance: 0.0
279
+ course distance: 0.0
280
+ altitude: 823.382730192
281
+ degrees diff: 5.33416921797425e-05
282
+
283
+ Course Point: lat: 35.49547 lng: -80.83215 poi.1 Home at South Faulkner Way Stopsign
284
+ Matched Point: lat: 35.495543 lng: -80.832143 time: 19:01:37
285
+ course elapsed: 00:48:15
286
+ distance: 5.13688160430781
287
+ course distance: 5.13688160430781
288
+ altitude: 802.9271266368
289
+ degrees diff: 7.99999999969714e-05
290
+
291
+ Course 'To the Summit' matched vs run id '2007-03-17T15:39:33Z'
292
+
293
+
294
+ Course Point: lat: 35.4992424404918 lng: -80.84839940071106 poi.4 Downtown Davidson
295
+ Matched Point: lat: 35.500248 lng: -80.848459 time: 15:53:39
296
+ course elapsed: 00:00:00
297
+ distance: 1.51040206636359
298
+ course distance: 0.0
299
+ altitude: 813.9419591424
300
+ degrees diff: 0.00106515879714664
301
+
302
+ Course Point: lat: 35.49246410935417 lng: -80.8334487676620 poi.2 St. Albans Ln at Concord Rd
303
+ Matched Point: lat: 35.49258 lng: -80.83349 time: 16:35:18
304
+ course elapsed: 00:41:39
305
+ distance: 5.59773450456088
306
+ course distance: 4.08733243819729
307
+ altitude: 828.1029143904
308
+ degrees diff: 0.000157122983829083
309
+
310
+ Course Point: lat: 35.49547 lng: -80.83215 poi.1 Home at South Faulkner Way Stopsign
311
+ Matched Point: lat: 35.495445 lng: -80.832159 time: 16:38:27
312
+ course elapsed: 00:44:48
313
+ distance: 5.93640956921205
314
+ course distance: 4.42600750284846
315
+ altitude: 788.7661681152
316
+ degrees diff: 3.40000000065288e-05
317
+
318
+
319
+ Course 'Royal Court Dr' matched vs run id '2007-01-01T16:38:26Z'
320
+
321
+
322
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
323
+ Matched Point: lat: 35.46887 lng: -80.78541 time: 17:22:28
324
+ course elapsed: 00:00:00
325
+ distance: 5.06898133355221
326
+ course distance: 0.0
327
+ altitude: 691.2108192
328
+ degrees diff: 0.00195364099874951
329
+
330
+ Course 'Royal Court Dr' matched vs run id '2007-01-06T15:27:31Z'
331
+
332
+
333
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
334
+ Matched Point: lat: 35.46711 lng: -80.78541 time: 16:28:56
335
+ course elapsed: 00:00:00
336
+ distance: 7.14392288323824
337
+ course distance: 0.0
338
+ altitude: 725.8258656
339
+ degrees diff: 0.000250797287080218
340
+
341
+ Course 'Royal Court Dr' matched vs run id '2007-01-15T14:01:47Z'
342
+
343
+
344
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
345
+ Matched Point: lat: 35.469 lng: -80.78522 time: 14:46:01
346
+ course elapsed: 00:00:00
347
+ distance: 5.1746464504665
348
+ course distance: 0.0
349
+ altitude: 695.9313504
350
+ degrees diff: 0.00189364099874467
351
+
352
+ Course 'Royal Court Dr' matched vs run id '2007-02-24T15:01:34Z'
353
+
354
+
355
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
356
+ Matched Point: lat: 35.46706 lng: -80.78517 time: 15:53:41
357
+ course elapsed: 00:00:00
358
+ distance: 6.01239144094287
359
+ course distance: 0.0
360
+ altitude: 697.5026784
361
+ degrees diff: 9.63590012617033e-05
362
+
363
+ Course 'Royal Court Dr' matched vs run id '2007-03-04T15:22:37Z'
364
+
365
+
366
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
367
+ Matched Point: lat: 35.468972 lng: -80.7852 time: 16:12:54
368
+ course elapsed: 00:00:00
369
+ distance: 5.74472075426749
370
+ course distance: 0.0
371
+ altitude: 721.10590728
372
+ degrees diff: 0.00184564099875217
373
+
374
+ Course 'Royal Court Dr' matched vs run id '2007-06-02T11:06:06Z'
375
+
376
+
377
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
378
+ Matched Point: lat: 35.467118 lng: -80.785181 time: 11:55:40
379
+ course elapsed: 00:00:00
380
+ distance: 5.45807536151871
381
+ course distance: 0.0
382
+ altitude: 727.3997535552
383
+ degrees diff: 2.73590012582758e-05
384
+
385
+ Course 'Royal Court Dr' matched vs run id '2007-06-09T11:20:58Z'
386
+
387
+
388
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
389
+ Matched Point: lat: 35.46891 lng: -80.785344 time: 12:12:06
390
+ course elapsed: 00:00:00
391
+ distance: 5.74132230079054
392
+ course distance: 0.0
393
+ altitude: 717.9593818848
394
+ degrees diff: 0.0019276409987441
395
+
396
+
397
+ Course 'Summit' matched vs run id '2007-01-10T12:25:47Z'
398
+
399
+
400
+ Course Point: lat: 35.49815934349614 lng: -80.84902167320251 poi.6 Summit Coffee House
401
+ Matched Point: lat: 35.49938 lng: -80.84843 time: 12:45:08
402
+ course elapsed: 00:00:00
403
+ distance: 1.23405929008315
404
+ course distance: 0.0
405
+ altitude: 835.9694112
406
+ degrees diff: 0.00181232970636813
407
+
408
+ Course 'Summit' matched vs run id '2007-01-10T22:44:54Z'
409
+
410
+
411
+ Course Point: lat: 35.49815934349614 lng: -80.84902167320251 poi.6 Summit Coffee House
412
+ Matched Point: lat: 35.49809 lng: -80.84886 time: 22:45:54
413
+ course elapsed: 00:00:00
414
+ distance: 0.0563830579826947
415
+ course distance: 0.0
416
+ altitude: 831.24888
417
+ degrees diff: 0.000231016698641895
418
+
419
+ Course 'Summit' matched vs run id '2007-01-28T19:14:52Z'
420
+
421
+
422
+ Course Point: lat: 35.49815934349614 lng: -80.84902167320251 poi.6 Summit Coffee House
423
+ Matched Point: lat: 35.49781 lng: -80.84908 time: 20:37:18
424
+ course elapsed: 00:00:00
425
+ distance: 15.0218033636572
426
+ course distance: 0.0
427
+ altitude: 845.4104736
428
+ degrees diff: 0.000407670293640194
429
+
430
+ Course 'Summit' matched vs run id '2007-02-03T14:30:21Z'
431
+
432
+
433
+ Course Point: lat: 35.49815934349614 lng: -80.84902167320251 poi.6 Summit Coffee House
434
+ Matched Point: lat: 35.49807 lng: -80.84888 time: 14:45:18
435
+ course elapsed: 00:00:00
436
+ distance: 1.32992809034906
437
+ course distance: 0.0
438
+ altitude: 806.074896
439
+ degrees diff: 0.000231016698649
440
+
441
+ Course 'Summit' matched vs run id '2007-02-04T18:02:29Z'
442
+
443
+
444
+ Course Point: lat: 35.49815934349614 lng: -80.84902167320251 poi.6 Summit Coffee House
445
+ Matched Point: lat: 35.49771 lng: -80.84903 time: 18:12:28
446
+ course elapsed: 00:00:00
447
+ distance: 1.08455538291681
448
+ course distance: 0.0
449
+ altitude: 821.8078176
450
+ degrees diff: 0.000457670293641854
451
+
452
+ Course 'Summit' matched vs run id '2007-05-05T10:46:55Z'
453
+
454
+
455
+ Course Point: lat: 35.49815934349614 lng: -80.84902167320251 poi.6 Summit Coffee House
456
+ Matched Point: lat: 35.498495 lng: -80.848695 time: 11:03:31
457
+ course elapsed: 00:00:00
458
+ distance: 1.29723821367008
459
+ course distance: 0.0
460
+ altitude: 857.9992922688
461
+ degrees diff: 0.000662329706351272
462
+
463
+ Course 'Summit' matched vs run id '2007-05-05T12:28:32Z'
464
+
465
+
466
+ Course Point: lat: 35.49815934349614 lng: -80.84902167320251 poi.6 Summit Coffee House
467
+ Matched Point: lat: 35.497639 lng: -80.849108 time: 12:28:32
468
+ course elapsed: 00:00:00
469
+ distance: 0.0
470
+ course distance: 0.0
471
+ altitude: 851.70544272
472
+ degrees diff: 0.000606670293642253
473
+
474
+ Course 'Summit' matched vs run id '2007-05-07T09:48:10Z'
475
+
476
+
477
+ Course Point: lat: 35.49815934349614 lng: -80.84902167320251 poi.6 Summit Coffee House
478
+ Matched Point: lat: 35.497889 lng: -80.849101 time: 10:01:08
479
+ course elapsed: 00:00:00
480
+ distance: 1.30259599431281
481
+ course distance: 0.0
482
+ altitude: 880.0281585216
483
+ degrees diff: 0.000349670293644522
484
+
485
+ Course 'Summit' matched vs run id '2007-06-01T10:03:12Z'
486
+
487
+
488
+ Course Point: lat: 35.49815934349614 lng: -80.84902167320251 poi.6 Summit Coffee House
489
+ Matched Point: lat: 35.497929 lng: -80.848908 time: 10:12:33
490
+ course elapsed: 00:00:00
491
+ distance: 1.04853352153352
492
+ course distance: 0.0
493
+ altitude: 823.382730192
494
+ degrees diff: 0.00034401669864792
495
+
496
+ Course 'Summit' matched vs run id '2007-05-20T14:33:56Z'
497
+
498
+
499
+ Course Point: lat: 35.49815934349614 lng: -80.84902167320251 poi.6 Summit Coffee House
500
+ Matched Point: lat: 35.498091 lng: -80.848876 time: 15:21:06
501
+ course elapsed: 00:00:00
502
+ distance: 4.90031986354262
503
+ course distance: 0.0
504
+ altitude: 828.1029143904
505
+ degrees diff: 0.000214016698635078
506
+
507
+ Course 'Summit' matched vs run id '2007-03-25T18:13:22Z'
508
+
509
+
510
+ Course Point: lat: 35.49815934349614 lng: -80.84902167320251 poi.6 Summit Coffee House
511
+ Matched Point: lat: 35.498255 lng: -80.84951 time: 18:41:26
512
+ course elapsed: 00:00:00
513
+ distance: 2.95067655609297
514
+ course distance: 0.0
515
+ altitude: 834.3967639392
516
+ degrees diff: 0.000583983301353896
517
+
518
+ Course 'Summit' matched vs run id '2007-03-17T15:39:33Z'
519
+
520
+
521
+ Course Point: lat: 35.49815934349614 lng: -80.84902167320251 poi.6 Summit Coffee House
522
+ Matched Point: lat: 35.498148 lng: -80.850694 time: 15:55:56
523
+ course elapsed: 00:00:00
524
+ distance: 1.74075503577973
525
+ course distance: 0.0
526
+ altitude: 835.970426016
527
+ degrees diff: 0.00168367029364447
528
+
529
+
530
+ Course 'Royal Court' matched vs run id '2007-01-01T16:38:26Z'
531
+
532
+
533
+ Course Point: lat: 35.47795122985448 lng: -80.8196085691452 poi.111 Robert Walker Dr at Concord Rd
534
+ Matched Point: lat: 35.47805 lng: -80.8194 time: 16:52:55
535
+ course elapsed: 00:00:00
536
+ distance: 1.67407552602687
537
+ course distance: 0.0
538
+ altitude: 736.8415296
539
+ degrees diff: 0.000307339290706921
540
+
541
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
542
+ Matched Point: lat: 35.46887 lng: -80.78541 time: 17:22:28
543
+ course elapsed: 00:29:33
544
+ distance: 5.06898133355221
545
+ course distance: 3.39490580752534
546
+ altitude: 691.2108192
547
+ degrees diff: 0.00195364099874951
548
+
549
+ Course 'Royal Court' matched vs run id '2007-01-06T15:27:31Z'
550
+
551
+
552
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
553
+ Matched Point: lat: 35.46711 lng: -80.78541 time: 16:28:56
554
+ course elapsed: 00:00:00
555
+ distance: 7.14392288323824
556
+ course distance: 0.0
557
+ altitude: 725.8258656
558
+ degrees diff: 0.000250797287080218
559
+
560
+ Course Point: lat: 35.47795122985448 lng: -80.8196085691452 poi.111 Robert Walker Dr at Concord Rd
561
+ Matched Point: lat: 35.47816 lng: -80.81949 time: 17:01:03
562
+ course elapsed: 00:32:07
563
+ distance: 10.8900144595517
564
+ course distance: 3.74609157631346
565
+ altitude: 702.2232096
566
+ degrees diff: 0.000327339290706163
567
+
568
+ Course 'Royal Court' matched vs run id '2007-01-15T14:01:47Z'
569
+
570
+
571
+ Course Point: lat: 35.47795122985448 lng: -80.8196085691452 poi.111 Robert Walker Dr at Concord Rd
572
+ Matched Point: lat: 35.47822 lng: -80.81961 time: 14:16:03
573
+ course elapsed: 00:00:00
574
+ distance: 1.67271279346748
575
+ course distance: 0.0
576
+ altitude: 752.5744512
577
+ degrees diff: 0.000270201000326153
578
+
579
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
580
+ Matched Point: lat: 35.469 lng: -80.78522 time: 14:46:01
581
+ course elapsed: 00:29:58
582
+ distance: 5.1746464504665
583
+ course distance: 3.50193365699902
584
+ altitude: 695.9313504
585
+ degrees diff: 0.00189364099874467
586
+
587
+ Course 'Royal Court' matched vs run id '2007-02-24T15:01:34Z'
588
+
589
+
590
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
591
+ Matched Point: lat: 35.46706 lng: -80.78517 time: 15:53:41
592
+ course elapsed: 00:00:00
593
+ distance: 6.01239144094287
594
+ course distance: 0.0
595
+ altitude: 697.5026784
596
+ degrees diff: 9.63590012617033e-05
597
+
598
+ Course Point: lat: 35.47795122985448 lng: -80.8196085691452 poi.111 Robert Walker Dr at Concord Rd
599
+ Matched Point: lat: 35.47812 lng: -80.8194 time: 16:22:57
600
+ course elapsed: 00:29:16
601
+ distance: 9.30602330998462
602
+ course distance: 3.29363186904175
603
+ altitude: 738.4161312
604
+ degrees diff: 0.000377339290700718
605
+
606
+ Course 'Royal Court' matched vs run id '2007-03-04T15:22:37Z'
607
+
608
+
609
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
610
+ Matched Point: lat: 35.468972 lng: -80.7852 time: 16:12:54
611
+ course elapsed: 00:00:00
612
+ distance: 5.74472075426749
613
+ course distance: 0.0
614
+ altitude: 721.10590728
615
+ degrees diff: 0.00184564099875217
616
+
617
+ Course Point: lat: 35.47795122985448 lng: -80.8196085691452 poi.111 Robert Walker Dr at Concord Rd
618
+ Matched Point: lat: 35.478133 lng: -80.81941 time: 16:43:10
619
+ course elapsed: 00:30:16
620
+ distance: 9.14598168247601
621
+ course distance: 3.40126092820852
622
+ altitude: 728.973415632
623
+ degrees diff: 0.000380339290700249
624
+
625
+ Course 'Royal Court' matched vs run id '2007-06-02T11:06:06Z'
626
+
627
+
628
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
629
+ Matched Point: lat: 35.467118 lng: -80.785181 time: 11:55:40
630
+ course elapsed: 00:00:00
631
+ distance: 5.45807536151871
632
+ course distance: 0.0
633
+ altitude: 727.3997535552
634
+ degrees diff: 2.73590012582758e-05
635
+
636
+ Course Point: lat: 35.47795122985448 lng: -80.8196085691452 poi.111 Robert Walker Dr at Concord Rd
637
+ Matched Point: lat: 35.478308 lng: -80.819579 time: 12:32:04
638
+ course elapsed: 00:36:24
639
+ distance: 9.14178657724263
640
+ course distance: 3.68371121572392
641
+ altitude: 714.8120577312
642
+ degrees diff: 0.000386339290699311
643
+
644
+ Course 'Royal Court' matched vs run id '2007-06-09T11:20:58Z'
645
+
646
+
647
+ Course Point: lat: 35.46713857814417 lng: -80.78518778085709 poi.3 17240 Royal Court Dr
648
+ Matched Point: lat: 35.46891 lng: -80.785344 time: 12:12:06
649
+ course elapsed: 00:00:00
650
+ distance: 5.74132230079054
651
+ course distance: 0.0
652
+ altitude: 717.9593818848
653
+ degrees diff: 0.0019276409987441
654
+
655
+ Course Point: lat: 35.47795122985448 lng: -80.8196085691452 poi.111 Robert Walker Dr at Concord Rd
656
+ Matched Point: lat: 35.478281 lng: -80.819571 time: 12:47:20
657
+ course elapsed: 00:35:14
658
+ distance: 9.14613342379311
659
+ course distance: 3.40481112300257
660
+ altitude: 728.973415632
661
+ degrees diff: 0.000367339290711755
662
+
663
+
664
+ Course 'White Horse Valley' matched vs run id '2007-01-01T16:38:26Z'
665
+
666
+
667
+ Course Point: lat: 35.50734773503018 lng: -80.79724431037903 poi.26 Gray Rd at Shearers Rd
668
+ Matched Point: lat: 35.50732 lng: -80.79728 time: 17:49:59
669
+ course elapsed: 00:00:00
670
+ distance: 8.18261541437031
671
+ course distance: 0.0
672
+ altitude: 834.3980832
673
+ degrees diff: 6.34246511523884e-05
674
+
675
+ Course Point: lat: 35.504661 lng: -80.810150 poi.25 Gray Rd at White Horse
676
+ Matched Point: lat: 35.50479 lng: -80.80964 time: 17:56:27
677
+ course elapsed: 00:06:28
678
+ distance: 8.96624369659647
679
+ course distance: 0.783628282226161
680
+ altitude: 730.5463968
681
+ degrees diff: 0.000638999999992507
682
+
683
+ Course Point: lat: 35.50015956765822 lng: -80.81525802612305 poi.24 Gray Rd at Charden Rd
684
+ Matched Point: lat: 35.50004 lng: -80.81539 time: 18:01:08
685
+ course elapsed: 00:11:09
686
+ distance: 9.45241877724206
687
+ course distance: 1.26980336287175
688
+ altitude: 796.6338336
689
+ degrees diff: 0.000251541535149613
690
+
691
+ Course 'White Horse Valley' matched vs run id '2007-03-04T15:22:37Z'
692
+
693
+
694
+ Course Point: lat: 35.50015956765822 lng: -80.81525802612305 poi.24 Gray Rd at Charden Rd
695
+ Matched Point: lat: 35.500203 lng: -80.815369 time: 15:34:40
696
+ course elapsed: 00:00:00
697
+ distance: 1.4100721001344
698
+ course distance: 0.0
699
+ altitude: 815.5152185664
700
+ degrees diff: 0.000154406218726422
701
+
702
+ Course Point: lat: 35.504661 lng: -80.810150 poi.25 Gray Rd at White Horse
703
+ Matched Point: lat: 35.504691 lng: -80.810175 time: 15:38:22
704
+ course elapsed: 00:03:42
705
+ distance: 1.85746005291725
706
+ course distance: 0.44738795278285
707
+ altitude: 705.3712866816
708
+ degrees diff: 5.50000000103523e-05
709
+
710
+ Course Point: lat: 35.50734773503018 lng: -80.79724431037903 poi.26 Gray Rd at Shearers Rd
711
+ Matched Point: lat: 35.507363 lng: -80.7973 time: 15:46:08
712
+ course elapsed: 00:11:28
713
+ distance: 2.66675543209764
714
+ course distance: 1.25668333196324
715
+ altitude: 853.2787054176
716
+ degrees diff: 7.09545907966458e-05
717
+
718
+ Course 'White Horse Valley' matched vs run id '2007-06-09T11:20:58Z'
719
+
720
+
721
+ Course Point: lat: 35.50015956765822 lng: -80.81525802612305 poi.24 Gray Rd at Charden Rd
722
+ Matched Point: lat: 35.500201 lng: -80.815305 time: 11:33:16
723
+ course elapsed: 00:00:00
724
+ distance: 1.41157733962522
725
+ course distance: 0.0
726
+ altitude: 829.6765764672
727
+ degrees diff: 8.840621871542e-05
728
+
729
+ Course Point: lat: 35.504661 lng: -80.810150 poi.25 Gray Rd at White Horse
730
+ Matched Point: lat: 35.504661 lng: -80.81015 time: 11:36:57
731
+ course elapsed: 00:03:41
732
+ distance: 1.85588934408071
733
+ course distance: 0.44431200445549
734
+ altitude: 708.518211456
735
+ degrees diff: 0.0
736
+
737
+ Course Point: lat: 35.50734773503018 lng: -80.79724431037903 poi.26 Gray Rd at Shearers Rd
738
+ Matched Point: lat: 35.507364 lng: -80.797332 time: 11:44:57
739
+ course elapsed: 00:11:41
740
+ distance: 2.65574196261045
741
+ course distance: 1.24416462298523
742
+ altitude: 850.1321800224
743
+ degrees diff: 0.000103954590791488
744
+