-
Notifications
You must be signed in to change notification settings - Fork 283
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
Regridding fails for geostationary coordinate systems #5485
Comments
See the CF conventions for this projection for a more concrete statement of expected units: http://cfconventions.org/cf-conventions/cf-conventions.html#_geostationary_projection
Note that this also suggests we ought to be able to handle x and y coordinates with the names |
In case it helps: Lines 984 to 996 in e9c77c0
|
Need to remember to update |
🐛 Bug Report
When one of the cubes involved in regridding has coordinates with a geostationary coordinate system, their units ought to be in radians, however iris insists that they ought to be in meters and regridding will fail when it gets to this line:
iris/lib/iris/analysis/_regrid.py
Lines 876 to 881 in c526ce0
This logic should be changed to allow for gesostationary coordinates with radian units.
See Proj for a description of the geostationary projection: https://proj.org/en/9.3/operations/projections/geos.html
The text was updated successfully, but these errors were encountered: