Topic 12: Raster Analysis Flashcards

1
Q

Similarities and differences between raster and vector analysis: Example- vector vs raster overlay

A

Vector clip:
- construct new coincident vertices at intersection points in both data layers
- merge line segments and split polygons
- eliminate polygons outside clip parameters

Raster clip:
- determine the range of pixels rows and columns for clip region
- eliminate pixels that fall outside the clip extent

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

Considerations for GIS analysis in the raster environment:

A
  1. rasters use simple data structure (regular grid) that facilitates computationally efficient analysis
  2. typically, one cannot perform vector and raster simultaneously - one must often convert vectors to rasters first
  3. raster transformations are computationally quite different than for vector datasets
  4. data resolution and spatial reference system affects measurements and multi-raster analysis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Raster data transformation and analysis operations:
local operations

A
  • local operations on raster data refer to cell-by-cell operations
  • can be performed on a single or multiple raster images
  • most raster processing falls into this category
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Local operations on multiple rasters

A
  • summary statistics, such as mean, minimum, maximum, or majority (mode) values are common local operations
  • local operations also useful in activities like change detection analysis (eg., multi-temporal landscape change)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Raster data transformation & analysis operations:
- map algebra on raster datasets

A
  • Map algebra is the process of constructing simple numeric models based on overlaying raster layers and performing mathematical operations on the layers
  • eg., detecting landscape change by subtracting one raster grid (recent) from another (historical)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Map algebra examples

A

Arithmetic
- Arithmetic multiplication
- can combine operators with mathematical transformations, such as the square root tool

Boolean
- Boolean And operator (Examines cells for positive vs zero numbers, produces binary maps)

Relational
- Greater than or equal to operator
- also produces a binary map

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

Raster data transformation and analysis operations
- neighbourhood
- spatial filtering (convolution)

A
  • Neighbourhood operations on raster data refer to data computations at a focal cell based on the values of neighbouring cells
  • involves a window of pixels that moves across all cells of the raster to perform the same computation over and over for each location (referred to as moving window analysis, spatial filtering, or convolution)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Low- pass vs high-pass filter

A
  • Low-pass filter the high frequency information (noise) to show general trends (smoothing operation)
  • High-pass filters remove the low frequency information and show the high frequency (sharpening)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Applications of neighbourhood operation

A
  • remote sensing texture analysis
  • DEM processing
  • spatial filtering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Bigger the size of the window, the smoother the output raster?

true or false?

A

True

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

What is a block neighbourhood?

A

spatial filtering (convolution)
- instead of having one focal cell, the window moves so that the neighbourhoods are adjacent to each other

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

What happens to the edge pixels in a convolution operation?

A

They are averaged or removed from the raster

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

What does the mean filter out?

A
  • It is considered a low pass filter, so it smooths out to show general trends
    eg., 3x3 window would have a coefficient of 1/9
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a Laplacian filter?

A
  • It is an edge detector, gives bright lines
  • has a coefficient of 4 or 8 in the center and a cross of -1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Raster data transformation and analysis operations:
- zonal raster operations

A
  • zonal operations or “zonal statistics” refers to raster analysis restricted to regions or zones within the map
  • similar to block neighbourhood, but the “window size” is not square or regular, but rather polygon shape
  • zonal operations are sometimes very sensitive to where one defines the boundaries (MAUP)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the Modifiable Areal Unit Problem (MAUP)?

A

MAUP consists of 2 closely related problems:
- measurement scale: variation in results when areal units are progressively aggregated
- aggregation: variable/ inconsistent results when different aggregation strategies are used at the same measurement scale

17
Q

ecological fallacy

A

Inferring individual properties from aggregate data

18
Q

‘solutions’ to MAUP

A
  • define fundamental entites or objects (avoid arbitrary aggregation)
  • avoid using arbitrarily defined scales: analyse at the scale at which the process operates
  • use spatial statistics where appropriate