In this lab, mapping water quality in Tampa Bay required transforming point based sampling data into a continuous surface that shows how conditions vary across the bay. Interpolation methods make this possible by estimating values in areas where no measurements were taken. Each method approaches this task differently, and these differences influence how the final surface below looks.
Thiessen interpolation creates polygons around each sampling point, assigning each area the value of its nearest neighbor. This method is simple and preserves the original data exactly, but it produces abrupt boundaries and does not model gradual changes across space. In contrast, IDW interpolation creates a smooth surface by weighting nearby points more heavily than distant ones. This results in a more realistic representation of how water quality transitions across the bay without introducing extreme values. Spline interpolation fits a smooth mathematical surface through all points, which can produce visually appealing results when sampling is dense. However, spline can overshoot in areas with sparse data, creating unrealistic peaks or depressions.
For Tampa Bay, where sampling locations vary in density, IDW provides a balanced and reliable surface that reflects both local variation and overall trends. Thiessen is useful for understanding zones of influence, while spline requires careful point spacing to avoid distortions.
Below is an example of one of the interpolated surfaces created during the analysis:
| Figure 1. IDW Interpolation |
Interpolation is a powerful tool for visualizing water quality, but choosing the right method depends on the nature of the data and the patterns you want to reveal.






