Interpolation of Surfaces Spatial Data Analysis. Spatial Interpolation Spatial interpolation is the prediction of exact values of attributes at un-sampled.

Slides:



Advertisements
Similar presentations
Spatial point patterns and Geostatistics an introduction
Advertisements

Geography 360 Principles of Cartography May 15~17, 2006.
Basic geostatistics Austin Troy.
EARS1160 – Numerical Methods notes by G. Houseman
Analysis of different gridding methods using “Surfer7”
University of Wisconsin-Milwaukee Geographic Information Science Geography 625 Intermediate Geographic Information Science Instructor: Changshan Wu Department.
19 th Advanced Summer School in Regional Science Overview of advanced techniques in ArcGIS data manipulation.
WFM 6202: Remote Sensing and GIS in Water Management © Dr. Akm Saiful IslamDr. Akm Saiful Islam WFM 6202: Remote Sensing and GIS in Water Management Akm.
More Raster and Surface Analysis in Spatial Analyst
19 th Advanced Summer School in Regional Science Combining Vectors and Rasters in ArcGIS.
Z – Surface Interpolation…. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations: Time Money Impossible.
Spatial Analysis Longley et al., Ch 14,15. Transformations Buffering (Point, Line, Area) Point-in-polygon Polygon Overlay Spatial Interpolation –Theissen.
Spatial Interpolation
Week 17GEOG2750 – Earth Observation and GIS of the Physical Environment1 Lecture 14 Interpolating environmental datasets Outline – creating surfaces from.
Spatial Interpolation, geostatistics and sampling
Topic 6: Spatial Interpolation
ESTIMATING THE REGRESSION COEFFICIENTS FOR SIMPLE LINEAR REGRESSION.
Deterministic Solutions Geostatistical Solutions
Lecture 4. Interpolating environmental datasets
Applications in GIS (Kriging Interpolation)
Fundamentals of GIS Lecture Materials by Austin Troy except where noted © 2008 Lecture 14: More Raster and Surface Analysis in Spatial Analyst Using.
Slope and Aspect Calculated from a grid of elevations (a digital elevation model) Slope and aspect are calculated at each point in the grid, by comparing.
Spatial Analyst Toolbox Lecture 17. Spatial Analyst Tool Sets  Conditional  Density  Distance  Generalization  Ground Water  Interpolation  Conditional.
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
Using ESRI ArcGIS 9.3 Spatial Analyst
$88.65 $ $22.05/A profit increase Improving Wheat Profits Eakly, OK Irrigated, Behind Cotton.
Basic geostatistics Austin Troy.
Interpolation.
Intro. To GIS Lecture 9 Terrain Analysis April 24 th, 2013.
Spatial Sampling and Interpolation
Interpolation Tools. Lesson 5 overview  Concepts  Sampling methods  Creating continuous surfaces  Interpolation  Density surfaces in GIS  Interpolators.
Geographic Information Science
Model Construction: interpolation techniques 1392.
Spatial Statistics in Ecology: Continuous Data Lecture Three.
GEOSTATISICAL ANALYSIS Course: Special Topics in Remote Sensing & GIS Mirza Muhammad Waqar Contact: EXT:2257.
Chapter 8 – Geographic Information Analysis O’Sullivan and Unwin “ Describing and Analyzing Fields” By: Scott Clobes.
Spatial Interpolation III
Spatial Interpolation Chapter 13. Introduction Land surface in Chapter 13 Land surface in Chapter 13 Also a non-existing surface, but visualized as a.
1 GEOG4650/5650 – Fall 2007 Spatial Interpolation Triangulation Inverse-distance Kriging (optimal interpolation)
1 Peter Fox GIS for Science ERTH 4750 (98271) Week 5, Tuesday, February 21, 2012 Introduction to geostatistics. Interpolation techniques continued (regression,
Chapter 16 - Spatial Interpolation
1 Overview Importing data from generic raster files Creating surfaces from point samples Mapping contours Calculating summary attributes for polygon features.
Grid-based Map Analysis Techniques and Modeling Workshop
Statistical Surfaces Any geographic entity that can be thought of as containing a Z value for each X,Y location –topographic elevation being the most obvious.
L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:
Lecture 6: Point Interpolation
Ran TAO Missing Spatial Data. Examples Places cannot be reached E.g. Mountainous area Sample points E.g. Air pollution Damage of data E.g.
Interpolation and evaluation of probable Maximum Precipitation (PMP) patterns using different methods by: tarun gill.
Special Topics in Geo-Business Data Analysis Week 3 Covering Topic 6 Spatial Interpolation.
Geostatistics GLY 560: GIS for Earth Scientists. 2/22/2016UB Geology GLY560: GIS Introduction Premise: One cannot obtain error-free estimates of unknowns.
WEEK 1 E. FACHE, A. GANGOTRA, K. MAHFOUD, A. MARTYSZUNIS, I. MIRALLES, G. ROSAT, S. SCHROERS, A. TILLOY 19. February 2016.
INTERPOLATION Procedure to predict values of attributes at unsampled points within the region sampled Why?Examples: -Can not measure all locations: - temperature.
Interpolation Local Interpolation Methods –IDW – Inverse Distance Weighting –Natural Neighbor –Spline – Radial Basis Functions –Kriging – Geostatistical.
Introduction to Geographic Information Systems
Objective Analysis and Data Assimilation
Labs Put your name on your labs! Layouts: Site 1 Photos Title Legend
Lidar Image Processing
Lecture 6 Implementing Spatial Analysis
Spatial Analysis & Modeling
Problems with Vector Overlay Analysis (esp. Polygon)
Interpolation of Surfaces
Spatial Analysis Longley et al..
Interpolation - applications
Interpolation & Contour Maps
Spatial interpolation
Surface Interpolation
Interpolating Surfaces
Creating Surfaces with 3D Analyst
9. Spatial Interpolation
Presentation transcript:

Interpolation of Surfaces Spatial Data Analysis

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?

Spatial Interpolation

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

Interpolation of Surfaces Inverse Distance Weighted

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

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

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.

Inverse Distance Weighted Spatial Average Effect of α: Source Data

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

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

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: 1.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).

Example

α1 Control Pointz ij Distance Inverse Distance w ij w ij z ij Total ZjZj 95.63

Interpolation of Surfaces Spline Interpolation

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.

Spline Interpolation Method The basic form of the minimum curvature Spline interpolation imposes the following two conditions on the interpolant: 1.The surface must pass exactly through the data points. 2.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.

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.

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.

Interpolation of Surfaces 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.

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

Mathematical Function summarizing semivariogram