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.TrackSetobject is not passed.Takes a
pytracks.track.TrackSetobject and generates statistics on it.