NOAA-EMC / NCEPLIBS-g2c

This library contains C decoder/encoder routines for GRIB edition 2.
Other
17 stars 11 forks source link

adding utils g2c_compare and g2c_degrib2 #406

Closed edwardhartnett closed 1 year ago

edwardhartnett commented 1 year ago

Part of #405

edwardhartnett commented 1 year ago

OK, more testing can be added in future PRs, but this is a good start.

In this PR I add two utilities, g2c_compare and g2c_degrib2. I plan to use them in grib_util testing.

Tests are also added for the new utilities.

This PR is ready to merge.