
WorldClim climatic variables (min temperature, max temperature, mean precipitation)
Source:R/get_worldclim.R
worldclim.Rd
This resource is published by Fick et al. (2017) "WorldClim 2: new 1-km spatial resolution climate surfaces for global land areas". This resource represents multiple climatic variables from which we will be requiring minimum temperature, maximum temperature, and mean precipitation layers. The layers are available to download for the period 2000 - 2018 on monthly basis from WorldClim.
Details
Enlisted different resources can be requested with their dedicated functions:
- tmin
Encoded as (°C), representing the minimum temperature per output grid cell.
- tmax
Encoded as (°C), representing the maximum temperature per output grid cell.
- prec
Encoded as (mm), representing the mean precipitation per output grid cell.