Patrick Peglar

Results 132 issues of Patrick Peglar

(~#201 moves the grib-specific part of the iris 'test-pickle' from iris into iris-grib.~ ~In principle, a cube should be picklable, but at present this doesn't work with grib data.~ ~In...

Type: Bug
Type: Technical Debt
T-Shirt: Medium

## ✨ Feature Request The PARSE_UGRID_ON_LOAD control behaves much like the FUTURE flags object, except that there is no public API for turning it on permanently. So, we can currently...

Type: Enhancement
Feature: UGRID
Experience: Low
Release: Minor

Attempts to at least partially address #5500 The new sample code I believe works, and produces the provided plot. The issue of how we stop this untested code going stale...

For now, just to get a docs build with the pytest style guide from https://github.com/SciTools/iris/pull/5785

benchmark_this

We initially chose to leave the 'mesh' property out of the MeshCoordMetadata, largely because at that time we were wary of implementing equivalence on Mesh objects. [As noted here](https://github.com/SciTools/iris/blob/633ed17dd32673136e9ba9a352ce9353b1a64918/lib/iris/experimental/ugrid/metadata.py#L272-L280) IIRC...

Feature: UGRID
Status: Decision Required

The issue fixed in #5767 should really have an associated benchmark. Unfortunately it seems from @stephenworsley experiment that the current It also looks like [switching to tracemalloc](https://github.com/SciTools/iris/issues/4883) would probably fix...

@pp-mo has some ideas on this End goal: replace existing Iris memory benchmarking with a tracemalloc approach, hopefully as a basis for almost all SciTools memory benchmarking in future Brief...

Addresses https://github.com/SciTools/iris/issues/5947 Replaces the current process RSS ("resident set size") based mechanism. See #5946 for info on how they compare. N.B. this is hard to test, possibly only takes effect...

benchmark_this

POC for an API extension to `gv.Transform.from_points` to accept wind-like vectors and convert to xyz vectors stored on the mesh, so they can be usedwith ".glyph()" and ".arrows" usage. (cf....

type: examples
type: cache