Open crazyapril opened 6 days ago
I'm surprised by your results, but more than likely this would be helped by the work described here:
https://github.com/pytroll/pyresample/issues/627
I just haven't had the time lately to play around with it. Sorry.
I added pm: 180
into the area def and got this:
Maybe we need more tweaks?
And when I changed lon_0
to -39.3 I just got the same result with the initial one.
Try adding reduce_data=False
to the .resample()
call in your original code.
My original map is exceptionally large (40,000x20,000), and adding reduce_data=False
causes my 128GB of memory to be completely used up. I can confirm it works for smaller maps, but I’m wondering if there’s a way to handle this using just satpy.
Describe the bug I have a flat night light map (in EPSG:4326), and I want to reproject it to a satellite view. However, the reprojected image gets cut off at 180E. Obviously it's not wanted.
What could go wrong?
To Reproduce
And area def
himawari9
: