Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summary QC #844

Merged
merged 43 commits into from
Jul 29, 2024
Merged

Summary QC #844

merged 43 commits into from
Jul 29, 2024

Commits on Jul 16, 2024

  1. 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.
    kenkehoe committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1b17cab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a31ae1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11cfc72 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. PEP8 linting

    kenkehoe committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    31dafc5 View commit details
    Browse the repository at this point in the history
  2. Checking for scalar variables before indexing. Resizing the QC data v…

    …ariable when it only has a time dimension but data has time/height
    kenkehoe committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    62c8297 View commit details
    Browse the repository at this point in the history
  3. PEP8 linting

    kenkehoe committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    998ebfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d492dd9 View commit details
    Browse the repository at this point in the history
  5. PEP8 linting

    kenkehoe committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b78d8c7 View commit details
    Browse the repository at this point in the history
  6. PEP8 Linting

    kenkehoe committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a803c2b View commit details
    Browse the repository at this point in the history
  7. Adding in c level testing

    kenkehoe committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    aea085a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    4b898c8 View commit details
    Browse the repository at this point in the history
  2. Adding option to only return qc mask. Also, correctly setting mask ba…

    …sed on QC variable shape instead of assuming data and qc are the same size.
    kenkehoe committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5d8eb06 View commit details
    Browse the repository at this point in the history
  3. 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.
    kenkehoe committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8979aea View commit details
    Browse the repository at this point in the history
  4. 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.
    kenkehoe committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ec60172 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5214cf5 View commit details
    Browse the repository at this point in the history
  6. Continued improvments.

    kenkehoe committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    768248f View commit details
    Browse the repository at this point in the history
  7. PEP8

    kenkehoe committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    572ebcf View commit details
    Browse the repository at this point in the history
  8. PEP8

    kenkehoe committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2f88800 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    8c9f58a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4ee865 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3b1485 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4225374 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fdd924 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c536a4c View commit details
    Browse the repository at this point in the history
  7. Adding to docstring. Improving method to check if variable is a quali…

    …ty control variable to allow for calling it field or variable.
    kenkehoe committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    69a95c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1dbb3e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    0ed7995 View commit details
    Browse the repository at this point in the history
  2. Adding new testing files.

    kenkehoe committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    60f2d11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f71dd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b466eca View commit details
    Browse the repository at this point in the history
  5. Adding two new testing files

    kenkehoe committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5fab5e4 View commit details
    Browse the repository at this point in the history
  6. PEP8

    kenkehoe committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    693cace View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca0feba View commit details
    Browse the repository at this point in the history
  8. MNT: Update __init__.py

    zssherman committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f06c99c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    3f01fe8 View commit details
    Browse the repository at this point in the history
  2. Makeing QC mask with either QC variable or data variable based on str…

    …ucture of the data file.
    kenkehoe committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    18fa113 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02a1077 View commit details
    Browse the repository at this point in the history
  4. Changing the big processing to allow for better documentation and swi…

    …tching between single and big processing.
    kenkehoe committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2039027 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd602dc View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    ebf7fb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    a40bca7 View commit details
    Browse the repository at this point in the history
  2. PEP8

    kenkehoe committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    81c3557 View commit details
    Browse the repository at this point in the history
  3. PEP8

    kenkehoe committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e26aa38 View commit details
    Browse the repository at this point in the history