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

Bugfix 2867 point2grid qc unittest #2913

Merged
merged 31 commits into from
Jun 14, 2024

Commits on Apr 24, 2024

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

Commits on Apr 30, 2024

  1. #2867 Added point2grid_GOES_16_ADP_Enterprise_high. Changed AOD QC fl…

    …ags to 0,1,2 (was 1,2,3)
    Howard Soh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    438c2ee View commit details
    Browse the repository at this point in the history
  2. #2867 Added get_nc_att_values_

    Howard Soh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d9d287c View commit details
    Browse the repository at this point in the history
  3. #2867 Added get_nc_att_values. Added the argument allow_conversion to…

    … get_nc_data(netCDF::NcVar *, uchar *data)
    Howard Soh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    96fde58 View commit details
    Browse the repository at this point in the history
  4. #2867 Read the ADP QC flag values and meanings attributes from DQF va…

    …riable and set the QC high, meduium, low values to support Enterprise algorithm. Adjusted the ADP QC values by using AOD qc values
    Howard Soh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e7e25a8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. #2867 Cleanup

    Howard Soh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2ede9d7 View commit details
    Browse the repository at this point in the history
  2. #2867 Corrected indent

    Howard Soh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    338cee9 View commit details
    Browse the repository at this point in the history
  3. #2867 Changed log message

    Howard Soh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ddd0080 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. #2867 Removed unused argument

    Howard Soh committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6672e83 View commit details
    Browse the repository at this point in the history
  2. #2867 Removed unused argument

    Howard Soh committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fd2c0b4 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Howard Soh committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f8e8a83 View commit details
    Browse the repository at this point in the history
  4. #2867 Fix SonarQube findings

    Howard Soh committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b327881 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. #2867 Deleted protected section with no members

    Howard Soh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6fd7721 View commit details
    Browse the repository at this point in the history
  2. #2867 Cleanup

    Howard Soh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d2084b6 View commit details
    Browse the repository at this point in the history
  3. #2867 FIxed SonarQube findings; unused local variables, decalare as c…

    …onst, etc
    Howard Soh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    68b6f70 View commit details
    Browse the repository at this point in the history
  4. #2867 MOved include directives to top

    Howard Soh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7200b8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f982d8 View commit details
    Browse the repository at this point in the history
  6. #2867 Do not filter by QC flag if -qc is not given

    Howard Soh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    11d7533 View commit details
    Browse the repository at this point in the history
  7. #2867 Use enumj class for GOES QC: HIGH, MEDIUM, and LOW

    Howard Soh committed May 10, 2024
    Configuration menu
    Copy the full SHA
    dc39560 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 16, 2024

  1. #2867 Chaned statci const to constexpr

    Howard Soh committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2b86dbf View commit details
    Browse the repository at this point in the history
  2. #2867 Initial release. Separated from nc_utils.h

    Howard Soh committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ec22c1a View commit details
    Browse the repository at this point in the history
  3. @2867 Added nc_utils_core.h

    Howard Soh committed May 16, 2024
    Configuration menu
    Copy the full SHA
    579fa52 View commit details
    Browse the repository at this point in the history
  4. #2867 Moved some blocks to nc_utils_core.h

    Howard Soh committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4f0ca12 View commit details
    Browse the repository at this point in the history
  5. #2867 Include nc_utils_core.h

    Howard Soh committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9271d63 View commit details
    Browse the repository at this point in the history
  6. #2867 Added const references

    Howard Soh committed May 16, 2024
    Configuration menu
    Copy the full SHA
    547b26b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. #2867 Some 'static const' were chnaged to constexpr

    Howard Soh committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a1b08ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47fa422 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. #2867 Merged develop branch

    Howard Soh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a3b6cb3 View commit details
    Browse the repository at this point in the history
  2. #2867 Merged develop branch

    Howard Soh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    17c72d5 View commit details
    Browse the repository at this point in the history
  3. #2867 Corrected the unit test name

    Howard Soh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6e592d4 View commit details
    Browse the repository at this point in the history