1
2grib_list(1) General Commands Manual grib_list(1)
3
4
5
7 grib_list - List the contents of a GRIB or GRIB2 file
8
9
11 grib_list gribfile [-s] [-m]
12
13
15 This command (from the pygrib package) lists the contents of a GRIB1 or
16 GRIB2 (meteorological data) formatted file.
17
18
20 Optional parameters (only one can be specified):
21
22 -s Give a short, rather than long, form of the listing.
23
24 -m Adds min/max of data to short listing.
25
26
28 0 if OK
29
30 1 if the program failed during the list stage or if it did not
31 start due to a wrong number of commandline arguments
32
33
35 Jeffrey Whitaker <jeffrey.s.whitaker@noaa.gov> wrote the code.
36 Alastair McKinstry <mckinstry@debian.org> wrote this man page.
37
38
40 Related tools are cnvgrib1to2, cnvgrib2to1, and grib_repack which are
41 all based on the more general python module pygrib and the c-library
42 gribapi
43
44
45
46pygrib 2013-10-31 grib_list(1)