Giter Club home page Giter Club logo

healthkit's Introduction

Playing with Healthkit data

Apple devices collect a lot of information about you, I want to take a peek at at.

Areas for Analysis

Some ideas:

  • analysis of relationship between cycling speed and journey time (i.e. are you just getting to traffic lights sooner?)
  • Which factors can be used to predict an increase VO2 max?
    • daily steps?
    • consistent running streaks?
  • can I make a pretty plot of where I have walked (table contains millions of points)

Tools to Try

Other Ideas

  • make a docker container that contains all the bits for a healthkit data exploring app.

Links

Healthkit Data Issues

virtualenv ~/virtualenv/healthkit
source ~/virtualenvs/healthkit/bin/activate
pip install datasette healthkit_to_sqlite

Attempt 1

healthkit-to-sqlite export.zip healthkit.db

This resulted in some errors about invalid syntax. Looks like the v12 of the healthkit data has some issues!

The fix

This thread here put me on the right track https://discussions.apple.com/thread/254202523.

Install xmllint

sudo apt-get install libxml2-utils

Use xmllint to point you at the errors

unzip export.zip
xmllint apple_health_export/export.xml 

Edit the xml in vi to remove the errors - a missing bracket, some invalid sections like in the link

  • : set number
  • esc + {line_no} + shift-G to jump

healthkit's People

Contributors

matmalcher avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.