You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The masking of missing values is different when saving to PNG or GeoTIFF. Saving to PNG handles masking correctly. With GeoTIFF all the pixels where any of the channels have masked pixels results those pixels masked also in the output image. This results in "holes" in the images also on areas where there shouldn't be any.
Versions of Python, package at hand and relevant dependencies
Tested with SatPy maint/0.8 branch, might affect also develop and master.
The text was updated successfully, but these errors were encountered:
Code Sample, a minimal, complete, and verifiable piece of code
Problem description
The masking of missing values is different when saving to PNG or GeoTIFF. Saving to PNG handles masking correctly. With GeoTIFF all the pixels where any of the channels have masked pixels results those pixels masked also in the output image. This results in "holes" in the images also on areas where there shouldn't be any.
Versions of Python, package at hand and relevant dependencies
Tested with SatPy maint/0.8 branch, might affect also develop and master.
The text was updated successfully, but these errors were encountered: