Skip to main content

Kernel Interpolation With Barriers (Geostatistical Analyst Tools)

Summary

A moving window predictor that uses the shortest distance between points so that points on either side of the line barriers are connected.

How Kernel Interpolation With Barriers works

Usage

  • The absolute feature barrier employs a non-Euclidean distance approach rather than a line-of-sight approach. The line-of-sight approach requires that a straight line between the measured location and the location where the prediction is required do not intersect the barrier feature. If the distance around the barrier is within the searching neighborhood specifications, then it will be considered in this non-Euclidean distance approach.

  • The processing time is dependent on the complexity of the barrier feature classes geometry. Tools in the Generalization toolset can be used to create a new feature class by smoothing or deleting some of these features.

  • For Exponential, Gaussian, and Constant kernel functions, a smoothing factor is applied so the kernels have a finite radius that is equal to the specified bandwidth.

Parameters

Label Explanation Data type

Input features

The input point features containing the z-values to be interpolated.

Feature Layer

Z value field

Field that holds a height or magnitude value for each point. This can be a numeric field or the Shape field if the input features contain z-values or m-values.

Field

Output geostatistical layer

(Optional)

The geostatistical layer produced. This layer is required output only if no output raster is requested.

Geostatistical Layer

Output raster

(Optional)

The output raster. This raster is required output only if no output geostatistical layer is requested.

Raster Dataset

Output cell size

(Optional)

The cell size at which the output raster will be created.

This value can be explicitly set in the Environments by the Cell Size parameter.

If not set, it is the shorter of the width or the height of the extent of the input point features, in the input spatial reference, divided by 250.

Analysis Cell Size

Input absolute barrier features

(Optional)

Absolute barrier features using non-Euclidean distances rather than line-of-sight distances.

Feature Layer

Kernel function

(Optional)

The kernel function used in the simulation.

  • ExponentialThe function grows or decays proportionally.

  • GaussianBell-shaped function that falls off quickly toward plus/minus infinity.

  • QuarticFourth-order polynomial function.

  • EpanechnikovA discontinuous parabolic function.

  • Fifth order polynomialFifth-order polynomial function.

  • ConstantAn indicator function.

String

Bandwidth

(Optional)

Used to specify the maximum distance at which data points are used for prediction. With increasing bandwidth, prediction bias increases and prediction variance decreases.

Double

Order of polynomial

(Optional)

Sets the order of the polynomial.

Long

Ridge parameter

(Optional)

Used for the numerical stabilization of the solution of the system of linear equations. It does not influence predictions in the case of regularly distributed data without barriers. Predictions for areas in which the data is located near the feature barrier or isolated by the barriers can be unstable and tend to require relatively large ridge parameter values.

Double

Output surface type

(Optional)

Surface type to store the interpolation results.

  • PredictionPrediction surfaces are produced from the interpolated values.

  • Standard error of predictionStandard Error surfaces are produced from the standard errors of the interpolated values.

String

Environments

Cell Size, Coincident Points, Current Workspace, Extent, Geographic Transformations, Mask, Output Coordinate System, Parallel Processing Factor, Snap Raster

Licensing information

  • Basic: Requires Geostatistical Analyst
  • Standard: Requires Geostatistical Analyst
  • Advanced: Requires Geostatistical Analyst