Martin Yeo
Martin Yeo
Some downstream code that might need to change: https://github.com/SciTools/iris/blob/5c18504eaecfd92651c3e408ce14c1cba9caf47a/lib/iris/mesh/components.py#L2896-L2904
>Have you ever encountered this problem? Yes. But this a downside of deliberate choices in Iris' data model. None of the dimensional metadata (coordinates, cell measures, etcetera) is shared between...
@schlunma good to hear about the speedup. I was actually imagining modifying the NetCDF dataset to remove the variables you are not interested in, rather than going via Xarray. You...
From @SciTools/peloton: worth looking for any occurrences of `np.asarray()` or `np.array()` - should ideally be `np.asanyarray()`
If we feel we might benefit from repetitions, we could try writing our own benchmark class - ASV is designed for this and they are not as complex as I...
- https://github.com/SciTools/iris/pull/5981
Thanks to some excellent work by @HarriKeenan, see: - https://github.com/scitools-classroom/iris_example_code/pull/11 - https://github.com/scitools-classroom/iris_example_code/issues/12 I'm going to close this issue, since issues are now enabled in the iris_example_code repository, and the outstanding...
See #4751 and #5991
Proof that the project metadata's new location still delivers something meaningful: https://test.pypi.org/project/cf-units/3.2.1.dev83
Thanks @pp-mo! And yes 9cf0ace63d4532cfdaa555de3097fbd315367af7 took care of the optional deps