ioos-qartod

IOOS QARTOD Tests implemented in Python


Licenses
Apache-2.0/libpng-2.0
Install
pip install ioos-qartod==0.0.4

Documentation

build_status

QARTOD

Collection of utilities, scripts and tests to assist in automated quality assurance and quality control for oceanographic datasets and observing systems.

Please see our project documentation QARTOD Documentation

Available Tests

Current tests refer to the QARTOD manuals Current tests are taken from the Wind, Water Level, Currents, In-Situ Temperature and Salinity QARTOD Manuals

Currently implemented tests are:

  • Gross Range Test
  • Attenuated Signal Test
  • Flat Line Test
  • Rate of Change Test

Running tests

To run tests, import the QARTOD qc module:

from ioos_qartod import qc

Refer to the Sphinx generated documentation for information on how to use the various QARTOD tests. Presently, most of the tests reside within the ioos_qartod.qc_tests.qc module.

Generally, data should be passed as numpy arrays.

Caveats/Known Limitations

Currently, most methods in the QARTOD assume monotonically increasing, time series data with evenly spaced intervals. If there is an irregular or large gap in time between successive data points, the tests as written will not take this into account.