Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
/ gulltracking Public archive

🦅 R package to annotate GPS tracking data of gulls

License

Notifications You must be signed in to change notification settings

inbo/gulltracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulltracking

repo status R build status Codecov test coverage

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.

Installation

You can install gulltracking from GitHub with:

# install.packages("devtools")
devtools::install_github("inbo/gulltracking")

Then load the package with:

library(gulltracking)

Meta

  • We welcome contributions including bug reports.
  • License: MIT
  • Get citation information for gulltracking in R doing citation("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.