gulltracking provides functionality to annotate GPS tracking data of gulls stored in Movebank. These data are collected by the LifeWatch GPS tracking network for large birds.
Development for this package was abandoned because the intended functionality is maintained elsewhere (e.g. Gull_tracking, bird-tracking, movepub). See the bt-etl release for the bird-tracking-etl package this repository used to contain, to process and enrich bird tracking data from UvA-BiTS.
You can install gulltracking from GitHub with:
# install.packages("devtools")
devtools::install_github("inbo/gulltracking")
Then load the package with:
library(gulltracking)
- We welcome contributions including bug reports.
- License: MIT
- Get citation information for
gulltracking
in R doingcitation("gulltracking")
. - Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.