Martin Yeo

Results 115 issues of Martin Yeo

## 🚀 Pull Request ### Description In preparation for breaking changes to be made to `iris.pandas.as_dataframe()` and `iris.pandas.as_series()` - #4669. **QUESTION:** how should future flags be documented? The existing `datum_support`...

## Rationale When a test fails, image results are uploaded. Since `actions/upload-artifact@v4` (#2303), it is the responsibility of the workflow YAML file to avoid name clashes in the artifacts. This...

Type: Infrastructure

### Description Hi Cartopy 🙂 Depending on what `central_longitude` is used, a `PlateCarree` plot of curvilinear data may either have a Y-axis correctly limited to the extent of the data,...

Type: Bug

## 🚀 Pull Request ### Description We know that dependencies are the most common cause of performance regressions. Cannot be achieved by auto-labelling due to the problem with GHA triggering...

Type: Performance
Type: Testing
benchmark_this

## ✨ Feature Request - **As a:** user of Iris regridding - **I want:** an easier way to create a target `Cube` from scratch, with a specified shape - **So...

Feature: Regridding

[`resolve`](https://scitools-iris.readthedocs.io/en/stable/generated/api/iris.common.resolve.html) is intended to develop into a single-source-of-truth for handling `Cube` equality, difference and combination. It is currently (`2023-07-27`) only used for [`Cube` maths](https://scitools-iris.readthedocs.io/en/stable/userguide/cube_maths.html). A big part of `CubeList.merge()` is...

Feature: Merge/Concatenate
Dragon Sub-Task 🦎

Iris needs a public statement on how it handles NetCDF files that deviate from the CF conventions. This will serve multiple benefits: - More certainty when discussing if/how Iris should...

Feature: NetCDF + CF-conventions
Dragon 🐉

## ✨ Feature Request Include the latest STASH codes in the `STASH_TRANS` dictionary: https://github.com/SciTools/iris/blob/6fbf6196926552f46911de976854c61bd4a341e6/lib/iris/fileformats/_ff_cross_references.py#L13-L20 **For backwards compatibility it is important that we limit to ADDITIONS and UPDATES, no deletions.** Some...

Experience: Low
Release: Minor
Good First Issue

# Iris approximate pytest adoption ## Generated using this script Click to expand this section... ```python import ast from pathlib import Path from sys import argv # Also requires the...

Type: Testing