Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QC check vs. daily mean #121

Open
leppott opened this issue Mar 31, 2021 · 3 comments
Open

QC check vs. daily mean #121

leppott opened this issue Mar 31, 2021 · 3 comments

Comments

@leppott
Copy link
Owner

leppott commented Mar 31, 2021

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
Copy link
Owner Author

leppott commented Apr 12, 2021

Add to config file as a new QC test.

@leppott
Copy link
Owner Author

leppott commented Apr 12, 2021

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
Copy link
Owner Author

leppott commented Apr 12, 2021

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant