Martin Raspaud
Martin Raspaud
The SAR tests broke because of backwards incompatibility introduced in rioxarray release 0.15.6 and in particular this PR https://github.com/corteva/rioxarray/pull/787 I suggest blacklisting rioxarray 0.15.6 for now, until we figure a...
@ameraner ^
One more thing is that satpy also does read other arrays when loading a single channel, for example the quality flags and indices, that are then used to fill bad...
@gerritholl should we merge this or fix the other cases too first?
As @djhoese said, the issue is in the merging of the single channel DataArrays into an RGB DataArray, as the attributes that are not identical between arrays are discarded during...
I just had a quick look and this looks good to merge. In a future PR, you might want to ensure the sensor data is in float32 to increase performance.
I just tried this in my laptop, and I think it should work. I don't have all the dependencies installed, so I get some failed tests, but they do not...
Another example, 24h microphysics, close to the western limb:  
> What settings ? Satpy takes the best resolution by default, so the top image is with mixed resolution. Or did I misunderstand the question?
@yukaribbba do you see the same trend in memory usage? A while ago, when working on a batch-processing lib called trollflow2, we realized something was leaking memory very slowly. We...