Python tools for quality control of real-time and delayed-mode RUCOOL glider data.
git clone https://github.com/rucool/rugliderqc.git
cd rugliderqc
conda env create -f environment.yml
conda activate rugliderqc
pip install .
Requires replacing scripts in the ioos_qc package (.../envs/rugliderqc/lib/python3.9/site-packages/ioos_qc) with all files of the same name in ./ioos_qc_mods (as of 12/8/2021, only qartod.py) after the environment is created.
python run_glider_qc.py glider-YYYYmmddTHHMM
This wrapper script runs:
- check_science_variables.py
- check_duplicate_timestamps.py
- glider_qartod_qc.py
- ctd_hysteresis_test.py
- summarize_qartod_flags.py
- move_nc_files.py
Development was supported in part by the Mid-Atlantic Regional Association Coastal Ocean Observing System.