I am attempting to replicate the default settings of Kriging Interpolation that is performed in the Spatial Analyst Toolbox. That is, if I were to accept all the defaults per the tool, what would my settings/parameters be in python?
Something like?:
Thanks for any input.
j
Something like?:
Code:
outKriging = Kriging(inFeatures, field, KrigingModelOrdinary("SPHERICAL", 200, 2.6, 542, 0), 200, RadiusFixed(12, 1))
j