Open sfinkens opened 11 months ago
@ameraner any comments on this?
Hmm this is a little odd, I'd also be curious to know where it comes from... looks like a floating point precision issue, even though the input parameters should be always the same. I requested that slot from the archive, I'll try to take a look when I find a moment
Describe the bug
In some very rare cases, the area extent of a SEVIRI HRIT scene is a tiny bit different from the majority of scenes.
As a consequence, the x/y coordinates are also slightly different. When concatenating many scenes along the time dimension, xarray doubles the dimension and insert NaNs because the grids don't align.
A workaround is to use for example
xr.concat(..., join="override")
but I'm still curious why this happens. Maybe it can be fixed.To Reproduce
Environment Info: