Special Topics Interpolation Lab 5

Spatial interpolation is the technique using points with known values to estimate other areas/points. It is typically used to create maps for precipitation, elevation, and more. In this lab we used four different types of interpolation methods to create a visual of the water quality in Tampa Bay. The four methods used for the estimation of Biochemical Oxygen Demand (BOD) in mg/L were Thiessen, Inverse Distance Weighted(IDW), Spline regularized, and Spline tension. The Thiessen method proportionally divide and distribute point coverage into polygon regions. Each polygon contains only one point feature. The disadvantages of this include not being suitable for more complex surfaces and it creates sudden boundaries which is unrealistic for most data sets. Thiessen Interpolation The IDW method determines cell values using a linearly weighted combination of sample points. This method assumes the variable being mapped decreases in influence with distance from sampled location. A disadvan...