Open bracuphoth opened 6 years ago
I would also like to know. I have a slow jog starred 6.1 and very intense runs scored 1.9.
I still need to work on a better rating for star. I used at a base a formula which should give the burned calories for a Run. But this give few importance to speed.
Rating = Speed in mouvment 1000 (duration in seconds / 1000 / 60) 0.000006 + ((Math.round(elevation up in meters) - Math.round(elevation down in meter )) 0.04)).toFixed(1);
It’s stored in the variable session.overnote
Benoît HERVIER - http://rvier.fr
Le 6 janv. 2018 à 21:46, djib notifications@github.com a écrit :
I would also like to know. I have a slow jog starred 6.1 and very intense runs scored 1.9.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Thanks, that's an interesting insight.
I see after each round there is a star rating associated with each run. How is it calculated? It would be also nice to be also in the included manual.