API - pytracks.stats Module

This module has the ability to call methods to help with the creation of statistics. It is useful to see what range of data your file contains.

Methods

pytracks.stats.gen_stats_trackset(trackset)
Parameters:trackset (TrackSet) – The trackset to perform analysis on.
Returns:A table in string form.
Raises:TypeError: If a pytracks.track.TrackSet object is not passed.

Takes a pytracks.track.TrackSet object and generates statistics on it.