/stepcount_heatmap

Display your Apple Healthkit stepcounts as a calendar heatmap

Primary LanguageJupyter Notebook

Visualize Step Count on Calendar Heat Map

  • Visualize your Apple healthkit stepcounts as a calendar headmap.

  • Black square indicates 20,000 steps per day.

Step Count

Citations:

Usage

  • Export your apple health data. mkdir data. Convert the data from xml to csv using python3 parse_health.py <apple health data.xml>. Put the exported csv files in the data directory.

  • Start virtual python environment. virtualenv apple_health; source apple_health/bin/activate

  • Install dependencies. Will need the usual stuff plus calmap package. pip3 install requirements.txt

  • Start jupiter notebook. jupyter notebook