| main page | week1 | week2 | week3 | week4 | week5 | week6 | week7 | week8 | week9 | overall |

2010 Low-Key Hillclimbs
Climb Ratings

Introduction

Here are the special "Low-Key Climb Ratings" for the climbs in this year's series. The rating is in Old La Honda equivalents, where Old La Honda is by definition 100. Of course, everyone has their own idea of how steep compares with long, or with steady compares with variable, so don't associate any sort of precision to these numbers. But you can be fairly sure the climbs with the highest numbers will be challenging!

Note: ratings were recalculated in Oct 2011 using an improved smoothing algorithm; the prior algorithm was not optimized for non-uniform meshes. Typically scores changed by approximately 2 points.

The numbers, please!

rankweekclimbrating
16Welch Creek Road213
28Hicks - Mt Umunhum211
39Mt Hamilton Road209
44Sierra Road188
51Montebello Road153
67Bonny Doon - Pine Flat Rd.152
73Portola State Park - W. Alpine Rd.143
85E. Dunne Ave (Henry Coe)142
92OLH100

The nitty-gritty

Okay, here's the dirty details.

First the profile was extracted, typically from Garmin data if available on-line from motionbased or Garmin Connect.

Then the data were smoothed with a Gaussian of sigma 50 meters and interpolated onto a grid of 10 meter spacing. The smoothing is to correct for the "noise" present in the measurements: the Garmin-reported altitude tends to vary somewhat for a given position.

Next data were transformed to a function of time, as opposed to a function of distance. For GPS ride data, time are already available. However, the rating of a route shouldn't depend on how a given rider on a given day rode the hill, so these time data were ignored. Instead an empirical differential equation was used to product a "typical" riding rate:

dt / ds = 1 + ln | 1 + exp( 50 g ) | / vmax,

where t is time, s is distance, g is the rate of altitude change with respect to distance, and vmax = 14 m/s. Don't sweat this formula too much; it has very little effect on the final rating.

Then g was further smoothed with respect to time with a Gaussian smoothing function with standard deviation 15 seconds, representing the ability of neuromuscular power and inertia to effectively smooth out very short, steep grades. The idea is if it takes more than 15 seconds to climb a steep segment, your legs really start to feel the true grade.

Now the data were ready for calculating the rating. For each 10 meter segment of road, add to a parameter f as follows:

df = exp(g / g0) ds,

where ds is the length of the segment (10 meters in this case) and g0 = 8%, sort of the grade at which climb segments start to become especially hard.

To get the raw rating, I do the following:

rraw = f z / s,
where rraw is the raw rating, z is the net climbing of the hill, and s is the net distance.

The result is a raw rating with units of distance. To get the number reported here, the rating for Old La Honda was calculated, and the result divided by that and multiplied by 100. So no matter what the details (smoothing, vmax, g0), Old La Honda scores 100:

r = 100 rraw / rraw,OLH,

where rraw,OLH is the raw score for Old La Honda.

That's it! Simple, really.

Dan Connelly