list_vpts_aloft: List aloft urls for time series of vertical profiles (vpts
) of radar
stations
Description
List aloft urls for time series of vertical profiles (vpts
) of radar
stations
Usage
list_vpts_aloft(
date_min = NULL,
date_max = NULL,
radars = NULL,
format = "csv",
source = "baltrad",
show_warnings = TRUE
)
Value
A character vector of aloft urls
Arguments
- date_min
Character, the first date to return urls for. In the shape of
YYYY-MM-DD.
- date_max
Character, the last date to return urls for. In the shape of
YYYY-MM-DD.
- radars
Character vector, radar stations to return urls for.
- format
Character, the format of archive urls to return, either csv or
hdf5. Currently only csv urls are supported.
- source
Character, either baltrad
or ecog-04003
- show_warnings
Logical, whether to print warnings for dates or radar
stations for which no data was found.
Examples
Run this codelist_vpts_aloft(radars = "bejab")
Run the code above in your browser using DataLab