pelagos_py.steps.input_output.format_check#

class pelagos_py.steps.input_output.format_check.FormatCheck(name, parameters=None, diagnostics=False, context=None)[source]#

Bases: pelagos_py.steps.base_step.BaseStep

Runs IOOS file format compliance checker and produces results file for reporting purposes.

Does not run directly on a dataset, follows own import/loading routines.

Parameters:
  • src (path or str) – The path to the source file.

  • standards (list of str) – A list of the standards to be tested. For example, [‘cf’, ‘og’]