iris-grib
iris-grib copied to clipboard
GRIB interface for Iris.
Align the Sphinx documentation look'n feel, configuration and building to that of `iris`. See https://github.com/SciTools/iris/pull/3752
#201 moves the grib-specific part of the iris 'test-pickle' from iris into iris-grib. In principle, a cube should be picklable, but at present this doesn't work with grib data. In...
Iris-grib supports the saving/loading of vertical coordinates as follows | coordinate name | vertical code | saving | loading | | --- | --- | --- | --- | |...
Update the GRIB2 tables to a more recent version, as necessary. Note: ported directly (without any checks) from `Iris`: see https://github.com/SciTools/iris/issues/683
[On this page](https://confluence.ecmwf.int/display/CKB/What+are+GRIB+files+and+how+can+I+read+them)
https://github.com/SciTools/iris-grib/blob/f26971d12f7c2d8ae129ecae4439227c168905c9/pyproject.toml#L112 See https://github.com/SciTools/iris/pull/5956#discussion_r1653600177 for more detail.
Iris-grib has been loading GRIB1 for years, so to the best of our knowledge it is loading things correctly in our users' eyes. **Write a series of tests that thoroughly...
New-style introduced in #489. Opt-out because we need to force users to experience the new alternative. We don't expect any changes, but we need to get this exposed so we...
Some notes are in #56 **Contract:** the tests introduced in #488 must always pass This new behaviour should NOT be activated at this stage The philosophy is that the loading...