process_gps_data_into_gps_epochs {walkboutr}R Documentation

Convert GPS data into GPS epochs

Description

The input schema for the accelerometry data is time, latitude, longitude, and speed.

Usage

process_gps_data_into_gps_epochs(gps_data, ..., collated_arguments = NULL)

Arguments

gps_data

A data frame containing GPS data. Must have columns "Latitude", "Longitude"

...

Additional arguments to be passed to the function.

collated_arguments

A named list of arguments, used to avoid naming conflicts when calling this function as part of a pipeline. Optional.

Details

This function processes GPS data into GPS epochs, with each epoch having a duration specified by epoch_length.

Value

A data frame with columns latitude, longitude, time, and speed, where time is now the nearest epoch start time


[Package walkboutr version 0.6.0 Index]