Dear Wallace Team,
I am using Wallace for my undergraduate research and am trying to create SDMs by using Transfer by New Time. We are experiencing issues regarding the import of the WorldClim BioClim for both the “Obtain Environmental Data” module and the “Transfer Model” module. Are others experiencing this issue?
As it was not working in the app, we have resorted to carrying out the process in R with the RMD file available in the “Reproduce” module. We have since been able to download the specific raster files of all 19 variables (2.5m) from the WorldClim website and imported them with the user-specified option in “Obtain Environmental Data”, but that is causing an issue further into the process. At the “Transfer Model” step, we are getting a warning to use the geodata package rather than getData with an error of “error in evaluating the argument 'x' in selecting a method for function '%in%': error in evaluating the argument 'x' in selecting a method for function 'res': object 'bgMask_Ws' not found”. We instead imported the CMIP6 data as the CMIP5 is no longer available through WorldClim. We used the raster() function to successfully bring in the wc2.5m.2061-2080.tif file into R. In Chunk 11, we get an error when changing the names to match the names from the “Obtain Environmental Data” module: Error in `names<-`(`*tmp*`, value = c("wc2.1_2.5m_bio_1", "wc2.1_2.5m_bio_2", : incorrect number of layer names. Could this happen because the function is expecting a set of 19 rasters, and CMIP6 is just 1 raster? If so, does anyone have access to the old CMIP5 files? If not, any suggestions on obtaining the 19 rasters out of the 1 CMIP6 raster would be much appreciated.