-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make modifying Cube
CoordSystem
s easier
#6030
Comments
This might be a naive question, but is there a use case for having different grid mappings for different coordinates? |
The CF data model actually attaches grid mappings to the data variables, which has often seemed odd to us. Following CF would force us to NOT have different grid mappings for different coordinates. Of course Iris has done the more 'sensible' thing of storing coordinate systems on the coordinates themselves, since that is where they have meaning, so this allows coordinates to 'move around' and be used in different Whatever we do with this issue will need to account for different coordinates having different |
Well, that's only the case for the "classic" grid-mapping syntax. This might be on its way now, since we are hoping to make #4719 work |
Probably I was misunderstanding the comment
as meaning that e.g. x and y coordinates could have different gridmappings attached to them. But, as was noted in #3388, referring to CF Example 5.10, a data variable, |
@SciTools/peloton Sorry for any confusion, here's what we know: We can't think of a use-case for different coord systems on x and y, although there might be one we don't know about. Iris can store this situation now, but all of Iris' operations assume that they will be identical. The CF extended grid mapping makes it possible to load and save different coord systems, see #3388 for making this possible in Iris. |
From conversations on #4719:
The text was updated successfully, but these errors were encountered: