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

conventions: decode unsigned integers to signed if _Unsigned=false #4966

Merged
merged 4 commits into from
Mar 12, 2021

Commits on Feb 26, 2021

  1. conventions: decode unsigned integers to signed if _Unsigned=false

    netCDF3 doesn't know unsigned while OPeNDAP doesn't know signed (bytes).
    Depending on which backend source is used, the original data is stored
    with the wrong signedness and needs to be decoded based on the _Unsigned
    attribute. While the netCDF3 variant is already implemented, this commit
    adds the symmetric case covering OPeNDAP.
    
    closes pydata#4954
    d70-t committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    17c89b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76176f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

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

Commits on Mar 5, 2021

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