You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example: when the upper bound of a point_x is at 0, the following code returns point_x, instead of wrapping the point to 360-point_x: target_grid.intersection(iris.coords.CoordExtent('longitude', 0, 360))