Skip to content
Prev 1951 / 29559 Next

problem in krige function

temiz wrote:
How about making sure they are equal? If you know they are equal, do

proj4string(el1) = CRS(proj4string(mask_SG))

else use spTransform from rgdal to re-project.

gstat checks that the projection strings are exactly equal; this is a 
check too strong, and should be replaced by some check that they 
represent exactly the same projection. Does anyone know how to perform 
this check?
--
Edzer