gstat
gstat copied to clipboard
Error in predict.gstat
Hi, I am trying binomial regression kriging with a larger multispectral image. The subset I am working with now is about 2000*2000 pixels, and after fitting the model with fit.gstatModel from the package GSIF, I get an error thats possibly related to a closed issue (https://github.com/edzer/gstat/issues/6) The message is: Error in predict.gstat(...) out of dynamic memory (try local kriging) The fixes from the other issues (changing nmax) dont work. Any ideas?