environmentalinformatics-marburg / heavyRain

Download and pre-process (partly) satellite-based CHIRPS and TRMM rainfall data sets in R.
Other
12 stars 6 forks source link

Region and format handling #4

Open fdetsch opened 5 years ago

fdetsch commented 5 years ago

As reported by a user, the following code

pcn <- getCHIRPS(region = c("Africa"),format = c("netcdf"),
                 tres = c("monthly"), sres = c(0.05),begin = as.Date("1982-01-01"),
                 end = as.Date("1982-01-31"), dsn = file.path(getwd(), "A"))

fails with

Error in function (type, msg, asError = TRUE) : Server denied you to change to the given directory

for the following reasons: