GarminDB
GarminDB copied to clipboard
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.
**Describe the bug** I've just installed the package so forgive me if I missed something, but I think the class field `default_display_activities` is overridden to be a class method, but...
**Describe the bug** Numpy error on Raspberry pi installation **Logs** pi@raspberrypi:~/GarminDB $ make create_dbs garmindb_cli.py --all --download --import --analyze Traceback (most recent call last): File "/home/pi/.local/lib/python3.9/site-packages/numpy/core/__init__.py", line 23, in from...
I've copied the following folders from my watch to C:\GARMIN Activity, Monitor, Settings, Sleep I run the following command: C:\Anaconda3\Scripts>python garmindb_cli.py --sleep --copy --import --analyze 44 sleep fit-files are copied...
**Describe the bug** I installed the package and added the json file with my identifiers at the right place. I import the package and it works. But when I run...
Is there any way to get the time of each length (not each lap) from swimming activities? This is something I can download from the Garmin Connect website.
I've forked your repo and made some Jupyter Notebooks for my own use. Not doing a pull request because my code is messy and plots have missing gaps. Feel free...
**Describe the bug** All data was downloaded successfully and put into the DB. Then while creating the summary tables, the following problem happened: ``` ___Analyzing Data___ Summary Tables Generation: Generating...
On a fresh `devel` branch when you run `make setup`, you get an error. If you create `.venv` before running `make setup`it's OK. ``` make setup python3 -m venv --upgrade-deps...
This issue is clearly linked to #126. The need is to allow the user to change the location of the HealthData folder. The provided answer in #126 works in the...
**Describe the bug** Changing credentials in GarminConnectConfig.json file appears that it somehow caches the token / credentials elsewhere, ignores the change in config file, and keeps downloading data from the...