tcgoetz / GarminDB

Download and parse data from Garmin Connect or a Garmin watch, FitBit CSV, and MS Health CSV files into and analyze data in Sqlite serverless databases with Jupyter notebooks.
GNU General Public License v2.0
1.1k stars 138 forks source link

HR for given period #213

Open sean1983 opened 10 months ago

sean1983 commented 10 months ago

Is your feature request related to a problem? Please describe. NO

Describe the solution you'd like Would it be possible to have it export heart rate for given period from GC to JSON and/or FIT files ?

Not from an Activity but from Health Monitor that is tracking heart rate thoughout the day.

ideally, i would like Heart Rate and Steps Data, Not sure if this would be possible.

Thanks in advance.

Sean

tcgoetz commented 10 months ago

It should easy to use a tool like SQLLite Studio to query, filter, and save data from the database to a JSON file. No need to implement anything. Otherwise you can easily write a script to do the same.