Re: [R-sig-Geo] Landsat soil moisture index

2013-11-18 Thread Jonathan Greenberg
Allen: The brute force way would be to simply pull out each pixel via ?getValues (be aware, this is a memory intensive process) -- or use a subsample the raster using ?sampleRandom. Just as a note: brightness temperature is not the same thing as surface temperature. Brightness temperature assume

Re: [R-sig-Geo] Regression kriging - error not found when ordinary kriging

2013-11-18 Thread Ashton Shortridge
Hi Jordan, I always use the 'data' parameter when kriging. Here's how I'd do it: class(bd) # This should be a SpatialPointsDataFrame names(bd) # all the variables in the model (Total, m5005CVOL, etc) class(blank) # This should be a SpatialPointsDataFrame names(blank) # all the variables in th