Package: rvad Type: Package Title: Velocity Azimuth Display of Meteorological Radars Version: 0.1.0 Authors@R: c( person("Paola", "Corrales", email = "paola.corrales@cima.fcen.uba.ar", role = c("aut", "cre")), person("Elio", "Campitelli", email = "elio.campitelli@cima.fcen.uba.ar", role = c("ctb"))) Description: This package implement an algorithm to process radial wind from Doppler radars obtainning the proper horizontal wind. The implementation is based on Browning and Wexler (1968) with the addition of several quality controls. License: GPL-3 URL: https://github.com/paocorrales/rvad BugReports: https://github.com/paocorrales/rvad/issues Encoding: UTF-8 LazyData: true Depends: R (>= 2.10) Imports: data.table Suggests: ggplot2 Roxygen: list(markdown = TRUE) RoxygenNote: 6.1.1 Repository: https://paocorrales.r-universe.dev Date/Publication: 2020-07-16 02:13:17 UTC RemoteUrl: https://github.com/paocorrales/rvad RemoteRef: HEAD RemoteSha: 31d393d3feaff22fb56a43da8b7ed510f16530bd NeedsCompilation: no Packaged: 2026-07-02 09:28:53 UTC; root Author: Paola Corrales [aut, cre], Elio Campitelli [ctb] Maintainer: Paola Corrales