wgrib2 is a swiss army knife for grib2 files. GRIB-2 has arrived and has begun replacing the the older standard GRIB-1. GRIB-2 can reduce the file size by up to 80% (NAM, JPEG2000 compression).
wgrib2 is a swiss army knife for grib2 files. GRIB-2 has arrived and has begun replacing the the older standard GRIB-1. GRIB-2 can reduce the file size by up to 80% (NAM, JPEG2000 compression).
To install wgrib2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wgrib2
To see what files were installed by wgrib2, run:
port contents wgrib2
To later upgrade wgrib2, run:
sudo port selfupdate && sudo port upgrade wgrib2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.