Map Applications





Python Application - Tkinter



This python application was developed to analyze the relationship between nitrate level and cancer rates through spatial analysis. The first part of the program allows users to enter the distance decay coefficient (k), which will produce an inverse distance weighting (IDW) raster map of nitrate levels. The second part of the application uses a linear regression method to determine if nitrate concentrations are related to the cancer occurrences. A second map of Ordinary Least Squares (OLS) will be produced at the end.