Open gerritholl opened 2 months ago
This just came up in Slack, so I'll mention this also here:
The delay_composites: true
is the default, so will result in generate=False
to be passed to Satpy. Defining delay_composites: false
in the Trollflow2 YAML config might resolve this issue. The other option is to pre-resample the background AUX data to the final target area and use these either in the sub-composite definitions.
Our workaround is the second option (creating different versions of the land-water mask and the night marble image).
Describe the bug
An attempt to generate
geo_color
fails with a warning messageTo Reproduce
Expected behavior
I expect a geocolor image to be produced.
Actual results
No image is produced. Final output lines:
Environment Info:
Additional context
This is most likely a consequence of https://github.com/pytroll/satpy/issues/2733.