grib_list - Man Page

List the contents of a GRIB or GRIB2 file

Synopsis

grib_list gribfile [-s] [-m]

Description

This command (from the pygrib package) lists the contents of a GRIB1 or GRIB2 (meteorological data) formatted file.

Options

Optional parameters (only one can be specified):

-s

Give a short, rather than long, form of the listing.

-m

Adds min/max of data to short listing.

Exit Status

0

if OK

1

if the program failed during the list stage or if it did not start due to a wrong number of commandline arguments

Authors

Jeffrey Whitaker <jeffrey.s.whitaker@noaa.gov> wrote the code.
Alastair McKinstry <mckinstry@debian.org> wrote this man page.

See Also

Related tools are cnvgrib1to2, cnvgrib2to1, and grib_repack which are all based on the more general python module pygrib and the c-library gribapi

Info

2013-10-31 pygrib