brvier / ForRunners

The new repository is located here : https://gitlab.com/brvier/ForRunners
https://gitlab.com/brvier/ForRunners
GNU General Public License v3.0
71 stars 22 forks source link

How are the star points calculated? #60

Open bracuphoth opened 6 years ago

bracuphoth commented 6 years ago

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.

djibux commented 6 years ago

I would also like to know. I have a slow jog starred 6.1 and very intense runs scored 1.9.

brvier commented 6 years ago

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.

djibux commented 6 years ago

Thanks, that's an interesting insight.