|
NCEPLIBS-g2c 1.9.0
|
Return the dimensions and scanning mode of a grid definition. More...
Go to the source code of this file.
Functions | |
| g2int | getdim (unsigned char *csec3, g2int *width, g2int *height, g2int *iscan) |
| Return the dimensions and scanning mode of a grid definition. | |
Return the dimensions and scanning mode of a grid definition.
Definition in file getdim.c.
Return the dimensions and scanning mode of a grid definition.
| csec3 | Character array that contains the packed GRIB2 GDS. |
| width | x (or i) dimension of the grid. 0 if grid is not recognized. |
| height | y (or j) dimension of the grid. 0 if grid is not recognized. |
| iscan | Scanning mode (see Table 3.4). 0 of grid not recognized. |
Definition at line 27 of file getdim.c.
References g2_unpack3().
Referenced by g2_addfield().