runpandas.types.acessors.session._SessionAcessor.speed#

_SessionAcessor.speed(from_distances=False, to_special_column=True, **kwargs)#

Compute the speed in meters over all the activities.

Parameters
  • from_distances (bool, optional) – Should the speeds be calculated from the distance recordings instead of taken from the speed recordings directly? Default is False.

  • to_special_column (convert the distance calculated (pandas.Series)) – to special runpandas speed column (runpandas.types.columns.Speed). Default is True.

  • **kwargs (Keyword args to be passed to the speed building method) –

Returns

`runpandas.Activity`

Return type

The runpandas.Activity with the new column speed computed.