Mercurial > repos > mnhn65mo > get_worldclim_data
comparison clim_data.R @ 6:4507b52cbb7a draft default tip
Uploaded
author | mnhn65mo |
---|---|
date | Mon, 13 Aug 2018 10:08:10 -0400 |
parents | c29f8b25651c |
children |
comparison
equal
deleted
inserted
replaced
5:c29f8b25651c | 6:4507b52cbb7a |
---|---|
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 | |
44 library(stringr) | 43 library(stringr) |
45 | 44 |
46 | 45 |
47 #Get args | 46 #Get args |
48 usr_data=args[1] | 47 usr_data=args[1] |