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

## 🚀 Pull Request ### Description [See the release log for setuptools `v64`](https://setuptools.pypa.io/en/latest/history.html#v64-0-0). Basically `self.build_lib` is no longer a reliable way of telling whether we are doing a build or...

Type: Infrastructure

## 🚀 Pull Request ### Description Full overhaul of `iris.pandas.as_cube()`. Closes #3324. * More Pandas-esque handling of `DataFrame`s, with each column assumed to represent a specific variable (i.e. a single...

Type: Enhancement
Release: Minor
Experience: Medium

## 🚀 Iris Glossary ### Description Created a glossary of terms for iris docs, currently located within user guide. Intended to just be a quick lookup, with links to other...

Lockfiles updated to the latest resolvable environment. ### If the CI tasks fail, create a new branch based on this PR and add the required fixes to that branch.

Bot
New: Pull Request

## 🚀 Pull Request ### Description Closes #4893 This is the second time recently that this test has failed due to a dependency update. At #4331, there was a fair...

## 🚀 Pull Request ### Description Uses pytest parametrization to remove the duplication from the gallery tests. We now only need one test file instead of 24 🙂. To get...

Type: Testing

## 🚀 Pull Request ### Description Improve the conversion of a Cube to a Pandas data.frame. Aims to address #4526 Aims to deal with: - [x] An arbitrary number of...

Type: Enhancement

Feature Request: Support `crs_wkt` grid_mapping syntax (CF1.8) in Iris. As of version 1.8 of the CF Conventions, the use of Well Known Text for Coordinate Reference Systems encodings with standardised...

Type: Enhancement
Experience: High
Feature: NetCDF + CF-conventions
Dragon 🐉

CMIP6 has a specific template of attributes that are required in variables from NetCDF files. Iris currently pulls a few of these out, e.g. axis in coords and _FillValue or...

Release: Minor
Status: Decision Required
Type: Infrastructure
Feature: ESMValTool

## ✨ Feature Request Iris coordinate `guess_bounds` functionality identifies the bounds as halfway between the points. For a time coordinate, when the points are mid-month with a Gregorian calendar, should...

Experience: Medium