-
Notifications
You must be signed in to change notification settings - Fork 14
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
Mercator areas not shown and used correctly #374
Comments
Off the top of my head, I don't think a mercator projection with a non-equator |
https://proj.org/en/9.2/operations/projections/merc.html No mention of |
Is mercator implemented in SIFT or exactly speaking VisPy at all? If I remember correctly, VisPy has an own implementation of the projections and at least equidistant cylindrical (eqc) is missing. |
Vispy does not implement any geographic projects. I wrote them into SIFT in shader language by modifying a OpenCL (not OpenGL) version of PROJ if I remember correctly. The main point here is that mercator with a |
Problem
It seems that areas in the mercator projection are not shown and used correctly.
For example, when using the area
just a black screen appears on the main window:
If I try to resample a LEO granule that is over France to this area, and then switch to
plate carree
, I see that the data has been resampled to Mongolia:For reference, this is the plain Satpy result:
Additional Information
sift/uwsift/view/visuals.py
Lines 941 to 942 in f5e584c
The text was updated successfully, but these errors were encountered: