Mercurial > repos > mnhn65mo > get_worldclim_data
comparison clim_data.R @ 1:008cbcc1e3f6 draft
Uploaded
author | mnhn65mo |
---|---|
date | Thu, 09 Aug 2018 10:25:43 -0400 |
parents | bdf7d9f2ddae |
children | 2d41c34c9aeb |
comparison
equal
deleted
inserted
replaced
0:bdf7d9f2ddae | 1:008cbcc1e3f6 |
---|---|
38 | 38 |
39 #Call libraries | 39 #Call libraries |
40 library('raster',quietly=TRUE) | 40 library('raster',quietly=TRUE) |
41 library(sp,quietly = TRUE, warn.conflicts = FALSE) | 41 library(sp,quietly = TRUE, warn.conflicts = FALSE) |
42 library(ncdf4,quietly = TRUE, warn.conflicts = FALSE) | 42 library(ncdf4,quietly = TRUE, warn.conflicts = FALSE) |
43 library(rgdal,quietly = TRUE, warn.conflicts = FALSE) #To save as geotif | 43 #library(rgdal,quietly = TRUE, warn.conflicts = FALSE) #To save as geotif |
44 library(stringr) | 44 library(stringr) |
45 | 45 |
46 | 46 |
47 #Get args | 47 #Get args |
48 usr_data=args[1] | 48 usr_data=args[1] |