get_tracks_descriptors: Extract summaries from pds tracks

View source: R/preprocess-pds-trips.R

get_tracks_descriptorsR Documentation

Extract summaries from pds tracks

Description

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.


WorldFishCenter/peskas.timor.data.pipeline documentation built on April 14, 2025, 1:47 p.m.