Friday, February 4, 2011

Optimal Hiking Grade - A 50 Hike GPS Analysis

Do you care about optimal hiking grade? Maybe not, but it's interesting for us to think about.

Intuitively, some may think that steeper trails should get you up higher more quickly because less energy is being put into the "horizontal miles" that a less steep trail would need.

However, we probably also feel that at some point something becomes too steep to ascend without the looseness of the terrain affecting our pace.

So what's the "optimal" grade? Well, I'm sure the answer is unique to an individual, but let's look at one person.

We previously did a little exploration into how Vertical Ascent Rate (VAR) varied with the steepness of a trail, but only with one example. Now I've combined 50 hikes worth of data.

The hikes:

  • Mostly in southern California (especially San Gabriels), some in Sierra and Bay Area
  • Diverse in conditions, includes much on trail and off trail
  • Some have brush
  • Varied terrain (loose, bouldering, etc...)
But it's a set of "real" hikes that I've done. A little Matlab coding and analysis, and we can see how often a given grade of terrain was hiked:







Interesting to see, but no surprise that as the terrain got steeper, it was encountered / hiked with less frequency.

Now, for further analysis, I didn't want to look at all of the data. I know that my hiking pace was generally consistent between hikes, but of course would vary some depending on, among others

  • How hard I was trying
  • How long the hike was
  • Was I with others, going at varied paces?

So I wanted to cut out the lower and upper ends. So I took all the data and sorted it by grade, and created "bins" that spanned every 1% of grade. For each % grade, I wanted to reduce the amount of data we were going to look at. Specifically, I cut out the lower 50% and top 10% of values, leaving the 50-90% values. (Note: this reduced data, but the trends remained the same even if I didn't)

So, over 50 hikes, this is how my hiking speed varied with grade:


Again, no surprise that speed decreases as grade increases. But let's move on to the good stuff - how does VAR vary with grade?



Of course there is some variance, but we see an increase in VAR from 0% to a bit above 40%, then we see some decreasing. We see a similar trend when going downhill (negative grades) although the variance is higher.

As seen in the first graph, the amount of time spent on steep slopes is much less than on less steep (<20%) slopes, so perhaps not enough conditions have been crossed to give a broad conclusion about VAR on steep slopes. But the current set includes much diverse hiking - hiking on very steep use trails, hiking off trail, scrambling, etc... And in those conditions, after 40% grade, the steepness began costing energy, likely due to looseness of terrain, brush, change in mechanics.

The "why" is speculative. But the data is real. And at least for this hiker, 40% grade seems just right.

I'd like to compare to this other hikers. If you have a collection of GPS files you wouldn't mind sending me, I'd like to perform this analysis on others' data.

2 comments:

  1. Oh id love to compare! I use my Garmin Foretrex 401 for my hikes. I'll try to get my stuff together and i'll let ya know.
    Cheers!

    ReplyDelete
  2. Just starting Strava today... Doubt I ever get on anything so steep as 40%... but?? Maybe in time I'll have some data to share. Fun stuff!

    ReplyDelete