R/imgw_meteo_abbrev.R
imgw_meteo_abbrev.Rd
The object contains 3 columns that are currently used for improving readability of the downloaded dataset: fullname, abbr_eng, and fullname_eng
imgw_meteo_abbrev
The data contains a data.frame with ca. 250 elements described in three ways:
original column names as downloaded from the repository
shorten column names with abbreviations derived from the most popular scheme used for meteorological parameters
detailed description of downloaded meteorological variables
The object is created mostly to be used altogether with the meteo_shortening_imgw function
data(imgw_meteo_abbrev)
head(imgw_meteo_abbrev)
#> fullname abbr_eng
#> 1 Absolutna temperatura maksymalna [C] tmax_abs
#> 2 Absolutna temperatura minimalna [C] tmin_abs
#> 3 Aktynometria [J/cm2] irrad
#> 4 Charakterystyka tendencji [kod] press_tend
#> 5 Chmury CH [kod] cl_CH_code
#> 6 Chmury CH tekstem cl_CH
#> fullname_eng
#> 1 Absolute maximum air temperature [C]
#> 2 Absolute minimum air temperature [C]
#> 3 Irradiance [J/cm2]
#> 4 Pressure tendency
#> 5 High cloud cover [code]
#> 6 High cloud cover [text]