ContDataQC icon indicating copy to clipboard operation
ContDataQC copied to clipboard

QC check vs. daily mean

Open leppott opened this issue 4 years ago • 3 comments

Is your feature request related to a problem? Please describe.

Another check could be to compare value to daily mean.

Rate of Change not as useful to some users. Would prefer to compare to daily mean. RoC compares to mean and 3*stdev for the previous 24 hours.

Describe the solution you'd like Not sure of what testing.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context daily mean comparison is a check used by another group.

leppott avatar Mar 31 '21 14:03 leppott

Add to config file as a new QC test.

leppott avatar Apr 12 '21 14:04 leppott

this would be a check for a given day (not a rolling time period).

E.g., max-min for April 12. then Max-min for April 13.

It'd be a simple threshold (like for the spike test...e.g., >5 C diurnal change = S, >8 C diurnal change F.

leppott avatar Apr 12 '21 15:04 leppott

Tasks:

  1. Add thresholds to config.R (and all its variations in the package and shiny app but have a script to do that part).

  2. Do the calculation of daily max - daily min and associate with each point.

  3. Evaluate each point and assign Pass, Fail, Suspect.

  4. Add the new QC check to the overall Flag check for each site.

  5. Add the new QC check to the QC Notebook (RMD).

leppott avatar Apr 12 '21 15:04 leppott