Raster analysis Flashcards

1
Q

The simplest type of values to display are _

A

Integers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Map algebra is an _ _ for manipulating representations of _ _ defined over a common domain

A

informal language

continuous variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 4 groups of map algebra functions?

A
  • local or cell-based operations
  • focal or cell neighborhood-based operations
  • zonal or cell group operations
  • global operations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

in local processing operations, map values for processing are retrieved for a _ map location _ reference to other map locations or extended spatial contexts, then processed and the result stored at the location

A

single

without

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Local operations operate on a _ by _ basis

A

cell by cell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

T or F- you can multiply soil type 3 and soil type 5 in local operations

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What 3 analysis methods do local operations include?

A
  • reclassification/recoding
  • overlay
  • scalar (modify cell values by a constant)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the 4 methods of reclassification?

A
  • assign new value to each unique value on input layer (only works if there arent that many unique inputs)
  • assign new values by assigning cells to classes based on their old values (for satellite images/elevation)
  • sort the unique values in input layer into rank of value
  • assign new values based on mathematical operations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What characteristics should the grids share when doing raster overlay?

A
  • geographic extent
  • projection
  • cell resolution
  • sampling interval
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the 3 groups of math operators for map algebra?

A
  • arithmatic
  • boolean (AND, NOT, OR) TRUE=1, False=0
  • relational (
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

In focal operations a cell’s value in a new layer is determined by the _ of the cells _ it on the input layer

A

values

surrounding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

in focal processing operations, map values for processing are retrieved from _ map locations with reference to _, _, _ or other spatial contexts, then processed and the result stored for the location at the /

A
multiple 
adjacent
neighboring 
proximal 
center/focus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what are the 2 focal neighborhood operations

A
  • filtering

- slope and aspect derivation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

a filter operates by moving a _ across the _ _

A

window

entire raster

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the mechanism of filtering?

A

-compute a new value for the cell in the centre of the window based on the weighted values of the cells in the window

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

T or F, low pass filters smooths, reduces local detail, and removes extreme values

A

T

17
Q

what are the 4 types of low pass filters?

A
  • mean filter
  • weighted average
  • majority filter
  • median filter
18
Q

T or F, mean filter severely smooths the spatial variation on the layer

A

T

19
Q

T or F, weighted average low pass filter gives the center cell of the window 24 times the weight of its old value and severely smooths the layer

A

F, 12 times and old value and slightly smooths.

20
Q

T or F, majority filter replaces central value with most frequently occurring value in the window and can be used to generalize nominal image/fill gaps after vector to raster conversion

A

T

21
Q

_ filter replaces central value with median value in the window and is good for _ _ in poor quality images

A

median

noise removal

22
Q

High pass filters _ local detail for _ _ and enhances local detail by giving neighbors _ _ if condition is different

A

exaggerate
edge enhancement
negative weights

23
Q

directional filters are used to enhance or detect _ _ in images, and weights in window are set according to the _ _ that you want to enhance

A

directional structures

compass direction

24
Q

In zonal processing operations, map values for processing are retrieved for _ map locations within the extent of each _ feature, then processed and the summary result stored for all the locations defining each template

A

multiple

template

25
Q

what are the 3 applications of zonal operations?

A
  • identifiying zones
  • areas of zones
  • perimeters of zones
26
Q

Identifying zones works by comparing _ cells, _ all patches having the _ value, then give each such patch a unique #, and set each cell’s value to the _ of its patch

A

adjacent
identify
same
number

27
Q

T or F areas of zones method measures the area of each zone and assign this value to each cell instead of the zone’s number, area calculated by “# cells x area of each cell”

A

T

28
Q

T or F, the perimeter of zones measure the radius of each zone and assign this value to each cell, calculated by ‘# exterior cell edges x length of cell edge’

A

F. the perimeter of zones measure the perimeter of each zone and assign this value to each cell, calculated by ‘# exterior cell edges x resolution of cell’

29
Q

Name the 4 global operations

A
  • distance
  • buffer zones
  • viewsheds
  • least cost pathways (generate a friction surface, create an accumulated cost surface from origin to destination cells, create a least cost path across the accumulated cost surface from origin to destination