Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

Spatial Analyst Kriging Defaults?

$
0
0
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?:

Code:

outKriging = Kriging(inFeatures, field, KrigingModelOrdinary("SPHERICAL", 200, 2.6, 542, 0), 200, RadiusFixed(12, 1))
Thanks for any input.
j

Viewing all articles
Browse latest Browse all 2485

Trending Articles