Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

BUFR has two different ways of encoding information in the data section:

...

  • Compressed:

...

  • Each item of information is encoded as a vector with as many elements as the numberOfSubsets in the message

...

...

  • Uncompressed:

...

  • In the message there are as many similar data structures as there are numberOfSubsets.
    Each subset is a repetition of the template defined with the unexpandedDescriptors in section 3

...


The key compressedData indicates whether the data are compressed (value is 1) or uncompressed (value is 0).

When the BUFR data are compressed each element in the data section is an array with:

...