How Create Spatially Balanced Points works

Available with Geostatistical Analyst license.

There are many considerations to take into account when designing a sampling network. Spatially balanced designs, in particular, are constructed to improve the efficiency of estimated values by maximizing spatial independence among sample locations. They also lead to more efficient sampling by providing more information per sample unit as every sample is distributed across the population. Note that these comments refer to statistical efficiency, which is one of several criteria that could be applied to a sampling design.

The algorithm for creating spatially balanced points was proposed by David Theobald et al., which is based in part on the method developed by Don Stevens and Anthony Olsen. The method is based on the following:

  • The Reverse Randomized Quadrant-Recursive Raster (RRQRR) algorithm is used to map 2D space into a 1D space in which successive samples constitute a spatially balanced sampling design.
  • Unequal inclusion probabilities are used to handle variations in sampling intensity. Inclusion probabilities are relative values (between 0 and 1, inclusive), which specify the probability that a location (raster cell) will be selected relative to other locations.

The input to the tool is a raster that simultaneously defines the following:

  • The maximum enclosing rectangle for the analysis
  • The inclusion probabilities (locations in the study area have nonnull, greater than 0 inclusion probabilities)
  • The sample frame (study area)
  • The finest resolution at which the sample locations will be generated

The resulting spatially balanced design has the following properties:

  • Low variance in the area of the Voronoi polygons generated from the sample sites (in other words, each sample point represents roughly the same proportion of the total study area).
  • Flexibility, so that changes in time, accessibility to sample sites, budget, and so forth, can be used to update the sample locations. This requires that the randomization process mentioned above be controlled and repeatable—which is achieved by setting the seed value for the random number generator. A seed value of 0 will produce unrepeatable (new) output each time the tool is run. Use of a fixed seed value greater than 0 will produce repeatable results and can be used to increase or decrease the number of sample points without compromising the spatial balance of the design.

For best results, Theobald et al. recommend that the number of samples be less than 1 percent of all the possible sample locations in the study area.

Resources

Related topics


In this topic
  1. Resources