I am trying to download maps, but the server does not respond properly. Is it down?
If I try e.g. one of the examples in the package:
getData('worldclim', var='tmin', res=0.5, lon=5, lat=45)
Then I get this error:
trying URL 'https://biogeo.ucdavis.edu/data/climate/worldclim/1_4/tiles/cur/tmin_16.zip'
Error in utils::download.file(url = aurl, destfile = fn, method = "auto", :
cannot open URL 'https://biogeo.ucdavis.edu/data/climate/worldclim/1_4/tiles/cur/tmin_16.zip'
I am interested in this map in particular:
nld <- getData("GADM", country = "NLD", level = 1)
But then I get this error:
trying URL 'https://biogeo.ucdavis.edu/data/gadm3.6/Rsp/gadm36_NLD_1_sp.rds'
Error in utils::download.file(url = aurl, destfile = fn, method = "auto", :
cannot open URL 'https://biogeo.ucdavis.edu/data/gadm3.6/Rsp/gadm36_NLD_1_sp.rds'
I hope it can be solved soon.
Thank you in advance!
I am trying to download maps, but the server does not respond properly. Is it down?
If I try e.g. one of the examples in the package:
getData('worldclim', var='tmin', res=0.5, lon=5, lat=45)Then I get this error:
I am interested in this map in particular:
nld <- getData("GADM", country = "NLD", level = 1)But then I get this error:
I hope it can be solved soon.
Thank you in advance!