mablab / sftrack

sftrack: Modern classes for tracking and movement data
https://mablab.org/sftrack/
Other
53 stars 2 forks source link

[Use case] Compute geometric parameters of steps #8

Closed basille closed 2 years ago

basille commented 4 years ago

Use case: Trajectories are defined as series of steps; inherent to this are the geometric parameters of each step (in addition to geographic and time coordinates): increments in X and Y direction, step length, absolute and relative (turning) angle, net square displacement (NSD) from a reference point.

Requirements:

Input: A sftraj object.

Output: A sftraj object with additional columns for each parameter. The names of these columns could be defined by the user with sane standard.

Additional information: Does this depend on projection? Also check creation (as.ltraj) and recomputation (rec) of ltraj objects in adehabitatLT.

basille commented 2 years ago

Closing this issue now that sftrack is developed and on CRAN.