All examples By author By category About

BBischof

Bay Area Climb Rankings Parallel Coordinates

An exploration of top riders on some of the most famous Bay Area road climbs. Data extracted from Strava. The coordinates are various metrics you may consider ranking riders by, for example:

and so on.

When comparing riders in this asynchronous way, it's not obvious what the best indicator of a great rider is. Using parallel coordinates, we can get an idea of how these various metrics are related.

A complete key of metrics is here:

Rider Id: "id",
Rider Name: "name",
Segments Group: "group",
Number of Segments Completed: "# segments",
Performance Percentage Sum: "KOM%",
Fiets Weighted Performance Percentage Sum: "F* KOM%",
Climb Category Performance Percentage Sum: "CC* KOM%",
Performance Percentage Sum with Median Baseline: "KOM% / Med",
Fiets Weighted Performance Percentage Sum with Median Baseline: "F* KOM% / Med",
Climb Category Weighted Performance Percentage Sum with Median Baseline: "CC* KOM% / Med",
Top 3 Performance Percentage Sum: "KOM% %3",
Top 5 Performance Percentage Sum: "KOM% %5",
Top 10 Performance Percentage Sum: "KOM% %10",
Top 3 Fiets Weighted Performance Percentage Sum: "F* KOM% %3",
Top 5 Fiets Weighted Performance Percentage Sum: "F* KOM% %5",
Top 10 Fiets Weighted Performance Percentage Sum: "F* KOM% %10"

Forked from syntagmatic's block: Nutrient Parallel Coordinates