BUFR reads file information incorrectly. Is there a problem with the design? #1351
Unanswered
zfy68
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
code address : MessageCompressedDataReader.java
As shown in the figure below:
When I read BUFR compressed data, the data is encapsulated in an array. The data type is set during initialization. For example, the array type is byte, but this method sets the long type, which causes problems with the displayed value and is easily misleading.
Beta Was this translation helpful? Give feedback.
All reactions