Spatial interpolation

Slides:



Advertisements
Similar presentations
School of Geography FACULTY OF ENVIRONMENT Point-surface interpolation.
Advertisements

Data Models There are 3 parts to a GIS: GUI Tools
Geography 360 Principles of Cartography May 15~17, 2006.
Digital Terrain Model (DTM)
University of Wisconsin-Milwaukee Geographic Information Science Geography 625 Intermediate Geographic Information Science Instructor: Changshan Wu Department.
Spatial Information Systems (SIS)
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.
Geographic Information Systems
Spatial Information Systems (SIS) COMP Terrain modeling.
Spatial Interpolation
Week 17GEOG2750 – Earth Observation and GIS of the Physical Environment1 Lecture 14 Interpolating environmental datasets Outline – creating surfaces from.
Week 10. GIS Data structure II
Lecture 4. Interpolating environmental datasets
Why Geography is important.
Esri UC 2014 | Technical Workshop | Creating Surfaces Steve Kopp Steve Lynch.
Applications in GIS (Kriging Interpolation)
From Topographic Maps to Digital Elevation Models Daniel Sheehan IS&T Academic Computing Anne Graham MIT Libraries.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Spatial Analysis Using Grids n Continuous surfaces or spatial fields representation of geographical information n Grid data structure for representing.
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.
The Nature of Geographic Data Based in part on Longley et al. Ch. 3 and Ch. 4 up to 4.4 (Ch. 4 up to 4.6 to be covered in Lab 8) Library Reserve #VR 100.
Harry Williams, Cartography1 Total Station Surveying & GIS. INTRODUCTION TO GIS A Geographic Information System is a combination of software and hardware.
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Understanding Spatial Data Structures by Austin Troy, Leslie Morrissey, & Ernie Buford,
Spatial data models (types)
Interpolation.
Spatial Analysis.
Intro. To GIS Lecture 9 Terrain Analysis April 24 th, 2013.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
How do we represent the world in a GIS database?
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 Databases: Digital Terrain Model Spring, 2015 Ki-Joune Li.
Chapter 8 – Geographic Information Analysis O’Sullivan and Unwin “ Describing and Analyzing Fields” By: Scott Clobes.
GIS Data Structures How do we represent the world in a GIS database?
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 Overview Importing data from generic raster files Creating surfaces from point samples Mapping contours Calculating summary attributes for polygon features.
The Nature of Geographic Data Based in part on Longley et al. Chapters 3 and 4.
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
Statistical Surfaces, part II GEOG370 Instructor: Christine Erlien.
The Nature of Geographic Data Longley et al. Chapters 3 and 4.
INTERPOLATION Procedure to predict values of attributes at unsampled points within the region sampled Why?Examples: -Can not measure all locations: - temperature.
URBDP 422 URBAN AND REGIONAL GEO-SPATIAL ANALYSIS
Objective Analysis and Data Assimilation
Labs Put your name on your labs! Layouts: Site 1 Photos Title Legend
Spatial Analysis Using Grids
DIGITAL ELEVATION MODEL (DEM), ITS DERIVATIVES & APPLICATIONS
Spatial Data Models.
Terrain modelling: the basics
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.
Total Station Surveying & GIS.
Problems with Vector Overlay Analysis (esp. Polygon)
Geospatial Data models
Surface Analysis Tools
Cartographic and GIS Data Structures
Spatial Databases: Digital Terrain Model
Interpolating Surfaces
Spatial Databases: Digital Terrain Model
Total Station Surveying & GIS.
Presentation transcript:

Spatial interpolation GEOG 4103 spring 06 April 3rd

Real world phenomena represented as: DISCRETE: homogeneous or spatially averaged units, e.g. subwatersheds, counties, polygons VECTOR FIELDS: grid cells or meshes RASTER

What are statistical surfaces? Features that contain Z values distributed throughout area defined by (x,y) coordinate pairs Examples? any measurable phenomena that varies across space (temperature, elevation, precipitation, etc) called “field” like (continuous) data

What is a field? a conceptual model of geographic variation at every point in the frame (x,y) there exists a single value of a variable Z e.g. a field of temperature e.g. a field of land surface elevation Field data are continuous

Representation of field phenomena A) CELLS B) REGULARLY SPACED POINTS C) IRREGULARLY D) CONTOURS E) POLYGONS F) TINs- Triangulated Irregular Network

Spatial sampling e.g. elevation Regular lattice restricted to X,Y locations Irregular lattice not restricted based on knowledge about how smooth/rugged the surface is

Interpolation procedure of estimating the value at unsampled locations from existing observations

Two types of interpolation based on the mathematical function used Linear interpolation Non-linear interpolation

Linear interpolation ? 100’ 150’ 110 120 130 140 Surface changes in a linear fashion can use simple mathematical functions

Non-linear interpolation Tobler's Law of Geography: points close together in space are more likely to have similar values than points farther apart Distance-weighted interpolation

E.g. Inverse Distance Weighted interpolation method Software measures distance from each neighboring point you can select the number of points to include in the search then distance is calculated according to a formula B • C • 100 40 ? • A 20 200 • D

Global vs. local interpolation global interpolators determine a single function which is mapped across the whole region e.g. trend surfaces local interpolators apply an algorithm repeatedly to a small portion of the total set of points e.g IDW

Point-based interpolation used for data which can be collected at point locations e.g. weather station readings, spot heights, soil measurements etc.

Green Lakes Valley Snow Survey Figure 5. Location of snow depth measurements in the Green Lakes Valley from 1997 to 2000. We also added zero depths on about a 50 meter grid for non snow covered area that was too steep to sample.

Estimated snow depth for 1999 using various interpolation techniques

Estimating error

A special case of statistical surfaces: DEM / DTM Digital elevation models = a way of representing surfaces. Quantitative model of a topographic surface in digital form. continuous surfaces.

Two methods of representing a topography inside a computer Raster surfaces: e.g. DEM (Digital Elevation Model) Vector surfaces: TIN’s (Triangulated Irregular Network)

Problems with interpolation Accuracy Visual representation Edge effects (lack of data at the margins)