# grib2class
grib2 reader for JavaScript and node.js

## What is GRIB2?
GRIB2 refered to the second edition of GRIB which is a file format for the storage and transport of gridded meteorological data, such as Numerical Weather Prediction model output. It is designed to be self-describing, compact and portable across computer architectures. The GRIB standard was designed and is maintained by the World Meteorological Organization.
[More info](https://weather.gc.ca/grib/what_is_GRIB_e.html)

