Commit graph

5 commits

Author SHA1 Message Date
Richard Peter
37342cba87 Issue #2726: Add hooks to stop archiving processes during shutdown.
Change-Id: I16a219d8300eae431a8baaf27bcb00707908c67a

Former-commit-id: 75ec73e02885fe0f646bc8961f3ea876597abab9
2014-04-24 19:11:50 -05:00
Brian Clements
ed7a808b87 Issue #2905 added BUFR parsing utilities
added table units parser for BUFR table values
added time units parser for BUFR time values
added lookup methods to translation table
added mapping class for BUFR fields to point data container parameters


Former-commit-id: eaeab6dc6dfc9e0f3544ccb1ebea53669d2222c7
2014-04-04 08:18:17 -05:00
Brian Clements
82cee15739 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


Former-commit-id: dee6d1d1bd169854109f0921ca0c23bc212d2df9
2014-03-26 15:20:16 -05:00
Brian Clements
6d3d459a90 Issue #2905 added translation tables for BUFR
added current WMO BUFR code/flag XML table file
created parser that can read the WMO XML
created JAXB files for BUFR translation XML files
created utility to generate translation tables for specific BUFR tables


Former-commit-id: 2634afede20af4ab6d059ef6dbd1af093184f90a
2014-03-26 14:34:41 -05:00
Brian Clements
199701def9 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