-
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.
Updates to making QC Summary files (#852)
* Not creating QC variable for time variables. * Updates to make writing more CF complient. * Updated how to handle _FillValue. Changed all Xarray Datasets to ds. Improved how history attribute is modified. * Adding option to suppres adding QC variables. Checking if time is numpy.datetime64. If not will convert to work with method to add DQR information.' * Adding option to remove QC variable attributes. Updated method to add info to history attribute. Removed command that updates orginal Dataset. * Adding a method to ensure datatype is datetime64. * Returning order to correct format for making copy. Returning .update() method to ensure the attribute removal takes hold. * Changing the default from Internal QC Assessment terms to DQR Assessment terms. * Adding option to normalize assessment terms used. * Adding option to set the missing value indicater to be a value other than NaN. * Changed to use Suspect and Incorrect * Updated to match new default values for normalized assessments * Removing commented code. * Improving the datafilter test. Checking ancillary_variables attribute. Checking rm_assessments keyword. * Adding more testing to qc_summary. * Updated to handle flag_assessments ouside the standard 4. Correctly skips scalar qc variable. * Catching warning with pytest to ensure the warning was issued * Catching warning with pytest to ensure the warning was issued * Catching warning with pytest to ensure the warning was issued * Catching warning with pytest to ensure the warning was issued * Catching warning with pytest to ensure the warning was issued * Catching warning with pytest to ensure the warning was issued * Catching warning with pytest to ensure the warning was issued * DOC: Fix spelling * DOC: Fix spelling * DOC: Fix spelling * MTN: Remove old code * MTN: Remove old code * MNT: Remove old code * MNT: Remove old code * MNT: Remove old code --------- Co-authored-by: Zach Sherman <[email protected]>
- Loading branch information
Showing
14 changed files
with
435 additions
and
191 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
Oops, something went wrong.