Commit graph

13 commits

Author SHA1 Message Date
Nate Jensen
effb6c68bf Omaha #3549 remove jdt prefs for faster builds
Change-Id: I82156718a52c37adecc8260fa40a2b0d93453b29

Former-commit-id: 8dbe6abbe4 [formerly ec28d2f1a0 [formerly 3ba611e111585d2aa9cd9f647687fedb794077f7]]
Former-commit-id: ec28d2f1a0
Former-commit-id: 6c1391e938
2014-12-03 15:47:10 -06:00
Brian Clements
d840f27737 Omaha #3229 added bufr buoy support
small bufr obs refactor
fixed empty array issue in bufr parser

Change-Id: Ie21ffdafed8b137264db4751c147ce1dd13eabd2

Former-commit-id: 5be93b4084 [formerly 99e86f95be [formerly 763ea813523d2e6a6da3fb6a80c94939ce605f6c]]
Former-commit-id: 99e86f95be
Former-commit-id: 2e0408ca10
2014-06-12 10:12:13 -05:00
Brian Clements
c0aef972af Issue #2906 added close to BUFR parser
close netcdf file to solve NFS clean issue


Former-commit-id: a1e416da97 [formerly 5beb3be2e8 [formerly 9675e997369e39455aacadcd72d0d8476f6c7ffc]]
Former-commit-id: 5beb3be2e8
Former-commit-id: abb14c67e7
2014-04-29 13:48:00 -05:00
Richard Peter
ee59a298eb Issue #2726: Add hooks to stop archiving processes during shutdown.
Change-Id: I16a219d8300eae431a8baaf27bcb00707908c67a

Former-commit-id: 9a7e1aa9b0 [formerly 37342cba87 [formerly 75ec73e02885fe0f646bc8961f3ea876597abab9]]
Former-commit-id: 37342cba87
Former-commit-id: 5b14b22ee1
2014-04-24 19:11:50 -05:00
Nate Jensen
0e44560636 Merge "Issue #2906 added synop bufr obs decoder" into development
Former-commit-id: 439dc71571 [formerly 75b5f5b658 [formerly d214a46f19a939eec5d23d0c9029b1e85eaad447]]
Former-commit-id: 75b5f5b658
Former-commit-id: 2df73a6601
2014-04-10 15:09:39 -05:00
Brian Clements
421153a246 Issue #2906 added synop bufr obs decoder
fixed units in sfcobs point data description
made getDescription() and static constants public in point data transform
fixed typo in udunits alias file
created new decoder for synop bufr obs
added decoder and dependencies to features


Former-commit-id: 972d18cd3b [formerly 663337e661 [formerly b35756921a0ba5ff240b80f92322da90345c6eaf]]
Former-commit-id: 663337e661
Former-commit-id: 1e2ad93e65
2014-04-10 12:08:27 -05:00
Brian Clements
d909a8e909 Issue #2905 removed java 1.7 specific code
use of Integer.compare()


Former-commit-id: f53203712f [formerly a1d9d323bd [formerly 223fa62b59a9c8764a33a25d4ccfd0c69cff4be7]]
Former-commit-id: a1d9d323bd
Former-commit-id: ae3ece84be
2014-04-07 12:22:52 -05:00
Richard Peter
4bd51727d9 Merge "Issue #2905 added BUFR parsing utilities" into development
Former-commit-id: d25c5118a3 [formerly 5f3ea781f5 [formerly 15f4b09539ac99bfa9d812e64deca2f3af202501]]
Former-commit-id: 5f3ea781f5
Former-commit-id: f19f9e2be7
2014-04-04 14:42:10 -05:00
Brian Clements
88c338e999 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: dacfc4082d [formerly ed7a808b87 [formerly eaeab6dc6dfc9e0f3544ccb1ebea53669d2222c7]]
Former-commit-id: ed7a808b87
Former-commit-id: 43512fd90a
2014-04-04 08:18:17 -05:00
Brian Clements
713379486a Issue #2905 moved bufr splitter to separate utility
BUFR parser now only processes one file at a time
added method to scan for field in structure


Former-commit-id: ec6f8bb961 [formerly c330bbb7e4 [formerly c701947f1bf6135bf53a650425f0cc4b5bd88e3c]]
Former-commit-id: c330bbb7e4
Former-commit-id: 429056b078
2014-04-03 16:48:47 -05:00
Brian Clements
fd1ad8de3b 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: 3e5a5774c4 [formerly 82cee15739 [formerly dee6d1d1bd169854109f0921ca0c23bc212d2df9]]
Former-commit-id: 82cee15739
Former-commit-id: 52a7443a6c
2014-03-26 15:20:16 -05:00
Brian Clements
5eee7e6034 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: d9eb75280d [formerly 6d3d459a90 [formerly 2634afede20af4ab6d059ef6dbd1af093184f90a]]
Former-commit-id: 6d3d459a90
Former-commit-id: f4ac2d117e
2014-03-26 14:34:41 -05:00
Brian Clements
46513ea27c 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: 5348f0a29d [formerly 199701def9 [formerly 5ddf9be7105dbd8d1fb76ce28a4e6e3f03240974]]
Former-commit-id: 199701def9
Former-commit-id: 5b69e9b21c
2014-03-20 11:11:53 -05:00