mablab / sftrack

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

What common step metrics should sftrack calculate. #24

Closed birderboone closed 2 years ago

birderboone commented 4 years ago

The step_metrics() attempts to calculate common metrics between successive steps in an sftrack/sftraj. Currently those are:

What other standardized metrics should be calculated?

birderboone commented 4 years ago

From a conversation from @rociojoo . Relative Angle should be added as well.

pratikunterwegs commented 4 years ago

Hi, just jumping in here, I wonder whether dt (difftime) is something that's already present and if you might want to add that? Might help users separate data based on large time intervals, which could indicate missing data in between.

rociojoo commented 4 years ago

Yes, dt is already there :)

basille commented 4 years ago
basille commented 2 years ago

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