Python module for reading and writing GRIB files (edition 1 and edition 2).

GRIB is the World Meteorological Organization (WMO) standard
file format for the exchange of weather data.

Provides a interfaces for the ECWMF GRIB_API C library and
the NCEP grib2 C library, including 
command line utilities for listing (grib_list) and repacking (grib_repack)
GRIB files.

Quickstart:

* Copy setup.cfg.template to setup.cfg, open in text editor, follow instructions in
comments for editing.

* Run 'python setup.py build'

* Run 'python setup.py install' (with sudo if necessary)

* Run 'python test.py' to test your pygrib installation.

For full installation instructions and API documentation, see docs/index.html or
http://pygrib.googlecode.com/svn/trunk/docs/index.html.

Questions or comments - contact Jeff Whitaker <jeffrey.s.whitaker@noaa.gov>
or use http://code.google.com/p/pygrib/issues.
