aeolus
aeolus copied to clipboard
Analysis and visualisation of atmospheric model output powered by iris.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.5)
Use the new features in cartopy 0.18 for labelling grid lines
One option is to store already calculated diagnostics as cached attributes of `Run`, so that they can be reused without calculating them again. For example, if raw data does not...
`aeolus.coord.regrid_3d()` fails if dimensional coordinates have slightly different metadata, e.g. `var_name`, even if the rest of the metadata is the same. The error comes from a supporting function, `aeolus.coord.not_equal_coord_axes()`. A...
Make the API more flexible: use plain class instead of a dataclass to be able to add/inherit constants dynamically?
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.7...v0.6.1) - [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](https://github.com/abravalheri/validate-pyproject/compare/v0.18...v0.19)