From 835cb26f15a4ff0d502e1fb9a72ed9fe6031644a Mon Sep 17 00:00:00 2001 From: "Jentsch, Helge Marc Ole" <helge.marc.ole.jentsch@uni-hamburg.de> Date: Tue, 6 Apr 2021 14:26:40 +0200 Subject: [PATCH] 2021-04-06 Update: Note that 30s CMIP Data is not yet available for WorldClim 2.1 Signed-off-by: Jentsch, Helge Marc Ole <helge.marc.ole.jentsch@uni-hamburg.de> --- DESCRIPTION | 2 +- R/WorldClim_download_functions.R | 2 +- man/WorldClim.CMIP_6.download.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1cd82c1..e87d95b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -41,7 +41,7 @@ Suggests: knitr, testthat, usethis, rmarkdown VignetteBuilder: knitr SystemRequirements: Tested with at least 4 GB RAM. NeedsCompilation: no -Packaged: 2021-03-24 19:58:04 UTC; helge +Packaged: 2021-04-06 12:23:27 UTC; helge Author: Helge Jentsch [aut, cre], Maria Bobrowski [aut], Johannes Weidinger [aut], diff --git a/R/WorldClim_download_functions.R b/R/WorldClim_download_functions.R index 6bdf99e..5f5c474 100644 --- a/R/WorldClim_download_functions.R +++ b/R/WorldClim_download_functions.R @@ -1060,7 +1060,7 @@ WorldClim.CMIP_5.download <- function(save.location = "./", #'@author Helge Jentsch #'@description This function supports the download, pre-processing and management of the WorldClim v2.1 CMIP6 future climate dataset.\cr This comprises of monthly precipitation sums (mm), temperature (maximum, minimum; °C), and annual chracteristics (19 bioclimatic variables).\cr To allow pre-processing, clipping and buffering, conversion to ASCII-grids and stacking options are included.\cr Optional an output of a .bib-file of the cited literature can be retrieved.\cr For user convenience, saving directories will be created automatically. Also options to "zip" and/or delete the RAW-files are included. #' -#'@note Please note that the downloaded data for temperature and the therefore also the first eleven bioclim-variables are processed to °C with one significant decimal without offset and factor. Processing and conversion to other file-formats on a global dataset may take some time depending on the spatial resolution. +#'@note Please note that the downloaded data for temperature and the therefore also the first eleven bioclim-variables are processed to °C with one significant decimal without offset and factor. Processing and conversion to other file-formats on a global dataset may take some time depending on the spatial resolution. \cr **The 30 arc-second resolution is not yet available. It was scheduled to be released by March 2020 but until March 2021 no data was released publicly.** #' #'@param save.location string. Input where the datasets should be saved. \cr Default: Working Directory. #'@param parameter string (vector). Input of parameters which should be downloaded. \cr Default: \code{c("prec", "tmax", "tmin", "bio")} diff --git a/man/WorldClim.CMIP_6.download.Rd b/man/WorldClim.CMIP_6.download.Rd index 94a3eee..99789de 100644 --- a/man/WorldClim.CMIP_6.download.Rd +++ b/man/WorldClim.CMIP_6.download.Rd @@ -67,7 +67,7 @@ WorldClim 2.1 CMIP6 Future climate datasets for the periods of 2021-2040, 2041-2 This function supports the download, pre-processing and management of the WorldClim v2.1 CMIP6 future climate dataset.\cr This comprises of monthly precipitation sums (mm), temperature (maximum, minimum; °C), and annual chracteristics (19 bioclimatic variables).\cr To allow pre-processing, clipping and buffering, conversion to ASCII-grids and stacking options are included.\cr Optional an output of a .bib-file of the cited literature can be retrieved.\cr For user convenience, saving directories will be created automatically. Also options to "zip" and/or delete the RAW-files are included. } \note{ -Please note that the downloaded data for temperature and the therefore also the first eleven bioclim-variables are processed to °C with one significant decimal without offset and factor. Processing and conversion to other file-formats on a global dataset may take some time depending on the spatial resolution. +Please note that the downloaded data for temperature and the therefore also the first eleven bioclim-variables are processed to °C with one significant decimal without offset and factor. Processing and conversion to other file-formats on a global dataset may take some time depending on the spatial resolution. \cr **The 30 arc-second resolution is not yet available. It was scheduled to be released by March 2020 but until March 2021 no data was released publicly.** } \examples{ \dontrun{ -- GitLab