Raster analysis Flashcards
The simplest type of values to display are _
Integers
Map algebra is an _ _ for manipulating representations of _ _ defined over a common domain
informal language
continuous variable
What are the 4 groups of map algebra functions?
- local or cell-based operations
- focal or cell neighborhood-based operations
- zonal or cell group operations
- global operations
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
single
without
Local operations operate on a _ by _ basis
cell by cell
T or F- you can multiply soil type 3 and soil type 5 in local operations
F
What 3 analysis methods do local operations include?
- reclassification/recoding
- overlay
- scalar (modify cell values by a constant)
What are the 4 methods of reclassification?
- 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
What characteristics should the grids share when doing raster overlay?
- geographic extent
- projection
- cell resolution
- sampling interval
What are the 3 groups of math operators for map algebra?
- arithmatic
- boolean (AND, NOT, OR) TRUE=1, False=0
- relational (
In focal operations a cell’s value in a new layer is determined by the _ of the cells _ it on the input layer
values
surrounding
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 /
multiple adjacent neighboring proximal center/focus
what are the 2 focal neighborhood operations
- filtering
- slope and aspect derivation
a filter operates by moving a _ across the _ _
window
entire raster
What is the mechanism of filtering?
-compute a new value for the cell in the centre of the window based on the weighted values of the cells in the window