Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Correctly handle GINI negative calibration values #1337

Merged
merged 1 commit into from
Oct 8, 2020

Commits on Oct 8, 2020

  1. Correctly handle GINI negative calibration values

    Backport of Unidata/netcdf-java#488
    
    GINI calibration values can be negative (for the data value range), and
    GEMPAK uses the left most bit of the stored integer to designate the
    signedness. Fixes Unidata/netcdf-java#480.
    
    Minor addition - since the `long_name` attribute was there and so close,
    go ahead an add the `standard_name` attribute to the `x` and `y`
    coordinate variables.
    lesserwhirls committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    21f138b View commit details
    Browse the repository at this point in the history