Chapter 10 - Topics in Raster Analysis Flashcards
This data model is based on a 2D array of cells
Raster data model
In the raster data model, each cell is assigned this
Single value
What are at least three of four ways in which the raster data model is highly flexible?
- Easy to code in computer language; 2. Cells can store all data types; 3. Can be directed to many problems; 4. Complex structures can be built
What are at least three of four types of time-varying and continuous phenomenon that the raster data model is useful for?
- Elevation; 2. Surface temperature; 3. Rainfall; 4. Soils
What are three of four examples of GIS data types that are in raster format?
- DRG; 2. DEM; 3. NLCD; 4. Remote sensing
Is the raster data model a relatively new data structure?
No
Are there extensive analytical tools developed for the raster data model?
Yes
Do many raster tools share the same conceptual basis?
Yes
This input layer function uses a single layer
Unary
This input layer function uses two layers
Binary
This input layer function uses > 2 layers
Higher-ordered
This input scope function uses values at each cell loci
Local function
This input scope function uses values in a defined area around output cell loci
Neighborhood function
This input scope function uses values from user-defined zones
Zonal function
This input scope function manipulates input from entire layer
Global function
What are the four classes of local operations?
- Mathematical; 2. Logical; 3. Classification; 4. Overlay
This class of local operations uses standard arithmetic
Mathematical functions
What are at least four of six examples of mathematical functions?
ABS, LN, COS, TRUNC, SQRT, POWER
This class of local operations is for ordinal and equality tests
Logical functions
Logical functions are for finding these values
Non-zero and non-null values
What are the three basic logical operations?
And, or, not
This logical function means “exclusive or” - true only if one of the layers has value
XOR
This logical function is for missing values
ISMISSING (ISNULL)
This local function assigns output values for a set of input values
Classification function