gps_data_analyzer.time_analysis module

gps_data_analyzer.time_analysis.compute_rest_time(gps_data, radius)

Compute the duration during which the track stays in a given radius of each point.

Parameters
  • gps_data (PoiPoints) – The data used for computation.

  • radius (float) – The radius in which the rest time is computed around each point.

Returns

The rest time around each point.

Return type

pandas.Series