aemet_normal | R Documentation |
Get normal climatology values for a station (or all the stations with
aemet_normal_clim_all()
. Standard climatology from 1981 to 2010.
aemet_normal_clim(station = NULL, verbose = FALSE, return_sf = FALSE) aemet_normal_clim_all(verbose = FALSE, return_sf = FALSE)
station |
Character string with station identifier code(s)
(see |
verbose |
Logical |
return_sf |
Logical |
A tibble or a sf
object.
You need to set your API Key globally using aemet_api_key()
.
Code modified from project https://github.com/SevillaR/aemet
Other aemet_api_data:
aemet_daily_clim()
,
aemet_extremes_clim()
,
aemet_last_obs()
,
aemet_monthly
,
aemet_stations()
library(tibble) obs <- aemet_normal_clim(c("9434", "3195")) glimpse(obs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.