Proximity#
Allocation#
|
Calculates, for all pixels in the input raster, the nearest source based on a set of target values and a distance metric. |
Direction#
|
Calculates, for all cells in the array, the downward slope direction Calculates, for all pixels in the input raster, the direction to nearest source based on a set of target values and a distance metric. |
Proximity#
Calculates Euclidean (straight line) distance between (x1, y1) and (x2, y2). |
|
Calculates great-circle (orthodromic/spherical) distance between (x1, y1) and (x2, y2), assuming each point is a longitude, latitude pair. |
|
Calculates Manhattan distance (sum of distance in x and y directions) between (x1, y1) and (x2, y2). |
|
|
Computes the proximity of all pixels in the image to a set of pixels in the source image based on a distance metric. |