View source: R/get_weather_radars.R
get_weather_radars | R Documentation |
Gets weather radar metadata from OPERA and/or NEXRAD.
get_weather_radars(source = c("opera", "nexrad"), use_cache = TRUE, ...)
source |
Source of the metadata. |
use_cache |
Logical indicating whether to use the cache. Default is
|
... |
Additional arguments passed on to reading functions per source, currently not used. |
The source files for this function are:
For opera
: OPERA_RADARS_DB.json (main/current)
and OPERA_RADARS_ARH_DB.json (archive).
A column origin
is added to indicate which file the metadata were derived
from.
For nexrad
: nexrad-stations.txt.
A sf or tibble with weather radar metadata. In all cases the column source
is
added to indicate the source of the data and radar
to show the radar identifiers
used in other functions like get_pvol()
and get_vpts()
.
# Get radar metadata from OPERA
get_weather_radars(source = "opera")
# Get radar metadata from NEXRAD
get_weather_radars(source = "nexrad")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.