Package: birdscanR Title: Migration Traffic Rate Calculation Package for 'Birdscan MR1' Radars Version: 0.3.0.9029 Authors@R: c( person("Birgen", "Haest", , "birgen.haest@vogelwarte.ch", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8739-6460")), person("Fabian", "Hertner", , "fabian.hertner@swiss-birdradar.com", role = c("aut")), person("Baptiste", "Schmid", , "baptiste.schmid@vogelwarte.ch", role = c("ctb"), comment = c(ORCID = "0000-0002-7736-7527")), person("Peter", "Desmet", , "peter.desmet@inbo.be", role = c("ctb"), comment = c(ORCID = "0000-0002-8442-8025")), person("Bart", "Kranstauber", , "b.kranstauber@uva.nl", role = c("ctb"), comment = c(ORCID = "0000-0001-8303-780X")), person("Damiano", "Preatoni", , "damiano.preatoni@uninsubria.it", role = c("ctb"), comment = c(ORCID = "0000-0001-8760-1316")), person("Johannes", "De Groeve", , "j.degroeve@uva.nl", role = c("ctb"), comment = c(ORCID = "0000-0002-1274-3237")), person("Felix", "Liechti", , "felix.liechti@swiss-birdradar.com", role = c("ctb"), comment = c(ORCID = "0000-0001-9473-0837")), person("Swiss Ornithological Institute", role = "cph", comment = c(ROR = "03mcsbr76")), person("Swiss Birdradar Solution AG", role = "cph", comment = "https://swiss-birdradar.com") ) Description: 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) . License: GPL (>= 3) URL: https://github.com/BirdScanCommunity/birdscanR, https://birdscancommunity.github.io/birdscanR/ BugReports: https://github.com/BirdScanCommunity/birdscanR/issues Depends: R (>= 4.1.0) Imports: DBI, dplyr, lifecycle, ggplot2, methods, modi, reshape2, RODBC, RPostgreSQL, readr, rstudioapi, sp, stats, suntools, tibble, tidyr, utils, yaml Suggests: bioRad, knitr, rmarkdown VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev unixodbc-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://aloftdata.r-universe.dev Date/Publication: 2026-06-23 15:49:06 UTC RemoteUrl: https://github.com/BirdScanCommunity/birdscanR RemoteRef: HEAD RemoteSha: c5a4b12a527d365b1f366d23732bf0c1d5761a5f NeedsCompilation: no Packaged: 2026-06-23 16:30:42 UTC; root Author: Birgen Haest [aut, cre] (ORCID: ), Fabian Hertner [aut], Baptiste Schmid [ctb] (ORCID: ), Peter Desmet [ctb] (ORCID: ), Bart Kranstauber [ctb] (ORCID: ), Damiano Preatoni [ctb] (ORCID: ), Johannes De Groeve [ctb] (ORCID: ), Felix Liechti [ctb] (ORCID: ), Swiss Ornithological Institute [cph] (ROR: ), Swiss Birdradar Solution AG [cph] (https://swiss-birdradar.com) Maintainer: Birgen Haest