Skip to content

Commit

Permalink
update 2020-11-06 22:50:01
Browse files Browse the repository at this point in the history
  • Loading branch information
petermeissner committed Nov 6, 2020
1 parent ec00df0 commit 6271a36
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 2 deletions.
68 changes: 68 additions & 0 deletions data/suunto_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1530,6 +1530,74 @@
"DistanceBeforeCalibrationChange": "0",
"DateTime": "2020-11-01T09:36:57"
},
{
"Duration": "2408.8000000000002",
"Ascent": "28",
"Descent": "14",
"AscentTime": "529",
"DescentTime": "277",
"RecoveryTime": "64320",
"Speed.Avg": "2.3638888888888889",
"Speed.Max": "3.6194444444444445",
"Speed.MaxTime": "1713.4649999999999",
"Cadence.Avg": "1.2666666666666666",
"Cadence.Max": "1.4333333333333333",
"Cadence.MaxTime": "195.52600000000001",
"Altitude.Max": "78",
"Altitude.Min": "46",
"Altitude.MaxTime": "1181.4639999999999",
"Altitude.MinTime": "2287.4639999999999",
"HR.Avg": "0",
"HR.Max": "0",
"HR.Min": "0",
"HR.MaxTime": "0",
"HR.MinTime": "0",
"PeakTrainingEffect": "4.2999999999999998",
"ActivityType": "3",
"Activity": "Running",
"Distance": "5690",
"LogItemCount": "4756",
"Energy": "2646057.6000000001",
"TimeToFirstFix": "14",
"BatteryChargeAtStart": "0.98999999999999999",
"BatteryCharge": "0.93000000000000005",
"DistanceBeforeCalibrationChange": "0",
"DateTime": "2020-11-03T17:18:58"
},
{
"Duration": "2435.4000000000001",
"Ascent": "14",
"Descent": "14",
"AscentTime": "239",
"DescentTime": "178",
"RecoveryTime": "67980",
"Speed.Avg": "2.4250000000000003",
"Speed.Max": "3.4888888888888889",
"Speed.MaxTime": "2278.991",
"Cadence.Avg": "1.2666666666666666",
"Cadence.Max": "1.4666666666666666",
"Cadence.MaxTime": "1047.0319999999999",
"Altitude.Max": "77",
"Altitude.Min": "48",
"Altitude.MaxTime": "1185.99",
"Altitude.MinTime": "2297.9899999999998",
"HR.Avg": "0",
"HR.Max": "0",
"HR.Min": "0",
"HR.MaxTime": "0",
"HR.MinTime": "0",
"PeakTrainingEffect": "4.6000000000000005",
"ActivityType": "3",
"Activity": "Running",
"Distance": "5903",
"LogItemCount": "4766",
"Energy": "2733980.3999999999",
"TimeToFirstFix": "18",
"BatteryChargeAtStart": "0.87",
"BatteryCharge": "0.81000000000000005",
"DistanceBeforeCalibrationChange": "0",
"DateTime": "2020-11-05T15:54:28"
},
{
"Duration": "2785.6000000000004",
"Ascent": "14",
Expand Down
30 changes: 28 additions & 2 deletions data/suunto_data_analytics.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
{
"run_data": [
{
"date": "2020-11-05",
"distance": 5.9,
"duration_min": 40.59,
"kmh": 8.72,
"mkm": "6:53",
"kj": 2734,
"kcal": 653,
"year": 2020,
"week": 45,
"dist_weekly": 5.9,
"kcal_weekly": 653
},
{
"date": "2020-11-03",
"distance": 5.69,
"duration_min": 40.15,
"kmh": 8.5,
"mkm": "7:04",
"kj": 2646,
"kcal": 632,
"year": 2020,
"week": 44,
"dist_weekly": 11.59,
"kcal_weekly": 1284
},
{
"date": "2020-11-01",
"distance": 5.9,
Expand All @@ -10,8 +36,8 @@
"kcal": 652,
"year": 2020,
"week": 44,
"dist_weekly": 5.9,
"kcal_weekly": 652
"dist_weekly": 11.59,
"kcal_weekly": 1284
},
{
"date": "2020-10-11",
Expand Down
Binary file modified suunto_data.Rdata
Binary file not shown.

0 comments on commit 6271a36

Please sign in to comment.