Skip to content

Lazy Loading of data when converting units #2962

@stevehadd

Description

@stevehadd

Currently, if you load a cube using iris.load_cube, and then convert the units, say from Kelvin to Celsius, all the data is then loaded into memory at that point. It would be nice if the conversion only happened when you call get_data(), and only for the data you are requesting.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions