== Obtaining informtion about a GRIB file == You can get basic information about the content of a GRIB file from the command line using the grib/eccodes utilities, for example by applying `grib_ls`. You may also use the grib library called from code in Fortran, Python, or whatever you prefer. The attached python script will give an overview of the the content and provide a compact information about the extent of the grid, with an optional plot. Usage: `./grib_domain.py [map]` The map will only be shown if the `map` keyword is present.