Acessors

Special acessors to perform activity transformations or derived observations based on activity data.

Moving

moving._InactivityAssessor(activity)

Dataframe Accessor to impute the periods of inactivity, as such periods must be detected and ignored from the analysis for moving time, heart rate, speed, and power-based calculations.

Metrics

metrics.MetricsAcessor(activity)

Dataframe Accessor to compute all available metrics from an activity

metrics.MetricsAcessor.speed([…])

Calculates the speed in meters using an Activity frame.

metrics.MetricsAcessor.distance([…])

Calculates the distance in meters using haversine distance formula on an Activity frame.