awips2/edexOsgi/com.raytheon.uf.common.nc.bufr
Brian Clements 6ea5ca108e Issue #2905 fixed types, added scale/offset in bufr parser
parser now does the following for each data value:
1) promote unsigned values to next larger type
2) replace with null if value equals missing value
3) apply scale factor and addition offset
to do this, the netcdf variable for each structure member was needed
this required walking the variable list along with the struct iterator

(cherry picked from commit 82cee15739 [formerly dee6d1d1bd169854109f0921ca0c23bc212d2df9])


Former-commit-id: 3733cefa3cd8010af5c5f1271605e5a46a478844
2014-08-05 08:22:46 -05:00
..
.settings Issue #2905 added ucar bufr parser 2014-08-05 08:22:08 -05:00
META-INF Issue #2905 fixed types, added scale/offset in bufr parser 2014-08-05 08:22:46 -05:00
res/tables Issue #2905 added translation tables for BUFR 2014-08-05 08:22:25 -05:00
src/com/raytheon/uf/common/nc/bufr Issue #2905 fixed types, added scale/offset in bufr parser 2014-08-05 08:22:46 -05:00
.classpath Issue #2905 added ucar bufr parser 2014-08-05 08:22:08 -05:00
.project Issue #2905 added ucar bufr parser 2014-08-05 08:22:08 -05:00
build.properties Issue #2905 added translation tables for BUFR 2014-08-05 08:22:25 -05:00