Only positive latitude and longitude when importing netcdf in R from paleoView probably wrong projection
I used the paleoview software to download some variables from past climate, including the mean temperature from 15000BP-10000BP (I could upload a file on request but its a GB at least). The main problem is that when I read the raster, it contains only positive latitude and positive longitude. I know from the article that this has a 2.5*2.5 resolution. Using Raster I loaded both the raster and ncdf4 libraries to read it using raster library(raster) library(ncdf4) When I read it using the following code r <- raster("mean_temperature-15000BP-10000BP.nc", varname = "14000BP-13000BP/13300BP") I get