Fabrizio Borgia
Fabrizio Borgia
Hi everyone, I'm Fabrizio Borgia from EUMETSAT, where I work at the [EUMETView service](https://view.eumetsat.int/productviewer?v=default). We're in the process of switching over to Satpy for generating most of our imagery, including...
@djhoese here is a reproducible example, and the images we produced with that, showhing the issue. ``` #!/usr/bin/env python from satpy import Scene import glob fnames = glob.glob("data/IMG_DK01???_20231010110?_???.bz2") scn =...
Thanks @pnuu and @djhoese for your help - the `reduce_data=False` workaround in the `scn.resample()` call did the trick! About the Moiré pattern like effects on the sides, that is indeed...