chapter 15. spatial interpolation

23
1 Chapter 15. SPATIAL INTERPOLATION 15.1 Elements of Spatial Interpolation 15.1.1 Control Points 15.1.2 Type of Spatial Interpolation 15.2 Global Methods 15.2.1 Trend Surface Models Box 15.1 A Worked Example of Trend Surface Analysis 15.2.2 Regression Models 15.3 Local Methods 15.3.1 Thiessen Polygons 15.3.2 Density Estimation Box 15.2 A Worked Example of Kernel Density Estimation 15.3.3 Inverse Distance Weighted Interpolation Box 15.3 A Worked Example of Inverse Distance Weighted Estimation 15.3.4 Thin-Plate Splines Box 15.4 Radial Basis Functions Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Box 15.5 A Worked Example of Thin-Plate Splines with Tension 15.4 Kriging 15.4.1 Semivariogram 15.4.2 Models 15.4.3 Ordinary Kriging Box 15.6 A Worked Example of Ordinary Kriging Estimation 15.4.4 Universal Kriging Box 15.7 A Worked Example of Universal Kriging Estimation 15.4.5 Other Kriging Methods 15.5 Comparison of Spatial Interpolation Methods Box 15.8 Spatial Interpolation Using ArcGIS Key Concepts and Terms Review Questions Applications: Spatial Interpolation Task 1: Use Trend Surface Model for Interpolation Task 2: Use Kernel Density Estimation Method Task 3: Use IDW for Interpolation Task 4: Use Ordinary Kriging for Interpolation Task 5: Use Universal Kriging for Interpolation Challenge Question References

Upload: others

Post on 29-Oct-2021

22 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Chapter 15. SPATIAL INTERPOLATION

1

Chapter 15. SPATIAL INTERPOLATION15.1 Elements of Spatial Interpolation15.1.1 Control Points15.1.2 Type of Spatial Interpolation15.2 Global Methods15.2.1 Trend Surface ModelsBox 15.1 A Worked Example of Trend Surface Analysis15.2.2 Regression Models15.3 Local Methods15.3.1 Thiessen Polygons15.3.2 Density EstimationBox 15.2 A Worked Example of Kernel Density Estimation15.3.3 Inverse Distance Weighted InterpolationBox 15.3 A Worked Example of Inverse Distance Weighted Estimation15.3.4 Thin-Plate SplinesBox 15.4 Radial Basis Functions

Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Box 15.5 A Worked Example of Thin-Plate Splines with Tension15.4 Kriging15.4.1 Semivariogram15.4.2 Models15.4.3 Ordinary KrigingBox 15.6 A Worked Example of Ordinary Kriging Estimation15.4.4 Universal KrigingBox 15.7 A Worked Example of Universal Kriging Estimation15.4.5 Other Kriging Methods15.5 Comparison of Spatial Interpolation MethodsBox 15.8 Spatial Interpolation Using ArcGISKey Concepts and TermsReview QuestionsApplications: Spatial InterpolationTask 1: Use Trend Surface Model for InterpolationTask 2: Use Kernel Density Estimation MethodTask 3: Use IDW for InterpolationTask 4: Use Ordinary Kriging for InterpolationTask 5: Use Universal Kriging for InterpolationChallenge QuestionReferences

Page 2: Chapter 15. SPATIAL INTERPOLATION

2

Spatial Interpolation

Spatial interpolation is the process of using points with known values to estimate values at other points.

In GIS applications, spatial interpolation is typically applied to a raster with estimates made for all cells. Spatial interpolation is therefore a means of creating surface data from sample points.

Control PointsControl Points are points with known values. They

provide the data necessary for the development of an interpolator for spatial interpolation.

The number and distribution of control points can greatly influence the accuracy of spatial interpolation.

Page 3: Chapter 15. SPATIAL INTERPOLATION

3

Figure 15.1A map of 175 weather stations in and around Idaho.

Type of Spatial Interpolation1. Spatial interpolation can be global or local.

2. Spatial interpolation can be exact or inexact.

3. Spatial interpolation can be deterministic or stochastic.

Page 4: Chapter 15. SPATIAL INTERPOLATION

4

Figure 15.2Exact interpolation (a) and inexact interpolation (b).

Figure 15.3Estimation of the unknown value at Point 0 from five surrounding known points.

Page 5: Chapter 15. SPATIAL INTERPOLATION

5

Table 15.1 A classification of spatial interpolation methods

Kriging(exact)

Thiessen (exact)Density estimation (inexact)Inverse distance weighted (exact)Splines (exact)

Regression (inexact)

Trend surface (inexact)*

StochasticDeterministicStochasticDeterministic

LocalGlobal

*Given some required assumptions, trend surface analysis can be treated as a special case of regression analysis and thus a stochastic method (Griffith and Amrhein 1991).

Global MethodsTrend surface analysis, an inexact interpolation method,

approximates points with known values with a polynomial equation.

A regression model relates a dependent variable to a number of independent variables in a linear equation (an interpolator), which can then be used for prediction or estimation.

Page 6: Chapter 15. SPATIAL INTERPOLATION

6

Figure 15.4An isohyet map from a third-order trend surface model.

Local MethodsBecause local interpolation uses a sample of known points, it is important to know how many known points to use, and how to search for those known points.

Page 7: Chapter 15. SPATIAL INTERPOLATION

7

Figure 15.5Three search methods for sample points: (a) find the closest points to the point to be estimated, (b) find points within a radius, and (c) find points within each quadrant.

Thiessen Polygons

Thiessen polygons assume that any point within a polygon is closer to the polygon’s known point than any other known points.

Page 8: Chapter 15. SPATIAL INTERPOLATION

8

Figure 15.6Thiessen polygons (in thicker lines) are interpolated from the known points and the Delaunay triangulation (in thinner lines).

Density Estimation

Density estimation measures cell densities in a raster by using a sample of known points.

There are simple and kernel density estimation methods.

Page 9: Chapter 15. SPATIAL INTERPOLATION

9

Figure 15.7Deer sightings per hectare calculated by the simple density estimation method.

Figure 15.8A kernel function, which represents a probability density function, looks like a “bump” above a grid.

Page 10: Chapter 15. SPATIAL INTERPOLATION

10

Figure 15.9Deer sightings per hectare calculated by the kernel estimation method.. The letter X marks the cell, which is used as an example in Box 15.2.

Inverse Distance Weighted Interpolation

Inverse distance weighted (IDW) interpolation is an exact method that enforces that the estimated value of a point is influenced more by nearby known points than those farther away.

Page 11: Chapter 15. SPATIAL INTERPOLATION

11

Figure 15.10An annual precipitation surface created by the inverse distance squared method.

Figure 15.11An isohyet map created by the inverse distance squared method.

Page 12: Chapter 15. SPATIAL INTERPOLATION

12

Thin-Plate SplinesThin-plate splines create a surface that passes through the control points and has the least possible change in slope at all points. In other words, thin-plate splines fit the control points with a minimum curvature surface.

Figure 15.12An isohyet map created by the regularized splines method.

Page 13: Chapter 15. SPATIAL INTERPOLATION

13

Figure 15.13An isohyet map created by the splines with tension method.

KrigingKriging is a geostatistical method for spatial interpolation. Kriging can

assess the quality of prediction with estimated prediction errors.

Kriging assumes that the spatial variation of an attribute is neither totally random (stochastic) nor deterministic. Instead, the spatial variation may consist of three components: a spatially correlated component, representing the variation of the regionalized variable; a “drift” or structure, representing a trend; and a random error term.

The interpretation of these components has led to development ofdifferent kriging methods for spatial interpolation.

Page 14: Chapter 15. SPATIAL INTERPOLATION

14

SemivariogramKriging uses the semivariance to measure the spatially correlated

component, a component that is also called spatial dependence orspatial autocorrelation.

A semivariogram cloud plots semivariance against distance for all pairs of known points in a data set. If spatial dependence does exist in a data set, known points that are close to each other are expected to have small semivariances and known points that are farther apart are expected to have larger semivariances.

Figure 15.14A semivariogram cloud.

Page 15: Chapter 15. SPATIAL INTERPOLATION

15

BinningWith all pairs of known points, a semivariogram cloud is difficult to manage and use. Binning is a process that averages semivariance data by distance and direction.

Figure 15.15A common method for binning pairs of sample points by direction,such as 1 and 2 in (a), is to use the radial sector (b). GeostatisticalAnalyst to ArcGIS uses grid cells instead (c).

Page 16: Chapter 15. SPATIAL INTERPOLATION

16

Figure 15.16A semivariogram after binning by distance.

Model FittingA semivariogram must be fitted with a mathematical function or model so that it can be used for estimating the semivariance at any given distance.

Page 17: Chapter 15. SPATIAL INTERPOLATION

17

Figure 15.17Fitting a semivariogram with a mathematical function or a model.

Figure 15.18Two common models for fitting semivariograms: spherical and exponential.

Page 18: Chapter 15. SPATIAL INTERPOLATION

18

Nugget, Range, and SillThe nugget is the semivariance at the distance of 0,

representing measurement error, or microscale variation, or both.

The range is the distance at which the semivariancestarts to level off.

The sill is the semivariance at which the leveling takes place.

Figure 15.19Nugget, range, sill, and partial sill.

Page 19: Chapter 15. SPATIAL INTERPOLATION

19

Ordinary KrigingAssuming the absence of a drift, ordinary kriging focuses on the spatially correlated component and uses the fitted semivariogram directly for interpolation.

Figure 15.20An isohyet map created by ordinary kriging with the exponential model.

Page 20: Chapter 15. SPATIAL INTERPOLATION

20

Figure 15.21Standard errors of the annual precipitation surface in Figure 15.20.

Universal KrigingUniversal kriging assumes that the spatial variation in z values has a drift or a trend in addition to the spatial correlation between the sample points.

Page 21: Chapter 15. SPATIAL INTERPOLATION

21

Figure 15.22An isohyet map created by universal kriging with the linear drift and the spherical model.

Figure 15.23Standard errors of the annual precipitation surface in Figure 15.22.

Page 22: Chapter 15. SPATIAL INTERPOLATION

22

Comparison of Spatial Interpolation Methods

Using the same data but different methods, we can expect to finddifferent interpolation results. Likewise, different predicted values can occur by using the same method but different parameter values.

Figure 15.24Differences between the interpolated surfaces from ordinary kriging and IDW.

Page 23: Chapter 15. SPATIAL INTERPOLATION

23

PRISMhttp://www.nrcs.usda.gov/technical/maps.html