Patrick Peglar

Results 132 issues of Patrick Peglar

Investigate proof of concept for vector vizualisation. Touch base with real use-cases: * Chris Bunney * Denis Sergeev * Pete Sheridan Aim for a self-contained gallery example for the community....

status: stalled

Correct comment, since after #6004 the behaviour, and the testcase changed but the comment did not ! @ESadek-MO tiny fix : hope this makes sense to you.

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...

Though N.B. I believe there is still some room for doubt about what the exact result should look like. see [Netcdf User Guide Appendix A](https://docs.unidata.ucar.edu/netcdf-c/current/attribute_conventions.html), under "conventions" : > """It...

Feature: UGRID
Feature: ESMValTool

The definitive metadata of a MeshCoord is just `mesh`, `location` + `axis`. These can be leniently compared with another one, e.g. to fetch the matching coord from a cube on...

Feature: UGRID
Status: Decision Required

As noted in [this comment](https://github.com/SciTools-incubator/iris-esmf-regrid/pull/357#discussion_r1620737944) It's not really a user-level issue, but it might prove awkward that - (a) copying a cube does not copy its mesh - (b) we...

Feature: UGRID

Since #5960, #5959 , #5950 and especially #5948 We are likely to get a few change warnings from memory benchmarks. Doubtless some sensitivity changes may be needed, perhaps we'll have...

Type: Documentation

## 🐛 Bug Report When cubes have string content (normally with dtype 'S1', and a string dimension), cube comparison fails . ## How To Reproduce ``` >>> from iris.cube import...

Type: Bug

Requested by @hdyson Content in question is in https://github.com/scitools-classroom notably https://github.com/scitools-classroom/iris_example_code : which is so old it is Python 2 code My guess was that we only maintain https://github.com/scitools-classroom/courses But...