Skip to content
Prev 11674 / 29559 Next

projectRaster error with netcdf

The second argument in projectRaster is another Raster* object, not a proj.4
string. 

I expect this problem goes away if you do:

x <- projectRaster(r, crs="+proj=longlat +ellps=WGS84 +datum=WGS84
+no_defs")

Robert
--
View this message in context: http://r-sig-geo.2731867.n2.nabble.com/projectRaster-error-with-netcdf-tp6359514p6359973.html
Sent from the R-sig-geo mailing list archive at Nabble.com.