|
| 1 | +# column template mostly for cycling, matching the output from https://github.com/moderation/garmin-connect-export |
| 2 | +activityName=Activity name |
| 3 | +description=Description |
| 4 | +startTimeRaw=Begin timestamp |
| 5 | +elapsedDuration=Duration (h:m:s) |
| 6 | +movingDuration=Moving duration (h:m:s) |
| 7 | +distanceRaw=Distance (km) |
| 8 | +averageSpeedRaw=Average speed (km/h) |
| 9 | +averageMovingSpeedRaw=Average moving speed (km/h) |
| 10 | +maxSpeedRaw=Max. speed (km/h) |
| 11 | +elevationLoss=Elevation loss uncorrected (m) |
| 12 | +elevationGain=Elevation gain uncorrected (m) |
| 13 | +minElevation=Elevation min. uncorrected (m) |
| 14 | +maxElevation=Elevation max. uncorrected (m) |
| 15 | +minHRRaw=Min. heart rate (bpm) |
| 16 | +maxHRRaw=Max. heart rate (bpm) |
| 17 | +averageHRRaw=Average heart rate (bpm) |
| 18 | +caloriesRaw=Calories |
| 19 | +averageCadence=Avg. cadence (rpm) |
| 20 | +maxCadence=Max. cadence (rpm) |
| 21 | +strokes=Strokes |
| 22 | +averageTemperature=Avg. temp (°C) |
| 23 | +minTemperature=Min. temp (°C) |
| 24 | +maxTemperature=Max. temp (°C) |
| 25 | +url=Map |
| 26 | +# the following 3 columns are currently always empty |
| 27 | +endTimeRaw=End timestamp |
| 28 | +emptyStartTime=Begin timestamp (ms) |
| 29 | +emptyEndTime=End timestamp (ms) |
| 30 | +device=Device |
| 31 | +activityTypeKey=Activity type |
| 32 | +eventTypeKey=Event type |
| 33 | +tz=Time zone |
| 34 | +startLatitudeRaw=Begin latitude (°DD) |
| 35 | +startLongitudeRaw=Begin longitude (°DD) |
| 36 | +endLatitudeRaw=End latitude (°DD) |
| 37 | +endLongitudeRaw=End longitude (°DD) |
| 38 | +# the following 4 columns are currently always empty |
| 39 | +emptyElevationGainCorr=Elevation gain corrected (m) |
| 40 | +emptyElevationLossCorr=Elevation loss corrected (m) |
| 41 | +emptyMaxElevationCorr=Elevation max. corrected (m) |
| 42 | +emptyMinElevationCorr=Elevation min. corrected (m) |
| 43 | +sampleCount=Sample count |
0 commit comments