Created
March 18, 2015 20:05
-
-
Save kate-crosby/fd1317e22080b7042d4a to your computer and use it in GitHub Desktop.
for jinliang climate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm(list=ls()) | |
library(raster) | |
#Get bio variables at 10 minutes of a degree resolution | |
biovar = getData('worldclim', var='bio', res=10) | |
biovar5 = getData('worldclim', var="bio", res=5) | |
###Get elevation data with SRTM - go to website to determine relevant tiles, | |
#each of these tiles are large - may be easier to do on website | |
#elev.europe <- getData('SRTM', lon = 5, lat = 45) | |
#elev.europe1 <- getData('SRTM', lon = 0, lat = 40) | |
#elev.europe2 <- getData('SRTM', lon = -5, lat = 35) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment