Raster Surfaces

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/53

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

54 Terms

1
New cards

raster surfaces are

continuous

2
New cards

why are raster surfaces continuous

each grid cell has a z-value

3
New cards

what are some examples of terrestrial surfaces? statistical surfaces?

terrestrial

  • DEM

  • slope

  • aspect

  • precipitation

statistical 

  • population density 

  • crime rates 

  • density of animals in area

4
New cards

spatial interpolation 

predicts values for cells in a raster from a limited number of sample data points 

5
New cards

what are some data types we can interpolate

elevation

rainfall

air quality

noise levels

6
New cards

how is a continuous surface calculated

from point data

7
New cards

what is interpolation the estimation of 

the z value (height) of a surface at unsampled data based on known surrounding z values 

8
New cards

what bounds the continuous surface

a mask or extend

9
New cards

4 more common spatial interpolation methods

  1. trend

    1. local

    2. global

  2. IDW

  3. spline

  4. Natural neighbours

10
New cards

is trend an approximate or exact interpolation method

approximate

11
New cards

trend is a _____ surface 

polynomial 

12
New cards

what happens with global polynomial interpolation

creates a surface that represents gradual, coarse-scale trends and is useful for capturing long-range patterns

13
New cards

is local variation captured in global interpolation

NO

14
New cards

which tool uses global polynomial interpolation 

trend 

15
New cards

what is a first order global polynomial

a single, flat plane (a linear function) to all data points to model

16
New cards

what is the goal of a polynomial

minimize error of prediction

17
New cards

when is global interpolation used for

large scale patterns

18
New cards

1st order polynomial vs 2nd order polynomial vs 3rd order polynomial

1st - linear polynomial 

2nd - one bend 

3rd - two bends

19
New cards

does trend pass through actual measured points

not normally - inexact interpolation

20
New cards

what does trend use to fit the interpolation

least squares regression

21
New cards

what should be true about the points above and below the trend best fit line

should be the same below and above it

22
New cards

when should local polynomial interpolation be used 

when you have data that exhibits short-range variation

<p><span>when you have data that exhibits short-range variation</span></p>
23
New cards

IDW interpolation method

estimates cell values by averaging the values of sample points in neighboring cells

24
New cards

in IDW what is the relationship between point weight and distance

as the distance from a point increases, its weight decreases

25
New cards

what are TWO conditions that must be met before using IDW

  1. samples are relatively evenly distributed 

  2. surface characteristics do NOT change across the landscape 

26
New cards

what are variables of IDW

  1. nearest neighbour

  2. fixed radius

  3. barriers

  4. power

27
New cards

contrast nearest neighbour and fixed radius in IDW

nearest neighbour - integer value defining the MINIMUM number of points to be used for interpolation

fixed radius - distance in map units where all input points in the specified radius will be used for interpolation

28
New cards

what are barriers

barriers - specify location of linear features known to interrupt the surface continuity 

29
New cards

what do barriers NOT have

z values

30
New cards

examples of barriers

fences, railways, cliffs

31
New cards

what do barriers do to the interpolation

the selected input points for the interpolation MUST be on the SAME side of the barrier as the current processing cell

32
New cards

which interpolation method can use barriers

IDW

spline

kriging

33
New cards

what must a power be

a positive, real number

34
New cards

what is a common power value

is 2

35
New cards

what happens by defining a higher power option

more emphasis can be put on the nearest point = nearby data will have MORE influence

36
New cards

will a higher power result in a more or less detailed surface

more detail 

37
New cards

what happens in IDW with a higher power

a less smooth and more "spiky" interpolation with higher peaks and deeper valleys

38
New cards

what are some issues with IDW

  1. min and max values must be sampled or variation will be missed

  2. surface will NOT go exactly through the sampling points

39
New cards

spline

the bending and stretching of a surface to pass through ALL measured points

40
New cards

what can spline result in

a surface that captures BOTH global trends and local variation

41
New cards

how does spline estimate values

mathematical function that MINIMIZES the change in slope

42
New cards

what are two conditions of spline

  1. surface must pass exactly through the data points

  2. surface must have minimum curvature = minimum change in slope

43
New cards

what type of points is spline a good choice for 

points without abrupt changes in values 

44
New cards

what are the spline variables

  1. regularized spline - higher weights = smoother surface

  2. spline with tension - higher values = coarser surface

  3. number of points - more points = smoother the surface

45
New cards

when to use IDW or spline?

IDW

  • the variables being mapped decreases in influence with distance

spline - the variable is smooth, continuous surface that does NOT have large variability over short distance 

46
New cards

what does natural neighbours use twice

Thiessen polygons

47
New cards

where is the polygon boundary in nearest neighbours

between grid cell and nearest sampling point

48
New cards

which interpolation provides the best looking surface

nearest neighbours

49
New cards

what are Thiessen polygons

each defines an area of influence around its sample point so any location inside the polygon is closer to that point than any other

50
New cards

when is nearest neighbour most appropriate

sample data points are distributed with uneven density

51
New cards
term image

spline

52
New cards
term image

nearest neighbour

53
New cards
term image

trend

54
New cards
term image

IDW