act.utils.arm_standards_validator#
- act.utils.arm_standards_validator(file=None, dataset=None, verbose=True)[source]#
ARM Data Validator (ADV) - Checks to ensure that ARM standards are being followed in the files or dataset passed to it. Note, this includes a minimal set of standards that it checks against
- Parameters:
file (str) – Filename to check against ARM standards. Do not pass in both a file and dataset
dataset (xarray.DataSet) – Xarray dataset of an already read in file.
verbose (boolean) – Defaults to print out errors in addition to returning a list of them
- Returns:
err (list) – List of errors in the data