How Point Statistics works

The Point Statistics tool performs a neighborhood operation that computes an output raster where the value for each output cell is a function of the values of any input point features that fall within a specified neighborhood around that location. The function performed on the input is a statistic, such as the maximum, average, or sum of all values encountered in that neighborhood.

Conceptually, on execution, for each cell in the output raster, the algorithm determines which of the input points fall within the specified neighborhood around that cell. The particular statistic selected is applied to the values of the specified field of those points. The neighborhoods can overlap so that points located in one neighborhood around the processing cell may also be included in the neighborhood of another processing cell.

Point Statistics is similar to the Focal Statistics tool, except that it operates directly on the point features instead of on a raster. One of the advantages of operating directly on the features is that points are not lost in converting to a raster if they are too close together. Note that there are only four defined neighborhood shapes for which Point Statistics can calculate the statistics. Only with the Focal Statistics tool can custom neighborhood shapes be defined.

Example

Here, the neighborhood processing for Point Statistics calculating a Sum statistic will be demonstrated, considering an input with 11 points that have field values 1, 2, and 3. The neighborhood to be used is a 3 by 3 rectangle.

Point Statistics example input

For each cell in the output raster, the neighborhood window determines which of the input points are to be considered in the calculation of the statistic for the output cell value. The result of that calculation is recorded in the processing cell, then the operation proceeds to the next cell. The scan proceeds until all of the output cells have a value.

To better illustrate this, the following graphic demonstrates how the values in the third row of the output raster are calculated. Since the Sum is the type of statistic operation selected, the values of all the points that fall within a particular neighborhood window will be added together:

Calculations for the third scan row
Calculations for the third scan row, with the processing cell highlighted.

The resulting output raster for this example would be:

Point Statistics example output

Neighborhood type

The neighborhood shapes are annulus, circle, rectangle, and wedge. Each shape is defined by several parameters, as illustrated below:

The default neighborhood is a square with width and height of three cell units.

Related Topics

11/8/2012