All,
I'm trying to make sense out of a fit file generated by an edge 520, and cycling performance data. I'd like to download a timestamped datastream of the following data recorded by the device:
1. wattage
2. speed
3. grade
4. heartrate
in other words something of the format:
relative time(min) speed grade wattage heartrate
--------------------------------------------------------------
0, 15, .5, 240, 130
1, 14.5,-1,230,135
so I can get fine grained performance metrics of my bike-ride, graph this data, etc.
However, when I upload to services to convert such as
http://www.gpsies.com/ I see, that the only thing they do convert in a timestamped way is the gps data. Which is great but it is exactly what I am not looking for.
Is this data available in the fit file? I would find it incredibly hard to believe (and annoying) if this fine grained data that is showing on the device isn't actually saved anywhere in the fit file but before I would dive into the SDK I thought I'd ask people here any insight they might have.
Thanks much for any help,
Ed