Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

grib_ls(1) [debian man page]

GRIB_LS(1)							   User Commands							GRIB_LS(1)

NAME
grib_ls - List content of grib files printing values of some keys. DESCRIPTION
List content of grib files printing values of some keys. It does not fail when a key is not found. USAGE
grib_ls [options] grib_file grib_file ... OPTIONS
-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. Grib 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. -B order by directive Order by. The output will be ordered according the order by directive. Order by example: "step asc, centre desc" (step ascending and centre discending) -l Latitude,Longitude[,MODE,file] Value close to the point of a Latitude/Longitude. Allowed values for MODE are: 4 (4 values in the nearest points are printed) Default 1 (the value at the nearest point is printed) file (file is used as mask. The closer point with mask value>=0.5 is printed) -i index Data value corresponding to the given index is printed. -m Mars keys are printed. -V Version. -W width Minimum width of each column in output. Default is 10. -M Multi-grib support off. Turn off support for multiple fields in single grib message -G GRIBEX compatibility mode. -7 Does not fail when the message has wrong length AUTHOR
This manpage has been autogenerated by Enrico Zini <enrico@debian.org>from the command line help of grib_ls. grib_ls April 2009 GRIB_LS(1)

Check Out this Related Man Page

GRIB_COMPARE(1) 						   User Commands						   GRIB_COMPARE(1)

NAME
grib_compare - Compares the grib messages contained in two files. DESCRIPTION
Compares the grib messages contained in two files one by one in the same order. If some differences are found it fails returning an error code. All the keys are compared except those listed with the -b option and those that are specific of a different grib edition. Also data values are compared and are considered as different if their maximum absolute difference is greater than the absolute error, that by default is 0.000001. The value used by the absolute error can be set with te -e option. USAGE
grib_compare [options] grib_file grib_file OPTIONS
-b key,key,... Black list. All the keys in this list are skipped when comparing the two files. -c key,key,... Keys to compare. Only the listed keys are compared. -e tolerance Only values whose difference is more than tolerance are considered different. -w key[:{s/d/l}]{=/!=}value,key[:{s/d/l}]{=/!=}value,... Where clause. Grib 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. -f Force. Force the execution not to fail on error. -V Version. -7 Does not fail when the message has wrong length -v Verbose. AUTHOR
This manpage has been autogenerated by Enrico Zini <enrico@debian.org>from the command line help of grib_compare. grib_compare April 2009 GRIB_COMPARE(1)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

plz understand my query...

Hi everyone! Sometimes if we type arrow keys or DEL key or ESC key while reading any input string, we are unable to see that key values. But, if you open the particular file in vi/gvim editor ,you can see some junk chars wherever you pressed above keys(^[[D^[[A^[[B). Is it possible to remove... (1 Reply)
Discussion started by: balan_mca
1 Replies

2. Shell Programming and Scripting

select values based on keys

HI The input 1st column has specific keys like 1 with value a,b and c. 2 with b,b,d and 3 with a,a a. when ever c appears as one of the values the result will be key ........ c (You can see in the out put as 1 w...... 6.... c) and same follows for d. Thanx:) I'm learning awk scripting. If... (3 Replies)
Discussion started by: repinementer
3 Replies

3. Shell Programming and Scripting

AWK Match to nearest number

Hello Guys, I'm very new on here and require some help matching up and printing some columns using awk. I have two text files. The first file has Longitude data in column 1 (lon.txt) and the second one (node.txt) has again another Longitude data in column 1 (not exact as the first one) + in... (7 Replies)
Discussion started by: ian_gooch
7 Replies

4. Shell Programming and Scripting

New process, forgot the key point

i am using a newprocess, but i forgot the key point Changed subject. See post below from Neo (2 Replies)
Discussion started by: Maryeveryday
2 Replies

5. What is on Your Mind?

Four More UNIX.COM Achievement Award Badges to Award

Happy New Year! There are currently four UNIX.COM achievement awards up for grabs, as the say. Here they are, in no particular order: The Order of the Raven The Order of the Hippo The Order of the Spider The Order of the Dragon Don't ask me what they mean, or who who will get those... (0 Replies)
Discussion started by: Neo
0 Replies