BirdscanR is an R package to extract data from Birdscan MR1 SQL vertical-looking radar databases, filter, and process them to Migration Traffic Rates (# objects per hour and km) or density (# objects per km3) of, for example birds, and insects. Object classifications in the ‘Birdscan MR1’ databases are based on the dataset of Haest et al. (2021). Migration Traffic Rates and densities can be calculated separately for different height bins (with a height resolution of choice) as well as over time periods of choice (e.g., 1/2 hour, 1 hour, 1 day, day/night, the full time period of observation, and anything in between). Two plotting functions are also included to explore the data in the SQL databases and the resulting Migration Traffic Rate results. For details on the Migration Traffic Rate calculation procedures, see Schmid et al. (2019).
To get started, see:
- Get started: an introduction to the package’s main functionalities.
- Function reference: overview of all functions.
Installation
Install the latest released version from CRAN:
install.packages("birdscanR")
Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("BirdScanCommunity/birdscanR")
Meta
- We welcome contributions including bug reports.
- License: GPL-3
- Get citation information for birdscanR in R doing
citation("birdscanR")
. - 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.