Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
NameDescription
bufr_compareCompare grib BUFR messages contained in two files. If some differences are found it fails returning an error code. Floating point values are compared exactly by default, different tolerance can be defined see -P -A -R. Default behaviour: absolute error=0, bit-by-bit compare, same order in files.
bufr_copyCopies the content of grib BUFR files printing values of some keys.
bufr_count
bufr_dumpDump the content of a grib BUFR file in different formats.
bufr_filterApply the rules defined in rules_file to each grib BUFR message in the grib BUFR files provided as arguments.
bufr_getGet values of some keys from a grib BUFR file. It is similar to gribbufr_ls, but fails returning an error code when an error occurs (e.g. key not found).
bufr_index_buildBuild an index file for a set of input grib BUFR files.
bufr_lsList content of grib BUFR files printing values of some keys. It does not fail when a key is not found.
bufr_setSets key/value pairs in the input grib BUFR file and writes each message to the output_gribbufr_file. It fails when an error occurs (e.g. key not found).