Martin Yeo
Martin Yeo
## ✨ Feature Request A new class that references an existing `Mesh`, offering access to all its properties/operations/etcetera, but actually subsetting that `Mesh`'s `Coord`s and `Connectivity`s as described by the...
**Needs #6121 first** **This work is to be performed on the [`FEATURE_index_set`](https://github.com/SciTools/iris/tree/FEATURE_index_set) feature branch.** [Correct encoding of Location Index Set is described in the UGRID conventions](https://ugrid-conventions.github.io/ugrid-conventions/#location-index-set). - [ ] Adapt...
## 🚀 Pull Request ### Description We already know that Iris' _syntax_ is NumPy v2 compliant, [thanks to Ruff](https://docs.astral.sh/ruff/rules/#numpy-specific-rules-npy), but that does not prove that the code will all _function_...
From conversations on https://github.com/SciTools/iris/pull/4719: >The proposal in Step 2 will often give rise to code like this: > >```python >for cube in my_cube_list: > for coord in cube.coords(): > coord.coord_system.encode_axis_order...
## 🚀 Pull Request ### Description Closes #454
## 📰 Custom Issue See https://github.com/SciTools/cf-units/pull/423#issuecomment-2364054484 #423 will be merged without tests to confirm that antlr is correctly handled as an optional dependency - i.e. that nothing will fail without...
We are hoping to work with @melissaebrooks to migrate [SciTools-incubator/image-meta-tag](https://github.com/SciTools-incubator/image-meta-tag) into the [MetOffice](https://github.com/MetOffice) organisation. As of right now we don't know what this will entail, but after #332 we will...
Raised as a 'wish-list' item in an offline meeting. User experience is usually something to think about while making some other change. Approaching UX as its own 'problem' to 'solve'...
## 🐛 Bug Report Reported here: https://github.com/SciTools/iris/pull/5926#discussion_r1741901063 ## How To Reproduce Steps to reproduce the behaviour: 1. Call the function: `my_cube = realistic_4d_w_everything(lazy=False)` 2. Check laziness: `print(my_cube.has_lazy_data())` ## Expected behaviour...
Closes #465