leppott / ContDataQC

Quality control checks on continuous data. Example data is from a HOBO data logger with 30 minute intervals.
https://leppott.github.io/ContDataQC/
MIT License
20 stars 10 forks source link

QC Check - water level gross check not using thresholds #113

Closed leppott closed 3 years ago

leppott commented 3 years ago

Describe the bug Water Level gross check in QC is not using the thresholds in config.R. Only checking for negative values.

Might include discharge.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior Want the thresholds in config.R to be used.

Screenshots config.R image

QC image

Additional context Implemented as far back as v2.0.1.001 (2017-05-04). https://github.com/leppott/ContDataQC/commit/fcfb18e0a88b2399494571d0a877a5be56a30a09

fun.CaclQCStats is the function with the code in fun.Helper.R