Panu Lahtinen
Panu Lahtinen
Looking at the documentation already included in `main` and my current view of the FCI decompression, I'm just closing this. For example Trollflow2 already has the `hdf5plugin` import added.
Common to both these use-cases is that the compositor (`CloudCompositor` for @peters77 and `MaskingCompositor` for @TAlonglong) explicitly adds the alpha layer. For `CloudCompositor` the `fill_value=0` should definitely work, but `MaskingCompositor`...
Will do after my current endeavor with reader warnings.
Oh no, the code has changed so much that resolving the conflicts will take some time :see_no_evil:
At least the existing tests now pass (locally).
Yes, there should. @zxdawn do you have time to add something? I might have some time on monday, just need to remember...
Merge with `main` and they'll work again, there was another XArray release without compression kwarg fixes. See https://github.com/pytroll/satpy/pull/2674
@INElutTabile a workaround is to add `recude_data=False` to the `scn.resampl()` calls.
No comments on the code, just a question: is this functional already? For example, can the "temporal RGB" in https://github.com/pytroll/satpy/pull/2488 already created? If yes, we could close that in favor...
Hmm. I tried this composite: ```yaml temporal_rgb_hrv: compositor: !!python/name:satpy.composites.TemporalRGB prerequisites: - name: HRV time: 0 - name: HRV time: -60 min - name: HRV time: -120 min standard_name: temporal_rgb_hrv ```...