src.toolbox.steps.custom.qc.stuck_value_qc#
QC test(s) for flagging stuck, static, or otherwise unchanged data (which should be changing).
Classes#
Target Variable: Any |
Module Contents#
- class src.toolbox.steps.custom.qc.stuck_value_qc.stuck_value_qc(data, **kwargs)[source]#
Bases:
toolbox.steps.base_qc.BaseQCTarget Variable: Any Flag Number: 4 (bad) Variables Flagged: Any Checks that successive measurements are not frozen.
Example
name: “Apply QC” parameters:
- qc_settings: {
- “stuck value test”: {
“variables”: {“PRES”: 4, “LATITUDE”: 100}, “also_flag”: {“PRES”: [“CNDC”, “TEMP”], “LATITUDE”: [“LONGITUDE”]}, “plot”: [“PRES”, “LATITUDE”]
}
}
diagnostics: true