Spatial Interpolation in GIS Zhongwei Liu, Ph.D. School of Environmental and Public Affairs University of Nevada, Las Vegas 2/18/2010.

Slides:



Advertisements
Similar presentations
Introduction to Smoothing and Spatial Regression
Advertisements

Geography 360 Principles of Cartography May 15~17, 2006.
ATLSS Fish Functional Group Dynamics Model ALFISH Holly Gaff, Rene’ Salinas, Louis Gross, Don DeAngelis, Joel Trexler, Bill Loftus and John Chick.
The ATLSS High Resolution Topography/Hydrology Model Scott M. Duke-Sylvester ATLSS Project : University of Tennessee Project web-site : .
The Effects of Different Resolution DEMs in Determining Overland Flow Regimes Stacy L. Hutchinson 1, J.M. Shawn Hutchinson 2, Ik-Jae Kim 1, and Philip.
Spatial Analysis.
Basic geostatistics Austin Troy.
Please note: this presentation has not received Director’s approval and is subject to revision.
Analysis of different gridding methods using “Surfer7”
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.
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
Concept Course on Spatial Dr. A.K.M. Saiful Islam Developing ground water level map for Dinajpur district, Bangladesh using geo-statistical analyst.
Week 17GEOG2750 – Earth Observation and GIS of the Physical Environment1 Lecture 14 Interpolating environmental datasets Outline – creating surfaces from.
Topic 6: Spatial Interpolation
GIS Applications in Meteorology and Hydrology John S. Quinlan NWS Albany, NY.
Hydrologic/Watershed Modeling Glenn Tootle, P.E. Department of Civil and Environmental Engineering University of Nevada, Las Vegas
Lecture 4. Interpolating environmental datasets
Esri UC 2014 | Technical Workshop | Creating Surfaces Steve Kopp Steve Lynch.
Ordinary Kriging Process in ArcGIS
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)
U.S. Department of the Interior U.S. Geological Survey Development of Inferential Sensors for Real-time Quality Control of Water- level Data for the EDEN.
Water of the Everglades Presented By: Emily Kay Reeder Environmental and Water Resources Engineering; University of Texas, Austin.
Geostatistic Analysis
Harry Williams, Cartography1 Total Station Surveying & GIS. INTRODUCTION TO GIS A Geographic Information System is a combination of software and hardware.
Spatial Analysis Longley et al., chs. 14 and 15. What is spatial analysis? Methods for working with spatial data –to detect patterns, anomalies –to find.
Applied Geostatistics geog. buffalo. edu/~lbian/GEO497_597
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
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.
Intro. To GIS Lecture 9 Terrain Analysis April 24 th, 2013.
Gridding Daily Climate Variables for use in ENSEMBLES Malcolm Haylock, Climatic Research Unit Nynke Hofstra, Mark New, Phil Jones.
Interpolation Tools. Lesson 5 overview  Concepts  Sampling methods  Creating continuous surfaces  Interpolation  Density surfaces in GIS  Interpolators.
Geographic Information Science
Spatial Statistics in Ecology: Continuous Data Lecture Three.
GEOSTATISICAL ANALYSIS Course: Special Topics in Remote Sensing & GIS Mirza Muhammad Waqar Contact: EXT:2257.
Combining CMORPH with Gauge Analysis over
Chapter 8 – Geographic Information Analysis O’Sullivan and Unwin “ Describing and Analyzing Fields” By: Scott Clobes.
Spatial Interpolation III
Interpolation Content Point data Interpolation Review Simple Interpolation Geostatistical Analyst in ArcGIS IDW in Geostatistical Analyst Semivariograms.
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.
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.
Lecture 6: Point Interpolation
Interpolation and evaluation of probable Maximum Precipitation (PMP) patterns using different methods by: tarun gill.
By Russ Frith University of Alaska at Anchorage Civil Engineering Department Estimating Alaska Snow Loads.
Environmental Modeling Weighting GIS Layers Weighting GIS Layers.
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.
URBDP 422 URBAN AND REGIONAL GEO-SPATIAL ANALYSIS
Lidar Image Processing
Creating Surfaces Steve Kopp Steve Lynch.
Lecture 6 Implementing Spatial Analysis
Spatial Analysis & Modeling
Interpolation of Surfaces
Spatial Analysis Longley et al..
Spatial interpolation
Interpolating Surfaces
Concepts and Applications of Kriging
Presentation transcript:

Spatial Interpolation in GIS Zhongwei Liu, Ph.D. School of Environmental and Public Affairs University of Nevada, Las Vegas 2/18/2010

2 Outline  Spatial interpolation –Linear interpolation –Nonlinear interpolation  Case study  Tutorials

Operations on surfaces  Interpolation –Linear interpolation –Nonlinear interpolation 3

Linear interpolation 4 Half way from A to B, Value is (A + B) / 2 A B C

Nonlinear interpolation  Basic types –Inverse Distance Weighted (IDW) –Spline: fits a minimum-curvature surface through the input points –Kriging: use virogram to determine the neighborhood for interpolation 5

1. Inverse Distance Weighted (IDW)  Each input point has a local influence that diminishes with distance  an implementation of Tobler’s First Law of Geography  Use inverse distance as weight for summation of values in a neighborhood  The new [Hmin, Hmax] is within the original [Hmin, Hmax] 6 hx=??? h1h2 h3 d1d2 d3 w1=1/d1, w2=1/d2, w3=1/d3 w=w1+w2+w3 hx=h1*w1/w+h2*w2/w+h3*w3/w =(h1*w1+h2*w2+h3*w3)/w

A potentially undesirable characteristic of IDW interpolation  This set of six data points clearly suggests a hill profile. But in areas where there is little or no data the interpolator will move towards the overall mean. Blue line shows the profile interpolated by IDW 7

8

2. Spline  Like bending a sheet of rubber to pass through points while minimizing curvature of that sheet repeatedly applies a smoothing equation (polynomial) to the surface  Resulting surface passes through all points  Best for gently varying surfaces, not for rugged ones (can overshoot data values) 9

10 Spline

11

3. Kriging  Use virogram to determine the neighborhood for interpolation –Based on spatial auto-correlation –Use d* to define the neighborhood  Fits function to –Specified number of points OR –All points within a window of specified radius  Assumes distance or direction between sample points shows a spatial correlation that help describe the surface.  Kriging differs from the methods discussed so far because kriging can assess the quality of prediction with estimated prediction errors. 12 d variation d*

Kriging 13 The semi-variogram is based on modeling the (squared) differences in the z-values as a function of the distances between all of the known points.

14 Kriging

15

Cross validation  Removing one of the n observation points and using the remaining n-1 points to predict its value.  Error = observed - predicted 16

17 IDW vs. Kriging  Kriging appears to give a more “natural” look to the data  Kriging avoids the “bulls eye” effect  Kriging gives us a standard error

Which Method to Use?  IDW - assumes variable decreases in influence w/distance from sampled location –Interpolating a surface of consumer purchasing power for a retail store  Spline - best for surfaces that are already smooth –Elevations, water table heights, etc.  Kriging - if you already know correlated distances or directional bias in data –Geology, soil science 18

Interpolation Software  ArcGIS 9.x with Geostatistical Analyst  ArcView 3.x  Surfer (Golden Software)  Surface II package (Kansas Geological Survey)  GEOEAS (EPA)  Spherekit (NCGIA, UCSB)  Matlab 19

The Everglades  10, 000 islands (tree islands)  6 Inches beneath sea level  Average annual rainfall 130 cm  Over 2,000 plant species 20

21 Models based on spatial interpolation for Everglades restoration  Everglades –Subtropical wetland –Dry (Oct.- May) and wet (Jun.- Sept.) seasons  Everglades restoration –$7.8 billion Source: sawgrass marsh slough alligator holes tree islands wet prairie

Alligator hole & water level and depth  American Alligator –Top predator, keystone species, ecosystem engineer in Florida Everglades  Alligator Hole –Small but persistent ponds excavated and maintained by alligators –Dry-season refugia –Nest, colonization, and foraging sites 22

23 Alligator hole profile

24 Everglades Depth Estimation Network (EDEN)  Funded by Comprehensive Everglades Restoration Plan (CERP) and USGS Priority Ecosystem Sciences (PES)  Integrated network of real-time water level monitoring, ground elevation modeling, and water- surface modeling  Daily water level/stage data from 253 gage stations A marsh gage station

25 EDEN Water-Surface Model  Developed by Pearlstine et al. (2007), validated by Liu et al. (2009)  Spatial interpolation of water levels at 240 gage stations in ArcGIS: radial basis function (RBF)  Basic model outputs –Water level/stage (direct output ) –Water depth (= water level – DEM)  2000 – present  Cell resolution: 400 m

26 EDEN DEM () EDEN DEM (Digital Elevation Model)  Developed by Jones and Price (2007)  Spatial interpolation of High Accuracy Elevation Data (HAED) in ArcGIS: kriging  HAED elevation points collected via Airborne Height Finder and airboat  Cell resolution: 400 m

27 EDEN water depth = water level – DEM

Revisions of EDEN Water- Surface Model  Modification to the canals files to better represent NE Shark River Slough in the area of Tamiami Trail and L67 Extension 28

Revisions of EDEN Water- Surface Model  Reparameterization of the EDEN water- surface model –With new gage stations (including coastal) –With resurveyed gage information (locations, water levels) in NAVD88 datum –RBF surface interpolation by EDEN sub- regions 29

30 EDEN Interpolation MethodRadial Basis Functions (RBF) Kernel FunctionMultiquadric Parameter16.77 Neighbors1 Include at least1 Sector type8 Angle350 Major semiaxis31000 Minor semiaxis30000 Cross Validation Mean Prediction Error0.25 RMSE (m)40.45 Revised model parameters

31 EDEN DEM revision - WCA 1 EDEN DEM revision - WCA 1  Spatial trend  Kriging interpolation – Ordinary kriging – Universal kriging (considering the trend) – Cross-validation – Validation with independent elevation data derived from measured depths (PI depth, n = 1,491)

32

33 Kriging by 3 landscape units  Kriging by landscape unit (north, center, south)  Removed HAED elevation point based on SFWMD new vegetation/land use map –HAED point falling on upland + others; and –areal coverage of upland + others in the EDEN cell less than 33% PI data

34 NorthCenterSouth Kriging MethodUniversal Lag Size400m Number Lags Trend1st AnisotropyYes Semivariogram ModelGaussianSphericalGaussian #HAED Points (Used /Total)526/ / /936 Cross Validation with HAED Data Mean Prediction Error RMSE (m) Average Standard Error Validation with Elevation from PI Depth *36 PI602 PI160 PI Mean Prediction Error RMSE (m) Average Standard Error Veg. mapFL GAP Kriging Method Ordinary TrendNo RMSE (m)0.162 RMSE - with PI depth (m) 0.36 Current released DEM Revised