GPS Game for cyclists
I do quite a bit of cycling and inevitably this leads to thinking about logging and recording these activities in an interesting way that would motivate me to be more consistent in my exercise. When I was an engineer we used Pareto Charts to work out which problems on the equipment were the most pressing and needed our attention. This involved looking at the impact of each problem on the output of the system and ordering this list from biggest impact to smallest. I want to create a program which will create a Pareto style chart of my cycling where my exercise is sorted by speed of each second. An interesting goal for a high intensity session might be to draw a vertical line down this chart at some point and aim to get above that amount of 'high intensity' work. High intensity being defined as above some threshold of speed. It turns out that the GPS receiver in my phone also gives speed numbers. I modified an earlier piece of code for logging my location to also include the s...