SciTools / iris

A powerful, format-agnostic, and community-driven Python package for analysing and visualising Earth science data
https://scitools-iris.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
633 stars 283 forks source link

Lazy `iris.experimental.stratify.relevel` #5290

Open bouweandela opened 1 year ago

bouweandela commented 1 year ago

✨ Feature Request

Motivation

Now that python-stratify supports lazy data (https://github.com/SciTools/python-stratify/pull/52) since v0.3, it would be nice if iris.experimental.stratify.relevel supported lazy data too, so the new feature can be used with iris.

At the moment, the input cube is realized here: https://github.com/SciTools/iris/blob/a49b5acfe4038fe6224e907f352bb936240a60d1/lib/iris/experimental/stratify.py#L129

github-actions[bot] commented 1 month ago

In order to maintain a backlog of relevant issues, we automatically label them as stale after 500 days of inactivity.

If this issue is still important to you, then please comment on this issue and the stale label will be removed.

Otherwise this issue will be automatically closed in 28 days time.

trexfeathers commented 1 month ago

@HGWright thoughts?