Enable lazy evaluation in iris.analysis.cartography.rotate_winds #4934
tinyendian
started this conversation in
General
Replies: 1 comment 1 reply
-
Not sure if this was somehow missed (we should have spotted it in our "Peloton" meetings).
By all means include other functions if they are interest to you, but I wouldn't worry about completeness. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Iris developers,
I am currently working on enabling out-of-core computation in a file format conversion tool that uses Iris to load CF-netCDF data. Everything is working fine, including Iris regridding, but I noticed that the
rotate_winds
function in the cartography module is not currently lazy evaluation-enabled, so it will force wind field cube data to be loaded.With a few straightforward modifications, I was able to enable lazy evaluation, including array masking. So I was wondering if there is any interest in this? I'd be happy to contribute an issue and pull request with the necessary changes. There seem to be more functions in the cartography module without lazy evaluation, though.
Beta Was this translation helpful? Give feedback.
All reactions