GIS5935 M2.2 - Surface Interpolation
Interpolating Water Quality Data for Tampa Bay
Performing Interpolation Analysis
- Thiessen interpolation assigns each location the value of the nearest point, resulting in abrupt boundaries that may not be suitable for continuous phenomena like pollution.
- Inverse Distance Weighting (IDW) interpolation weighs values based on distance, providing a good balance by capturing local variations but sometimes resulting in sharp transitions between points.
- Spline interpolation creates a smoother, more continuous surface, using a mathematical function that minimizes overall surface curvature, making it ideal for representing gradual transitions in water quality. There are two types:
- Regularized creates a smooth, gradually varying surface, but it may produce values that fall outside the range of the original sample data. This method is ideal for capturing smooth transitions but can sometimes overestimate or underestimate values in areas with sparse data.
- Tension adjusts the surface's stiffness based on the data's characteristics, resulting in a less smooth surface but more closely aligned with the actual sample values. This method is better suited when preserving the data range is required as it minimizes the risk of producing unrealistic extremes.
Screen Capture of Tension Spline Interpolation
Two coincident points in the high-concentration area influenced the Spline interpolation, creating a hotspot in a region without sufficient sample points. Initially, I removed both points, but this expanded the area of high concentration, exacerbating the issue. Removing only one of the coincident points was a more effective solution upon reevaluation. I chose to delete the lower concentration point, guided by my background in fisheries and wildlife. This decision reflects real-world conditions where urban development typically results in runoff containing pollutants such as fertilizers and sewage entering waterways through stormwater or industrial discharge. By retaining the higher concentration point, the interpolation better represents the environmental impact of such urban pollution sources in Tampa Bay.
Comments
Post a Comment