-get_int2¶
Introduction¶
The -get_int2 option prints the values of selected two-byte integers in a grib message. For example if you wanted to see octet N and N+1 is section M as a signed two byte integer, you could use -get_int2 M N 1. The first argument is the section number. The second is the octet number starting from 1 (consistent with WMO grib documentation) and the third is the number of integers to display. The -get_int2 option uses the grib format for signed 2-octet integers.
Usage¶
Example¶
See also: new grib, -get_byte -get_int -get_hex
Description: inv X Y Z get 2-byte ints in Section X, Octet Y, number of ints Z
Docs derived from https://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/get_int2.html