Panu Lahtinen
Panu Lahtinen
I'm starting my holiday now, so I'll get back to this in August at the earliest.
Damn, had forgotten this. I'll see if I have time early next week to have a look.
I tested with the target area that doesn't overlap the input area at all with the `main` branch code, and it works. And also enters this branch: https://github.com/pytroll/pyresample/blob/e531bd9c8bc42213ee128a09842797a1346dee06/pyresample/bilinear/xarr.py#L113 Same with...
> I'm a little scared about the EWA failure. I didn't change anything and it seems to pass now. I guess I'll deal with it next time... I was a...
By binning, do you mean the bilinear interpolation? What kind of data are you sampling? If the data is relatively high resolution compared to the output grid, you could try...
Closed by #1933 where I cast the `xr.DataArray` datetime values to integers.
These are just warnings, not errors, and happen due to space pixels that are masked out. Have a look at the images, they should be ok. ```python scn.save_datasets() ```
I haven't tested any data subsetted with data tailor, but I'd also expect it to work. Does any of the other channels load? The HRV channel is a bit special...
> Mathematically no, but if one band out of three is masked (NaN brightness temperatures) the impact on the colour is much larger than when it's clipped to the lower...
There are some problems with building the documentation, but they seem to be because https://github.com/pytroll/pyresample/pull/450 needs to be merged and released first.