Mercurial > repos > mnhn65mo > get_worldclim_data
comparison clim_data.R @ 3:2d41c34c9aeb draft
Uploaded
author | mnhn65mo |
---|---|
date | Fri, 10 Aug 2018 10:21:58 -0400 |
parents | 008cbcc1e3f6 |
children | c29f8b25651c |
comparison
equal
deleted
inserted
replaced
2:65b9ca4df74a | 3:2d41c34c9aeb |
---|---|
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] |