You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »



DESCRIPTION

Copies the content of grib files printing values of some keys.

USAGE

grib_copy [options] grib_file grib_file ... output_grib_file

OPTIONS

-f

-r

of the packing algorithm a repacking of data is needed.
This repacking is performed setting this -r option.
-p key[:{s/d/l}],key[:{s/d/l}],...

Declaration of keys to print.
For each key a string (key:s) or a double (key:d) or a long (key:l)
type can be requested. Default type is string.
-P key[:{s/d/l}],key[:{s/d/l}],...

As -p adding the declared keys to the default list.
-w key[:{s/d/l}]=value,key[:{s/d/l}]=value,...

Where clause.
Only grib messages matching the key/value constraints are copied to the
output_grib_file.
For each key a string (key:s) or a double (key:d) or a long (key:l)
type can be defined. Default type is string.
-B order by directive

Order by. The output will be ordered according to the order by directive.
Order by example: "step asc, centre desc" (step ascending and centre descending)
-V

-W width

Minimum width of each column in output. Default is 10.
-M

-T T | B | A

-g

-G

-7

-v



  • No labels