Request : Get the average Watts/Heartrate etc. on a selection

Hi David,

Would it be possible to have the average of several information (Watts, NP, Heartrate, etc.) on a selection ? My goal is not to create a new interval, I would like to get such information on a selection regrouping several intervals, such as the screenshot below.

Many thanks in advance !

Martial

1 Like

That has been on the list for a while. It’s not quite as simple as it seems. To get accurate numbers for the selection it all has to be computed server side from interpolated data (power and other traces all expanded to 1s per point). Otherwise the numbers won’t match the interval info.

1 Like

Thank you for the very quick answer. Can’t you use the same algorithm used as for intervals? Even if it takes 1 or 2 seconds to calculate data?

Yes that is exactly what I am going to do. I should be able to make that quite quick and also speed up editing intervals at the same time. I was just explaining why something “simple on the surface” hasn’t been done yet :slight_smile:

2 Likes

Strava has no problem doing this on the fly… How big can this error be?

This finally got done. Same stats for each interval now displayed on top left for the selected portion of the activity:

7 Likes

Awesome! thank you.