Gaps in the data which are not present in the full scene
paugalles opened this issue · 1 comments
paugalles commented
I have downloaded a subset scene by using the following command:
python HLS_SuPER.py -roi="-8.827283836983334,37.95081222675191,-8.794606189960955,37.96673088698193" -start=01/01/2019 -end=01/30/2019
And there are many gaps of nodata values within it.
However, when I look at the full scene, these gaps are not there.
why is that happening?
The full scene with no gaps is:
full scene
paugalles commented
It is the quality filter.
Setting the quality filter to False will solve the problem
-qf False