ToolBox 6 Flashcards

1
Q

Calculates the least accumulative cost distance for each cell from or to the least-cost source over a cost surface.

A

Cost Distance

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

Calculates the least-cost path from a source to a destination.

A

Cost Path

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

Calculates, for each cell, the nearest source based on Euclidean distance.

A

Euclidean Allocation

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

Calculates, for each cell, the direction, in degrees, to the nearest source.

A

Euclidean Distance

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

Performs a Boolean And operation on the cell values of two input rasters.

If both input values are true (non-zero), the output value is 1. If one or both inputs are false (zero), the output is 0.

A

Boolean Add

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

Determines which values from the first input are logically different from the values of the second input on a cell-by-cell basis.

If the values on the two inputs are different, the value on the first input is output. If the values on the two inputs are the same, the output is 0.

A

Diff

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

Converts each cell value of a raster to an integer by truncation.

A

Int

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

Converts each cell value of a raster into a floating-point representation.

A

Float

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

Performs either a smoothing (Low pass) or edge-enhancing (High pass) filter on a raster.

A

Filter

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

Calculates for each input cell location a statistic of the values within a specified neighborhood around it.

A

Focal Statistics

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

Calculates a statistic on the points in a neighborhood around each output cell.

A

Point Statistics

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

Calculates cross-tabulated areas between two datasets and outputs a table.

A

Tabulate Area

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

Creates a table and a histogram graph that show the frequency distribution of cell values on the Value input for each unique Zone.

A

Zonal Histogram

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

Calculates statistics on values of a raster within the zones of another dataset.

A

Zonal Statistics

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

Summarizes the values of a raster within the zones of another dataset and reports the results to a table.

A

Zonal Statistics as Table

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