010079 : Unable to estimate semivariogram.

Description

The variance is calculated based on the average variance of all point pairs within each interval of the cell size. The variogram is then fit to the variance points using the Levenberg-Marquardt method (Press et al., 1986) of nonlinear least-squares approximation. A minimum of three points (a variance value at three distances) is required for the fit. The message

Unable to estimate semivariogram

indicates that there were not sufficient points to calculate a variance at the minimum of three distances. (Reference: Press, W.H., et al. Numerical Recipes in C: The Art of Scientific Computing. New York: Cambridge University Press, 1988.)

Solution

By increasing the cellsize, you will increase the number of sample points per cellsize interval, thereby providing enough data points to estimate the semivariogram. Once the semivariogram is estimated, a smaller cellsize can be used in creating the actual output raster.


7/16/2013