mirror of
https://github.com/meteoinfo/MeteoInfo.git
synced 2025-12-08 20:36:05 +00:00
[*] 修改AWX文件产品数据质量长度2字节
This commit is contained in:
parent
dbd85287f6
commit
877bd5b30c
@ -213,6 +213,7 @@ public class AWXDataInfo extends DataInfo implements IGridDataInfo, IStationData
|
||||
bytes = new byte[8];
|
||||
br.read(bytes);
|
||||
_illumination = new String(bytes).trim();
|
||||
bytes = new byte[2];
|
||||
br.read(bytes);
|
||||
_qualityMark = DataConvert.bytes2Int(bytes, byteOrder);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user