Change the packing scheme in a grib2 file
grib_repack [options] grib2filein grib2fileout
grib -h
for help
repack the data in grib2filein with a different packing scheme.
-h
Give help
-pN
Desired packing type, where N is:
0 for simple packing
1 for simple matrix packing
2 for complex packing
3 for complex packing with spatial differencing
4 for no packing (ieee)
40 for JPEG2000 packing
41 for PNG packing
61 for simple log pre-processing
Jeffrey Whittaker <[email protected]> wrote the code.
Alastair McKinstry <[email protected]> wrote this man page.