Skip to content

Commit 2f21c36

Browse files
authored
Added note about need for data aggregation
1 parent 01bdbf4 commit 2f21c36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# HealthKit_data_plot
22
Use MATLAB to plot HealthKit data converted by [nabelekt/HealthKit_data_convert](https://github.com/nabelekt/HealthKit_data_convert).
33

4-
Under development. Usage instructions and screenshots comming soon.
4+
For an explination of record types, see [Apple's documentation](https://developer.apple.com/documentation/healthkit/hkquantitytypeidentifier). Note that because of the way that watchOS/iOS measures and stores many of these recordtypes, it does not make much sense to plot their individual data points. For example, the 'DistanceWalkingRunning' record type records movement over relatively short and varyingtime periods. To resolve this issue, support for some type of data aggregation (such as summing all of the data points over one day) is planned for some time in the future.
5+
6+
This project is under development. Usage instructions and screenshots comming soon.

0 commit comments

Comments
 (0)