lubridate
dependency.apikey
parameter has been deprecated on all the functions. Now the API Key is globally managed via an environment variable: see aemet_api_key()
.tibble/tidyverse
format.return_sf
would return sf
objects instead of tibbles. sf (>= 0.9)
required, listed on ‘Suggests’ so it is not strictly required.verbose
, to check results.aemet_last_obs()
now is vectorized and it can also retrieve all the stations at a glance with station = "all"
aemet_last_obs()
now is vectorized and it can also retrieve all the stations at a glance with station = "all"
aemet_daily_clim()
now is vectorized and it can also retrieve all the stations at a glance with station = "all"
get_metadata_aemet()
.ggclimat_walter_lieth()
. This function is now the default for climatogram_*
functions (experimental). Old behavior can be reproduced with options ggplot2 = FALSE
.verbose
and ...
). Now it is possible to pass colors to the plotting functions.climaemet_9434_climatogram
, climaemet_9434_temp
, climaemet_9434_wind
.hcl.colors()
(base R)rename ggstripes_station()
to climatestripes_station()
.
climatogram_normal()
. New function to plot a Walter & Lieth climatic diagram from normal climatology values.
climatogram_period()
. New function to plot a Walter & Lieth climatic diagram for a specified time period.
ggwindrose()
. New function to plot windrose diagram.
windrose_days()
. New function to plot a windrose (speed/direction) diagram of a station over a days period.
windrose_period()
. New function to plot a windrose (speed/direction) diagram of a station over a time period.