pelagos_py.steps.quality_control.position_on_land_qc#

class pelagos_py.steps.quality_control.position_on_land_qc.position_on_land_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 measurement location is not on land.

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).