Mercurial > repos > mnhn65mo > get_worldclim_data
comparison clim_data.R @ 5:c29f8b25651c draft
Uploaded
author | mnhn65mo |
---|---|
date | Mon, 13 Aug 2018 06:27:05 -0400 |
parents | 2d41c34c9aeb |
children | 4507b52cbb7a |
comparison
equal
deleted
inserted
replaced
4:4ba0045984f7 | 5:c29f8b25651c |
---|---|
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] |