gecko.worldclim | R Documentation |
Download the latest version of worldclim to your gecko work directory.
If you have not yet setup a work directory, it will be be setup as if running
gecko::gecko.setDir()
with gisPath = NULL
.
This is a large dataset that is prone to fail by timeout if downloaded
through R. Instead of using this function you can run gecko.setDir() (if you
haven't yet) and download the files at
https://geodata.ucdavis.edu/climate/worldclim/2_1/base/wc2.1_30s_bio.zip or
https://geodata.ucdavis.edu/climate/worldclim/2_1/base/wc2.1_10m_bio.zip.
Unzip their contents correspondingly to the folders "./worldclim/1 km" or
"./worldclim/10 km" inside the folder returned by gecko.getDir().
gecko.worldclim(res)
res |
character. Specifies the resolution of environmental data used. |
Reads a txt file pointing to where the world GIS files are stored.
## Not run:
gecko.worldclim("10 km")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.