wat_remove_reflections: Remove reflected positions.

Description Usage Arguments Value Author(s)

View source: R/func_remove_reflections.r

Description

Remove reflected positions.

Usage

1
2
3
4
5
6
7
8
9
wat_remove_reflections(
  data,
  x = "x",
  y = "y",
  time = "time",
  point_angle_cutoff = 45,
  reflection_speed_cutoff = 40,
  est_ref_len = 1000
)

Arguments

data

A dataframe or similar which has previously been cleaned.

x

The name of the X coordinate column.

y

The name of the Y coordinate column.

time

The name of the timestamp column.

point_angle_cutoff

The turning angle (in degrees) above which high instantaneous speeds are considered an anomaly rather than fast transit.

reflection_speed_cutoff

The speed (in m/s) above which an anomaly is detected when combined with a high turning angle.

est_ref_len

The maximum number of positions to search after the anchor for a potential reflection end.

Value

A dataframe with reflections removed.

Author(s)

Pratik R. Gupte


pratikunterwegs/watlastools documentation built on Nov. 5, 2021, 2:07 p.m.