Skip to contents

This function extracts summaries from the tracks of pds data useful to the validation. The function extracts start_end_distance: the distance between the initial and the final point of a trip, the outliers_proportion: the proportion of track points exceeding 30 m/s in a trip, the timetrace_dispersion: a measure of the the irregularity in the tracking signal.

Usage

get_tracks_descriptors(Trip, pars, tracks_list)

Arguments

Trip

A vector of pds trips to process.

pars

The configuration file.

tracks_list

The list of pds tracks files.

Value

A dataframe with summaries for each pds trip ID.