vpts
) of radar stationsR/list_vpts_aloft.R
list_vpts_aloft.Rd
List aloft urls for time series of vertical profiles (vpts
) of radar
stations
list_vpts_aloft(
date_min = NULL,
date_max = NULL,
radars = NULL,
format = "csv",
source = "baltrad",
show_warnings = TRUE
)
Character, the first date to return urls for. In the shape of YYYY-MM-DD.
Character, the last date to return urls for. In the shape of YYYY-MM-DD.
Character vector, radar stations to return urls for.
Character, the format of archive urls to return, either csv or hdf5. Currently only csv urls are supported.
Character, either baltrad
or ecog-04003
Logical, whether to print warnings for dates or radar stations for which no data was found.
A character vector of aloft urls
# \donttest{
if (requireNamespace("aws.s3", quietly = TRUE)) {
list_vpts_aloft(radars = "bejab", date_min='2018-10-01', date_max = '2018-12-31')
}# }
#> https://aloftdata.s3-eu-west-1.amazonaws.com/baltrad/monthly/bejab/2018/bejab_vpts_201810.csv.gz
#> https://aloftdata.s3-eu-west-1.amazonaws.com/baltrad/monthly/bejab/2018/bejab_vpts_201811.csv.gz
#> https://aloftdata.s3-eu-west-1.amazonaws.com/baltrad/monthly/bejab/2018/bejab_vpts_201812.csv.gz