Water Quantity on the Diné Reservation
We wanted to look at water quantity to see if there could be a correlation between well depth and well contaminants. Precipitation and runoff that are recharging wells could carry pollutants into groundwater. Contaminated wells that are being used could harm people, livestock and even become present in agricultural crops.
“Generally, private wells do not receive the same services that wells supplying the public do. Well owner’s are responsible for protecting their drinking water. To do so, a well owner must be aware of their well’s potential for contamination and the possible health effects those potential contaminants can have” (EPA, 2024).
Map of 5 Wells
We chose to analyze 5 USGS wells that are continuously monitored shown in Figure 3.1
Figure 3.1 Location of wells monitored by the USGS.
How did we map that?
Graphing Well Depth
Next, we analyzed the water depth at the USGS locations using graphs created through Python coding. Water depth is the land surface to the surface of the water.
Two well sites had fairly consistent depths annually between 2006-2022 (Figures 3.2 and 3.3).
Figures 3.2 and 3.3: Water levels stayed about the same.
Three sites showed year-to-year changes in the depth of the wells. Figure 3.4 shows that the aquifer is being recharged with the well depth decreasing and the water level rising. This well might not be in use. Figures 3.5 and 3.6 are likely being used as the well depth is increasing and the water level is decreasing.
Figure 3.4: Aquifer was recharged with the well depth decreasing and the water level rising.
Figures 3.5 and 3.6: These wells were likely in use as the well depth was increasing and the water level was decreasing.
How did we graph that?
Depth not Statistically Significant
In python, we did an ANOVA test that found these changes were not statistically significant. We started with the import: from scypi.stats import f_oneway. Then, entered our values to calculate variance. To see more, or to reference this code for your own project, click on the code image.
How did we test that?
Results
While the water levels did not change significantly, we don’t know whether wells contain contaminants from the Gold King Mine Spill. More needs to be learned about the water quality of the wells and springs on the Diné Reservation before, during, and after the spill.