DataFrame Accessor
pandas_xyz provides a separate namespace with DataFrame that only applies
to DataFrames structured as records of data along a route, like that contained in
activity files (FIT, GPX, TCX).
pandas.DataFrame.xyz can be used to access the values of the dataframe as
activity records and return several properties. These can be accessed like
DataFrame.xyz.<property>.
Position methods
|
Calculate point-to-point displacements from GPS coordinates. |
|
Calculate point-to-point displacements from cumulative distances. |
|
Calculate cumulative distances from point-to-point displacements. |
|
Calculate cumulative distances from GPS coordinates. |
|
Calculate cumulative distances from speed |
|
Calculate speed from point-to-point displacements. |
|
Calculate speed from cumulative distances. |
Detect GPS coordinates that are too close together. |
Elevation methods
|
Filter elevation coordinates by ignoring changes smaller than some threshold value. |
|
Smooths noisy elevation time series. |
|
Like |
|
Return a series of elevation coordinates with no changes in elevation. |
|
Calculate elevation gain (scalar). |
|
Conservatively calculate elevation gain from a series of coordinates. |