View source: R/preprocess-pds-trips.R
get_tracks_descriptors | R Documentation |
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.
get_tracks_descriptors(Trip, pars, tracks_list)
Trip |
A vector of pds trips to process. |
pars |
The configuration file. |
tracks_list |
The list of pds tracks files. |
A dataframe with summaries for each pds trip ID.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.