Interpolating Surfaces

Slides:



Advertisements
Similar presentations
Geography 360 Principles of Cartography May 15~17, 2006.
Advertisements

Basic geostatistics Austin Troy.
Steve Kopp and Steve Lynch
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.
Raster Data. The Raster Data Model The Raster Data Model is used to model spatial phenomena that vary continuously over a surface and that do not have.
Z – Surface Interpolation…. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations: Time Money Impossible.
Introduction This project deals with conversion of Vector based Probable Maximum Precipitation (PMP) data into Raster based PMP data using different interpolation.
Spatial Analysis Longley et al., Ch 14,15. Transformations Buffering (Point, Line, Area) Point-in-polygon Polygon Overlay Spatial Interpolation –Theissen.
Spatial Interpolation
Lecture 4. Interpolating environmental datasets
Esri UC 2014 | Technical Workshop | Creating Surfaces Steve Kopp Steve Lynch.
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.
Spatial Analysis with Raster Datasets - 2 Francisco Olivera, Ph.D., P.E. Srikanth Koka Department of Civil Engineering Texas A&M University.
Applications in GIS (Kriging Interpolation)
Marine GIS Applications using ArcGIS Global Classroom training course Marine GIS Applications using ArcGIS Global Classroom training course By T.Hemasundar.
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.
Spatial Analysis.
Intro. To GIS Lecture 9 Terrain Analysis April 24 th, 2013.
Edoardo PIZZOLI, Chiara PICCINI NTTS New Techniques and Technologies for Statistics SPATIAL DATA REPRESENTATION: AN IMPROVEMENT OF STATISTICAL DISSEMINATION.
Spatial Sampling and Interpolation
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
Interpolation Tools. Lesson 5 overview  Concepts  Sampling methods  Creating continuous surfaces  Interpolation  Density surfaces in GIS  Interpolators.
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.
Interpolation of Surfaces Spatial Data Analysis. Spatial Interpolation Spatial interpolation is the prediction of exact values of attributes at un-sampled.
1 GEOG4650/5650 – Fall 2007 Spatial Interpolation Triangulation Inverse-distance Kriging (optimal interpolation)
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.
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.
URBDP 422 URBAN AND REGIONAL GEO-SPATIAL ANALYSIS
Introduction to Geographic Information Systems
Objective Analysis and Data Assimilation
Labs Put your name on your labs! Layouts: Site 1 Photos Title Legend
Spatial Analysis Using Grids
Spatial Data Models.
Raster Analysis Ming-Chun Lee.
Lidar Image Processing
Creating Surfaces Steve Kopp Steve Lynch.
Statistical surfaces: DEM’s
Spatial Analysis Using Grids
Lecture 6 Implementing Spatial Analysis
Spatial Analysis & Modeling
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.
Problems with Vector Overlay Analysis (esp. Polygon)
Interpolation of Surfaces
Spatial Analysis Longley et al..
Surface Analysis Tools
Interpolation - applications
Interpolation & Contour Maps
Spatial interpolation
Creating Surfaces with 3D Analyst
Surface Creation & Analysis with 3D Analyst
Geostatistical Simulations – Preparing for Worst-Case Scenarios
Presentation transcript:

Interpolating Surfaces

Spatial interpolation Spatial interpolation is used to take known values and interpolate them into a surface, deriving new estimated surface values. Spatial interpolation is based on the notion that points which are close together in space tend to have similar value attributes. This is known as positive spatial autocorrelation. An interpolated surface is created, usually a raster dataset, through the input of data collected at the discrete sample points

Interpolation in QGIS Raster tool provides tools for spatial data analysis that apply statistical theory and techniques to the modeling of discrete spatially referenced data. QGIS support other geoprocessing engines for interplotation (GRASS, SAGA, GDAL, OGR etc) by ctivating the processing extension. QGIS Spatial Analyst uses Inverse Distance Weighted (IDW), Triangulated Irregular Network (TIN), Regularized Splines with Tension (RST), Kriging or Trend Surface interpolation methods to estimate depth, temperature, rainfall, contamination concentrations or other spatially continuous phenomena.

Methods of surface representation Points. X,Y,Z values define the location of a sample and the change characteristic represented by the Z value. Can be regular or irregular. Contours. Join locations of equal value, e.g a line can connect recorded temperature values. Grids. An array of cells of equal size that are arranged in rows and columns, each cell contains an attribute value that represents a change in Z value. TIN. Triangulated irregular network is a vector data structure used to store and display models as a continuaou surface.

Raster interpolation Interpolation predicts values for cells in a raster from a limited number of sample data points. The example shows a point dataset (left) and a raster interpolated from these points (right). Unknown values are “interpolated” using a mathematical formula using the values of nearby known points.

Discrete points (SST)

Interpolation methods Most interpolation methods assume a smooth or continuous gradient exists between sampled points There are two types of interpolation modules that assume continuous gradients: Inverse Distance Weighted Kriging

Inverse Distance Weighted Sample points are weighted during interpolation such that the influence of one point relative to another declines with distance from the predicted point Measured values closest to the prediction location will have more influence on the predicted value than those farther away.

IDW

Kriging Surrounding measured values are weighted to derive a predicted value for an unmeasured location. Weights are based on the distance between the measured points, the prediction locations, and the overall spatial arrangement among the measured points. Most appropriate when the spatially correlated distance or directional bias in data is known

Kriging

Comparison Surface temperature grid Both surfaces use Analysis Mask to mask the land area IDW has masked the land area Kriging did not interpolate data sparse areas

Which method to use? Spline surface passes exactly through each sample point best for surfaces that are already smooth, e.g. Elevations IDW will pass through none of the points assumes variable decreases in influence with distance from sampled location Kriging is a geostatistical method that uses statistical techniques for predicting values if you already know correlated distances or directional bias in data