Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - Rank segments by relative easiness #8

Open
mmtevelde opened this issue Dec 30, 2024 · 1 comment
Open

Feature request - Rank segments by relative easiness #8

mmtevelde opened this issue Dec 30, 2024 · 1 comment

Comments

@mmtevelde
Copy link

Context
At present, a 2 km segment with a 4:45 record pace would be ranked higher than a 500 meter segment with a 4:30 record pace. In this case, however, for most athletes the second one would be easier to beat. Searching for "compare different times running distances" and "equivalent running performance" shows this is a common concept in running.

Suggestion
Introduce a new feature that scales the segments shown as easiest to beat based on both their average pace as well as their distance. This will allow people to easier find a segment that they can actually beat.

Implementation
A cursory search for a formula that implements this, lead me towards this one: t2 = t1 × (d2 / d1)^1.06. But of course, if there is another easier or better formula, that would be fine as well

@adrianbj
Copy link

adrianbj commented Jan 3, 2025

I think the other factor in this is to use GAP instead of actual pace. If you live in a hilly area (especially on trails), all the "easiest" segments are on trails that are basically power hiking for most people but the top ranked times are from absolute elite athletes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants