-
Notifications
You must be signed in to change notification settings - Fork 303
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
Resampling to EPSG:4326 produces unexpected results #218
Comments
I had a look in to the code, but can't figure out what is causing this. I think it's either something in resample.py in SatPy, or pyresample.kd_tree.XArrayResamplerNN class that is used in develop branch to handle resampling. |
And you're sure it isn't anything in the reader? You mentioned on slack that you've seen this issue in past versions of mpop/satpy but it was fixed at some point, right? Does it happen for non-composites? Does it happen for all resolutions? |
Can't see how reader updates would affect, resampling to other areas (e.g. EPSG:3035) work fine. It might have been something about the poles being part of the area definition the last time. @mraspaud does that ring a bell? I tried with a single channel that wasn't defined as a composite (IR_108), same thing. Also smaller images have the same issue, tried with 800x400 resolution. |
Code Sample, a minimal, complete, and verifiable piece of code
Area definition
Problem description
Resampling SatPy scenes to global lat/lon grid (EPSG:4326) produces a row of tiny images along the equator.
Expected Output
Single image located at the correct place.
Actual Result, Traceback if applicable
Versions of Python, package at hand and relevant dependencies
The text was updated successfully, but these errors were encountered: