-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grib1 loading defines a GRIB_PARAM attribute, like grib2 load. (#402)
* Grib1 loading defines a GRIB_PARAM attribute, like grib2 load. * Shorten line. * Update cube-load result snapshots. * fix mock usage. * Various documentation improvements. * Further docs rework : doctests now working. * Line-length fix. * Review changes. * GRIBcode to properly support GRIB1 and GRIB2 usage. * Add repr test * Update with comments * Small notes. * Revert to shorter names with no digits; add repr implementation * Don't pep8 grib_phenom_translation as it now uses dataclasses. * Fixes for rename. * Fix result CMLs. * Add grib1 testing. * Replaced GRIBCode class with factory function. * Move GRIBCode code into a separate submodule. * Tidy and fix error case handling, and testing. * Small docs fix, and whatsnews * Fix doctests: don't use iris.tests * Small review changes. * Standardise optional type + ensure support for Python<3.10 * Review change. --------- Co-authored-by: Martin Yeo <[email protected]>
- Loading branch information
1 parent
590418b
commit 569d5a1
Showing
17 changed files
with
643 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.