Retrieve polar volumes
Arguments
- radar
The name of the radar (odim string) as a character string (e.g.
"nlhrw"
or"fikor"
).- time
The time as a
POSIXct
for the polar volume to download- ...
Additional arguments passed on to the individual reading functions, for example
param="all"
to thebioRad::read_pvolfile()
function.
Examples
if (FALSE) { # \dontrun{
get_pvol("deess", as.POSIXct(Sys.Date()))
get_pvol("czska", as.POSIXct(Sys.Date()))
get_pvol(
c("deess", "dehnr", "fianj", "czska"),
as.POSIXct(Sys.Date())
)
} # }