iris icon indicating copy to clipboard operation
iris copied to clipboard

A powerful, format-agnostic, and community-driven Python package for analysing and visualising Earth science data

Results 293 iris issues
Sort by recently updated
recently updated
newest added

We know that XIOS (used in LFRic) will often output the 'same' mesh but with nodes in different orders. This is obviously inconvenient for users, and potentially something we could...

Feature: UGRID

## 🚀 Pull Request ### Description Specify meta in `dask.array.map_blocks` to avoid having the wrong chunktype in the output array. Closes #5988 --- [Consult Iris pull request check list]( https://scitools-iris.readthedocs.io/en/latest/developers_guide/contributing_pull_request_checklist.html)...

## 🐛 Bug Report Regridding sets the chunktype to `numpy.ndarray` when it should be `numpy.MaskedArray`. This can result in ignoring the mask when subsequently using `iris.cube.Cube.rolling_window`. ## How To Reproduce...

Type: Bug

As noted in [this comment](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/357#discussion_r1620737944) It's not really a user-level issue, but it might prove awkward that - (a) copying a cube does not copy its mesh - (b) we...

Feature: UGRID

## ✨ Feature Request I would like to be able to configure colorbar creation via kwargs in `iris.quickplot` functions. ## Motivation If I want to customise a plot using `iris.quickplot`,...

Good First Issue

## 🐛 Bug Report From @gavinevans Attempting to save a `Cube` including a string `AuxCoord` with non-ASCII characters (i.e. Unicode characters) raises the following exception: ``` UnicodeEncodeError: 'ascii' codec can't...

Type: Bug
Release: Minor
Experience: Medium

Since #5960, #5959 , #5950 and especially #5948 We are likely to get a few change warnings from memory benchmarks. Doubtless some sensitivity changes may be needed, perhaps we'll have...

## 📰 Custom Issue SciTools/cartopy#2390 https://github.com/SciTools/iris/blob/57096f29f6f2c5ff278d616df5e2da4d2bab95e2/lib/iris/plot.py#L46-L60

UM requires LAM's which are not on a rotated pole to be described with bplat=90 bplon=180. Iris will currently set bplon to 0. The recent introduction of UM file metadata...

## 📚 Documentation This is a pretty valuable feature. I have heard suggestions that it might be undocumented because it's a backdoor that we don't want to advertise, but I...

Type: Documentation