Running Economy (ECOR and RE)

GTN were discussing this in a recent YouTube video and wondered if it was or is a planned feature in intervals? https://www.trainingpeaks.com/blog/report-the-impact-of-running-cadence-on-running-economy-ecor-and-re/

Need to get running power done first! Then I can look at this.

3 Likes

:+1: cool

bumping this up, do we have a chart for this? this would be a cool metric to have. right now, i just have 30s power and pace overlapped to represent something similar. let me know if there is something else im missing, thanks!

An ECOR chart can be made with a custom stream.

Something like:

{
  for (let m of icu.fit.record) {
    data.setAt(m.timestamp.value, m.RP_Power?.value / activity.icu_weight / m.enhanced_speed?.value)
  }
}

Cool! I’ve never add a custom stream via code before (is that javascript?)

When creating a new activity stream, what do I put in for the “code” and “record field” fields? I"m assuming the units are “watts” and convert = “none”.