l15 – spatial interpolation – part 1 chapter 12. interpolation procedure to predict values of...

47
L15 – Spatial Interpolation –Part 1 Chapter 12

Upload: flora-kennedy

Post on 18-Jan-2016

226 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

L15 – Spatial Interpolation –Part 1

Chapter 12

Page 2: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATION

Procedure to predict values of attributes at unsampled points

Why?Can’t measure all locations:

TimeMoneyImpossible (physical- legal)

Changing cell size

Missing/unsuitable data

Past date (eg. temperature)

Page 3: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Sampling

• Sampling– A shortcut method for investigating a whole

population – Data is gathered on a small part of the whole parent

population or sampling frame, and used to inform what the whole picture is like

• Techniques:– Systematic– Random– Cluster– Adaptive– Stratified

Page 4: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Systematic sampling patternEasy Samples spaced uniformly at fixed X, Y intervalsParallel lines

AdvantagesEasy to understand

DisadvantagesAll receive same attention Difficult to stay on lines May be biases

Page 5: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Random Sampling

Select point based on random number processPlot on mapVisit sample

AdvantagesLess biased (unlikely to match pattern in landscape)

DisadvantagesDoes nothing to distribute samples in areas of highDifficult to explain, location of points may be a problem

Page 6: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Cluster Sampling

Cluster centers are established (random or systematic) Samples arranged around each centerPlot on mapVisit sample

(e.g. US Forest Service, Forest Inventory Analysis (FIA)Clusters located at random then systematic pattern of samples at that location)

AdvantagesReduced travel time

Page 7: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Adaptive sampling

More sampling where there is more variability. Need prior knowledge of variability, e.g. two stage sampling

AdvantagesMore efficient, homogeneous areas have few samples, better representation of variable areas.

DisadvantagesNeed prior information on variability through space

Page 8: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Stratified

• A wide range of data and fieldwork situations can lend themselves to this approach - wherever there are two study areas being compared, for example two woodlands, river catchments, rock types or a population with sub-sets of known size, for example woodland with distinctly different habitats.

• Random point, line or area techniques can be used as long as the number of measurements taken is in proportion to the size of the whole.

Page 9: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

• if an area of woodland was the study site, there would likely be different types of habitat (sub-sets) within it. Random sampling may altogether ‘miss' one or more of these.

• Stratified sampling would take into account the proportional area of each habitat type within the woodland and then each could be sampled accordingly; if 20 samples were to be taken in the woodland as a whole, and it was found that a shrubby clearing accounted for 10% of the total area, two samples would need to be taken within the clearing. The sample points could still be identified randomly (A) or systematically (B) within each separate area of woodland.

Example

Page 10: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATION

Many methods - All combine information about the sample coordinates with the magnitude of the measurement variable to estimate the variable of interest at the unmeasured location

Methods differ in weighting and number of observations used

Different methods produce different results

No single method has been shown to be more accurate in every application

Accuracy is judged by withheld sample points

Page 11: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATIONOutputs typically:

Raster surface•Values are measured at a set of sample points•Raster layer boundaries and cell dimensions established•Interpolation method estimate the value for the center of each unmeasured grid cell

Contour LinesIterative process

•From the sample points estimate points of a value Connect these points to form a line•Estimate the next value, creating another line with the restriction that lines of different values do not cross.

Page 12: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Example Base

Elevation contours Sampled locations and values

Page 13: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATION1st Method - Thiessen Polygon

Assigns interpolated value equal to the value found at the nearest sample location

Conceptually simplest method

Only one point used (nearest)

Often called nearest sample or nearest neighbor

Page 14: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATION

Thiessen Polygon

Advantage: Ease of application  Accuracy depends largely on sampling density

Boundaries often odd shaped as transitions between polygons are often abrupt

Continuous variables often not well represented

Page 15: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Source: http://www.geog.ubc.ca/courses/klink/g472/class97/eichel/theis.html

Draw lines connecting the points to their nearest neighbors.

Find the bisectors of each line.

Connect the bisectors of the lines and assign the resulting polygon the value of the center point

Thiessen Polygon

Page 16: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

1. Draw lines connecting the points to their nearest neighbors.

2. Find the bisectors of each line.

3. Connect the bisectors of the lines and assign the resulting polygon the value of the center point

Thiessen Polygon

1

2

3

5

4

Start: 1)

2) 3)

Page 17: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:
Page 18: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:
Page 19: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:
Page 20: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:
Page 21: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:
Page 22: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Sampled locations and values Thiessen polygons

Page 23: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATION Fixed-Radius – Local Averaging

More complex than nearest sampleCell values estimated based on the average of nearby samplesSamples used depend on search radius

(any sample found inside the circle is used in average, outside ignored)

•Specify output raster grid•Fixed-radius circle is centered over a raster cell

Circle radius typically equals several raster cell widths(causes neighboring cell values to be similar)

Several sample points usedSome circles many contain no pointsSearch radius important; too large may smooth the data too much

Page 24: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATION

Fixed-Radius – Local Averaging

Page 25: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATION

Fixed-Radius – Local Averaging

Page 26: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATION

Fixed-Radius – Local Averaging

Page 27: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATIONInverse Distance Weighted (IDW)

Estimates the values at unknown points using the distance and values to nearby know points (IDW reduces the contribution of a known point to the interpolated value)

Weight of each sample point is an inverse proportion to the distance.

The further away the point, the less the weight in helping define the unsampled location

Page 28: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATIONInverse Distance Weighted (IDW)

Zi is value of known point

Dij is distance to known point

Zj is the unknown point

n is a user selected exponent

Page 29: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATIONInverse Distance Weighted (IDW)

Page 30: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATIONInverse Distance Weighted (IDW)

Factors affecting interpolated surface:

•Size of exponent, n affects the shape of the surfacelarger n means the closer points are more influential

•A larger number of sample points results in a smoother surface

Page 31: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATIONInverse Distance Weighted (IDW)

Page 32: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATIONInverse Distance Weighted (IDW)

Page 33: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATIONTrend Surface Interpolation

Fitting a statistical model, a trend surface, through the measured points. (typically polynomial)

Where Z is the value at any point xWhere ais are coefficients estimated in a regression model

Page 34: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATION

Trend Surface Interpolation

Page 35: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Global Mathematical FunctionsPolynomial Trend Surface

Page 36: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Global Mathematical FunctionsPolynomial Trend Surface

Page 37: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATIONSplines

Name derived from the drafting tool, a flexible ruler, that helps create smooth curves through several points

Spline functions are use to interpolate along a smooth curve.

Force a smooth line to pass through a desired set of points

Constructed from a set of joined polynomial functions

Page 38: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Spline

•Surface created with Spline interpolation–Passes through each sample point–May exceed the value range of the sample point set

                                                                                                                                       

                                                                                      

Page 39: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATION : Splines

Page 40: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATION Kriging

Similar to Inverse Distance Weighting (IDW)

Kriging uses the minimum variance method to calculate the weights rather than applying an arbitrary or less precise weighting scheme

Page 41: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

InterpolationKriging

Method relies on spatial autocorrelation

Higher autocorrelations, points near each other are alike.

Page 42: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATIONKriging

A statistical based estimator of spatial variables

Components:•Spatial trend

•Autocorrelation

•Random variation

Creates a mathematical model which is used to estimate values across the surface

Page 43: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Kriging

•A surface created with Kriging can exceed the value range of the sample points but will not pass through the points.

Page 44: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:
Page 45: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

INTERPOLATION (cont.)

Exact/Non Exact methods

Exact – predicted values equal observedTheissenIDWSpline

Non Exact-predicted values might not equal observedFixed-Radius Trend surfaceKriging

Page 46: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Which method works best for this example?

Original Surface:

Cluster Adaptive

RandomSystematic

Page 47: L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:

Which method works best for this example?

Original Surface:

ThiessenPolygons

Fixed-radius –Local Averaging

IDW: squared,12 nearest points

Trend Surface Spline Kriging