Lecture 6: Point Interpolation

Slides:



Advertisements
Similar presentations
Spatial point patterns and Geostatistics an introduction
Advertisements

Introduction to Smoothing and Spatial Regression
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
Kriging.
Basic geostatistics Austin Troy.
Spatial Interpolation
Analysis of different gridding methods using “Surfer7”
University of Wisconsin-Milwaukee Geographic Information Science Geography 625 Intermediate Geographic Information Science Instructor: Changshan Wu Department.
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.
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
Concept Course on Spatial Dr. A.K.M. Saiful Islam Developing ground water level map for Dinajpur district, Bangladesh using geo-statistical analyst.
Applied Geostatistics
Topic 6: Spatial Interpolation
Deterministic Solutions Geostatistical Solutions
Ordinary Kriging Process in ArcGIS
Geostatistics Mike Goodchild. Spatial interpolation n A field –variable is interval/ratio –z = f(x,y) –sampled at a set of points n How to estimate/guess.
Lecture 07: Terrain Analysis Geography 128 Analytical and Computer Cartography Spring 2007 Department of Geography University of California, Santa Barbara.
Applications in GIS (Kriging Interpolation)
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.
Geostatistic Analysis
Applied Geostatistics geog. buffalo. edu/~lbian/GEO497_597
Spatial Interpolation
Geo479/579: Geostatistics Ch17. Cokriging
Spatial Interpolation of monthly precipitation by Kriging method
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.
Spatial Analysis.
Intro. To GIS Lecture 9 Terrain Analysis April 24 th, 2013.
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.
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.
Spatial Analysis & Geostatistics Methods of Interpolation Linear interpolation using an equation to compute z at any point on a triangle.
Interpolation of Surfaces Spatial Data Analysis. Spatial Interpolation Spatial interpolation is the prediction of exact values of attributes at un-sampled.
Geo479/579: Geostatistics Ch4. Spatial Description.
1 GEOG4650/5650 – Fall 2007 Spatial Interpolation Triangulation Inverse-distance Kriging (optimal interpolation)
Chapter 16 - Spatial Interpolation
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:
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.
Environmental Modeling Spatial Interpolation. 1. Definition ► A procedure of estimating the values of properties at un-sampled sites ► The property must.
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.
Model Selection and the Bias–Variance Tradeoff All models described have a smoothing or complexity parameter that has to be considered: multiplier of the.
URBDP 422 URBAN AND REGIONAL GEO-SPATIAL ANALYSIS
The simple linear regression model and parameter estimation
Objective Analysis and Data Assimilation
Synthesis.
Labs Put your name on your labs! Layouts: Site 1 Photos Title Legend
CH 5: Multivariate Methods
Lidar Image Processing
WFM 6202: Remote Sensing and GIS in Water Management
Chapter 10 Problems Even problems are at end of text. 19. What is a kernel in a moving window operation? Does the kernel size or shape change for different.
Interpolation of Surfaces
Spatial Analysis Longley et al..
Inference for Geostatistical Data: Kriging for Spatial Interpolation
Interpolation & Contour Maps
Interpolating Surfaces
Concepts and Applications of Kriging
9. Spatial Interpolation
Presentation transcript:

Lecture 6: Point Interpolation Department of Geography and Urban Studies, Temple University GUS 0265/0465 Applications in GIS/Geographic Data Analysis Lecture 6: Point Interpolation

Interpolating a Surface From Sampled Point Data Assumes a continuous surface that is sampled Interpolation estimating the attribute values of locations that are within the range of available data using known data values Extrapolation estimating the attribute values of locations outside the range of available data using known data values

Interpolation Estimating a point here: interpolation Sample data

Extrapolation Sample data Estimating a point here: extrapolation

Sampling Strategies for Interpolation

Linear Interpolation If Sample elevation data A = 8 feet and B = 4 feet then C = (8 + 4) / 2 = 6 feet Sample elevation data A C B Elevation profile

Non-Linear Interpolation Sample elevation data Often results in a more realistic interpolation but estimating missing data values is more complex A C B Elevation profile

Exact Interpolation Sample elevation data Interpolated surface passes through the original data points Elevation profile

Inexact Interpolation Sample elevation data Interpolated surface does not pass through all of the original data points Elevation profile

Global Interpolation Uses all known sample points to estimate a value at an unsampled location Sample data

Local Interpolation Uses a neighborhood of sample points to estimate a value at an unsampled location Sample data Uses a local neighborhood to estimate value, i.e. closest n number of points, or within a given search radius

Trend Surface Global method Inexact Can be linear or non-linear Multiple regression (e.g. predicting a z elevation value [dependent variable] with x and y location values [independent variables])

1st Order Trend Surface z = b0 + b1x + e In one dimension: z varies as a linear function of x z z = b0 + b1x + e x

1st Order Trend Surface z = b0 + b1x + b2y + e In two dimensions: z varies as a linear function of x and y z y z = b0 + b1x + b2y + e x

2nd Order Trend Surface z = b0 + b1x + b2x2 + e In one dimension: z varies as a non-linear function of x z = b0 + b1x + b2x2 + e z x

Higher Order Trend Surfaces in Two Dimensions

Splines Local method Can be exact or inexact Non-linear Derived from the use of flexible rulers for drafting Fits a piece-wise polynomial function to a neighborhood of sample points Typically produces a smooth surface

Thin Plate Spline Minimizes curvature while ensuring interpolated surface passes through the sampled points Can adjust the tension of the spline to address ‘overshoot’ problem where estimates are too high due to the modeled curvature of the surface

Splines In one dimension In two dimensions z y y x x

Inverse Distance Weighted (IDW) Local method Exact Can be linear or non-linear The weight (influence) of a sampled data value is inversely proportional to its distance from the estimated value

Inverse Distance Weighted (IDW) In English: Find the neighboring sample points of the target location (i.e. through n nearest neighbors or a search radius) Find the distance from each sample point to the target location Weight each sample point according to the inverse of its distance from the target location taken to the r exponent Average the weighted attribute values of the sample points and assign the resulting value to the target location

Inverse Distance Weighted (IDW): Example 100 IDW: Closest 3 neighbors, r = 2 4 3 160 2 200

Inverse Distance Weighted (IDW): Example Weights A BC 1 / (42) = .0625 1 / (32) = .1111 1 / (22) = .2500 A = 100 4 B = 160 3 2 C = 200

Inverse Distance Weighted (IDW): Example Weights A BC 1 / (42) = .0625 1 / (32) = .1111 1 / (22) = .2500 The weight = inverse of the distance squared A = 100 4 B = 160 3 2 C = 200

Inverse Distance Weighted (IDW): Example Weights Weights * Value A BC 1 / (42) = .0625 1 / (32) = .1111 1 / (22) = .2500 .0625 * 100 = 6.25 .1111 * 160 = 17.76 .2500 * 200 = 50.00 Total = .4236 A = 100 4 6.25 +17.76 + 50.00 = 74.01 B = 160 3 74.01 / .4236 = 175 2 C = 200

Kriging

Kriging A geostatistical method of interpolation that incorporates three components of variation: A spatially correlated component A ‘drift’ or trend structure Random error

The Nature of Spatial Variation

Calculating Semivariance Kriging uses the semivariogram Semivariance is a measure of the degree of spatial dependence between samples The sampled semivariance is the average difference in value between observations a certain distance apart.

Semivariogram

Semivariogram Models

Ordinary Kriging… estimates the value at an unsampled location by a weighted average of the values of nearby sampled points. weights the sampled points by the semivariance of the distance between each of the sampled points and the unsampled location, AND the semivariances of the distances among all paired combinations of sampled points. results in the estimation of kriging variance, typically mapped as the kriging standard deviation, which may be interpreted as the reliability of the estimate at each location.

Ordinary Kriging

Ordinary Kriging

Other Types of Kriging Block Kriging Non-Linear Kriging Ordinary Kriging with Anisotropy Co-Kriging Universal Kriging Indicator Kriging