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

refactor implementation of scale/offset, unsigned conversion, and convert missing #1163

Merged
merged 29 commits into from
Jul 6, 2023

Commits on Mar 28, 2023

  1. add default values for scale and offset params

    haileyajohnson committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    212ee25 View commit details
    Browse the repository at this point in the history
  2. refactor scale, missing, and unsigned implementations

    haileyajohnson committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    acf1ac4 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. add tests

    haileyajohnson committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    a2d9fe2 View commit details
    Browse the repository at this point in the history
  2. fix bugs

    haileyajohnson committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    dd11979 View commit details
    Browse the repository at this point in the history
  3. apply fill value without using enhance modes

    haileyajohnson committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    bd4124c View commit details
    Browse the repository at this point in the history
  4. add default values for scale and offset params

    haileyajohnson committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    6e9e909 View commit details
    Browse the repository at this point in the history
  5. refactor scale, missing, and unsigned implementations

    haileyajohnson committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    382db30 View commit details
    Browse the repository at this point in the history
  6. add tests

    haileyajohnson committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    65291f3 View commit details
    Browse the repository at this point in the history
  7. fix bugs

    haileyajohnson committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    884444a View commit details
    Browse the repository at this point in the history
  8. apply fill value without using enhance modes

    haileyajohnson committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    3f412b3 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'scale-offset' of https://github.com/haileyajohnson/netc…

    …df-java into scale-offset
    haileyajohnson committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c83b700 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. onlyy convertMissing for floats and doubles

    haileyajohnson committed May 2, 2023
    Configuration menu
    Copy the full SHA
    c2c9b74 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. fix test

    haileyajohnson committed May 8, 2023
    Configuration menu
    Copy the full SHA
    4ed4c83 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. fix application of convertUnsigned

    haileyajohnson committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4f033f0 View commit details
    Browse the repository at this point in the history
  2. fix misplaces hasMissing flag

    haileyajohnson committed May 9, 2023
    Configuration menu
    Copy the full SHA
    29ede73 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'maint-5.x' into scale-offset

    haileyajohnson committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5eabf3a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. fix typo and formatting

    haileyajohnson committed May 10, 2023
    Configuration menu
    Copy the full SHA
    4112976 View commit details
    Browse the repository at this point in the history
  2. preserve orgDataType if no orgVar

    haileyajohnson committed May 10, 2023
    Configuration menu
    Copy the full SHA
    6f595ab View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Merge branch 'maint-5.x' into scale-offset

    haileyajohnson committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8424040 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Merge branch 'maint-5.x' into scale-offset

    haileyajohnson committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    bc4cde0 View commit details
    Browse the repository at this point in the history
  2. propagate enhanceMode to coordinate vars

    haileyajohnson committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4552be7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. incorporate PR feedback

    haileyajohnson committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9dc7aab View commit details
    Browse the repository at this point in the history
  2. add rounding back in

    haileyajohnson committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    aa203e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Update cdm/core/src/main/java/ucar/nc2/dataset/VariableDS.java

    Co-authored-by: Tara Drwenski <[email protected]>
    haileyajohnson and tdrwenski committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    abbfbf5 View commit details
    Browse the repository at this point in the history
  2. Update cdm/core/src/main/java/ucar/nc2/dataset/VariableDS.java

    Co-authored-by: Tara Drwenski <[email protected]>
    haileyajohnson and tdrwenski committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1e44cb3 View commit details
    Browse the repository at this point in the history
  3. Update cdm/core/src/main/java/ucar/nc2/filter/ConvertMissing.java

    Co-authored-by: Tara Drwenski <[email protected]>
    haileyajohnson and tdrwenski committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8627be3 View commit details
    Browse the repository at this point in the history
  4. PR feedback and ignore DAP4 remote tests

    haileyajohnson committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5a56969 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'scale-offset' of https://github.com/haileyajohnson/netc…

    …df-java into scale-offset
    haileyajohnson committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a141b29 View commit details
    Browse the repository at this point in the history
  6. revert refactor

    haileyajohnson committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    940cc63 View commit details
    Browse the repository at this point in the history