NameDescription
grib_compareCompare GRIB messages contained in two files. If some differences are found it fails returning an error code.
grib_copyCopies the content of GRIB files printing values of some keys. If the name of the output_grib_file contains a key enclosed in square brackets, its value will be used.
grib_countPrint the total number of GRIB messages in the given files.
grib_dumpDump the content of a GRIB file in different formats.
grib_filterApply the rules defined in rules_file to each GRIB message in the GRIB files provided as arguments.
grib_getGet values of some keys from a GRIB file. It is similar to grib_ls, but fails returning an error code when an error occurs (e.g. key not found).
grib_get_dataPrint a latitude, longitude, data values list. Note: Rotated grids are first unrotated
grib_index_buildBuild an index file for a set of input GRIB files.
grib_lsList content of GRIB files printing values of some keys. It does not fail when a key is not found.
grib_setSets key/value pairs in the input GRIB file and writes each message to the output_grib_file. It fails when an error occurs (e.g. key not found).
grib_to_netcdfConvert a GRIB file to netCDF format.