Replies: 3 comments 12 replies
-
Considering that Iris can convert between different coordinate systems when regridding a cube, and that I can get the latitude and longitude when hovering the mouse cursor over a point on the map when plotting a slice of the cube using |
Beta Was this translation helpful? Give feedback.
-
Hi @kriku, this is doable but actually quite complex. You'll need to use |
Beta Was this translation helpful? Give feedback.
-
I am not keen for Iris to be making more decisions about the 'correct' coordinate system to use when one is missing; it is important that the user knows what is being done, and therefore it is important for the user to make the decision about the coordinate system. That will be why it is not auto populated when a Of course that's my opinion. @SciTools/iris-devs might think differently. |
Beta Was this translation helpful? Give feedback.
-
I have a netCDF file, A, in the Lambert conformal conic projection, so naturally it doesn't have any dimensions with the coordinates longitude and latitude. However, I need to extract the ranges for the longitude and latitude coordinates of the grid points, because I want to crop another netCDF file, B, which is stored on a regular grid, to a rectangular region (still on a regular grid) that is as small as possible while still covering the grid points in A completely.
Is there any way I can get the longitudes and latitudes for all points in A after loading it into an Iris cube? Or get the minimum and maximum values for the longitude and latitude coordinates of the points?
Beta Was this translation helpful? Give feedback.
All reactions