Spatial interpolation techniques are used to estimate values at unsampled locations based on known sample points. There are two main types of interpolation methods: global methods which apply a single mathematical function to all points, and local methods which apply functions to subsets of points. Specific interpolation methods covered include Thiessen polygons, triangulated irregular networks, spatial moving average, trend surfaces, inverse distance weighting, and Kriging. Kriging is similar to inverse distance weighting but uses minimum variance to calculate weights.