Raster Data Operations

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts from raster data operations including definitions of terms and explanations of operations associated with raster layers.

Last updated 9:03 AM on 4/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Precipitation

The average amount of precipitation, typically measured in cm per day.

2
New cards

NDVI

Normalized Difference Vegetation Index, a method to quantify vegetation greenness and assess plant health.

3
New cards

Color Depth

The number of unique colors that a sensor can capture; for example, 16 bits allows approximately 65,000 colors.

4
New cards

Raster data

A model where raster cells store data and can represent values such as pollutants, crop yields, or disease spread.

5
New cards

Local operations

Raster output where cell values are determined by that cell's corresponding input value.

6
New cards

Focal operations

Raster output where cell values depend on the input value at that cell and its neighbors.

7
New cards

Zonal operations

Output values depend on input cell values and their association within defined zones.

8
New cards

Global operations

Output values potentially rely on all input raster cell values.

9
New cards

Map algebra

Combination of raster data layers using cell-by-cell operations such as addition and subtraction.

10
New cards

Mathematical operations

Cell-by-cell operations applied to raster data.

11
New cards

Comparison: less than

A true or false assignment based on whether a cell value is less than another.

12
New cards

Comparison: equal

A true or false assignment based on whether cell values are equal.

13
New cards

Logical Operation: AND

A logical operation that outputs true only if both input values are true.

14
New cards

Logical Operation: OR

A logical operation that outputs true if at least one of the input values is true.

15
New cards

Conditional operations

Operations that evaluate a condition and return one of two possible expressions based on the result.

16
New cards

Complex statements

Expressions where only the output to the left of the equals sign is a Raster object, influenced by operator precedence.

17
New cards

Slope

The rate of change of elevation in a digital elevation model (DEM) cell.

18
New cards

Aspect

Identifies the downslope direction of the maximum change in value from each cell to its neighbors.