We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Add to config file as a new QC test.
Sorry, something went wrong.
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.
Tasks:
Add thresholds to config.R (and all its variations in the package and shiny app but have a script to do that part).
Do the calculation of daily max - daily min and associate with each point.
Evaluate each point and assign Pass, Fail, Suspect.
Add the new QC check to the overall Flag check for each site.
Add the new QC check to the QC Notebook (RMD).
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: