(Sorry for the slight off-topic)Yankeerunner wrote: ↑April 15th, 2023, 11:45 amAnother place to look is the Nonathlon. https://www.nonathlon.com/ranking.php
I'm actually working on something similar (and I'm essentially done, see this post viewtopic.php?f=17&t=207581).
I grab all the ranked workouts of a season from c2 rankings (*) and then score them between 0 and 1000 points "a la decathlon".
Scoring is simple: I use the world record for the event (across all categories, M/F, HW/LW, any age) for 1000pts as reported by c2. For 0 pts I use 3 times the WR distance or time (this essentially allows anybody or almost to get a few points, good for morale ). Then linear interpolation between the two. This scoring is applied to *any* entry, no matter gender, age and weight.
Then I can define which events are part of the "c2athlon", e.g. 2K + 5K + 10K and can compute an overall score for an athlete (with an option to have/not have an entry for each selected event in order to appear in the resulting ranking).
Once that is done I can have an overall ranking for the c2athlon (any gender/age/weight) but also restrict it to one specific category (gender.age range/ weight). I can even combine multiple erg events (e.g. 2K and 10K on the rowerg + 2K and 5K on the skierg), but for bikeerg I have no WR data.
This .csv file is an example: 2023 ranked workouts, combined scores for rowerg 2K + 5K + 10K (only rowerg, no slides or dynamic, only verified entries): https://docs.google.com/spreadsheets/d/ ... drive_link
For what is worth I think the definition of 'Elite' should be absolute (that's why I score with respect to the world record): in my example above the #1 entry has 2864pts (if he was holding the 3 WRs he would have 3000pts). With my 2023 ranked workouts I'm #127 with 2514pts, but of course if I narrow down to my age (40-49 or even 45-49), my gender (yes, same F are better than me and my LW, I higher than that, much higher if I narrow down to country too. But yeah, as somebody said, I'm #1 of my garage
(*) Sadly there's an annoying bug in the c2 rankings pages that randomly causes duplicate entries (not a big deal) and missed entries (that's a big deal) when 2 or more athletes have the same 'Pos.' (i.e. the same performance) and they happen to be across 2 consecutive pages.