The terraclimate data set1 provides data on 14 climatic variables through time since 1958 at ~4km resolution in space and monthly resolution in time.
TerraclimateR is a lightweight package that implements a single function (get_terraclim
) to access these data and import them directly into R in long format.
devtools::install_github("julianselke/TerraclimateR")
# or
remotes::install_github("julianselke/TerraclimateR")
library(TerraclimateR)
?get_terraclim
Footnotes
-
Abatzoglou, J., Dobrowski, S., Parks, S. et al. TerraClimate, a high-resolution global dataset of monthly climate and climatic water balance from 1958–2015. Sci Data 5, 170191 (2018). https://doi.org/10.1038/sdata.2017.191 ↩