1 / 24

Interpolation of Surfaces

Spatial Data Analysis. Interpolation of Surfaces. Spatial Interpolation. Spatial interpolation is the prediction of exact values of attributes at un-sampled locations from measurements made at control points within the same area. z?. z?. z?. z?. z?. z?. z?. Spatial Interpolation.

dpinette
Download Presentation

Interpolation of Surfaces

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Spatial Data Analysis Interpolation of Surfaces

  2. Spatial Interpolation Spatial interpolation is the prediction of exact values of attributes at un-sampled locations from measurements made at control points within the same area. z? z? z? z? z? z? z?

  3. Spatial Interpolation

  4. Spatial Interpolation Automating interpolation is performed with GIS: Proximity Polygons Inverse Distance Weighted Spatial Average Spline Smoothing Krigging

  5. Interpolation of Surfaces Inverse Distance Weighted

  6. Spatial Interpolation Proximity Polygons This technique was introduced a century ago by Thiessen (1911) Abrupt change at edges is the main pitfall of this method

  7. Inverse Distance Weighted Spatial Average Inverse distance weighting models work on the premise that observations further away should have their contributions diminished according to how far away they are. The simplest model involves calculating the weighted mean for all of the observations

  8. Inverse Distance Weighted Spatial Average While the weight is the inverse of the distance it is from the target point raised to a power α By defining the higher {power} option, more emphasis can be put on the nearest points. Thus, nearby data will have the most influence, and the surface will have more detail (be less smooth). As the power increases, the interpolated values begin to approach the value of the nearest sample point. Specifying a lower value for power will provide a bit more influence to surrounding points a little farther away.

  9. Inverse Distance Weighted Spatial Average Effect of α: Source Data

  10. Inverse Distance Weighted Spatial Average Effect of α: α = 1

  11. Inverse Distance Weighted Spatial Average Effect of α: α = 3

  12. Inverse Distance Weighted Spatial Average Many GIS packages provide this kind of inverse distance model for interpolation, as it is simple to implement and to understand. Often the model is generalised in a number of ways: a faster rate of distance decay may be provided, by including a power function of distance, α >1, rather than simple linear distance. While any α value convenient for a given application may be used, common practice is to use distance (α = 1) or distance squared (α = 2).

  13. Example

  14. Example

  15. Interpolation of Surfaces Spline Interpolation

  16. Spline Interpolation Method Definition: The Spline method is an interpolation method that estimates values using a mathematical function that minimizes overall surface curvature, resulting in a smooth surface that passes exactly through the input points.

  17. Spline Interpolation Method • The basic form of the minimum curvature Spline interpolation imposes the following two conditions on the interpolant: • The surface must pass exactly through the data points. • The surface must have minimum curvature—the cumulative sum of the squares of the second derivative terms of the surface taken over each point on the surface must be a minimum.

  18. Spline Interpolation Method Spline bends a sheet of rubber that passes through the input points while minimizing the total curvature of the surface. It fits a mathematical function to a specified number of nearest input points while passing through the sample points. This method is best for generating gently varying surfaces such as elevation, water table heights, or pollution concentrations.

  19. Spline Interpolation Method

  20. Spline Interpolation Method There are two Spline methods: Regularized and Tension. The Regularized method creates a smooth, gradually changing surface with values that may lie outside the sample data range. The Tension method controls the stiffness of the surface according to the character of the modeled phenomenon. It creates a less smooth surface with values more closely constrained by the sample data range.

  21. Interpolation of Surfaces Krigging

  22. Krigging Krigging is a statistical interpolation method that is optimal in the sense that it makes best use of what can be inferred about the spatial structure in the surface to be interpolated from an analysis of control point data. In IDW we calculate the weights from the inverse of distance raised to some power. Krigging finds the optimum weights for the data values in the interpolation at each unknown location.

  23. Krigging • To interpolate in this way, three distinct steps are involved: • Producing a description of the spatial vario-gram in the sample control data. • Summarizing this spatial variation by a regular mathematical function • Using this model to determine the interpolation weights

  24. Mathematical Function summarizing semivariogram

More Related