Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

grib_dump(1) [debian man page]

GRIB_DUMP(1)							   User Commands						      GRIB_DUMP(1)

NAME
grib_dump - Dump the content of a grib file in different formats. DESCRIPTION
Dump the content of a grib file in different formats. USAGE
grib_dump [options] grib_file grib_file ... OPTIONS
-O Octet mode. WMO documentation style dump. -D Debug mode. -P key[:{s/d/l}],key[:{s/d/l}],... As -p adding the declared keys to the default list. -d Print all data values. Available only in C mode -C C code mode. A C code program generating the grib message is dumped. -t Print type information. -H Print octet content in hexadecimal format. -a Dump aliases. -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. -M Multi-grib support off. Turn off support for multiple fields in single grib message -7 Does not fail when the message has wrong length -V Version. -G GRIBEX compatibility mode. AUTHOR
This manpage has been autogenerated by Enrico Zini <enrico@debian.org>from the command line help of grib_dump. grib_dump April 2009 GRIB_DUMP(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

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

makefile sh script

Hello World ! ! ! I need libraries to use grib files. I only know the C language at the moment and I am working at the University under Red Hat 9.0. I downloaded the g2clib library (the best that I found) but I did not success to run the makefile. Here is the original file. I modified some... (4 Replies)
Discussion started by: Akeson Chihiro
4 Replies

2. Shell Programming and Scripting

whats wrong with this code

ls -ld | grep $1 /etc/passwd | cut -d: -f6 i need see the content... (4 Replies)
Discussion started by: nadman123
4 Replies

3. Shell Programming and Scripting

Any idea on 3 Octet IP address ?

(4 Replies)
Discussion started by: jambesh
4 Replies

4. Shell Programming and Scripting

adding the content of a file to another file

hi guys, I posted a similar question about reading a file and adding its content to another file and i used sed '/HELLO/r fileB' fileA however this command adds the content of fileB under the word "HELLO" what if i need to add the word above "HELLO". what could i use? Thanks, (6 Replies)
Discussion started by: ROOZ
6 Replies

5. UNIX for Dummies Questions & Answers

Print After LIne 5

I need help to print the content of file after line 5 in UNIX. (2 Replies)
Discussion started by: sameerspice
2 Replies

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