SYNOPSIS
grib_repack [options] grib2filein grib2fileoutgrib -h
for help
DESCRIPTION
repack the data in grib2filein with a different packing scheme.
OPTIONS
- -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
-
AUTHORS
Jeffrey Whittaker <[email protected]> wrote the code.Alastair McKinstry <[email protected]> wrote this man page.