cran-task-views / Tracking

CRAN Task View: Processing and Analysis of Tracking Data
https://CRAN.R-project.org/view=Tracking
5 stars 0 forks source link

tagtools: tools for calibration and processing of high-resolution biologging data #75

Open stacyderuiter opened 1 week ago

stacyderuiter commented 1 week ago

Are you the author of the package?

Yes

Is the package on a specific repository?

CRAN

Please provide the URL of the package repository

https://cran.r-project.org/web/packages/tagtools/index.html

Is there a dedicated website for the documentation (e.g. a pkgdown website)?

https://animaltags.github.io/tagtools_r/ https://animaltags.org/

If you are the author of the package, does it pass CRAN check tests?

Yes

Additional information

High-resolution movement-sensor tags typically include accelerometers to measure body posture and sudden movements or changes in speed, magnetometers to measure direction of travel, and pressure sensors to measure dive depth in aquatic or marine animals. The sensors in these tags usually sample many times per second. Some tags include sensors for speed, turning rate (gyroscopes), and sound. This package provides software tools to facilitate calibration, processing, and analysis of such data. Tools are provided for: data import/export; calibration (from raw data to calibrated data in scientific units); visualization (for example, multi-panel time-series plots); data processing (such as event detection, calculation of derived metrics like jerk and dynamic acceleration, dive detection, and dive parameter calculation); and statistical analysis (for example, track reconstruction, a rotation test, and Mahalanobis distance analysis).

This package fits into pre-processing of track data as it includes functions for producing dead-reckoned tracks from accelerometer and magnetometer data, with an option to correct the dead-reckoned track using speed estimates and known positions.

It also includes many functions to calibrate, process, quality-check, visualize, and do event detection with biologging (movement rather than track) data.

basille commented 6 days ago

Wow, impressive work! Thanks @stacyderuiter for your submission. An update of the Tracking CTV is well overdue… but will likely have to wait a little bit more.