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 426 iris issues
Sort by recently updated
recently updated
newest added

## 🚀 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_...

benchmark_this

We currently blocked this #6039 An initial check for test failures uncovers quite a lot : #6035 So, I'm creating this and assigning provisionally to the 3.11 release Known issues...

Release: Minor
Type: Tech Debt

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

Dragon Sub-Task 🦎

## ✨ Feature Request Pending a viable proof of concept from #6031, implement this proposal with a proper expansion of regridding API.

Status: Blocked
Dragon Sub-Task 🦎

## 📰 Custom Issue Investigate a solution to #5035. Demonstrate the viability of expanding area weighted regridding to support non-horizontal coordinates. Initially, just involve an option to regrid with just...

Dragon Sub-Task 🦎

## 🚀 Pull Request ### Description --- [Consult Iris pull request check list]( https://scitools-iris.readthedocs.io/en/latest/developers_guide/contributing_pull_request_checklist.html) --- Add any of the below labels to trigger actions on this PR: - https://github.com/SciTools/iris/labels/benchmark_this

## 🚀 Pull Request ### Description Fixes: #6027 Logic for comparing arrays in attributes was relying on old numpy behaviour where an array compared to another any object would return...

## 🚀 Pull Request ### Description Closes #6162. Requires https://github.com/SciTools/iris-sample-data/pull/33. May need to be adapted to account for #6168.

## 🐛 Bug Report When saving a cube to a netCDF file using the `NETCDF4_CLASSIC` format, the `valid_range` attribute is unsafely cast. ## How To Reproduce Steps to reproduce the...

Type: Bug