Distance Analysis#
The distance module contains functions for carrying out distance analysis. Currently this is limited to 2D and 3D cost distance analysis and 2D proximity analysis.
Cost Distance Operations#
|
Calculate accumulated cost distance, traceback, and allocation. |
|
Calculate just the cost distance allocation for a cost surface. |
|
Calculate just the cost distance for a cost surface |
|
Calculate just the cost distance traceback for a cost surface. |
Proximity Operations#
|
Compute the proximity, allocation, and direction for a given source raster. |
|
Compute the proximity allocation of each cell to the closest source cell. |
|
Compute the direction of each cell to the closest source cell. |
|
Compute the proximity of each cell to the closest source cell. |