awips2/cots/ucar.nc2.bufrsplitter/README.txt
Brian Clements 5348f0a29d 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


Former-commit-id: 5ddf9be7105dbd8d1fb76ce28a4e6e3f03240974
2014-03-20 11:11:53 -05:00

7 lines
No EOL
526 B
Text

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.