download_climate_normals {BrazilMet} | R Documentation |
Download climatological normals from Conventional weather stations (CWS) of Inmet
Description
This function will download the climatological normals from CWS stations available in Inmet site.
Usage
download_climate_normals(variable, range_time)
Arguments
variable |
The variables available to download. The available variables are: rainfall_norm, t2m_norm, rh_norm, ws_norm and etp_norm. |
range_time |
The range of time which the climatological normals were computed. The available range of time is: "1991-2020". |
Value
Returns a data.frame with climatological normal required.
Author(s)
Roberto Filgueiras
Examples
## Not run:
df <- download_climate_normals(
variable = "rainfall_norm",
range_time = "1991-2020"
)
## End(Not run)
[Package BrazilMet version 0.4.0 Index]