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

## 🐛 Bug Report ## How To Reproduce Steps to reproduce the behaviour: ```py import iris from iris.cube import Cube, CubeList print("iris version", iris.__version__) iris.FUTURE.save_split_attrs = True # commenting this...

Type: Bug

A demonstration of how we can use ASV's built-in repetition logic to improve the accuracy of `tracemalloc` benchmarking. **I welcome anyone who wants to finish this off** - I have...

Type: Performance
Type: Testing

This makes a MeshCoord have the coord-system of the appropriate location coordinate. Note though that, as loaded from NetCDF-CF, location coords can't actually have a coord-system at present. Because the...

Benchmark comparison has identified performance shifts at: * commit fe6cea3f (#6022). Please review the report below and take corrective/congratulatory action as appropriate :slightly_smiling_face: # :stopwatch: Performance Benchmark Report: fe6cea3f Performance...

Type: Performance
Bot

I _might_ have some code that could help with this: https://github.com/SciTools/iris/blob/6adac1b6f83baa2e1d4a13ced0d6748ff91092ee/lib/iris/tests/stock/__init__.py#L840-L886

Feature: UGRID

## 🚀 Pull Request ### Description Implements a possible way to subset a Mesh while retaining a reference to the original Mesh. A `MeshIndexSet` would be effectively an implementation of...

## 🚀 Pull Request ### Description Enable the rectilinear interpolator to run lazily #6002. The original implementation makes use of a CSR matrix from `scipy.sparse` to represent the weights. However,...

Benchmark comparison has identified performance shifts at: * commit e92e36ac (#5998). Please review the report below and take corrective/congratulatory action as appropriate :slightly_smiling_face: # :stopwatch: Performance Benchmark Report: e92e36ac Performance...

Type: Performance
Bot

https://github.com/SciTools/iris/blob/75c7570bf4d509295e239aff47b70324cd68c22d/lib/iris/fileformats/pp_save_rules.py#L398-L404 Standard calendar cannot be treated as a Proleptic Gregorian for dates `1582-01-01` More context here: [ancil/ticket #1159](https://code.metoffice.gov.uk/trac/ancil/ticket/1159) UM F03 more [recently clarified](https://code.metoffice.gov.uk/trac/um/ticket/5272) that the calendar it expects isn't Standard...

## 🚀 Pull Request ### Description A proposal to resolve #3561, hopefully without creating breaking changes for the user. Quoting myself from that issue: > Noting that > >* 1st...