WayneGitShell / GWSDAT

GroundWater Spatiotemporal Data Analysis Tool (GWSDAT) R-Shiny implementation.
https://stats-glasgow.shinyapps.io/GWSDAT
31 stars 7 forks source link

processdate() : maybe delete redundant code or use for statistics. #126

Closed andrejadd closed 7 years ago

andrejadd commented 7 years ago

Around line 115:

Check if all wells exist in the well coordinate data table. Delete Code? This code could be redundant because everything in sample_loc_names was previously extracted from well_tmp_data$WellName, thus, there is no point in checking for missing well coordinates. Concentrations with corresponding wells that do not appear in the well coord. table are simply ignored (although a statistics could be made, how many concentration measurements were ignored).