Following #56, which is now making progress at last.
In the initial implementation of the old "iris.fileformats.grib" module, we took the view that GRIB1 was legacy and would eventually be replaced by GRIB2. Hence we provided only limited loading, and no save support
In fact, the GRIB1 spec has been removed from later versions of the official WMO documentation,
However, in practice it is embedded in standard data formats used in international aviation etc.
So perhaps we should reconsider support for saving it.
Following #56, which is now making progress at last.
In the initial implementation of the old "iris.fileformats.grib" module, we took the view that GRIB1 was legacy and would eventually be replaced by GRIB2. Hence we provided only limited loading, and no save support
In fact, the GRIB1 spec has been removed from later versions of the official WMO documentation,
However, in practice it is embedded in standard data formats used in international aviation etc.
So perhaps we should reconsider support for saving it.