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

Should we modify the new Mesh printout, removing the "optional connectivities" section, and instead place them in their relevent source element section, and add an extra section for boundaries. e.g....

Feature: UGRID

## 📰 Custom Issue See also #4749 for a simpler fix and a description of the problem. Currently, both the MeshCoord points and bounds and the data on the mesh...

Feature: UGRID

I didn't even realise this before, but documentation links in old whatsnew comments don't point at "old versions" of those pages, but at the latest version. Which means if we...

Type: Documentation

## ✨ Feature Request Recently iris time.cell.point calls return cftime instances rather than python datetime instances. This is due to the underpinning change in behaviour of the `cftime.num2date` function on...

## 📚 Documentation We are already encouraging use of PyTest for **running** Iris tests: [Running the Tests — Iris 3.7.0 documentation (scitools-iris.readthedocs.io)](https://scitools-iris.readthedocs.io/en/stable/developers_guide/contributing_running_tests.html) However we still encourage **writing** old-style tests: -...

Type: Documentation

## 📚 Documentation The doc search seems broken at the moment. If I go to https://scitools-iris.readthedocs.io/en/stable/search.html?q=load_cube I get ![image](https://github.com/SciTools/iris/assets/10599679/861c71a9-278f-4fdf-bb58-e671f54db3f8) I would expect a link near the top of the list...

Type: Documentation

## 🚀 Pull Request ### Description This is a "proof-of-concept" PR to address how to better handle standard name aliases. It consists of the following elements: * Reorganising the iris.std_names.py...

## ✨ Feature Request See #4272, #4383

## 🐛 Bug Report It's not possible to collapse a mesh cube. There's an error as it tries to collapse the mesh coord. ``` return newcube.collapsed(coords, aggregator, **aggkeys) File "/home/h02/bblay/.conda/envs/autoassess_new/lib/python3.10/site-packages/iris/cube.py",...

Type: Bug
Feature: UGRID

## 🐛 Bug Report ## How To Reproduce Minimal (non!-)working example : ``` >>> from iris.coord_systems import GeogCS >>> from iris.tests.stock.mesh import sample_mesh_cube >>> >>> cube = sample_mesh_cube() >>> coord...

Type: Bug
Feature: UGRID