Closed chase-dwelle closed 7 years ago
In working on #7 , I'm subsetting the well data out to look at pump failure reasons, so I think this is useful info - am working on parsing out the 'STATUS' data into additional columns. I realize this isn't 'hydrological' or geospatial, but think it can be informative.
There are ~1500 wells that have "Breakdown year:[YEAR]" in the
STATUS
message, e.g.,This is useful information because it tells us the actual year where the well became nonfunctional, and we could use this date instead of the report date, which is often years later, for trying to pinpoint potential hydrologic causes.
Or, we could use the report date like we do with the rest of the data if we want to be consistent with the rest of the available data. Thoughts?