Skip to content
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

Support for NetCDF files on Geostationary Projections #3382

Closed
lbdreyer opened this issue Aug 27, 2019 · 2 comments
Closed

Support for NetCDF files on Geostationary Projections #3382

lbdreyer opened this issue Aug 27, 2019 · 2 comments

Comments

@lbdreyer
Copy link
Member

lbdreyer commented Aug 27, 2019

The Geostationary grid mapping was added in CF conventions 1.7.

This has been raised by a number of our users in the satellite community. Increasingly satellite products on this type of projection are becoming available in the satellite meteorology community so it would be very helpful to support the Geostationary grid_mapping correctly.

For more background on the discussions adding the projection to CF 1.7, you can view the original discussion of its inclusion here.

(Let me know if you need help getting hold of example netCDF files on a geostationary projection!)

@lbdreyer lbdreyer added this to the v2.3.0 milestone Aug 27, 2019
@lbdreyer lbdreyer changed the title Support for NetCDF files on "Geostationary" Support for NetCDF files on Geostationary Projections Aug 27, 2019
@lbdreyer
Copy link
Member Author

lbdreyer commented Sep 3, 2019

Currently Iris has iris.coord_system.VerticalPerspective coord system which points off to the ccrs.Geostationary, which is a geos proj4 projection.

The cf conventions suggest that the Vertical Perspective projection corresponds to the nsper proj4

A general description of vertical perspective projection is given in [Snyder], pages 169-181.
The corresponding projection in PROJ.4 is nsper. This should not be confused with the PROJ.4 geos projection.

(see Vertical Perspective)

I think Iris needs to be updated so that the iris.coord_system.VerticalPerspective uses ccrs.NearsidePerspective (which is nsper) and we add a iris.coord_system.Geostationary that uses ccrs.Geostationary (which is geos)

@lbdreyer
Copy link
Member Author

Closed by #3406

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants