1
2CNVGRIB2TO1(1) General Commands Manual CNVGRIB2TO1(1)
3
4
5
7 cnvgrib2to1 - Convert a GRIB2 file to GRIB1 format
8
9
11 cnvgrib2to1 <grib2filename> <grib1filename>
12
13
15 This command (from the pygrib package) converts a GRIB2 formatted file
16 to a GRIB1 formatted file.
17
18 GRIB is a file format defined for meteorological data defined by the
19 WMO (World Meteorological Organisation). It is commonly used in meteo‐
20 rology to store historical and forecast weather data.
21
22
24 0 if OK or if the program did not start due to a wrong number of
25 commandline arguments
26
27 1 if the program failed during the conversion stage
28
29
31 Jeffrey Whitaker <jeffrey.s.whitaker@noaa.gov> wrote the code.
32 Alastair McKinstry <mckinstry@debian.org> wrote this man page
33
34
36 Related tools are cnvgrib1to2, grib_list and grib_repack which are all
37 based on the more general python module pygrib and the c-library grib‐
38 api
39
40
41
42pygrib 2013-10-31 CNVGRIB2TO1(1)