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.