Versions Compared

Key

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

DESCRIPTION

Copies the content of grib GRIB files printing values of some keys. If the name of the output_grib_file contains a key enclosed in square brackets, its value will be used.

USAGE

grib_copy [options] grib_file grib_file ... output_grib_file

...

As -p adding the declared keys to the default list.

...

Where clause. Only grib GRIB messages matching the key/value constraints are copied to the output_grib_file. A valid constraint is of type key=value or key!=value. For each key a string (key:s), a double (key:d) or an integer (key:i) type can be defined. Default type is string. In the value you can also use the forward-slash character '/' to specify an OR condition (i.e. a logical disjunction) Note: only one -w clause is allowed.

...

Multi-field support off. Turn off support for multiple fields in single grib GRIB message.

...

Message type. T->GTS, B->BUFR, M->METAR (Experimental),A->Any (Experimental). The input file is interpreted according to the message type.

...

Does not fail when the message has wrong length

...

Input file offset in bytes. Processing of the input file will start from "offset".

...

Verbose.

grib_copy examples

...