Tool NameGrid Proximity Buffer
Tool ID10
Library IDgrid_tools
Version1.0
Author(s)Copyrights (c) 2006 by Volker Wichmann

Description

This tool calculates the euclidean distance within a buffer distance from all NoData cells to the nearest valid neighbour in a source grid. Additionally, the source cells define the zones that will be used in the euclidean allocation calculations. Cell values in the source grid are treated as IDs (integer) and used in the allocation grid to identify the grid value of the closest source cell. If a cell is at an equal distance to two or more sources, the cell is assigned to the source that is first encountered in the tools scanning process. The buffer grid is a reclassification of the distance grid using a user specified equidistance to create a set of discrete distance buffers from source features. The buffer zones are coded with the maximum distance value of the corresponding buffer interval. The output value type for the distance grid is floating-point. The output values for the allocation and buffer grid are of type integer. The duration of tool execution is dependent on the number of source cells and the buffer distance.

Parameters

NameTypeIdentifierDescriptionConstraints
Input
Source Gridgrid, inputSOURCEGrid with features to be buffered [Category/NoData]
Output
Distance Gridgrid, outputDISTANCEGrid with euclidean distance to nearest source cell [grid units]
Allocation Gridgrid, outputALLOCGrid with category of nearest source cell [Category]
Buffer Gridgrid, outputBUFFERReclassification of distance grid to buffer zones with a width equal to the equidistance value.
Options
Buffer distancefloating point numberDISTBuffer distance (grid units).Default: 500.000000
Equidistanceinteger numberIVALReclassify buffer distance to intervals of euqidistance ...Default: 100