Skip to content
Prev 6798 / 29559 Next

Help importing ascii DTM with no data values for Kriging with External Drift

Tobin Cara wrote:
the nodata values should be automatically converted, as the header
defines them.
This assumes that something called Zloc is available both in meanRain
and in elev, which is unlikely in your case.

Try to make a habit of using the formulation

elev_ked <- krige(meanRain~Zloc, meanRain, elev, fitted_vario)

i.e., without named arguments.