aeolus icon indicating copy to clipboard operation
aeolus copied to clipboard

Analysis and visualisation of atmospheric model output powered by iris.

Results 9 aeolus issues
Sort by recently updated
recently updated
newest added

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

plotting

Add more example Notebooks...

examples

- [ ] core - [x] io - [ ] ...

enhancement

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...

enhancement
discussion

- [ ] remove flake8 - [x] add python 3.12

deployment

`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...

bug

Make the API more flexible: use plain class instead of a dataclass to be able to add/inherit constants dynamically?

constants

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)