Spatial Interpolation 1
Spatial Interpolation 1
Spatial Interpolation 1
This
gives
us
Requirements of interpolation
• Interpolation only works where values are
spatially dependent—that values for nearby
points tend to be more similar
• Control Points
• Type of Spatial Interpolation
Control Points
• Control Points are points with known
values.
2. Local Interpolation:
• It uses a sample of known points to estimate an
unknown value.
2. Inexact interpolation
It predicts (or approximate) a value at the point location that
differ from its known value.
Deterministic vs. Stochastic
1. Deterministic interpolation
• It provides no assessment of errors with
predicted values.
2. Stochastic interpolation
• It offers assessment of prediction errors with
estimated variance.
Classification of spatial interpolation methods
Global Local
Example of a global interpolation – linear trend surface for Swiss rainfall data.
Regression
• A statistical method used to examine the relationship
between a variable of interest and one or more
explanatory variables
– Strength of the relationship
– Direction of the relationship
Interpolation of a 50-m resolution DEM with complex topography using regularized spline
Local Methods - Thiessen Polygons
• Triangulation process is used to generate Thiessen polygons.
Fig: Deer sightings per hectare calculated by the simple density estimation method
Local Methods - Kriging
• Kriging considers both the distance and the degree of variation
between known data points when estimating values in
unknown areas.
– Variogram modeling
• Ordinary Kriging
• Universal Kriging
• Co-Kriging
Ordinary Kriging
• Assuming the absence of a drift, ordinary
kriging focuses on the spatially correlated
component and uses the fitted semivariogram
directly for interpolation.
Universal Kriging
• Universal kriging is used where there is an
underlying trend beyond the simple spatial
autocorrelation
Cokriging
• Cokriging is an interpolation technique that uses two or
more (up to four) datasets to refine the predicted values.
Interpretation
• However, there are some data set that will help determine the
most appropriate technique.
Data Type Possible Interpolation
• Some interpolation techniques can be automatically applied
to certain data types
• Elevation – TIN
• Soil Chemistry - IDW, Kriging
• Demographic - IDW, Kriging
Thank You