Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

grib_get(1) [debian man page]

GRIB_GET(1)							   User Commands						       GRIB_GET(1)

NAME
grib_get - Get values of some keys from a grib file. DESCRIPTION
Get values of some keys from a grib file. It is similar to grib_ls, but fails returning an error code when an error occurs (e.g. key not found). USAGE
grib_get [options] grib_file grib_file ... OPTIONS
-f Force. Force the execution not to fail on error. -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. -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_get. grib_get April 2009 GRIB_GET(1)

Check Out this Related Man Page

GRIB_GET_DATA(1)						   User Commands						  GRIB_GET_DATA(1)

NAME
grib_get_data - Print a latitude, longitude, data values list DESCRIPTION
Print a latitude, longitude, data values list USAGE
grib_get_data [options] grib_file grib_file ... OPTIONS
-M Multi-grib support off. Turn off support for multiple fields in single grib message -m missingValue The missing value is given through this option. Any string is allowed and it is printed in place of the missing values. Default is to skip the missing values. -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. -R out_file_name Redirect the standard output to "out_file_name". Faster than the shell redirect (>) because buffered. -F format C style format for values. Default is "%.10e" -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. -G GRIBEX compatibility mode. -7 Does not fail when the message has wrong length -V Version. AUTHOR
This manpage has been autogenerated by Enrico Zini <enrico@debian.org>from the command line help of grib_get_data. grib_get_data April 2009 GRIB_GET_DATA(1)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

F1 key

Hello. I have a question. I need to activate the F1 key for an application, because when i enter by doing "telnet ..." my F1 key doesn't do anything. Any idea? (2 Replies)
Discussion started by: Elrond
2 Replies

2. Linux

Gconf key error

In my systems have the probelam while i lanching gnomemeeting how i correct(error:Gconf key error) (0 Replies)
Discussion started by: sabari
0 Replies

3. 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

4. Shell Programming and Scripting

How to pick values from column based on key values by usin AWK

Dear Guyz:) I have 2 different input files like this. I would like to pick the values or letters from the inputfile2 based on inputfile1 keys (A,F,N,X,Z). I have done similar task by using awk but in that case the inputfiles are similar like in inputfile2 (all keys in 1st column and values in... (16 Replies)
Discussion started by: repinementer
16 Replies

5. 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

6. Shell Programming and Scripting

match range of different numbers by AWK

if the column1 and 2 in both files has same key (for example "a" and "a1") compare each first key value(a1 of a) of input2 (for example 1-4 or 65-69 not 70-100 or 44-40 etc) with all the values in input1. if the range of first key value in input2 is outof range in input1 values named it as out... (54 Replies)
Discussion started by: repinementer
54 Replies

7. UNIX for Dummies Questions & Answers

Bind keys using unix

I am using unix and I want to bind a key so that when I press it, text appears in the command line: Eg: Press '=' and 'verbatim18 centres_show' appears. Can anyone help me? I have tried as many combinations as I have found on the internet, but it just keeps saying either 'Command not... (33 Replies)
Discussion started by: bucksnotts
33 Replies

8. Shell Programming and Scripting

how to find the shortest line which containing a key string?

hi all, suppose a key string: M0271857 and to find all lines containing this key string in a text file which returns multiple lines but i only want the shortest one is there a way to do that? thanks so much! (4 Replies)
Discussion started by: sunnydanniel
4 Replies

9. Shell Programming and Scripting

Show distinct values of a key from a single line

Hi All, I am newbie to linux. Can somebody help me with following requirement. I have one huge line. I have to find out particular key/value pair to see the distinct value of that key. Portion of the String:- <?xml version="1.1" encoding="UTF-8"?> <Data><Val Ti="1342750845538" Du="0"... (5 Replies)
Discussion started by: kmajumder
5 Replies