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

## 🚀 Pull Request # WIP. DO NOT REVIEW OR MERGE ### Description Retires [napolean ](https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html)in favour of [numpydoc](https://numpydoc.readthedocs.io/en/latest/validation.html). This is more compatible with the numpy docstrings we now use....

benchmark_this

## ✨ Feature Request I am currently working on an ESMValTool preprocessor that calculates histograms from cubes along given coordinates similar to [`np.histogram`](https://numpy.org/doc/stable/reference/generated/numpy.histogram.html). I think this would also be a...

Feature: ESMValTool
Feature: Statistics

For #3741. This code now is able to read the sample LBC files with a 360 day calendar. I am now using this pull request to run the standard tests...

For now, just to get a docs build with the pytest style guide from https://github.com/SciTools/iris/pull/5785

benchmark_this

## 🐛 Bug Report Given two valid CF-UGRID netCDF mesh files, the **first** of which has the following netCDF `dimensions`: ``` dimensions: time = 4 ; dim0 = 221184 ;...

Type: Bug
Feature: UGRID

## 🚀 Pull Request This is a style guide to offer some consistency on iris' approach to testing. Formatting and phrasing is not final, at the moment stands as a...

There appear to be a problem with the method used by Iris to determine which coordinates to use to construct new dimensions, and the shape of those dimensions, when merging....

Type: Bug
Experience: High
Feature: Merge/Concatenate

We initially chose to leave the 'mesh' property out of the MeshCoordMetadata, largely because at that time we were wary of implementing equivalence on Mesh objects. [As noted here](https://github.com/SciTools/iris/blob/633ed17dd32673136e9ba9a352ce9353b1a64918/lib/iris/experimental/ugrid/metadata.py#L272-L280) IIRC...

Feature: UGRID
Status: Decision Required

# Story - As a Iris developer - I want Warnings that are a problem for Iris to result in CI failure (e.g. a `DeprecationWarning`) - So that I can...