No description
Find a file
Erik Johannes Husom 41b25eb70a Ignore data files
2026-01-16 15:21:36 +01:00
src Initial commit 2026-01-16 15:19:54 +01:00
.gitignore Ignore data files 2026-01-16 15:21:36 +01:00
.python-version Initial commit 2026-01-16 15:19:54 +01:00
pyproject.toml Initial commit 2026-01-16 15:19:54 +01:00
README.md Initial commit 2026-01-16 15:19:54 +01:00
uv.lock Initial commit 2026-01-16 15:19:54 +01:00

Training data analyzer

Two modules:

  1. DataImporter: Read new files and import them into the database.
  2. DataAnalyzer: Visualize and analyze data in the database.

Data is stored as:

  • Original workout files: The original files are needed when importing the files into the database using DataImporter, and when plotting the GPS data of specific workout files.
  • Database: A CSV file storing the statistics of each workout file.