Versions Compared

Key

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

DESCRIPTION

Dump the content of a grib BUFR file in different formats.

...

Print all data values.

...

Print only some values.

...

C code mode. A C code program generating the grib message is dumped.

...

Print type information.

...

Print octet content in hexadecimal format.

...

Dump aliases.

...

Where clause. Grib messages Messages are processed only if they match all the key/value constraints. A valid constraint is of type key=value or key!=value. For each key a string (key:s) or a double (key:d) or a long (key:l) type can be specified. Default type is string.

...

Key/values to set. For each key a string (key:s) or a double (key:d) or a long (key:l) type can be defined. By default the native type is setMulti-field support off. Turn off support for multiple fields in single grib message.

...

Does not fail when the message has wrong length

...

Version.

...

Fast parsing option, only headers are loaded.

bufr_dump examples

  1. To dump bufr messages into a JSON format.

    Code Block
    > bufr_dump -j ../data/bufr/aaen_51.bufr