So, I managed to export the data from the Health application in my iPhone. The first part of the process is quite simple:
|
- _type The measure that has been recorded, peg. StepCount, DistanceWalkingRunning, etc.
- _unit The unit of measure that is being used, peg. count, km, etc.
- _value The amount, degree or size that was counted for this measurement.
- _creationDate Self explanatory
- _startDate The starting moment for this reading
- _endDate The ending moment for this reading
It's interesting that the app does not measure activity homogeneously and the timing in between each observation can vary from a few seconds and up to 40 minutes, although on average it makes a reading every less than 4 minutes.
I converted the XML tree into a table, I reorganized it a little bit (see the final version here) and I can finally have the same graphs as on my phone (you can drill down the horizontal axis to see the information by Month, Week and Day). The information is not as rich as in Nike+, but it is available and it is mine!
No comments:
Post a Comment