我需要在WorldClim的0.5分钟(30秒)分辨率下下载未来的Bioclim变量。我可以使用代码 getData
函数以较低的分辨率下载它,而不是我需要的更高分辨率。
直接从网站下载文件让我留下一个无法访问的geotiff文件,即当我在r中打开它时,只有“名称”,只有geotiff文件的名称,它应该具有每个变量的名称(例如“ bio_6”)。
有人知道如何将此文件加载到R中,以便我可以提取每个变量或如何将其直接下载到R中?
先感谢您!
I need to download future bioclim variables at 0.5 minute (30 second) resolution from Worldclim. I can use the code getData
function to download it at a lower resolution, but not the higher resolution I need.
Downloading the file directly from the website https://www.worldclim.org/data/cmip6/cmip6_clim30s.html#google_vignette leaves me with an inaccessible GeoTIFF file, i.e. when I open it in R the "names" only has the name of the GeoTIFF file, where it should have the name of each variable (e.g. "bio_6").
Does anyone know either how to load this file into R so that I can extract each variable OR how to download it directly to R?
Thank you in advance!
发布评论
评论(1)
要访问CMIP6数据,您可以使用
geodata :: cmip6_world
或geodata :: cmip6_tile
。To access the CMIP6 data, you can use
geodata::cmip6_world
orgeodata::cmip6_tile
.