Hi, I use the LinearInterpolation
from eolearn.features
(and other techniques provided) in a t x m x n x b
dataset. I play with the interpolate_pixel_wise
boolean parameter. I expected that setting it to True
would implement a pixel-wise temporal interpolation on the NaN
values, while setting it to False
would implement an image-wise spatial interpolation on the NaN
values. However, the outcome of both settings seems pretty much the same and I’m almost sure it is a pixel-wise temporal interpolation. I think that I misunderstand the documentation of that.
My questions are:
- Can someone explain the difference between the two settings?
- Is there an already implemented way to apply an image-wise spatial interpolation?
- Is there an already implemented way to apply a spatiotemporal interpolation?
Thank you.
Best Regards,
Kostas