Package: vol2birdR Type: Package Title: Vertical Profiles of Biological Signals in Weather Radar Data Version: 1.3.0.9000 Date: 2026-06-09 Authors@R: c( person("Anders", "Henja", , "anders.henja@gmail.com", role = "aut", comment = "vol2birdR package author and author of RAVE and HLHDF libraries"), person("Adriaan M.", "Dokter", , "vol2birdr@cornell.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6573-066X", "vol2birdR author and maintainer and author of vol2bird library")), person("Alexander", "Tedeschi", , "at744@cornell.edu", role = "ctb", comment = c(ORCID = "0000-0003-0772-6931", "contributer to vol2birdR and vol2bird library")), person("Tsung-Yu", "Lin", role = "ctb", comment = "contributor MistNet segmentation model"), person("Subranshu", "Maji", , "smaji@cs.umass.edu", role = "ctb", comment = "contributor MistNet segmentation model"), person("Daniel", "Sheldon", , "sheldon@cs.umass.edu", role = "ctb", comment = "contributor MistNet segmentation model"), person("Bart", "Kranstauber", , "b.kranstauber@uva.nl", role = "ctb", comment = c(ORCID = "0000-0001-8303-780X")), person("Jurriaan H.", "Spaaks", role = "ctb", comment = "contributor to vol2bird library"), person("Lourens", "Veen", role = "ctb", comment = "contributor to vol2bird library"), person("Iwan", "Holleman", role = "ctb", comment = "contributor to vol2bird library"), person("Hidde", "Leijnse", role = "ctb", comment = "contributor to vol2bird library"), person("John H.", "Merritt", role = c("ctb", "cph"), comment = "author of RSL library"), person("Bart", "Kelley", role = "ctb", comment = "contributor and maintainer of RSL library"), person("Mark", "Couture", role = "ctb", comment = "author of iris2odim add-on to RAVE library"), person("Daniel", "Falbel", role = "ctb", comment = "contributor of original idea for building with torch support"), person("Swedish Meteorological and Hydrological Institute, SMHI", role = "cph", comment = "copyright holder of HLHDF and RAVE libraries"), person("GloBAM", role = "fnd", comment = "https://globam.science") ) Description: 'R' implementation of the 'vol2bird' software for generating vertical profiles of birds and other biological signals in weather radar data. See Dokter et al. (2011) for a paper describing the methodology. License: LGPL (>= 3) Language: en-US URL: https://github.com/adokter/vol2birdR/, https://adriaandokter.com/vol2bird/ BugReports: https://github.com/adokter/vol2birdR/issues Depends: R (>= 4.0.0) Imports: assertthat, methods, pkgbuild, Rcpp (>= 1.0.4), rlang, utils, withr LinkingTo: Rcpp, RcppGSL RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr SystemRequirements: GNU make, GSL, HDF5, PROJ NeedsCompilation: yes RcppModules: RaveIO, PolarVolume, Vol2Bird, Vol2BirdConfig Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Copyright: file COPYRIGHTS Encoding: UTF-8 Config/pak/sysreqs: make libgsl0-dev libhdf5-dev libproj-dev Repository: https://aloftdata.r-universe.dev Date/Publication: 2026-06-10 20:04:11 UTC RemoteUrl: https://github.com/adokter/vol2birdR/ RemoteRef: HEAD RemoteSha: 73ec6304d16fdd4297dd23cdbaec275eda12b992 Packaged: 2026-06-23 13:59:42 UTC; root Author: Anders Henja [aut] (vol2birdR package author and author of RAVE and HLHDF libraries), Adriaan M. Dokter [aut, cre] (ORCID: , vol2birdR author and maintainer and author of vol2bird library), Alexander Tedeschi [ctb] (ORCID: , contributer to vol2birdR and vol2bird library), Tsung-Yu Lin [ctb] (contributor MistNet segmentation model), Subranshu Maji [ctb] (contributor MistNet segmentation model), Daniel Sheldon [ctb] (contributor MistNet segmentation model), Bart Kranstauber [ctb] (ORCID: ), Jurriaan H. Spaaks [ctb] (contributor to vol2bird library), Lourens Veen [ctb] (contributor to vol2bird library), Iwan Holleman [ctb] (contributor to vol2bird library), Hidde Leijnse [ctb] (contributor to vol2bird library), John H. Merritt [ctb, cph] (author of RSL library), Bart Kelley [ctb] (contributor and maintainer of RSL library), Mark Couture [ctb] (author of iris2odim add-on to RAVE library), Daniel Falbel [ctb] (contributor of original idea for building with torch support), Swedish Meteorological and Hydrological Institute, SMHI [cph] (copyright holder of HLHDF and RAVE libraries), GloBAM [fnd] (https://globam.science) Maintainer: Adriaan M. Dokter