wgrib2: -get_hex
Introduction
The -get_hex option is identical to the
-get_byte option excepts it prints the
bytes in hexidecimal format.
see the 20 and 21 octet (byte in WMO speak) of section 4, you would
use -get_byte 4 20 2. The first arguement
is the section number. The second is the byte (octet) number starting
from 1 (consistent with WMO documentation) and the third is the number
of octets to display.
The input arguments to the option are in decimal rather than in hexidecimal because
all the grib2 documentation uses decimal numbers to specify the byte locations.
Usage
-get_hex SECTION OCTET_NUMBER COUNT
Example
$ wgrib2 f.grb2 -get_hex 0 1 12
1:0:0-1=71,52,49,42,00,00,00,02,00,00,00,00
2:46042:0-1=71,52,49,42,00,00,00,02,00,00,00,00
3:63079:0-1=71,52,49,42,00,00,00,02,00,00,00,00
See also:
new grib,
-set_byte
-get_int
|