Open pramitghosh opened 2 years ago
Hi!
No, I don't think this is caused by the error you got.
It is difficult to troubleshoot without the data you use. Nevertheless, can you check the following:
1) Do you use the same Fill Value for missing and padding pixels in the fine resolution predictors?
2) Can you apply the processing again without using the residual correction? You can de-activate it as such:
DLST = data.ApplyDownscaling(residual_corr=False)
Let me know if the above helped
Hi! Sorry, but I haven't been able to try out your suggestions. Still, I don't think point 1 is true but I have to check. I will try out point 2 once I have some time and let you know if that helped. Thanks, once again. :-)
Hi,
The code runs perfectly on my own dataset consisting of principal components of several predictors and a low-resolution LST image.
However, the result exhibits a padding effect on the bottom and right edges only that looks like a frame, as visible in the screenshot below. No such artefacts exist in any of the inputs to the model.
The width of this "frame" is different at the two edges. Could it be because of the warning that was raised? I look forward to your opinion on this and a possible solution will, of course, be lovely. Thanks in advance!