Skip to contents

Provides detailed information about variables in the CHELSA (Climatologies at High Resolution for the Earth's Land Surface Areas) dataset, including names, units, and descriptions.

Usage

chelsa_var_info

Format

A tibble with 47 rows and 6 columns:

  • var_name (character): Variable short name, e.g., "bio1".

  • long_name (character): Full variable name, e.g., "mean annual air temperature".

  • unit (character): Measurement unit, e.g., "°C".

  • scale (numeric): Scale factor applied to the variable.

  • offset (numeric): Offset value applied to the variable.

  • explanation (character): Description of the variable.

Examples

# Load the CHELSA variable information
library(ecokit)
library(tibble)
options(pillar.print_max = 64)

data("chelsa_var_info", package = "ecokit")
print(chelsa_var_info, n = Inf)
#> # A tibble: 46 × 6
#>    var_name long_name                             unit  scale offset explanation
#>    <chr>    <chr>                                 <chr> <dbl>  <dbl> <chr>      
#>  1 bio1     mean annual air temperature           °C      0.1  -273. "mean annu…
#>  2 bio2     mean diurnal air temperature range    °C      0.1     0  "mean diur…
#>  3 bio3     isothermality                         °C      0.1     0  "ratio of …
#>  4 bio4     temperature seasonality               °C/1…   0.1     0  "standard …
#>  5 bio5     mean daily maximum air temperature o… °C      0.1  -273. "The highe…
#>  6 bio6     mean daily minimum air temperature o… °C      0.1  -273. "The lowes…
#>  7 bio7     annual range of air temperature       °C      0.1     0  "The diffe…
#>  8 bio8     mean daily mean air temperatures of … °C      0.1  -273. "The wette…
#>  9 bio9     mean daily mean air temperatures of … °C      0.1  -273. "The dries…
#> 10 bio10    mean daily mean air temperatures of … °C      0.1  -273. "The warme…
#> 11 bio11    mean daily mean air temperatures of … °C      0.1  -273. "The colde…
#> 12 bio12    annual precipitation amount           kg m…   0.1     0  "Accumulat…
#> 13 bio13    precipitation amount of the wettest … kg m…   0.1     0  "The preci…
#> 14 bio14    precipitation amount of the driest m… kg m…   0.1     0  "The preci…
#> 15 bio15    precipitation seasonality             kg m…   0.1     0  "The Coeff…
#> 16 bio16    mean monthly precipitation amount of… kg m…   0.1     0  "The wette…
#> 17 bio17    mean monthly precipitation amount of… kg m…   0.1     0  "The dries…
#> 18 bio18    mean monthly precipitation amount of… kg m…   0.1     0  "The warme…
#> 19 bio19    mean monthly precipitation amount of… kg m…   0.1     0  "The colde…
#> 20 fcf      Frost change frequency                count  NA      NA  "Number of…
#> 21 fgd      first day of the growing season TREE… juli…  NA      NA  "first day…
#> 22 gdd0     Growing degree days heat sum above 0… °C      0.1     0  "heat sum …
#> 23 gdd5     Growing degree days heat sum above 5… °C      0.1     0  "heat sum …
#> 24 gdd10    Growing degree days heat sum above 1… °C      0.1     0  "heat sum …
#> 25 gddlgd0  Last growing degree day above 0°C     juli…  NA      NA  "Last day …
#> 26 gddlgd5  Last growing degree day above 5°C     juli…  NA      NA  "Last day …
#> 27 gddlgd10 Last growing degree day above 10°C    juli…  NA      NA  "Last day …
#> 28 gdgfgd0  First growing degree day above 0°C    juli…  NA      NA  "First day…
#> 29 gdgfgd5  First growing degree day above 5°C    juli…  NA      NA  "First day…
#> 30 gdgfgd10 First growing degree day above 10°C   juli…  NA      NA  "First day…
#> 31 gsl      growing season length TREELIM         numb…  NA      NA  "Length of…
#> 32 gsp      Accumulated precipiation amount on g… kg m…   0.1     0  "precipita…
#> 33 gst      Mean temperature of the growing seas… °C      0.1  -273. "Mean temp…
#> 34 kg0      Köppen-Geiger climate classification  cate…  NA      NA  "Köppen Ge…
#> 35 kg1      Köppen-Geiger climate classification  cate…  NA      NA  "Köppen Ge…
#> 36 kg2      Köppen-Geiger climate classification  cate…  NA      NA  "Köppen Ge…
#> 37 kg3      Köppen-Geiger climate classification  cate…  NA      NA  "Wissmann …
#> 38 kg4      Köppen-Geiger climate classification  cate…  NA      NA  "Thornthwa…
#> 39 kg5      Köppen-Geiger climate classification  cate…  NA      NA  "Troll-Pfa…
#> 40 lgd      last day of the growing season TREEL… juli…  NA      NA  "Last day …
#> 41 ngd0     Number of growing degree days         numb…  NA      NA  "Number of…
#> 42 ngd5     Number of growing degree days         numb…  NA      NA  "Number of…
#> 43 ngd10    Number of growing degree days         numb…  NA      NA  "Number of…
#> 44 npp      Net primary productivity              g C …   0.1     0  "Calculate…
#> 45 scd      Snow cover days                       count  NA      NA  "Number of…
#> 46 swe      Snow water equivalent                 kg m…   0.1     0  "Amount of…