Raster Processing and Analysis Flashcards

1
Q

What is a profile graph?

A

Profile graphs allow you to visualize elevation change over a continuous distance using 3D line geometry.

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

What information can a raster cell hold?

A

-Measured value
-Reflectance
-Classified/Coded value

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

What is oblique imagery?

A

Imagery taken at a 40 to 50 degree angle (i.e., not an exact overhead shot)

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

What is ortho imagery

A

Imagery taken at the nadir position (straight down)

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

Certain types of landcover are known to reflect specific ranges of light. What is the term for this?

A

Spectral signatures

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

What are the Normalized Difference Vegetation Index (NDVI) ranges and what do they mean?

A

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.

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

What are the two types of image classification methods?

A

-Supervised: the user trains the model on how it should classify images
-Unsupervised: the model classifies images on its own through pattern recognition

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

What is object-based classification/segmentation?

A

Objects are classified based on shape, size, spatial, and spectral properties.

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

What is the difference between Lossy and Lossless compression?

A

Lossy compression loses some data lossless does not.

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

What are some examples of Lossless compression

A

LZZZ, Run-length encoding

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

What is the difference between single band and multiband rasters?

A

Single band rasters only have one value associated with it while multiband has multiple

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

What is bit depth?

A

Determines the range of values that can be stored in a raster cell. Rasters can range from 1 bit to 64 bit.

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

What is the difference between signed and unsigned bit depth?

A

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

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

What is Band Interleaved by Line (BIL)?

A

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.

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

What is Band Interleaved by Pixel (BIP)?

A

An image storing method in which the RGB values of each pixel are written in order of pixel

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

What is Band Sequential (BSQ)?

A

An image storing method in which all of the red values are stored (for the entire raster), and then green, and then blue.

17
Q

What is a raster pyramid?

A

Raster pyramids are used to improve display performance by retrieving only the data at a specified resolution that is required for the display. Each successive layer of the pyramid is down-sampled at a scale of 2:1. Uses .RRD extension.

18
Q

What is Inverse Distance Weighting (IDW)?

A

An interpolation method that averages values of sample points near cell

19
Q

What is Natural Neighbor?

A

An interpolation method. Area-weighting of sample points near cell

20
Q

What is Spline?

A

An interpolation method that creates a smooth surface through the sample points

21
Q

What is Trend?

A

An interpolation method that fits a polynomial equation to the surface

22
Q

What is Kriging?

A

An interpolation method that models the autocorrelation to simulate unsampled locations

23
Q

What is resampling?

A

The process of resizing raster grid cells.

24
Q

Snap Raster

A

Sets a raster that is used to define the cell alignment of an output raster.

25
Q

What is a Con statement?

A

A Con statement is used to write a conditional statement in the raster calculator.
-Syntax: Con(CONDITION, TRUE, {FALSE}

26
Q

What is Least Cost Path Analysis?

A

Determines the least-cost path from a destination point to a source.