Versions Compared

Key

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

...

It can be shown/hidden with the

button in the toolbar.

Inspecting BUFR messages

Key profiles

When a BUFR file is loaded codesUI scans the header of all the messages and displays the message list in the message list panel.

Image Removed

In this list a set of ecCodes BUFR header keys are displayed for each message. The column heading only displays label but we get detailed information of the actual key from the tooltip when hovering over the table heading.

Image Removed

The header keys are grouped into key profiles. When a new key profile is selected in the Key profile combobox in the toolbar:

Image Removed

codesUI rescans all the messages and re-populates the message list according to the new key profile.

Key profiles can be added, removed and edited from the Key profile manager dialogue (Profiles → Manage profiles ... menu):

Image Removed

The default key profile

By default a profile called "Default" is loaded with the following contents:

Image Removed

This profile is actually a copy of the System:Default profile that, in contrast to any other profiles, as a fail-safe solution cannot be edited.

Subset navigation

A BUFR message can contain multiple subsets in either compressed or uncompressed format. The actual number of subsets is defined by the numberOfSubsets key in the message header. Whether a muti-subset message is compressed or not is determined by the compressedData key (also in the header).

No subsets

When numberOfSubsets = 1 the message does not have subsets and the message panel header looks like this.

Image Removed

Uncompressed subsets

When numberOfSubsets >= 1 and compressedData = 0 the message contains uncompressed subsets. The mode to navigate through these subsets is defined in the Settings menu:

Image Removed

By default this option is unchecked meaning that the data dump shows all the subsets in one go like this:

Image Removed

On the other hand, when this option is checked the subsets can be navigated through with the Subset interface in the message panel header. In this way the data dump only shows the values of the selected subset. This is how our message looks like for subset 1:

Image Removed

and this how it looks like for subset 2:

Image Removed

Compressed subsets

When numberOfSubsets >= 1 and compressedData = 1 the message contains compressed subsets and its data can be represented as a set of arrays or as a big data table. To navigate through the subsets use the Subset interface in the message panel header:

Image Removed

As the subset count changes the data damp always shows the values for the selected subset.