Rotated Hovmöller diagram #4940
-
Suppose I have a Cube of the form:
The multi-dimensional The only way I know of doing this is to create arrays of the Is there any other way of achieving this? Mathematically, it must be possible to do some clever averaging over part of the original Cube without having to interpolate to the rotated grid first, but I don't know if an implementation of this exists. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @SimonPeatman 🙂 First of all: we've just released a 50x speed-up to Could you also create new 1-dimensional coordinates for your rotated system using |
Beta Was this translation helpful? Give feedback.
Hi @SimonPeatman 🙂
First of all: we've just released a 50x speed-up to
iris.analysis.trajectory.interpolate()
, if that's any help to you.Could you also create new 1-dimensional coordinates for your rotated system using
cartopy.crs.CRS
.transform_points()
, then use the standard 1-dimensional logic?