Pro-Climb
Categorization

Core Concept: Vertical Intensity Analysis

In professional cycling, not all meters climbed are equal. A 500m ascent on a paved road is a different physiological mission compared to 500m on a technical volcanic trail. Pro-Climb Categorization is the engine BikeScout uses to classify ascents into categories (from Cat 4 to the legendary Hors Catégorie), adjusted for bike-specific rolling resistance and terrain intensity.

The Effort Multiplier

The core innovation of the Pro-Climb engine is the effort_multiplier. BikeScout recognizes that gravity and rolling resistance impact riders differently based on their equipment:

  • Road/Gravel (1.0x): The baseline for sustained, efficient climbing on predictable surfaces.
  • MTB/XC (1.4x): Accounts for the increased energy cost of off-road traction and bike geometry.
  • Enduro/Tech (1.6x): The maximum multiplier, reflecting the massive physical demand of punchy, technical climbs on heavy, long-travel machinery.

The Scoring Formula

To assign a category, BikeScout calculates an Adjusted Effort Score. This formula combines the total vertical gain with the steepness of the climb, then applies the multiplier.

Scoring_Gradient = min(Avg_Gradient, 18.0)
Adjusted_Score = Total_Ascent * (Scoring_Gradient / 10) * Effort_Multiplier

Category Thresholds

Based on the final score, the climb is assigned a rank following the professional standards of grand tours:

Geodesic Precision

Unlike standard apps that use flat-map distances, Pro-Climb relies on Geodesic Accuracy. By using the Haversine formula to measure the true horizontal baseline, BikeScout's gradient calculations (and thus the categorization) remain accurate even on the steepest "walls" where satellite data often fails.

#Climbing-Physics #Effort-Multiplier #King-Of-Mountains