.TH GRIB_GET_DATA "1" "April 2009" "grib_get_data" "User Commands" .SH NAME grib_get_data - Print a latitude, longitude, data values list .SH DESCRIPTION Print a latitude, longitude, data values list .SH USAGE grib_get_data [options] grib_file grib_file ... .SH OPTIONS .TP \fB\-M\fR Multi-grib support off. Turn off support for multiple fields in single grib message .TP \fB\-m\fR 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. .TP \fB\-p\fR 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. .TP \fB\-R\fR out_file_name Redirect the standard output to "out_file_name". Faster than the shell redirect (>) because buffered. .TP \fB\-F\fR format C style format for values. Default is "%.10e" .TP \fB\-w\fR 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. .TP \fB\-f\fR Force. Force the execution not to fail on error. .TP \fB\-G\fR GRIBEX compatibility mode. .TP \fB\-7\fR Does not fail when the message has wrong length .TP \fB\-V\fR Version. .SH AUTHOR This manpage has been autogenerated by Enrico Zini from the command line help of grib_get_data.