In this assignment, we learned about four different interpolation methods: Thiessen, IDW, and Spline Regularized/Tension. We used these methods to analyze the Biochemical Oxygen Demand (BOD) in milligrams per Liter in the Tampa Bay of Florida. The first method, Thiessen interpolation, is a widely used method mainly because of its ease of use and high accuracy when using a large sampling density. Because this method assigns a value based on the nearest sample point, it does not do well with continuous data. However, because of this same attribute, this method can be highly beneficial when dealing with data that is oddly shaped or ends abruptly. Model 1: Thiessen IDW interpolation draws in the theory that points closer to each other are more alike. Model 2: IDW The biggest difference in the Spline layer from the other two methods is it has a much smoother expression. This makes sense as the spline interpolation runs through each data point and aims to smooth out the surface el...