Josh Rackham

Results 6 issues of Josh Rackham

## 🐛 Bug Report When applying a constraint on a `MeshCoord` and a callback which checks the loaded cube has a mesh, the callback is not applied on the returned...

Type: Bug
Feature: UGRID

## 🐛 Bug Report When regridding from low resolution UGRID data (C4 cubed sphere) to a higher resolution grid (e.g. n216e), masked data points are introduced in the result, despite...

New: Issue
Type: Bug

## 🚀 Pull Request ### Description Closes #6108. Adds a copy method to `FormatAgent`, which creates a new `FormatAgent` from the format specs. Also adds an equality method which compares...

## ✨ Feature Request Following the introduction of split local/global attribute handling in Iris 3.8 (PR https://github.com/SciTools/iris/pull/5152), it would be useful to have the ability to set global attributes on...

## 🐛 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

## ✨ Feature Request Functionality to generate a slice tuple that can be used to subset a cube with a given constraint. This could be a standalone function, or a...