-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* The DQR used for testing was reprocessed so it was no longer returned with the web API. Need to request Reprocessed assessment type to get the test to work. * Adding new method to create QC Summary of embedded QC. * Adding testing for large amounts of data when on ARM ADC systems. * PEP8 linting * Checking for scalar variables before indexing. Resizing the QC data variable when it only has a time dimension but data has time/height * PEP8 linting * Limiting the facilities to run in test. * PEP8 linting * PEP8 Linting * Adding in c level testing * Correcting the check for dimentionality when setting time values. * Adding option to only return qc mask. Also, correctly setting mask based on QC variable shape instead of assuming data and qc are the same size. * Correcting for incorrect QC variable attribute name. Checking if data is from SIRS SERI QC. If so will run an additional method to convert from SERI QC to standardized QC. * Changing the text for meaning and assessment for passing QC. Changed to update the QC varible in place so the order of variables are preserved. * Adding testing for SERI QC converter' * Continued improvments. * PEP8 * PEP8 * Adding specific SWATS cleanup method * Fixing issue with mask variable not in correct loop. * Temporarily adding two new files for testing. * Adding new tests and some PEP8 stuff. * Moving the dataset copy afer the cleanup_qc call. * Correctly testing each variable after modification. * Adding to docstring. Improving method to check if variable is a quality control variable to allow for calling it field or variable. * Adding test for fix_incorrect_variable_bit_description_attributes * Changing to method that does not use deprecicated .ndim Xarray method. * Adding new testing files. * Changing texting files to new correct import * Cleaned up how to determine if SERI QC should be applied. * Adding two new testing files * PEP8 * MNT: Update __init__.py * Changing way to find SIRI QC files to include more crazy screwups by ARM. * Makeing QC mask with either QC variable or data variable based on structure of the data file. * Catching additional parsing error for times when the time is not parsed upon reading. * Changing the big processing to allow for better documentation and switching between single and big processing. * Stopping adding new qc varible to qc variable. * PEP8 * PEP8 --------- Co-authored-by: zssherman <[email protected]>
- Loading branch information
Showing
12 changed files
with
878 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.