Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build_erddap_catalog.py (#290)
* Update build_erddap_catalog.py * Use ioos-qc library in glider_qc.py * Update requirements.txt added an extension in the requirement file to pull in the ioos-qc library package * Update qc_config.yml * Update glider_qc.py * Update build_erddap_catalog.py Fixed the flag name attribute to match ioos-qc definitions Fixed the manual link Added the min and max values for a flag * Update glider_qc.py Modified the script to create qartod variables and add the qartod test results to each qartod variable. * Update build_erddap_catalog.py - Changed the required variables to a list of qartod variables. - Made changes to few functions to work accordingly. * Update glider_qc.py fixed spelling detected by the code checks * Update build_erddap_catalog.py rectified the omitted quotes in line 611 * Update glider_qc.py added 'nc_path' to the run_qc function * Update glider_qc.py commented out an old version of the get_unmasked function * Update glider_qc.py fixed syntax errors added qartod_status attribute * Update glider_qc.py fixed log.info() and log.exception() syntax errors * Update glider_qc.py it did not like the addition log.exception() added to the "except OSError:" when checking os.getxattr() in the previous commit. * Update glider_qc.py extended qartod variables' attributes to include more verbose explanation * Update glider_qc.py added more to log.info for debugging purposes * Update requirements.txt commented out the ioos_qartod git repo that has been deprecated * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information