Raster Processing and Analysis Flashcards
What is a profile graph?
Profile graphs allow you to visualize elevation change over a continuous distance using 3D line geometry.
What information can a raster cell hold?
-Measured value
-Reflectance
-Classified/Coded value
What is oblique imagery?
Imagery taken at a 40 to 50 degree angle (i.e., not an exact overhead shot)
What is ortho imagery
Imagery taken at the nadir position (straight down)
Certain types of landcover are known to reflect specific ranges of light. What is the term for this?
Spectral signatures
What are the Normalized Difference Vegetation Index (NDVI) ranges and what do they mean?
NDVI values range from +1.0 to -1.0. The closer to +1 the healthier the vegetation. 0 is rock, sand, or snow. -1 is water.
What are the two types of image classification methods?
-Supervised: the user trains the model on how it should classify images
-Unsupervised: the model classifies images on its own through pattern recognition
What is object-based classification/segmentation?
Objects are classified based on shape, size, spatial, and spectral properties.
What is the difference between Lossy and Lossless compression?
Lossy compression loses some data lossless does not.
What are some examples of Lossless compression
LZZZ, Run-length encoding
What is the difference between single band and multiband rasters?
Single band rasters only have one value associated with it while multiband has multiple
What is bit depth?
Determines the range of values that can be stored in a raster cell. Rasters can range from 1 bit to 64 bit.
What is the difference between signed and unsigned bit depth?
Signed bit depth includes negative integers. For example, an unsigned 8-bit raster has values that range from 0 to 255 while a signed 8-bit raster range from -128 to 127
What is Band Interleaved by Line (BIL)?
An image storing method in which each line of the raster is written to the file by writing all red values for pixels in line one, then green, then blue.
What is Band Interleaved by Pixel (BIP)?
An image storing method in which the RGB values of each pixel are written in order of pixel