Untitled Flashcards Set

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Raster

A spatial data model representing geographic phenomena as a grid of equally sized cells, each with an attribute value.

2
New cards

Pixel (Cell)

The smallest unit in a raster grid, storing a single value for the area it represents.

3
New cards

Local Operation

Raster calculation where each output cell value is computed solely from the corresponding input cell(s).

4
New cards

Focal Operation

Also called neighborhood analysis; computes output cell values based on a function applied to a surrounding window of input cells.

5
New cards

Zonal Operation

Aggregates or summarizes input cell values within zones defined by another layer, producing statistics per zone.

6
New cards

Global Operation

Computes output values using information from all cells in the raster (e.g., viewshed, hillshade, distance).

7
New cards

Overlay

The process of combining two or more raster layers cell-by-cell, often using Boolean or arithmetic operators.

8
New cards

Reclassification

Assigning new values to cells based on their original values, typically to group or simplify categories (e.g., land-cover types).

9
New cards

Slope

A global derivative of elevation, measuring the rate of change (steepness) of elevation across neighboring cells.

10
New cards

Aspect

The compass direction that a slope faces, derived from the relative elevation of neighboring cells.

11
New cards

Viewshed

A global analysis identifying which cells are visible from a specified observer location based on elevation.

12
New cards

Hillshade

A shaded relief representation of terrain created by simulating illumination of the surface from a light source at a specified angle and altitude.

13
New cards

Focal Variety

A focal statistic that counts the number of unique cell values within a defined neighborhood around each cell.

14
New cards

Distance

A global or local analysis calculating the Euclidean distance from each cell to the nearest cell meeting a specified condition (e.g., water presence).