gooby 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README +200 -35
- data/bin/code_scan.rb +1 -3
- data/bin/gooby_been_there.rb +12 -14
- data/bin/gooby_config.rb +11 -3
- data/bin/gooby_csv_validation.rb +50 -0
- data/bin/gooby_first_trackpoints_as_poi.rb +31 -0
- data/bin/gooby_gen_gmap.rb +7 -3
- data/bin/gooby_parser.rb +7 -5
- data/bin/gooby_splitter.rb +7 -4
- data/bin/gooby_version.rb +7 -3
- data/bin/run_all.sh +12 -2
- data/bin/run_been_there.sh +4 -1
- data/bin/run_config.sh +12 -0
- data/bin/run_csv_validation.sh +15 -0
- data/bin/run_db_gen.sh +1 -1
- data/bin/run_db_load.sh +1 -1
- data/bin/run_first_trackpoints_as_poi.sh +16 -0
- data/bin/run_gen_gmaps.sh +7 -6
- data/bin/run_parse_full.sh +45 -0
- data/bin/run_parse_samples.sh +21 -0
- data/bin/run_split.sh +5 -4
- data/bin/run_version.sh +12 -0
- data/config/gooby_config.yaml +130 -131
- data/data/20050305_corporate_cup_hm.csv +251 -251
- data/data/20050430_nashville_marathon_km.csv +1208 -0
- data/data/20060115_phoenix_marathon.csv +1280 -1280
- data/data/20070101_davidson_11m.csv +251 -0
- data/data/{davidson_11m_20070101.xml → 20070101_davidson_11m.xml} +0 -0
- data/data/{davidson_5K_20070505.xml → 20070505_davidson_5k.xml} +0 -0
- data/data/20070505_davidson_5k_km.csv +286 -0
- data/data/hrm1.csv +5 -0
- data/lib/gooby.rb +27 -3144
- data/lib/gooby_code_scanner.rb +288 -0
- data/lib/gooby_command.rb +210 -0
- data/lib/gooby_configuration.rb +123 -0
- data/lib/gooby_counter_hash.rb +95 -0
- data/lib/gooby_course.rb +117 -0
- data/lib/gooby_csv_point.rb +71 -0
- data/lib/gooby_csv_reader.rb +71 -0
- data/lib/gooby_csv_run.rb +28 -0
- data/lib/gooby_delim_line.rb +42 -0
- data/lib/gooby_dttm.rb +87 -0
- data/lib/gooby_duration.rb +86 -0
- data/lib/gooby_forerunner_xml_parser.rb +191 -0
- data/lib/gooby_forerunner_xml_splitter.rb +115 -0
- data/lib/gooby_google_map_generator.rb +385 -0
- data/lib/gooby_history.rb +41 -0
- data/lib/gooby_kernel.rb +163 -0
- data/lib/gooby_lap.rb +30 -0
- data/lib/gooby_line.rb +80 -0
- data/lib/gooby_object.rb +22 -0
- data/lib/gooby_point.rb +172 -0
- data/lib/gooby_run.rb +213 -0
- data/lib/gooby_simple_xml_parser.rb +50 -0
- data/lib/gooby_test_helper.rb +23 -0
- data/lib/gooby_track.rb +47 -0
- data/lib/gooby_track_point.rb +229 -0
- data/lib/gooby_training_center_xml_parser.rb +224 -0
- data/lib/gooby_training_center_xml_splitter.rb +116 -0
- data/lib/split_code.sh +29 -0
- data/samples/20050305_corporate_cup_hm.html +269 -269
- data/samples/20050430_nashville_marathon.html +1410 -1266
- data/samples/20060115_phoenix_marathon.html +1311 -1311
- data/samples/{davidson_11m_20070101.html → 20070101_davidson_11m.html} +267 -267
- data/samples/20070505_davidson_5k.html +413 -0
- data/samples/been_there.txt +52 -704
- data/samples/hrm1.html +87 -0
- data/sql/gooby.ddl +20 -16
- data/sql/gooby_load.dml +36 -9
- metadata +48 -14
- data/bin/example_usage.txt +0 -55
- data/bin/run_parse.sh +0 -43
- data/bin/run_parse_named.sh +0 -19
- data/data/20050430_nashville_marathon.csv +0 -1208
- data/data/davidson_11m_20070101.csv +0 -251
- data/data/davidson_5K_20070505.csv +0 -286
- data/data/test1.txt +0 -4
- data/samples/davidson_5K_20070505.html +0 -395
@@ -0,0 +1,413 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
6
|
+
<meta name="description" content="Google Map generated with Gooby 1.2.0">
|
7
|
+
<meta name="keywords" content="Google Map Gooby 1.2.0 GPS">
|
8
|
+
<title> Google Map by Gooby </title>
|
9
|
+
<script src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAdn5SVzjZKZKs1IRkFdx52xR1l5lLpU9GCFYoS8YrTf8v3gVJ2hRLV1dTSiqDWwWSnMRkM7SVr0EKSA' type='text/javascript'></script>
|
10
|
+
<script type="text/javascript">
|
11
|
+
//<![CDATA[
|
12
|
+
function load() {
|
13
|
+
if (GBrowserIsCompatible()) {
|
14
|
+
var map = new GMap2(document.getElementById("map"));
|
15
|
+
map.addControl(new GLargeMapControl());
|
16
|
+
map.addControl(new GMapTypeControl());
|
17
|
+
|
18
|
+
var centerPoint = new GLatLng(35.492799, -80.843602); // Gooby 1.2.0
|
19
|
+
map.setCenter(centerPoint, 12);
|
20
|
+
|
21
|
+
|
22
|
+
var points = new Array();
|
23
|
+
points.push(new GLatLng(35.497639,-80.849108)); // (1 of 285.0) 2007-05-05T12:28:32Z 0 00:00:00 0.0 Gooby 1.2.0
|
24
|
+
points.push(new GLatLng(35.49754,-80.849112)); // (2 of 285.0) 2007-05-05T12:28:36Z 4 00:00:04 0.0110140104742692 Gooby 1.2.0
|
25
|
+
points.push(new GLatLng(35.497316,-80.849081)); // (3 of 285.0) 2007-05-05T12:28:42Z 10 00:00:10 0.0360778807622546 Gooby 1.2.0
|
26
|
+
points.push(new GLatLng(35.497137,-80.849095)); // (4 of 285.0) 2007-05-05T12:28:47Z 15 00:00:15 0.0560210175650116 Gooby 1.2.0
|
27
|
+
points.push(new GLatLng(35.496959,-80.849106)); // (5 of 285.0) 2007-05-05T12:28:52Z 20 00:00:20 0.0758376796654645 Gooby 1.2.0
|
28
|
+
points.push(new GLatLng(35.496749,-80.849108)); // (6 of 285.0) 2007-05-05T12:28:58Z 26 00:00:26 0.099188130912835 Gooby 1.2.0
|
29
|
+
points.push(new GLatLng(35.496551,-80.849113)); // (7 of 285.0) 2007-05-05T12:29:04Z 32 00:00:32 0.121208377433997 Gooby 1.2.0
|
30
|
+
points.push(new GLatLng(35.496373,-80.849108)); // (8 of 285.0) 2007-05-05T12:29:09Z 37 00:00:37 0.141005247550511 Gooby 1.2.0
|
31
|
+
points.push(new GLatLng(35.496166,-80.8491)); // (9 of 285.0) 2007-05-05T12:29:15Z 43 00:00:43 0.164032750441384 Gooby 1.2.0
|
32
|
+
points.push(new GLatLng(35.495947,-80.84911)); // (10 of 285.0) 2007-05-05T12:29:21Z 49 00:00:49 0.188399825103022 Gooby 1.2.0
|
33
|
+
points.push(new GLatLng(35.495767,-80.849136)); // (11 of 285.0) 2007-05-05T12:29:26Z 54 00:00:54 0.208551542062036 Gooby 1.2.0
|
34
|
+
points.push(new GLatLng(35.495605,-80.849177)); // (12 of 285.0) 2007-05-05T12:29:31Z 59 00:00:59 0.226942640834883 Gooby 1.2.0
|
35
|
+
points.push(new GLatLng(35.49553,-80.849274)); // (13 of 285.0) 2007-05-05T12:29:34Z 62 00:01:02 0.239052170928685 Gooby 1.2.0
|
36
|
+
points.push(new GLatLng(35.495547,-80.849566)); // (14 of 285.0) 2007-05-05T12:29:40Z 68 00:01:08 0.265553321764007 Gooby 1.2.0
|
37
|
+
points.push(new GLatLng(35.495558,-80.849743)); // (15 of 285.0) 2007-05-05T12:29:44Z 72 00:01:12 0.281622713991887 Gooby 1.2.0
|
38
|
+
points.push(new GLatLng(35.495563,-80.849911)); // (16 of 285.0) 2007-05-05T12:29:48Z 76 00:01:16 0.296840971734788 Gooby 1.2.0
|
39
|
+
points.push(new GLatLng(35.495558,-80.850127)); // (17 of 285.0) 2007-05-05T12:29:53Z 81 00:01:21 0.31640223139115 Gooby 1.2.0
|
40
|
+
points.push(new GLatLng(35.495542,-80.850371)); // (18 of 285.0) 2007-05-05T12:29:59Z 87 00:01:27 0.338562000295101 Gooby 1.2.0
|
41
|
+
points.push(new GLatLng(35.495529,-80.850437)); // (19 of 285.0) 2007-05-05T12:30:01Z 89 00:01:29 0.344708352740237 Gooby 1.2.0
|
42
|
+
points.push(new GLatLng(35.495464,-80.850483)); // (20 of 285.0) 2007-05-05T12:30:04Z 92 00:01:32 0.353049301883343 Gooby 1.2.0
|
43
|
+
points.push(new GLatLng(35.495255,-80.850501)); // (21 of 285.0) 2007-05-05T12:30:10Z 98 00:01:38 0.37634469194295 Gooby 1.2.0
|
44
|
+
points.push(new GLatLng(35.495089,-80.850486)); // (22 of 285.0) 2007-05-05T12:30:15Z 103 00:01:43 0.394852045930682 Gooby 1.2.0
|
45
|
+
points.push(new GLatLng(35.494953,-80.850482)); // (23 of 285.0) 2007-05-05T12:30:19Z 107 00:01:47 0.409977940461886 Gooby 1.2.0
|
46
|
+
points.push(new GLatLng(35.4948,-80.850482)); // (24 of 285.0) 2007-05-05T12:30:24Z 112 00:01:52 0.426989887600195 Gooby 1.2.0
|
47
|
+
points.push(new GLatLng(35.494704,-80.850426)); // (25 of 285.0) 2007-05-05T12:30:27Z 115 00:01:55 0.438806761832152 Gooby 1.2.0
|
48
|
+
points.push(new GLatLng(35.494657,-80.850306)); // (26 of 285.0) 2007-05-05T12:30:31Z 119 00:01:59 0.450861843330292 Gooby 1.2.0
|
49
|
+
points.push(new GLatLng(35.49466,-80.850072)); // (27 of 285.0) 2007-05-05T12:30:37Z 125 00:02:05 0.472047991972461 Gooby 1.2.0
|
50
|
+
points.push(new GLatLng(35.494661,-80.849838)); // (28 of 285.0) 2007-05-05T12:30:43Z 131 00:02:11 0.493231800978596 Gooby 1.2.0
|
51
|
+
points.push(new GLatLng(35.494673,-80.849645)); // (29 of 285.0) 2007-05-05T12:30:48Z 136 00:02:16 0.510754172722234 Gooby 1.2.0
|
52
|
+
points.push(new GLatLng(35.494684,-80.849499)); // (30 of 285.0) 2007-05-05T12:30:52Z 140 00:02:20 0.524027512257568 Gooby 1.2.0
|
53
|
+
points.push(new GLatLng(35.494651,-80.849278)); // (31 of 285.0) 2007-05-05T12:30:58Z 146 00:02:26 0.544367958166416 Gooby 1.2.0
|
54
|
+
points.push(new GLatLng(35.494571,-80.849176)); // (32 of 285.0) 2007-05-05T12:31:02Z 150 00:02:30 0.55718958251705 Gooby 1.2.0
|
55
|
+
points.push(new GLatLng(35.494418,-80.849178)); // (33 of 285.0) 2007-05-05T12:31:06Z 154 00:02:34 0.574202059383274 Gooby 1.2.0
|
56
|
+
points.push(new GLatLng(35.494234,-80.849159)); // (34 of 285.0) 2007-05-05T12:31:11Z 159 00:02:39 0.594733010959929 Gooby 1.2.0
|
57
|
+
points.push(new GLatLng(35.494003,-80.849163)); // (35 of 285.0) 2007-05-05T12:31:18Z 166 00:02:46 0.62042050185615 Gooby 1.2.0
|
58
|
+
points.push(new GLatLng(35.493823,-80.849201)); // (36 of 285.0) 2007-05-05T12:31:23Z 171 00:02:51 0.640728135566597 Gooby 1.2.0
|
59
|
+
points.push(new GLatLng(35.49371,-80.849283)); // (37 of 285.0) 2007-05-05T12:31:27Z 175 00:02:55 0.655321554905597 Gooby 1.2.0
|
60
|
+
points.push(new GLatLng(35.493697,-80.849318)); // (38 of 285.0) 2007-05-05T12:31:28Z 176 00:02:56 0.658803067456883 Gooby 1.2.0
|
61
|
+
points.push(new GLatLng(35.493687,-80.849475)); // (39 of 285.0) 2007-05-05T12:31:32Z 180 00:03:00 0.673059754330097 Gooby 1.2.0
|
62
|
+
points.push(new GLatLng(35.493684,-80.849708)); // (40 of 285.0) 2007-05-05T12:31:38Z 186 00:03:06 0.694155746471837 Gooby 1.2.0
|
63
|
+
points.push(new GLatLng(35.493678,-80.849915)); // (41 of 285.0) 2007-05-05T12:31:43Z 191 00:03:11 0.712906908835223 Gooby 1.2.0
|
64
|
+
points.push(new GLatLng(35.493671,-80.850082)); // (42 of 285.0) 2007-05-05T12:31:47Z 195 00:03:15 0.728044714459329 Gooby 1.2.0
|
65
|
+
points.push(new GLatLng(35.493691,-80.850322)); // (43 of 285.0) 2007-05-05T12:31:53Z 201 00:03:21 0.749884972742081 Gooby 1.2.0
|
66
|
+
points.push(new GLatLng(35.493665,-80.850509)); // (44 of 285.0) 2007-05-05T12:31:58Z 206 00:03:26 0.767058778884234 Gooby 1.2.0
|
67
|
+
points.push(new GLatLng(35.49353,-80.85053)); // (45 of 285.0) 2007-05-05T12:32:03Z 211 00:03:31 0.782189438977791 Gooby 1.2.0
|
68
|
+
points.push(new GLatLng(35.493497,-80.850527)); // (46 of 285.0) 2007-05-05T12:32:04Z 212 00:03:32 0.785868540646716 Gooby 1.2.0
|
69
|
+
points.push(new GLatLng(35.493281,-80.850534)); // (47 of 285.0) 2007-05-05T12:32:11Z 219 00:03:39 0.809893706259307 Gooby 1.2.0
|
70
|
+
points.push(new GLatLng(35.493097,-80.850527)); // (48 of 285.0) 2007-05-05T12:32:17Z 225 00:03:45 0.830362233540476 Gooby 1.2.0
|
71
|
+
points.push(new GLatLng(35.492902,-80.850516)); // (49 of 285.0) 2007-05-05T12:32:23Z 231 00:03:51 0.85206672875355 Gooby 1.2.0
|
72
|
+
points.push(new GLatLng(35.492692,-80.850533)); // (50 of 285.0) 2007-05-05T12:32:29Z 237 00:03:57 0.875466913135412 Gooby 1.2.0
|
73
|
+
points.push(new GLatLng(35.492468,-80.850539)); // (51 of 285.0) 2007-05-05T12:32:36Z 244 00:04:04 0.900378950818027 Gooby 1.2.0
|
74
|
+
points.push(new GLatLng(35.492337,-80.850543)); // (52 of 285.0) 2007-05-05T12:32:40Z 248 00:04:08 0.914948885199833 Gooby 1.2.0
|
75
|
+
points.push(new GLatLng(35.492167,-80.850552)); // (53 of 285.0) 2007-05-05T12:32:45Z 253 00:04:13 0.933868701259128 Gooby 1.2.0
|
76
|
+
points.push(new GLatLng(35.492006,-80.850519)); // (54 of 285.0) 2007-05-05T12:32:50Z 258 00:04:18 0.952017858140343 Gooby 1.2.0
|
77
|
+
points.push(new GLatLng(35.491973,-80.850322)); // (55 of 285.0) 2007-05-05T12:32:55Z 263 00:04:23 0.970225760337815 Gooby 1.2.0
|
78
|
+
points.push(new GLatLng(35.491975,-80.850033)); // (56 of 285.0) 2007-05-05T12:33:02Z 270 00:04:30 0.996389813229146 Gooby 1.2.0
|
79
|
+
points.push(new GLatLng(35.491976,-80.849797)); // (57 of 285.0) 2007-05-05T12:33:08Z 276 00:04:36 1.01775492268667 1.0 00:04:36 Gooby 1.2.0
|
80
|
+
points.push(new GLatLng(35.491975,-80.849525)); // (58 of 285.0) 2007-05-05T12:33:15Z 283 00:04:43 1.04237915637873 Gooby 1.2.0
|
81
|
+
points.push(new GLatLng(35.491985,-80.849333)); // (59 of 285.0) 2007-05-05T12:33:20Z 288 00:04:48 1.05979629389707 Gooby 1.2.0
|
82
|
+
points.push(new GLatLng(35.492084,-80.849263)); // (60 of 285.0) 2007-05-05T12:33:24Z 292 00:04:52 1.07249751479588 Gooby 1.2.0
|
83
|
+
points.push(new GLatLng(35.49224,-80.849234)); // (61 of 285.0) 2007-05-05T12:33:29Z 297 00:04:57 1.09004044667771 Gooby 1.2.0
|
84
|
+
points.push(new GLatLng(35.492444,-80.849214)); // (62 of 285.0) 2007-05-05T12:33:35Z 303 00:05:03 1.11279532496788 Gooby 1.2.0
|
85
|
+
points.push(new GLatLng(35.492603,-80.849211)); // (63 of 285.0) 2007-05-05T12:33:40Z 308 00:05:08 1.13047666729246 Gooby 1.2.0
|
86
|
+
points.push(new GLatLng(35.492764,-80.849204)); // (64 of 285.0) 2007-05-05T12:33:45Z 313 00:05:13 1.14838916794446 Gooby 1.2.0
|
87
|
+
points.push(new GLatLng(35.492923,-80.849214)); // (65 of 285.0) 2007-05-05T12:33:50Z 318 00:05:18 1.1660913948545 Gooby 1.2.0
|
88
|
+
points.push(new GLatLng(35.49311,-80.849197)); // (66 of 285.0) 2007-05-05T12:33:56Z 324 00:05:24 1.18694074227808 Gooby 1.2.0
|
89
|
+
points.push(new GLatLng(35.493263,-80.849191)); // (67 of 285.0) 2007-05-05T12:34:01Z 329 00:05:29 1.20396116308462 Gooby 1.2.0
|
90
|
+
points.push(new GLatLng(35.493468,-80.849198)); // (68 of 285.0) 2007-05-05T12:34:07Z 335 00:05:35 1.22676391186963 Gooby 1.2.0
|
91
|
+
points.push(new GLatLng(35.493621,-80.849199)); // (69 of 285.0) 2007-05-05T12:34:12Z 340 00:05:40 1.24377585900794 Gooby 1.2.0
|
92
|
+
points.push(new GLatLng(35.4937,-80.849133)); // (70 of 285.0) 2007-05-05T12:34:15Z 343 00:05:43 1.25439877318367 Gooby 1.2.0
|
93
|
+
points.push(new GLatLng(35.493722,-80.848942)); // (71 of 285.0) 2007-05-05T12:34:20Z 348 00:05:48 1.27186164166654 Gooby 1.2.0
|
94
|
+
points.push(new GLatLng(35.493762,-80.848692)); // (72 of 285.0) 2007-05-05T12:34:26Z 354 00:05:54 1.29492648832801 Gooby 1.2.0
|
95
|
+
points.push(new GLatLng(35.49372,-80.848425)); // (73 of 285.0) 2007-05-05T12:34:32Z 360 00:06:00 1.31954449966604 Gooby 1.2.0
|
96
|
+
points.push(new GLatLng(35.493707,-80.848206)); // (74 of 285.0) 2007-05-05T12:34:37Z 365 00:06:05 1.33942223300594 Gooby 1.2.0
|
97
|
+
points.push(new GLatLng(35.493699,-80.847974)); // (75 of 285.0) 2007-05-05T12:34:43Z 371 00:06:11 1.36044354959238 Gooby 1.2.0
|
98
|
+
points.push(new GLatLng(35.493659,-80.847779)); // (76 of 285.0) 2007-05-05T12:34:48Z 376 00:06:16 1.37864848189957 Gooby 1.2.0
|
99
|
+
points.push(new GLatLng(35.493543,-80.847601)); // (77 of 285.0) 2007-05-05T12:34:53Z 381 00:06:21 1.3992886583184 Gooby 1.2.0
|
100
|
+
points.push(new GLatLng(35.493431,-80.847408)); // (78 of 285.0) 2007-05-05T12:34:58Z 386 00:06:26 1.42074468354601 Gooby 1.2.0
|
101
|
+
points.push(new GLatLng(35.49337,-80.847268)); // (79 of 285.0) 2007-05-05T12:35:02Z 390 00:06:30 1.43511971654755 Gooby 1.2.0
|
102
|
+
points.push(new GLatLng(35.493299,-80.847127)); // (80 of 285.0) 2007-05-05T12:35:06Z 394 00:06:34 1.450127781679 Gooby 1.2.0
|
103
|
+
points.push(new GLatLng(35.493225,-80.846914)); // (81 of 285.0) 2007-05-05T12:35:12Z 400 00:06:40 1.47109221852984 Gooby 1.2.0
|
104
|
+
points.push(new GLatLng(35.493224,-80.846879)); // (82 of 285.0) 2007-05-05T12:35:13Z 401 00:06:41 1.47426353016068 Gooby 1.2.0
|
105
|
+
points.push(new GLatLng(35.493309,-80.846695)); // (83 of 285.0) 2007-05-05T12:35:19Z 407 00:06:47 1.4934150845259 Gooby 1.2.0
|
106
|
+
points.push(new GLatLng(35.493439,-80.846592)); // (84 of 285.0) 2007-05-05T12:35:24Z 412 00:06:52 1.51061615568856 Gooby 1.2.0
|
107
|
+
points.push(new GLatLng(35.493563,-80.84647)); // (85 of 285.0) 2007-05-05T12:35:29Z 417 00:06:57 1.5282819459041 Gooby 1.2.0
|
108
|
+
points.push(new GLatLng(35.493726,-80.846341)); // (86 of 285.0) 2007-05-05T12:35:35Z 423 00:07:03 1.54984230111178 Gooby 1.2.0
|
109
|
+
points.push(new GLatLng(35.493888,-80.846233)); // (87 of 285.0) 2007-05-05T12:35:41Z 429 00:07:09 1.57033722805218 Gooby 1.2.0
|
110
|
+
points.push(new GLatLng(35.494028,-80.84612)); // (88 of 285.0) 2007-05-05T12:35:47Z 435 00:07:15 1.58896398243075 Gooby 1.2.0
|
111
|
+
points.push(new GLatLng(35.494139,-80.846027)); // (89 of 285.0) 2007-05-05T12:35:52Z 440 00:07:20 1.60390404074174 Gooby 1.2.0
|
112
|
+
points.push(new GLatLng(35.494282,-80.845907)); // (90 of 285.0) 2007-05-05T12:35:58Z 446 00:07:26 1.62316071076897 Gooby 1.2.0
|
113
|
+
points.push(new GLatLng(35.494426,-80.845786)); // (91 of 285.0) 2007-05-05T12:36:04Z 452 00:07:32 1.64256052036879 Gooby 1.2.0
|
114
|
+
points.push(new GLatLng(35.49448,-80.845701)); // (92 of 285.0) 2007-05-05T12:36:07Z 455 00:07:35 1.65232039674474 Gooby 1.2.0
|
115
|
+
points.push(new GLatLng(35.494418,-80.845525)); // (93 of 285.0) 2007-05-05T12:36:12Z 460 00:07:40 1.66968052559622 Gooby 1.2.0
|
116
|
+
points.push(new GLatLng(35.494326,-80.845322)); // (94 of 285.0) 2007-05-05T12:36:18Z 466 00:07:46 1.69071277119794 Gooby 1.2.0
|
117
|
+
points.push(new GLatLng(35.49426,-80.845193)); // (95 of 285.0) 2007-05-05T12:36:22Z 470 00:07:50 1.70450519689453 Gooby 1.2.0
|
118
|
+
points.push(new GLatLng(35.494206,-80.845109)); // (96 of 285.0) 2007-05-05T12:36:25Z 473 00:07:53 1.71419417902903 Gooby 1.2.0
|
119
|
+
points.push(new GLatLng(35.494085,-80.845069)); // (97 of 285.0) 2007-05-05T12:36:29Z 477 00:07:57 1.72812669894426 Gooby 1.2.0
|
120
|
+
points.push(new GLatLng(35.493864,-80.845166)); // (98 of 285.0) 2007-05-05T12:36:36Z 484 00:08:04 1.75422160102141 Gooby 1.2.0
|
121
|
+
points.push(new GLatLng(35.493726,-80.845249)); // (99 of 285.0) 2007-05-05T12:36:41Z 489 00:08:09 1.77130649535151 Gooby 1.2.0
|
122
|
+
points.push(new GLatLng(35.493509,-80.845389)); // (100 of 285.0) 2007-05-05T12:36:49Z 497 00:08:17 1.79856070965053 Gooby 1.2.0
|
123
|
+
points.push(new GLatLng(35.493332,-80.845512)); // (101 of 285.0) 2007-05-05T12:36:55Z 503 00:08:23 1.82117296257443 Gooby 1.2.0
|
124
|
+
points.push(new GLatLng(35.493192,-80.845613)); // (102 of 285.0) 2007-05-05T12:37:00Z 508 00:08:28 1.83922628181805 Gooby 1.2.0
|
125
|
+
points.push(new GLatLng(35.492969,-80.845787)); // (103 of 285.0) 2007-05-05T12:37:08Z 516 00:08:36 1.86860208982328 Gooby 1.2.0
|
126
|
+
points.push(new GLatLng(35.492807,-80.845916)); // (104 of 285.0) 2007-05-05T12:37:14Z 522 00:08:42 1.89006924255201 Gooby 1.2.0
|
127
|
+
points.push(new GLatLng(35.492679,-80.846016)); // (105 of 285.0) 2007-05-05T12:37:19Z 527 00:08:47 1.90693702030145 Gooby 1.2.0
|
128
|
+
points.push(new GLatLng(35.492539,-80.846131)); // (106 of 285.0) 2007-05-05T12:37:24Z 532 00:08:52 1.92566413715423 Gooby 1.2.0
|
129
|
+
points.push(new GLatLng(35.492373,-80.846239)); // (107 of 285.0) 2007-05-05T12:37:29Z 537 00:08:57 1.9465514867339 Gooby 1.2.0
|
130
|
+
points.push(new GLatLng(35.492219,-80.846265)); // (108 of 285.0) 2007-05-05T12:37:34Z 542 00:09:02 1.96383565912971 Gooby 1.2.0
|
131
|
+
points.push(new GLatLng(35.492045,-80.846253)); // (109 of 285.0) 2007-05-05T12:37:40Z 548 00:09:08 1.98321315833688 Gooby 1.2.0
|
132
|
+
points.push(new GLatLng(35.491853,-80.846194)); // (110 of 285.0) 2007-05-05T12:37:46Z 554 00:09:14 2.00521948586983 2.0 00:04:38 Gooby 1.2.0
|
133
|
+
points.push(new GLatLng(35.491683,-80.846085)); // (111 of 285.0) 2007-05-05T12:37:52Z 560 00:09:20 2.02654237341846 Gooby 1.2.0
|
134
|
+
points.push(new GLatLng(35.491674,-80.846049)); // (112 of 285.0) 2007-05-05T12:37:53Z 561 00:09:21 2.02995195964653 Gooby 1.2.0
|
135
|
+
points.push(new GLatLng(35.491711,-80.845796)); // (113 of 285.0) 2007-05-05T12:37:59Z 567 00:09:27 2.0532225780751 Gooby 1.2.0
|
136
|
+
points.push(new GLatLng(35.49176,-80.845516)); // (114 of 285.0) 2007-05-05T12:38:06Z 574 00:09:34 2.07914979253808 Gooby 1.2.0
|
137
|
+
points.push(new GLatLng(35.491807,-80.845285)); // (115 of 285.0) 2007-05-05T12:38:12Z 580 00:09:40 2.10070513137641 Gooby 1.2.0
|
138
|
+
points.push(new GLatLng(35.491825,-80.845004)); // (116 of 285.0) 2007-05-05T12:38:19Z 587 00:09:47 2.12622278721443 Gooby 1.2.0
|
139
|
+
points.push(new GLatLng(35.491829,-80.844815)); // (117 of 285.0) 2007-05-05T12:38:24Z 592 00:09:52 2.14333851097862 Gooby 1.2.0
|
140
|
+
points.push(new GLatLng(35.491743,-80.84471)); // (118 of 285.0) 2007-05-05T12:38:28Z 596 00:09:56 2.1568213485561 Gooby 1.2.0
|
141
|
+
points.push(new GLatLng(35.491559,-80.844549)); // (119 of 285.0) 2007-05-05T12:38:35Z 603 00:10:03 2.18194124682454 Gooby 1.2.0
|
142
|
+
points.push(new GLatLng(35.491397,-80.84443)); // (120 of 285.0) 2007-05-05T12:38:41Z 609 00:10:09 2.20292974221978 Gooby 1.2.0
|
143
|
+
points.push(new GLatLng(35.491224,-80.844318)); // (121 of 285.0) 2007-05-05T12:38:47Z 615 00:10:15 2.22467406070591 Gooby 1.2.0
|
144
|
+
points.push(new GLatLng(35.491003,-80.844234)); // (122 of 285.0) 2007-05-05T12:38:54Z 622 00:10:22 2.25039661029307 Gooby 1.2.0
|
145
|
+
points.push(new GLatLng(35.490811,-80.844193)); // (123 of 285.0) 2007-05-05T12:39:00Z 628 00:10:28 2.2720651603948 Gooby 1.2.0
|
146
|
+
points.push(new GLatLng(35.490653,-80.844163)); // (124 of 285.0) 2007-05-05T12:39:05Z 633 00:10:33 2.28984181102842 Gooby 1.2.0
|
147
|
+
points.push(new GLatLng(35.490444,-80.844128)); // (125 of 285.0) 2007-05-05T12:39:11Z 639 00:10:39 2.31329527366793 Gooby 1.2.0
|
148
|
+
points.push(new GLatLng(35.490246,-80.844106)); // (126 of 285.0) 2007-05-05T12:39:17Z 645 00:10:45 2.33540088850847 Gooby 1.2.0
|
149
|
+
points.push(new GLatLng(35.490065,-80.844085)); // (127 of 285.0) 2007-05-05T12:39:22Z 650 00:10:50 2.35561600809702 Gooby 1.2.0
|
150
|
+
points.push(new GLatLng(35.489861,-80.844058)); // (128 of 285.0) 2007-05-05T12:39:28Z 656 00:10:56 2.37843001754817 Gooby 1.2.0
|
151
|
+
points.push(new GLatLng(35.489754,-80.843966)); // (129 of 285.0) 2007-05-05T12:39:32Z 660 00:11:00 2.3929528680832 Gooby 1.2.0
|
152
|
+
points.push(new GLatLng(35.489729,-80.843805)); // (130 of 285.0) 2007-05-05T12:39:36Z 664 00:11:04 2.40779185007566 Gooby 1.2.0
|
153
|
+
points.push(new GLatLng(35.4897,-80.843597)); // (131 of 285.0) 2007-05-05T12:39:41Z 669 00:11:09 2.42689676278341 Gooby 1.2.0
|
154
|
+
points.push(new GLatLng(35.489637,-80.843301)); // (132 of 285.0) 2007-05-05T12:39:48Z 676 00:11:16 2.45459507084603 Gooby 1.2.0
|
155
|
+
points.push(new GLatLng(35.489565,-80.843113)); // (133 of 285.0) 2007-05-05T12:39:53Z 681 00:11:21 2.47340405657855 Gooby 1.2.0
|
156
|
+
points.push(new GLatLng(35.48942,-80.842954)); // (134 of 285.0) 2007-05-05T12:39:59Z 687 00:11:27 2.49501743033085 Gooby 1.2.0
|
157
|
+
points.push(new GLatLng(35.489268,-80.842855)); // (135 of 285.0) 2007-05-05T12:40:04Z 692 00:11:32 2.51414756250071 Gooby 1.2.0
|
158
|
+
points.push(new GLatLng(35.489049,-80.842806)); // (136 of 285.0) 2007-05-05T12:40:11Z 699 00:11:39 2.53889882768188 Gooby 1.2.0
|
159
|
+
points.push(new GLatLng(35.488816,-80.842791)); // (137 of 285.0) 2007-05-05T12:40:18Z 706 00:11:46 2.564841504951 Gooby 1.2.0
|
160
|
+
points.push(new GLatLng(35.488602,-80.842789)); // (138 of 285.0) 2007-05-05T12:40:24Z 712 00:11:52 2.58863675938371 Gooby 1.2.0
|
161
|
+
points.push(new GLatLng(35.488446,-80.842824)); // (139 of 285.0) 2007-05-05T12:40:29Z 717 00:11:57 2.6062693599937 Gooby 1.2.0
|
162
|
+
points.push(new GLatLng(35.488249,-80.842866)); // (140 of 285.0) 2007-05-05T12:40:35Z 723 00:12:03 2.62850099399823 Gooby 1.2.0
|
163
|
+
points.push(new GLatLng(35.488068,-80.842931)); // (141 of 285.0) 2007-05-05T12:40:41Z 729 00:12:09 2.64946908436941 Gooby 1.2.0
|
164
|
+
points.push(new GLatLng(35.487874,-80.842988)); // (142 of 285.0) 2007-05-05T12:40:47Z 735 00:12:15 2.67164836512561 Gooby 1.2.0
|
165
|
+
points.push(new GLatLng(35.487722,-80.84293)); // (143 of 285.0) 2007-05-05T12:40:52Z 740 00:12:20 2.68934626432957 Gooby 1.2.0
|
166
|
+
points.push(new GLatLng(35.487583,-80.842779)); // (144 of 285.0) 2007-05-05T12:40:58Z 746 00:12:26 2.70997989046004 Gooby 1.2.0
|
167
|
+
points.push(new GLatLng(35.487412,-80.842609)); // (145 of 285.0) 2007-05-05T12:41:05Z 753 00:12:33 2.73444201275188 Gooby 1.2.0
|
168
|
+
points.push(new GLatLng(35.487265,-80.84241)); // (146 of 285.0) 2007-05-05T12:41:12Z 760 00:12:40 2.75876818610754 Gooby 1.2.0
|
169
|
+
points.push(new GLatLng(35.487188,-80.842196)); // (147 of 285.0) 2007-05-05T12:41:18Z 766 00:12:46 2.77995029339789 Gooby 1.2.0
|
170
|
+
points.push(new GLatLng(35.48715,-80.841975)); // (148 of 285.0) 2007-05-05T12:41:24Z 772 00:12:52 2.80039987995875 Gooby 1.2.0
|
171
|
+
points.push(new GLatLng(35.487146,-80.841744)); // (149 of 285.0) 2007-05-05T12:41:30Z 778 00:12:58 2.82131827086106 Gooby 1.2.0
|
172
|
+
points.push(new GLatLng(35.4872,-80.841489)); // (150 of 285.0) 2007-05-05T12:41:37Z 785 00:13:05 2.84517253313684 Gooby 1.2.0
|
173
|
+
points.push(new GLatLng(35.487302,-80.841302)); // (151 of 285.0) 2007-05-05T12:41:43Z 791 00:13:11 2.86555060353575 Gooby 1.2.0
|
174
|
+
points.push(new GLatLng(35.487415,-80.841137)); // (152 of 285.0) 2007-05-05T12:41:49Z 797 00:13:17 2.88507035628765 Gooby 1.2.0
|
175
|
+
points.push(new GLatLng(35.487529,-80.841009)); // (153 of 285.0) 2007-05-05T12:41:54Z 802 00:13:22 2.90224494952706 Gooby 1.2.0
|
176
|
+
points.push(new GLatLng(35.487673,-80.84087)); // (154 of 285.0) 2007-05-05T12:42:00Z 808 00:13:28 2.92260974863157 Gooby 1.2.0
|
177
|
+
points.push(new GLatLng(35.487772,-80.840776)); // (155 of 285.0) 2007-05-05T12:42:04Z 812 00:13:32 2.93652382194254 Gooby 1.2.0
|
178
|
+
points.push(new GLatLng(35.487943,-80.840616)); // (156 of 285.0) 2007-05-05T12:42:11Z 819 00:13:39 2.96042639211154 Gooby 1.2.0
|
179
|
+
points.push(new GLatLng(35.488058,-80.840505)); // (157 of 285.0) 2007-05-05T12:42:16Z 824 00:13:44 2.97668922046436 Gooby 1.2.0
|
180
|
+
points.push(new GLatLng(35.488216,-80.840387)); // (158 of 285.0) 2007-05-05T12:42:22Z 830 00:13:50 2.9972499982554 Gooby 1.2.0
|
181
|
+
points.push(new GLatLng(35.488409,-80.840216)); // (159 of 285.0) 2007-05-05T12:42:29Z 837 00:13:57 3.02371082191346 3.0 00:04:43 Gooby 1.2.0
|
182
|
+
points.push(new GLatLng(35.488559,-80.840107)); // (160 of 285.0) 2007-05-05T12:42:35Z 843 00:14:03 3.04308971627266 Gooby 1.2.0
|
183
|
+
points.push(new GLatLng(35.488667,-80.839997)); // (161 of 285.0) 2007-05-05T12:42:40Z 848 00:14:08 3.05869016012267 Gooby 1.2.0
|
184
|
+
points.push(new GLatLng(35.488821,-80.839804)); // (162 of 285.0) 2007-05-05T12:42:47Z 855 00:14:15 3.0831544927141 Gooby 1.2.0
|
185
|
+
points.push(new GLatLng(35.48893,-80.839672)); // (163 of 285.0) 2007-05-05T12:42:52Z 860 00:14:20 3.1001751782548 Gooby 1.2.0
|
186
|
+
points.push(new GLatLng(35.489021,-80.839507)); // (164 of 285.0) 2007-05-05T12:42:58Z 866 00:14:26 3.11821751221119 Gooby 1.2.0
|
187
|
+
points.push(new GLatLng(35.489156,-80.839332)); // (165 of 285.0) 2007-05-05T12:43:04Z 872 00:14:32 3.14004249801716 Gooby 1.2.0
|
188
|
+
points.push(new GLatLng(35.489262,-80.839139)); // (166 of 285.0) 2007-05-05T12:43:10Z 878 00:14:38 3.16111904438217 Gooby 1.2.0
|
189
|
+
points.push(new GLatLng(35.489359,-80.838945)); // (167 of 285.0) 2007-05-05T12:43:16Z 884 00:14:44 3.18172972810965 Gooby 1.2.0
|
190
|
+
points.push(new GLatLng(35.48945,-80.838747)); // (168 of 285.0) 2007-05-05T12:43:22Z 890 00:14:50 3.20231372283358 Gooby 1.2.0
|
191
|
+
points.push(new GLatLng(35.489553,-80.838524)); // (169 of 285.0) 2007-05-05T12:43:29Z 897 00:14:57 3.22552462618133 Gooby 1.2.0
|
192
|
+
points.push(new GLatLng(35.489653,-80.83831)); // (170 of 285.0) 2007-05-05T12:43:36Z 904 00:15:04 3.24786261580095 Gooby 1.2.0
|
193
|
+
points.push(new GLatLng(35.489741,-80.838113)); // (171 of 285.0) 2007-05-05T12:43:42Z 910 00:15:10 3.2682052768414 Gooby 1.2.0
|
194
|
+
points.push(new GLatLng(35.489832,-80.837918)); // (172 of 285.0) 2007-05-05T12:43:48Z 916 00:15:16 3.28855325321384 Gooby 1.2.0
|
195
|
+
points.push(new GLatLng(35.489915,-80.83773)); // (173 of 285.0) 2007-05-05T12:43:54Z 922 00:15:22 3.30791446821888 Gooby 1.2.0
|
196
|
+
points.push(new GLatLng(35.489988,-80.837543)); // (174 of 285.0) 2007-05-05T12:44:00Z 928 00:15:28 3.32668916530435 Gooby 1.2.0
|
197
|
+
points.push(new GLatLng(35.490119,-80.837421)); // (175 of 285.0) 2007-05-05T12:44:06Z 934 00:15:34 3.34496918611299 Gooby 1.2.0
|
198
|
+
points.push(new GLatLng(35.490228,-80.837437)); // (176 of 285.0) 2007-05-05T12:44:10Z 938 00:15:38 3.35717544722248 Gooby 1.2.0
|
199
|
+
points.push(new GLatLng(35.49039,-80.837556)); // (177 of 285.0) 2007-05-05T12:44:16Z 944 00:15:44 3.37816394261772 Gooby 1.2.0
|
200
|
+
points.push(new GLatLng(35.490489,-80.837655)); // (178 of 285.0) 2007-05-05T12:44:20Z 948 00:15:48 3.39235918206417 Gooby 1.2.0
|
201
|
+
points.push(new GLatLng(35.490644,-80.83778)); // (179 of 285.0) 2007-05-05T12:44:26Z 954 00:15:54 3.41297686046668 Gooby 1.2.0
|
202
|
+
points.push(new GLatLng(35.490816,-80.837922)); // (180 of 285.0) 2007-05-05T12:44:33Z 961 00:16:01 3.43602059871394 Gooby 1.2.0
|
203
|
+
points.push(new GLatLng(35.490997,-80.838051)); // (181 of 285.0) 2007-05-05T12:44:40Z 968 00:16:08 3.45928908709992 Gooby 1.2.0
|
204
|
+
points.push(new GLatLng(35.491236,-80.838213)); // (182 of 285.0) 2007-05-05T12:44:49Z 977 00:16:17 3.48964184287734 Gooby 1.2.0
|
205
|
+
points.push(new GLatLng(35.491437,-80.838337)); // (183 of 285.0) 2007-05-05T12:44:56Z 984 00:16:24 3.51465190190518 Gooby 1.2.0
|
206
|
+
points.push(new GLatLng(35.491612,-80.838433)); // (184 of 285.0) 2007-05-05T12:45:02Z 990 00:16:30 3.53596252945301 Gooby 1.2.0
|
207
|
+
points.push(new GLatLng(35.491752,-80.838504)); // (185 of 285.0) 2007-05-05T12:45:07Z 995 00:16:35 3.55280410792806 Gooby 1.2.0
|
208
|
+
points.push(new GLatLng(35.49198,-80.838604)); // (186 of 285.0) 2007-05-05T12:45:14Z 1002 00:16:42 3.57972328964004 Gooby 1.2.0
|
209
|
+
points.push(new GLatLng(35.492127,-80.83869)); // (187 of 285.0) 2007-05-05T12:45:19Z 1007 00:16:47 3.59782745357563 Gooby 1.2.0
|
210
|
+
points.push(new GLatLng(35.492261,-80.838757)); // (188 of 285.0) 2007-05-05T12:45:23Z 1011 00:16:51 3.61391366124524 Gooby 1.2.0
|
211
|
+
points.push(new GLatLng(35.492367,-80.838684)); // (189 of 285.0) 2007-05-05T12:45:27Z 1015 00:16:55 3.62742620960672 Gooby 1.2.0
|
212
|
+
points.push(new GLatLng(35.492468,-80.838416)); // (190 of 285.0) 2007-05-05T12:45:34Z 1022 00:17:02 3.65416130570631 Gooby 1.2.0
|
213
|
+
points.push(new GLatLng(35.492506,-80.838207)); // (191 of 285.0) 2007-05-05T12:45:39Z 1027 00:17:07 3.67354787160706 Gooby 1.2.0
|
214
|
+
points.push(new GLatLng(35.492532,-80.838014)); // (192 of 285.0) 2007-05-05T12:45:44Z 1032 00:17:12 3.69125747863373 Gooby 1.2.0
|
215
|
+
points.push(new GLatLng(35.492565,-80.837816)); // (193 of 285.0) 2007-05-05T12:45:50Z 1038 00:17:18 3.70955376083646 Gooby 1.2.0
|
216
|
+
points.push(new GLatLng(35.492594,-80.837628)); // (194 of 285.0) 2007-05-05T12:45:55Z 1043 00:17:23 3.72687595309305 Gooby 1.2.0
|
217
|
+
points.push(new GLatLng(35.492627,-80.837445)); // (195 of 285.0) 2007-05-05T12:46:00Z 1048 00:17:28 3.7438444062661 Gooby 1.2.0
|
218
|
+
points.push(new GLatLng(35.492647,-80.837227)); // (196 of 285.0) 2007-05-05T12:46:05Z 1053 00:17:33 3.7637046774318 Gooby 1.2.0
|
219
|
+
points.push(new GLatLng(35.492679,-80.837047)); // (197 of 285.0) 2007-05-05T12:46:10Z 1058 00:17:38 3.78038387441474 Gooby 1.2.0
|
220
|
+
points.push(new GLatLng(35.492728,-80.836847)); // (198 of 285.0) 2007-05-05T12:46:15Z 1063 00:17:43 3.79929201708876 Gooby 1.2.0
|
221
|
+
points.push(new GLatLng(35.492773,-80.836652)); // (199 of 285.0) 2007-05-05T12:46:20Z 1068 00:17:48 3.81764068094009 Gooby 1.2.0
|
222
|
+
points.push(new GLatLng(35.492883,-80.836671)); // (200 of 285.0) 2007-05-05T12:46:24Z 1072 00:17:52 3.82999189498956 Gooby 1.2.0
|
223
|
+
points.push(new GLatLng(35.49298,-80.836775)); // (201 of 285.0) 2007-05-05T12:46:28Z 1076 00:17:56 3.84430850670062 Gooby 1.2.0
|
224
|
+
points.push(new GLatLng(35.493117,-80.83697)); // (202 of 285.0) 2007-05-05T12:46:35Z 1083 00:18:03 3.86762555034926 Gooby 1.2.0
|
225
|
+
points.push(new GLatLng(35.493242,-80.83713)); // (203 of 285.0) 2007-05-05T12:46:42Z 1090 00:18:10 3.88769975266242 Gooby 1.2.0
|
226
|
+
points.push(new GLatLng(35.493352,-80.837267)); // (204 of 285.0) 2007-05-05T12:46:47Z 1095 00:18:15 3.90511844234891 Gooby 1.2.0
|
227
|
+
points.push(new GLatLng(35.493495,-80.837473)); // (205 of 285.0) 2007-05-05T12:46:55Z 1103 00:18:23 3.92962565207796 Gooby 1.2.0
|
228
|
+
points.push(new GLatLng(35.493598,-80.837634)); // (206 of 285.0) 2007-05-05T12:47:01Z 1109 00:18:29 3.94816171285614 Gooby 1.2.0
|
229
|
+
points.push(new GLatLng(35.493684,-80.837813)); // (207 of 285.0) 2007-05-05T12:47:07Z 1115 00:18:35 3.96697716565599 Gooby 1.2.0
|
230
|
+
points.push(new GLatLng(35.49375,-80.838024)); // (208 of 285.0) 2007-05-05T12:47:13Z 1121 00:18:41 3.98743974832003 Gooby 1.2.0
|
231
|
+
points.push(new GLatLng(35.493817,-80.838233)); // (209 of 285.0) 2007-05-05T12:47:19Z 1127 00:18:47 4.00777399057662 4.0 00:04:50 Gooby 1.2.0
|
232
|
+
points.push(new GLatLng(35.493862,-80.838426)); // (210 of 285.0) 2007-05-05T12:47:24Z 1132 00:18:52 4.02594820559964 Gooby 1.2.0
|
233
|
+
points.push(new GLatLng(35.49396,-80.838648)); // (211 of 285.0) 2007-05-05T12:47:31Z 1139 00:18:59 4.04880917333975 Gooby 1.2.0
|
234
|
+
points.push(new GLatLng(35.49398,-80.838833)); // (212 of 285.0) 2007-05-05T12:47:36Z 1144 00:19:04 4.0657036431617 Gooby 1.2.0
|
235
|
+
points.push(new GLatLng(35.494015,-80.839064)); // (213 of 285.0) 2007-05-05T12:47:42Z 1150 00:19:10 4.08697448282273 Gooby 1.2.0
|
236
|
+
points.push(new GLatLng(35.494055,-80.839299)); // (214 of 285.0) 2007-05-05T12:47:48Z 1156 00:19:16 4.10870843769168 Gooby 1.2.0
|
237
|
+
points.push(new GLatLng(35.494134,-80.839422)); // (215 of 285.0) 2007-05-05T12:47:52Z 1160 00:19:20 4.12289129216607 Gooby 1.2.0
|
238
|
+
points.push(new GLatLng(35.494231,-80.83956)); // (216 of 285.0) 2007-05-05T12:47:57Z 1165 00:19:25 4.13939559417239 Gooby 1.2.0
|
239
|
+
points.push(new GLatLng(35.494283,-80.839758)); // (217 of 285.0) 2007-05-05T12:48:02Z 1170 00:19:30 4.15822947789352 Gooby 1.2.0
|
240
|
+
points.push(new GLatLng(35.494339,-80.839978)); // (218 of 285.0) 2007-05-05T12:48:07Z 1175 00:19:35 4.17909610760407 Gooby 1.2.0
|
241
|
+
points.push(new GLatLng(35.494397,-80.840207)); // (219 of 285.0) 2007-05-05T12:48:13Z 1181 00:19:41 4.20080683001864 Gooby 1.2.0
|
242
|
+
points.push(new GLatLng(35.494461,-80.840426)); // (220 of 285.0) 2007-05-05T12:48:19Z 1187 00:19:47 4.22187075908954 Gooby 1.2.0
|
243
|
+
points.push(new GLatLng(35.4945,-80.840625)); // (221 of 285.0) 2007-05-05T12:48:24Z 1192 00:19:52 4.24040049846274 Gooby 1.2.0
|
244
|
+
points.push(new GLatLng(35.494574,-80.840838)); // (222 of 285.0) 2007-05-05T12:48:30Z 1198 00:19:58 4.26136493531357 Gooby 1.2.0
|
245
|
+
points.push(new GLatLng(35.494633,-80.841082)); // (223 of 285.0) 2007-05-05T12:48:37Z 1205 00:20:05 4.28440710920536 Gooby 1.2.0
|
246
|
+
points.push(new GLatLng(35.494716,-80.841309)); // (224 of 285.0) 2007-05-05T12:48:44Z 1212 00:20:12 4.30693391353337 Gooby 1.2.0
|
247
|
+
points.push(new GLatLng(35.49477,-80.841492)); // (225 of 285.0) 2007-05-05T12:48:49Z 1217 00:20:17 4.3245547551553 Gooby 1.2.0
|
248
|
+
points.push(new GLatLng(35.494824,-80.841667)); // (226 of 285.0) 2007-05-05T12:48:54Z 1222 00:20:22 4.34149663281764 Gooby 1.2.0
|
249
|
+
points.push(new GLatLng(35.494896,-80.841899)); // (227 of 285.0) 2007-05-05T12:49:00Z 1228 00:20:28 4.36397297434923 Gooby 1.2.0
|
250
|
+
points.push(new GLatLng(35.494894,-80.842072)); // (228 of 285.0) 2007-05-05T12:49:05Z 1233 00:20:33 4.37963568185896 Gooby 1.2.0
|
251
|
+
points.push(new GLatLng(35.49491,-80.84221)); // (229 of 285.0) 2007-05-05T12:49:09Z 1237 00:20:37 4.3922539722646 Gooby 1.2.0
|
252
|
+
points.push(new GLatLng(35.495014,-80.842453)); // (230 of 285.0) 2007-05-05T12:49:16Z 1244 00:20:44 4.41710625009001 Gooby 1.2.0
|
253
|
+
points.push(new GLatLng(35.495124,-80.842665)); // (231 of 285.0) 2007-05-05T12:49:23Z 1251 00:20:51 4.43986390049182 Gooby 1.2.0
|
254
|
+
points.push(new GLatLng(35.495193,-80.842824)); // (232 of 285.0) 2007-05-05T12:49:28Z 1256 00:20:56 4.45617431505224 Gooby 1.2.0
|
255
|
+
points.push(new GLatLng(35.495276,-80.843012)); // (233 of 285.0) 2007-05-05T12:49:33Z 1261 00:21:01 4.47553459911774 Gooby 1.2.0
|
256
|
+
points.push(new GLatLng(35.495348,-80.843212)); // (234 of 285.0) 2007-05-05T12:49:39Z 1267 00:21:07 4.49533078639912 Gooby 1.2.0
|
257
|
+
points.push(new GLatLng(35.495452,-80.843389)); // (235 of 285.0) 2007-05-05T12:49:44Z 1272 00:21:12 4.51509074965178 Gooby 1.2.0
|
258
|
+
points.push(new GLatLng(35.495556,-80.843599)); // (236 of 285.0) 2007-05-05T12:49:50Z 1278 00:21:18 4.53734203499311 Gooby 1.2.0
|
259
|
+
points.push(new GLatLng(35.495649,-80.843751)); // (237 of 285.0) 2007-05-05T12:49:55Z 1283 00:21:23 4.55455462835557 Gooby 1.2.0
|
260
|
+
points.push(new GLatLng(35.495741,-80.843959)); // (238 of 285.0) 2007-05-05T12:50:01Z 1289 00:21:29 4.57598333524375 Gooby 1.2.0
|
261
|
+
points.push(new GLatLng(35.495829,-80.844134)); // (239 of 285.0) 2007-05-05T12:50:06Z 1294 00:21:34 4.59460379900666 Gooby 1.2.0
|
262
|
+
points.push(new GLatLng(35.495947,-80.844357)); // (240 of 285.0) 2007-05-05T12:50:13Z 1301 00:21:41 4.6186801113492 Gooby 1.2.0
|
263
|
+
points.push(new GLatLng(35.496064,-80.844577)); // (241 of 285.0) 2007-05-05T12:50:20Z 1308 00:21:48 4.64246816892987 Gooby 1.2.0
|
264
|
+
points.push(new GLatLng(35.496188,-80.844813)); // (242 of 285.0) 2007-05-05T12:50:27Z 1315 00:21:55 4.66789472315989 Gooby 1.2.0
|
265
|
+
points.push(new GLatLng(35.496289,-80.844977)); // (243 of 285.0) 2007-05-05T12:50:32Z 1320 00:22:00 4.68650986243379 Gooby 1.2.0
|
266
|
+
points.push(new GLatLng(35.49646,-80.845317)); // (244 of 285.0) 2007-05-05T12:50:41Z 1329 00:22:09 4.72268756404271 Gooby 1.2.0
|
267
|
+
points.push(new GLatLng(35.496539,-80.845497)); // (245 of 285.0) 2007-05-05T12:50:46Z 1334 00:22:14 4.74119881308552 Gooby 1.2.0
|
268
|
+
points.push(new GLatLng(35.496604,-80.845657)); // (246 of 285.0) 2007-05-05T12:50:51Z 1339 00:22:19 4.75738610330265 Gooby 1.2.0
|
269
|
+
points.push(new GLatLng(35.496743,-80.845862)); // (247 of 285.0) 2007-05-05T12:50:57Z 1345 00:22:25 4.78153697371373 Gooby 1.2.0
|
270
|
+
points.push(new GLatLng(35.496863,-80.846044)); // (248 of 285.0) 2007-05-05T12:51:02Z 1350 00:22:30 4.8027377923653 Gooby 1.2.0
|
271
|
+
points.push(new GLatLng(35.49699,-80.846218)); // (249 of 285.0) 2007-05-05T12:51:08Z 1356 00:22:36 4.823892227588 Gooby 1.2.0
|
272
|
+
points.push(new GLatLng(35.497132,-80.846335)); // (250 of 285.0) 2007-05-05T12:51:13Z 1361 00:22:41 4.84290469872466 Gooby 1.2.0
|
273
|
+
points.push(new GLatLng(35.497289,-80.846464)); // (251 of 285.0) 2007-05-05T12:51:18Z 1366 00:22:46 4.86390714402967 Gooby 1.2.0
|
274
|
+
points.push(new GLatLng(35.497463,-80.846612)); // (252 of 285.0) 2007-05-05T12:51:24Z 1372 00:22:52 4.88744001068536 Gooby 1.2.0
|
275
|
+
points.push(new GLatLng(35.49762,-80.846762)); // (253 of 285.0) 2007-05-05T12:51:30Z 1378 00:22:58 4.90955581498135 Gooby 1.2.0
|
276
|
+
points.push(new GLatLng(35.497721,-80.846966)); // (254 of 285.0) 2007-05-05T12:51:36Z 1384 00:23:04 4.93116918873365 Gooby 1.2.0
|
277
|
+
points.push(new GLatLng(35.497791,-80.847164)); // (255 of 285.0) 2007-05-05T12:51:42Z 1390 00:23:10 4.95070970595862 Gooby 1.2.0
|
278
|
+
points.push(new GLatLng(35.497842,-80.84733)); // (256 of 285.0) 2007-05-05T12:51:47Z 1395 00:23:15 4.96677124495563 Gooby 1.2.0
|
279
|
+
points.push(new GLatLng(35.497887,-80.84748)); // (257 of 285.0) 2007-05-05T12:51:52Z 1400 00:23:20 4.98124187721333 Gooby 1.2.0
|
280
|
+
points.push(new GLatLng(35.498007,-80.847719)); // (258 of 285.0) 2007-05-05T12:51:59Z 1407 00:23:27 5.00666027832762 5.0 00:04:40 Gooby 1.2.0
|
281
|
+
points.push(new GLatLng(35.498142,-80.847816)); // (259 of 285.0) 2007-05-05T12:52:04Z 1412 00:23:32 5.02405048958562 Gooby 1.2.0
|
282
|
+
points.push(new GLatLng(35.498187,-80.847821)); // (260 of 285.0) 2007-05-05T12:52:06Z 1414 00:23:34 5.02907375168168 Gooby 1.2.0
|
283
|
+
points.push(new GLatLng(35.498199,-80.847808)); // (261 of 285.0) 2007-05-05T12:52:13Z 1421 00:23:41 5.03085227834843 Gooby 1.2.0
|
284
|
+
points.push(new GLatLng(35.498216,-80.847816)); // (262 of 285.0) 2007-05-05T12:52:17Z 1425 00:23:45 5.03287499360158 Gooby 1.2.0
|
285
|
+
points.push(new GLatLng(35.498227,-80.847841)); // (263 of 285.0) 2007-05-05T12:52:30Z 1438 00:23:58 5.03544689818844 Gooby 1.2.0
|
286
|
+
points.push(new GLatLng(35.498266,-80.847869)); // (264 of 285.0) 2007-05-05T12:52:36Z 1444 00:24:04 5.0404701602845 Gooby 1.2.0
|
287
|
+
points.push(new GLatLng(35.49832,-80.847859)); // (265 of 285.0) 2007-05-05T12:52:43Z 1451 00:24:11 5.04654127553068 Gooby 1.2.0
|
288
|
+
points.push(new GLatLng(35.498328,-80.847868)); // (266 of 285.0) 2007-05-05T12:52:50Z 1458 00:24:18 5.04774581146619 Gooby 1.2.0
|
289
|
+
points.push(new GLatLng(35.498334,-80.847873)); // (267 of 285.0) 2007-05-05T12:52:55Z 1463 00:24:23 5.04855132542594 Gooby 1.2.0
|
290
|
+
points.push(new GLatLng(35.498325,-80.847865)); // (268 of 285.0) 2007-05-05T12:53:02Z 1470 00:24:30 5.04978907071975 Gooby 1.2.0
|
291
|
+
points.push(new GLatLng(35.498371,-80.847882)); // (269 of 285.0) 2007-05-05T12:53:21Z 1489 00:24:49 5.05512971534381 Gooby 1.2.0
|
292
|
+
points.push(new GLatLng(35.49838,-80.847881)); // (270 of 285.0) 2007-05-05T12:53:28Z 1496 00:24:56 5.05613436776302 Gooby 1.2.0
|
293
|
+
points.push(new GLatLng(35.498408,-80.84786)); // (271 of 285.0) 2007-05-05T12:53:33Z 1501 00:25:01 5.05978148733285 Gooby 1.2.0
|
294
|
+
points.push(new GLatLng(35.498437,-80.847869)); // (272 of 285.0) 2007-05-05T12:53:38Z 1506 00:25:06 5.0631067741024 Gooby 1.2.0
|
295
|
+
points.push(new GLatLng(35.498451,-80.847867)); // (273 of 285.0) 2007-05-05T12:53:43Z 1511 00:25:11 5.06467241181904 Gooby 1.2.0
|
296
|
+
points.push(new GLatLng(35.498428,-80.847921)); // (274 of 285.0) 2007-05-05T12:53:55Z 1523 00:25:23 5.07018902272105 Gooby 1.2.0
|
297
|
+
points.push(new GLatLng(35.498425,-80.847929)); // (275 of 285.0) 2007-05-05T12:54:00Z 1528 00:25:28 5.07098327019642 Gooby 1.2.0
|
298
|
+
points.push(new GLatLng(35.498436,-80.847926)); // (276 of 285.0) 2007-05-05T12:54:07Z 1535 00:25:35 5.07223188901062 Gooby 1.2.0
|
299
|
+
points.push(new GLatLng(35.498451,-80.847914)); // (277 of 285.0) 2007-05-05T12:54:14Z 1542 00:25:42 5.07422317281382 Gooby 1.2.0
|
300
|
+
points.push(new GLatLng(35.498452,-80.847916)); // (278 of 285.0) 2007-05-05T12:54:23Z 1551 00:25:51 5.07441303427491 Gooby 1.2.0
|
301
|
+
points.push(new GLatLng(35.498424,-80.847875)); // (279 of 285.0) 2007-05-05T12:54:31Z 1559 00:25:59 5.07925636256197 Gooby 1.2.0
|
302
|
+
points.push(new GLatLng(35.49843,-80.847891)); // (280 of 285.0) 2007-05-05T12:54:39Z 1567 00:26:07 5.08085052061429 Gooby 1.2.0
|
303
|
+
points.push(new GLatLng(35.498433,-80.847895)); // (281 of 285.0) 2007-05-05T12:54:44Z 1572 00:26:12 5.0813437951598 Gooby 1.2.0
|
304
|
+
points.push(new GLatLng(35.498435,-80.847861)); // (282 of 285.0) 2007-05-05T12:54:49Z 1577 00:26:17 5.08442867876276 Gooby 1.2.0
|
305
|
+
points.push(new GLatLng(35.498398,-80.847864)); // (283 of 285.0) 2007-05-05T12:54:54Z 1582 00:26:22 5.08855024705527 Gooby 1.2.0
|
306
|
+
points.push(new GLatLng(35.498376,-80.847876)); // (284 of 285.0) 2007-05-05T12:55:01Z 1589 00:26:29 5.09122857255962 Gooby 1.2.0
|
307
|
+
points.push(new GLatLng(35.498395,-80.847871)); // (285 of 285.0) 2007-05-05T12:55:11Z 1599 00:26:39 5.09338915928222 Gooby 1.2.0
|
308
|
+
|
309
|
+
var routePolyline = new GPolyline(points);
|
310
|
+
map.addOverlay(routePolyline);
|
311
|
+
|
312
|
+
// Create a base icon for all of our markers that specifies the
|
313
|
+
// shadow, icon dimensions, etc.
|
314
|
+
var baseIcon = new GIcon();
|
315
|
+
baseIcon.shadow = "http://www.joakim-systems.com/gicons/shadow50.png";
|
316
|
+
baseIcon.iconSize = new GSize(20, 34);
|
317
|
+
baseIcon.shadowSize = new GSize(37, 34);
|
318
|
+
baseIcon.iconAnchor = new GPoint(9, 34);
|
319
|
+
baseIcon.infoWindowAnchor = new GPoint(9, 2);
|
320
|
+
baseIcon.infoShadowAnchor = new GPoint(18, 25);
|
321
|
+
|
322
|
+
var iconStart = new GIcon(baseIcon);
|
323
|
+
iconStart.image = "http://www.joakim-systems.com/gicons/dd-start.png";
|
324
|
+
var pStart = new GPoint(-80.849108, 35.497639);
|
325
|
+
var mStart = new GMarker(pStart, iconStart);
|
326
|
+
GEvent.addListener(mStart, "click", function() {
|
327
|
+
mStart.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Start!</b></td></tr><tr><td>Distance:</td><td>0.0 km</td></tr><tr><td>Time of Day:</td><td>2007-05-05T12:28:32Z</td></tr><tr><td>Elapsed Time:</td><td>00:00:00</td></tr><tr><td>Average Pace:</td><td></td></tr><tr><td>Lat/Lng:</td><td>35.497639 , -80.849108</td></tr><tr><td>Altitude:</td><td>260.17395</td></tr></table>");
|
328
|
+
});
|
329
|
+
map.addOverlay(mStart);
|
330
|
+
|
331
|
+
var icon1 = new GIcon(baseIcon);
|
332
|
+
icon1.image = "http://www.joakim-systems.com/gicons/marker1.png";
|
333
|
+
var p1 = new GPoint(-80.849797, 35.491976);
|
334
|
+
var m1 = new GMarker(p1, icon1);
|
335
|
+
GEvent.addListener(m1, "click", function() {
|
336
|
+
m1.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Kilometer 1</b></td></tr><tr><td>Distance:</td><td>1.01775492268667 km</td></tr><tr><td>Time of Day:</td><td>2007-05-05T12:33:08Z</td></tr><tr><td>Elapsed Time:</td><td>00:04:36</td></tr><tr><td>Average Pace:</td><td>4:31.185 per km</td></tr><tr><td>Lat/Lng:</td><td>35.491976 , -80.849797</td></tr><tr><td>Altitude:</td><td>248.157593</td></tr></table>");
|
337
|
+
});
|
338
|
+
map.addOverlay(m1);
|
339
|
+
|
340
|
+
var icon2 = new GIcon(baseIcon);
|
341
|
+
icon2.image = "http://www.joakim-systems.com/gicons/marker2.png";
|
342
|
+
var p2 = new GPoint(-80.846194, 35.491853);
|
343
|
+
var m2 = new GMarker(p2, icon2);
|
344
|
+
GEvent.addListener(m2, "click", function() {
|
345
|
+
m2.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Kilometer 2</b></td></tr><tr><td>Distance:</td><td>2.00521948586983 km</td></tr><tr><td>Time of Day:</td><td>2007-05-05T12:37:46Z</td></tr><tr><td>Elapsed Time:</td><td>00:09:14</td></tr><tr><td>Average Pace:</td><td>4:36.278 per km</td></tr><tr><td>Lat/Lng:</td><td>35.491853 , -80.846194</td></tr><tr><td>Altitude:</td><td>249.599487</td></tr></table>");
|
346
|
+
});
|
347
|
+
map.addOverlay(m2);
|
348
|
+
|
349
|
+
var icon3 = new GIcon(baseIcon);
|
350
|
+
icon3.image = "http://www.joakim-systems.com/gicons/marker3.png";
|
351
|
+
var p3 = new GPoint(-80.840216, 35.488409);
|
352
|
+
var m3 = new GMarker(p3, icon3);
|
353
|
+
GEvent.addListener(m3, "click", function() {
|
354
|
+
m3.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Kilometer 3</b></td></tr><tr><td>Distance:</td><td>3.02371082191346 km</td></tr><tr><td>Time of Day:</td><td>2007-05-05T12:42:29Z</td></tr><tr><td>Elapsed Time:</td><td>00:13:57</td></tr><tr><td>Average Pace:</td><td>4:36.812 per km</td></tr><tr><td>Lat/Lng:</td><td>35.488409 , -80.840216</td></tr><tr><td>Altitude:</td><td>236.621704</td></tr></table>");
|
355
|
+
});
|
356
|
+
map.addOverlay(m3);
|
357
|
+
|
358
|
+
var icon4 = new GIcon(baseIcon);
|
359
|
+
icon4.image = "http://www.joakim-systems.com/gicons/marker4.png";
|
360
|
+
var p4 = new GPoint(-80.838233, 35.493817);
|
361
|
+
var m4 = new GMarker(p4, icon4);
|
362
|
+
GEvent.addListener(m4, "click", function() {
|
363
|
+
m4.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Kilometer 4</b></td></tr><tr><td>Distance:</td><td>4.00777399057662 km</td></tr><tr><td>Time of Day:</td><td>2007-05-05T12:47:19Z</td></tr><tr><td>Elapsed Time:</td><td>00:18:47</td></tr><tr><td>Average Pace:</td><td>4:41.203 per km</td></tr><tr><td>Lat/Lng:</td><td>35.493817 , -80.838233</td></tr><tr><td>Altitude:</td><td>250.0802</td></tr></table>");
|
364
|
+
});
|
365
|
+
map.addOverlay(m4);
|
366
|
+
|
367
|
+
var icon5 = new GIcon(baseIcon);
|
368
|
+
icon5.image = "http://www.joakim-systems.com/gicons/marker5.png";
|
369
|
+
var p5 = new GPoint(-80.847719, 35.498007);
|
370
|
+
var m5 = new GMarker(p5, icon5);
|
371
|
+
GEvent.addListener(m5, "click", function() {
|
372
|
+
m5.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Kilometer 5</b></td></tr><tr><td>Distance:</td><td>5.00666027832762 km</td></tr><tr><td>Time of Day:</td><td>2007-05-05T12:51:59Z</td></tr><tr><td>Elapsed Time:</td><td>00:23:27</td></tr><tr><td>Average Pace:</td><td>4:41.025 per km</td></tr><tr><td>Lat/Lng:</td><td>35.498007 , -80.847719</td></tr><tr><td>Altitude:</td><td>252.963989</td></tr></table>");
|
373
|
+
});
|
374
|
+
map.addOverlay(m5);
|
375
|
+
|
376
|
+
var iconFinish = new GIcon(baseIcon);
|
377
|
+
iconFinish.image = "http://www.joakim-systems.com/gicons/dd-end.png";
|
378
|
+
var pFinish = new GPoint(-80.847871, 35.498395);
|
379
|
+
var mFinish = new GMarker(pFinish, iconFinish);
|
380
|
+
GEvent.addListener(mFinish, "click", function() {
|
381
|
+
mFinish.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Finish!</b></td></tr><tr><td>Distance:</td><td>5.09338915928222 km</td></tr><tr><td>Time of Day:</td><td>2007-05-05T12:55:11Z</td></tr><tr><td>Elapsed Time:</td><td>00:26:39</td></tr><tr><td>Average Pace:</td><td>5:13.936 per km</td></tr><tr><td>Lat/Lng:</td><td>35.498395 , -80.847871</td></tr><tr><td>Altitude:</td><td>251.041382</td></tr></table>");
|
382
|
+
});
|
383
|
+
map.addOverlay(mFinish);
|
384
|
+
|
385
|
+
|
386
|
+
|
387
|
+
|
388
|
+
GEvent.addListener(map, "click", function() {
|
389
|
+
var center = map.getCenter();
|
390
|
+
|
391
|
+
document.getElementById("messages").innerHTML = 'click: ' + center.toString();
|
392
|
+
});
|
393
|
+
GEvent.addListener(map, "moveend", function() {
|
394
|
+
var center = map.getCenter();
|
395
|
+
|
396
|
+
document.getElementById("messages").innerHTML = 'moveend: ' + center.toString();
|
397
|
+
});
|
398
|
+
|
399
|
+
}
|
400
|
+
}
|
401
|
+
//]]>
|
402
|
+
|
403
|
+
</script>
|
404
|
+
</head>
|
405
|
+
<body onload="load()" onunload="GUnload()">
|
406
|
+
<center>
|
407
|
+
<h3> </h3>
|
408
|
+
<h5> Generated by Gooby Sun Jul 22 09:48:48 EDT 2007 <br> Gooby = Google APIs + Ruby </h5>
|
409
|
+
<div id="map" style="width: 900px; height: 600px"></div>
|
410
|
+
<div id="messages"></div>
|
411
|
+
</center>
|
412
|
+
</body>
|
413
|
+
</html>
|
data/samples/been_there.txt
CHANGED
@@ -1,744 +1,92 @@
|
|
1
|
-
CsvReader - file count: 2 total points:
|
2
|
-
file: /devtools/workspace/RF_Gooby/data/
|
3
|
-
file: /devtools/workspace/RF_Gooby/data/
|
1
|
+
CsvReader - file count: 2 total points: 254
|
2
|
+
file: /devtools/workspace/RF_Gooby/data/20070101_davidson_11m.csv
|
3
|
+
file: /devtools/workspace/RF_Gooby/data/hrm1.csv
|
4
4
|
|
5
|
-
|
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.
|
5
|
+
Course 'RW to Parting Oaks' matched vs run id '2007-01-01T16:38:26Z'
|
20
6
|
|
21
|
-
Course 'To the Summit' matched vs run id '2007-01-10T12:25:47Z'
|
22
7
|
|
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
|
8
|
+
Course Point: lat: 35.478023309320065 lng: -80.81953883171082 poi.44 Davidson-Concord Rd at Robert Walker Dr (sidewalk)
|
534
9
|
Matched Point: lat: 35.47805 lng: -80.8194 time: 16:52:55
|
535
10
|
course elapsed: 00:00:00
|
536
11
|
distance: 1.67407552602687
|
537
12
|
course distance: 0.0
|
538
|
-
altitude:
|
539
|
-
degrees diff: 0.
|
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
|
13
|
+
altitude: 225.086
|
14
|
+
degrees diff: 0.00016552239075196
|
654
15
|
|
655
|
-
Course Point: lat: 35.
|
656
|
-
Matched Point: lat: 35.
|
657
|
-
course elapsed: 00:
|
658
|
-
distance:
|
659
|
-
course distance:
|
660
|
-
altitude:
|
661
|
-
degrees diff: 0.
|
16
|
+
Course Point: lat: 35.465135347484896 lng: -80.80901384353638 poi.49 River Ford Dr at Parting Oaks Ln
|
17
|
+
Matched Point: lat: 35.46548 lng: -80.80912 time: 17:06:52
|
18
|
+
course elapsed: 00:13:57
|
19
|
+
distance: 3.26598022280125
|
20
|
+
course distance: 1.59190469677438
|
21
|
+
altitude: 231.334
|
22
|
+
degrees diff: 0.000450808978719408
|
662
23
|
|
663
24
|
|
664
|
-
Course 'White Horse
|
25
|
+
Course 'White Horse Hill' matched vs run id '2007-01-01T16:38:26Z'
|
665
26
|
|
666
27
|
|
667
|
-
Course Point: lat: 35.
|
28
|
+
Course Point: lat: 35.50739140358269 lng: -80.79728722572327 poi.72 Shearer Rd at Gray Rd
|
668
29
|
Matched Point: lat: 35.50732 lng: -80.79728 time: 17:49:59
|
669
30
|
course elapsed: 00:00:00
|
670
31
|
distance: 8.18261541437031
|
671
32
|
course distance: 0.0
|
672
|
-
altitude:
|
673
|
-
degrees diff:
|
33
|
+
altitude: 254.887
|
34
|
+
degrees diff: 7.86293059533705e-05
|
674
35
|
|
675
|
-
Course Point: lat: 35.
|
36
|
+
Course Point: lat: 35.504657706411194 lng: -80.81006526947021 poi.73 Gray Rd at White Horse (guard railing)
|
676
37
|
Matched Point: lat: 35.50479 lng: -80.80964 time: 17:56:27
|
677
38
|
course elapsed: 00:06:28
|
678
39
|
distance: 8.96624369659647
|
679
40
|
course distance: 0.783628282226161
|
680
|
-
altitude:
|
681
|
-
degrees diff: 0.
|
41
|
+
altitude: 223.163
|
42
|
+
degrees diff: 0.000557563059004451
|
682
43
|
|
683
|
-
Course Point: lat: 35.
|
44
|
+
Course Point: lat: 35.500150833163154 lng: -80.81524193286896 poi.74 Gray Rd at Charden Rd
|
684
45
|
Matched Point: lat: 35.50004 lng: -80.81539 time: 18:01:08
|
685
46
|
course elapsed: 00:11:09
|
686
47
|
distance: 9.45241877724206
|
687
48
|
course distance: 1.26980336287175
|
688
|
-
altitude:
|
689
|
-
degrees diff: 0.
|
49
|
+
altitude: 243.351
|
50
|
+
degrees diff: 0.000258900294191733
|
690
51
|
|
691
|
-
Course 'White Horse Valley' matched vs run id '2007-03-04T15:22:37Z'
|
692
52
|
|
53
|
+
Course 'HRM' matched vs run id '2007-01-01T16:38:26Z'
|
693
54
|
|
694
|
-
|
695
|
-
|
55
|
+
|
56
|
+
Course Point: lat: 35.495499 lng: -80.832152 poi.998 hrm test 1
|
57
|
+
Matched Point: lat: 35.49552 lng: -80.83217 time: 16:38:26
|
696
58
|
course elapsed: 00:00:00
|
697
|
-
distance:
|
59
|
+
distance: 0.0
|
698
60
|
course distance: 0.0
|
699
|
-
altitude:
|
700
|
-
degrees diff:
|
61
|
+
altitude: 242.87
|
62
|
+
degrees diff: 7.40000000050145e-05
|
701
63
|
|
702
|
-
Course Point: lat: 35.
|
703
|
-
Matched Point: lat: 35.
|
704
|
-
course elapsed: 00:
|
705
|
-
distance:
|
706
|
-
course distance: 0.
|
707
|
-
altitude:
|
708
|
-
degrees diff:
|
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
|
64
|
+
Course Point: lat: 35.495465 lng: -80.832151 poi.999 hrm test 2
|
65
|
+
Matched Point: lat: 35.49552 lng: -80.83217 time: 16:38:26
|
66
|
+
course elapsed: 00:00:00
|
67
|
+
distance: 0.0
|
68
|
+
course distance: 0.0
|
69
|
+
altitude: 242.87
|
70
|
+
degrees diff: 7.40000000050145e-05
|
717
71
|
|
718
|
-
Course '
|
72
|
+
Course 'HRM' matched vs run id '2007-07-16T23:42:44Z'
|
719
73
|
|
720
74
|
|
721
|
-
Course Point: lat: 35.
|
722
|
-
Matched Point: lat: 35.
|
75
|
+
Course Point: lat: 35.495499 lng: -80.832152 poi.998 hrm test 1
|
76
|
+
Matched Point: lat: 35.495499 lng: -80.832152 time: 23:42:46
|
723
77
|
course elapsed: 00:00:00
|
724
|
-
distance:
|
78
|
+
distance: 0.000417102641276755
|
79
|
+
heartbeat: 75.0
|
725
80
|
course distance: 0.0
|
726
|
-
altitude:
|
727
|
-
degrees diff:
|
81
|
+
altitude: 241.428223
|
82
|
+
degrees diff: 3.49999999968986e-05
|
728
83
|
|
729
|
-
Course Point: lat: 35.
|
730
|
-
Matched Point: lat: 35.
|
731
|
-
course elapsed: 00:
|
732
|
-
distance:
|
733
|
-
|
734
|
-
|
84
|
+
Course Point: lat: 35.495465 lng: -80.832151 poi.999 hrm test 2
|
85
|
+
Matched Point: lat: 35.495465 lng: -80.832151 time: 23:47:46
|
86
|
+
course elapsed: 00:05:00
|
87
|
+
distance: 0.0109261260004515
|
88
|
+
heartbeat: 87.0
|
89
|
+
course distance: 0.0105090233591747
|
90
|
+
altitude: 242.389648
|
735
91
|
degrees diff: 0.0
|
736
92
|
|
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
|
-
|