Skip to content

stevewb1993/EnduranceActivityFileAnalyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnduranceActivityFileAnalyser

This spark package can be used for analysing activity files for endurance activities (currently cycling and running). Current features:

File parser

Converts activity files to a standardised format suitable for analysis. Supported file types are

  • .gpx

Analysis

Uses the standardised format defined through the file parser to provide aggregated analytics. Features are:

  • calculateDistancePersonalBests: provides personal bests over any given distance for each type of activity
  • calculateSensorPersonalBests: provides analysis of top performances for sensor data (heart rate, cadence, power) over a given time range
  • run regression analysis for any given set of input features

Future features will include:

  • File Parser: Support for .fit files

To access all your historic activity data:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages