pelagos_py.steps.quality_control.impossible_location_qc#

class pelagos_py.steps.quality_control.impossible_location_qc.impossible_location_qc(data, **kwargs)[source]#

Bases: pelagos_py.steps.base_qc.BaseQC

Target Variable: LATITUDE, LONGITUDE Flag Number: 4 (bad data) Variables Flagged: LATITUDE, LONGITUDE Checks that the latitude and longitude are valid.

return_qc()[source]#

Representative of QC processing, to be overridden by subclasses.

Returns:

flags – Output QC flags for the data specific to the test.

Return type:

array-like

plot_diagnostics()[source]#

Representative of diagnostic plotting (optional).