Skip to content

pratikunterwegs/atlastools

Repository files navigation

Pre-processing Tools for High-throughput Animal Tracking Data

Project Status: Active – The project has reached a stable, usable state and is being actively developed. DOI R build status codecov.io

atlastools is an R package to pre-process high frequency animal tracking data. It is written and maintained by Pratik Gupte, at the University of Groningen's Theoretical Biology Group. While aimed at data from ATLAS systems, it works with any X, Y, TIME data.

Package documentation

The package functions are conveniently documented at the package website: https://pratikunterwegs.github.io/atlastools/

A Guide to Pre-procesing High-throughput Animal Tracking Data

Using atlastools to clean data before making biological inferences is covered in this article in the Journal of Animal Ecology, A Guide to Pre-processing High-throughput Animal Tracking Data.

Installation

# This package can be installed using devtools
install.packages("devtools")

devtools::install_github("pratikunterwegs/atlastools")