Editor's Pick
彭靖軒(Shine哥)
{{ hike.l10nActivityType }}
・
{{ device }}
・
18
・
{{hike.numRecords}}
{{ hike.formattedDate }}
・
{{ `${hike.days} ${$t('days')}` }}
・
{{ hike.name }}
{{ hike.teamMembers.length > 1 ? $t('joinedWithTeamMembers', {firstTeamMember: hike.teamMembers[0].displayName, totalTeamMembers: hike.teamMembers.length - 1}) : $t('joinedWithOneTeamMember', {firstTeamMember: hike.teamMembers[0].displayName}) }}
Total moving distance
{{`${Math.roundPlaces(hike.calculateDistance() / 1000, 1) } km`}}
Total time
{{ formatDuration(hike.calculateDuration()) }}
Total elev. gain
{{`${numberFormat(Math.roundPlaces(hike.altitudeStatistics.ascent, 0))} m`}}
Total descent
{{`${numberFormat(Math.roundPlaces(hike.altitudeStatistics.descent, 0))} m`}}
Average pace
{{`${formatPace(hike.averagePace)}/km`}}
Avg. speed
{{`${numberFormat(Math.roundPlaces(hike.averageSpeed, 2))} km/hr`}}
Calories
{{`${numberFormat(Math.roundPlaces(hike.totalEstimatedCalories, 0))} kcal`}}
Kilometers | Pace (/km) | Speed (km/hr) | Elev. change | |
---|---|---|---|---|
{{ numberFormat(Math.roundPlaces(splitInfo.distance / 1000, 1), { minimumFractionDigits: 1 }) }} | {{ hike.isPaceVisible ? formatPace(splitInfo.value) : numberFormat(Math.roundPlaces(splitInfo.value * 3.6, 1)) }} | {{ `${numberFormat(Math.roundPlaces(splitInfo.elevationChanges, 0))} m` }} |
Pack Weight & Gear List
{{ `${Math.max(...hike.loadWeights)} kg` }}
Tags
RPE Scale
{{ `${hike.rpeExertion} (${hike.rpeScale})` }}