Discrete Models for Spatial Interpolation

This approach has various names:
* Zero-order Interpolation
* Thiessen Polygons
* Voronoi Polygons
* Dirichlet Cells

The idea is simple: given a set of sample points with known values, the value at a location with an unmeasured attribute is best determined by assigning to it the value of the closest measured value.

This approach divides space based on the configuration of control points.

Next
Back to Interpolation Page