9: Raster Data Flashcards

1
Q

UNDERSTAND CHARACTERISTICS OF RASTER DATA STRUCTURE

A

Basic mapping unit: cell/pixel

  • spatial resolution size of cell defines the level of spatial detail
  • location of cells specified as x,y coordinates
  • regions: groups of adjacent cells of the same value
  • called a grid dataset
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

AWARENESS OF RASTER MANIPULATION

A

Raster will allow a user to perform basic manipulations on a raster, or grid data set. Some basic manipulations include:

  • reclassify
  • convert
  • preparation for analysis (set extent and mask)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

BASIC GIS RASTER ALGEBRA OPERATIONS

A

Map algebra - way to do mathematical functions with grids/raster layers in GIS

  • arithmetic (+,-,x,/)
  • relational (>,
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

LOCAL, FOCAL AND ZONAL OPERATIONS

A

Methods of combining raster layers
Local - 1 to 1 (drilling down)
Focal - Neighbourhood to 1
Zonal - Input raster area as a cookie cutter

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

Cell resolution

A

What is the length and height of each cell, normally square so the same

High resolution refers to rasters with small cell dimensions - lots of detail, lots of cells, small cells, large file size

Raster can be very inefficient because every cell must have a value even if nothing is there

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

Cell value assignment scheme

A

value of a cell may be…

  • an average for that cell
  • total value for the cell
  • most common value in the cell
  • value at the cell’s centre
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Raster data sources

A

Aerial photos
Satellite imagery
Scanned maps

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

Saying about raster vs vector data

A

Raster is faster but vaster, vector only seems more corrector

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

Raster functions in ArcMap

A

Map Algebra
Local
Focal / Neighbourhood
Zonal

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

Raster functions in ArcMap

A
Spatial Analyst Tools:
Local
Map Algebra
Neighbourhood
Zonal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Raster functions in ArcMap

A
Spatial Analyst Tools:
Local
Map Algebra
Neighbourhood (Focal)
Zonal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Problems with map algebra

A

if layers are not coincident (not the same origin/alignment/extent)
or different cell sizes

think about metadata and how data should be added together

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

Mathematical operators

A

Maximum
Sum
Average

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

Re-classification operations

A

Binary example:
Cell value = “X” then replace with “1”
Cell value not equal to “X” then replace with “0”

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

Operations on raster layers

A
Local
Focal (neighbourhood)
Zonal
Global
Boolean
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Local

A

Single layer reclassification
One cell from the first grid plus one in the second, equals one in the new grid.
‘drilling down’ through the layers
can +, -, x, /, etc…

17
Q

Zonal

A

Creates a raster surface of values’ statistics with discrete zones

The user defines the zones, can be any shape, use one raster as the input for the boundary (like a cookie cutter)

18
Q

Focal / Neighbourhood

A

Value of a pixel on output layer is determined by values of local pixels on input layer

Collect info in the neighbourhood of the original raster and put it into one cell

Example in a 9x9 group find the average and put in the cell in the middle of the group

  • neighbourhood
  • local neighbourhood
  • context operators
  • filtering (moving window)
  • low pass filter (to blur)
19
Q

Focal neighbourhood shape/size

A

rectangular - 3x3, 5x5 or other (always odd #s)
circular - specify radius
donut
wedge - radius and angle

20
Q

Global

A

Value of a pixel on output layer is a function of values of all pixels on input layer

Example, distance from road or power line, each cell has a value of the distance from it