登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
Unidata 刚发布了 NetCDF Java v5.7.0(Release v5.7.0 · Unidata/netcdf-java),对这个版本贡献了改进Bufr数据读取的代码(Enhance Bufr data support including multi-category messages by Yaqiang · Pull Request #1396 · Unidata/netcdf-java)。发帖纪念一下^-^。
Enhance Bufr data support including multi-category messages in a sigle data file, so that prepbufr data file is supported. Also CMA bufr tables were added for reading CMA released bufr data files. Description of Changes_ Add CMA bufr tables (table B and D) as resource tables for reading the bufr data files released from CMA. _ prepbufr data file may containes multiple category messages such as ADPUPA, ADPSFC, etc. BufrIosp2 only support single category messages before. So BufrIosp2 and related classes (BufrIospBuilder, EmbeddedTable, TableA, ...) was revised to support more root variables (not just 'obs'). _ 'reallyRead' function in ucar.nc2.Variable class has problem when a Structure variable read result is ArrayObject with ArraySequence as elements, so it was revised to solve the issue. - _ extractMemberArrayFromIteration' in ucar.ma2.ArraySequence class was revised for SEQUENCE data type case.
|