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

Latest commit

 

History

History
27 lines (18 loc) · 1.5 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.5 KB

uvabits

✋ This package is not ready for use! It was previously called BirdTrackingEtl and used exclusively to process UvA-BiTS data for INBO researchers (see release and vignette for that version). We are now expanding its functionality for more general use by UvA-BiTS users. Want to contribute? Check out our contributing guidelines.

uvabits provides an R interface to the UvA-BiTS database, which stores bird movement data collected with UvA-BiTS GPS trackers. The package provides functionality to download data and metadata, calculate some metrics, and load the data into a query-optimized SQLite database for local analysis. It also allows to download the data in a format that can easily be uploaded to Movebank, a free online database for animal tracking data.

Installation

You can install uvabits from GitHub with:

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

Then load the package with:

library(uvabits)

Meta

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