awips2/cots/ucar.nc2.bufrsplitter
Brian Clements 6df4566e9e Issue #2905 added ucar bufr parser
added netcdf 4.2 bufr library to ucar.nc2 foss
added backported 4.3 bufr splitter library
created a parser wrapper for ease of use

(cherry picked from commit cf5ce74ac8d2ee60d7a98eda2236779300557bbc [formerly 5348f0a29d] [formerly 5b69e9b21c [formerly 199701def9] [formerly 5b69e9b21c [formerly 199701def9] [formerly 5348f0a29d [formerly 5ddf9be7105dbd8d1fb76ce28a4e6e3f03240974]]]])


Former-commit-id: 58935ffa45 [formerly e8b2235bb2] [formerly 58935ffa45 [formerly e8b2235bb2] [formerly 8db12508fa [formerly 3661aa1cf6ea4f82fa036c06f1c69666ad50104b]]]
Former-commit-id: 8db12508fa
Former-commit-id: 88a0949afb [formerly 3368a39aca]
Former-commit-id: e86828c9f2
2014-08-05 08:22:08 -05:00
..
.settings Issue #2905 added ucar bufr parser 2014-08-05 08:22:08 -05:00
META-INF Issue #2905 added ucar bufr parser 2014-08-05 08:22:08 -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
bufr-splitter-4.2.jar Issue #2905 added ucar bufr parser 2014-08-05 08:22:08 -05:00
build.properties Issue #2905 added ucar bufr parser 2014-08-05 08:22:08 -05:00
README.txt Issue #2905 added ucar bufr parser 2014-08-05 08:22:08 -05:00

This contains the BUFR splitter classes from netcdf-java version 4.3.20. 
The classes have been modified to work with netcdf-java version 4.2. Modifications have 
been tagged with a comment containing the issue number related to the work (#2905).

This will not be needed if/when the ucar netcdf-java dependency is upgraded to 4.4.
It is also recommended that the newer BufrSplitter2.java be used instead of BufrSPlitter.java.
BufrSplitter2 has an improved interface that allows for use in other packages without modification.