Skip to content
Prev 23260 / 29559 Next

How to use coKriging with LANDSAT ETM Imagery

With the amount of detail you give (no script) I can only guess.

In case you try to feed the gstat routines a Raster or RasterStack
object, it doesn't work. In that case you should first convert it; say
if your raster is called x, pass it to gstat() as

as(x, "SpatialPointsDataFrame").
On 08/21/2015 12:03 PM, Rajabhushanam. C wrote: