Extract information from a GRIB message or file
Ginfo.Rd
Reads a list information of a Grib file (not the encoded data itself).
Arguments
- x
An object of class
GRIBhandle
, a file name or aGRIBlist
. In the first case, the- IntPar, StrPar, DblPar
Character vectors giving the names of integer, character (string) and numeric (double) parameters to be decoded from the message(s). The parameter names are as described in the GRIB_API documentation.
- rList
An numeric vector indicating the position of the messages in the file. Not used if x is a GRIBhandle. The default is 1 (read only first message). If rList is NULL, all messages in the file are read.
- multi
Logical. Setting it to TRUE allows for multi-data messages (UNTESTED!)
- ...
Not used.