No description
Find a file
2024-05-04 13:59:49 +01:00
hockey_analysis fix: only dump ht_entry if something to dump 2024-05-04 13:59:49 +01:00
input project setup 2024-02-12 15:09:13 +00:00
output Split workouts to separate files 2024-02-13 13:40:31 +00:00
.gitignore Split workouts to separate files 2024-02-13 13:40:31 +00:00
main.py add flag to run all steps 2024-02-13 19:37:36 +00:00
README.md add flag to run all steps 2024-02-13 19:37:36 +00:00
requirements.txt dump speed, time & effort to spreadsheet 2024-02-13 19:32:10 +00:00

Setup

  1. Create and activate a virtual environment (conda etc.)
  2. run pip install -r requirements.txt

Notes

Initial extraction took ~4 minutes on an export of 8 years worth of health data. Logs are generated to show progress, and extraction only needs to be done once.

Usage

  1. In the Apple Health App, click on the icon on the top right of the summary view
  2. Scroll to bottom of subsequent page and select "Export All Health Data" - this will take some time
  3. Save the resulting Zip file and transfer it to your computer
  4. Put the exported Zip file into the input directory
  5. run python3 main.py --full