1
2CNVGRIB1TO2(1) General Commands Manual CNVGRIB1TO2(1)
3
4
5
7 cnvgrib1to2 - Convert a GRIB1 file to GRIB2 format
8
9
11 cnvgrib1tos21 <grib1filename> <grib2filename> [packing_scheme]
12
13
15 This command (from the pygrib package) converts a GRIB1 formatted file
16 to GRIB2 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 This program takes an optional packing_scheme which may be one of:
25
26 grid_simple
27
28 grid_complex
29
30 grid_complex_spatial_differencing
31
32 grid_jpeg
33
34 grid_png
35
36 The default is 'grid_jpeg'
37
38
40 0 if OK or if the program did not start due to a wrong number of
41 commandline arguments
42
43 1 if the program failed during the conversion stage
44
45
47 Jeffrey Whitaker <jeffrey.s.whitaker@noaa.gov> wrote the code.
48 Alastair McKinstry <mckinstry@debian.org> wrote this man page
49
50
52 Related tools are cnvgrib2to1, grib_list and grib_repack which are all
53 based on the more general python module pygrib and the c-library grib‐
54 api
55
56
57
58pygrib 2013-10-31 CNVGRIB1TO2(1)