GEUS-SICE / SICE

Operational Sentinel-3 snow and ice products (SICE) - Geological Survey of Denmark and Greenland (GEUS)
http://snow.geus.dk
GNU General Public License v3.0
5 stars 2 forks source link

Cloud masking and scene selection for mosaic #12

Open BaptisteVandecrux opened 3 years ago

BaptisteVandecrux commented 3 years ago

Since we are not removing cloudy pixel from the scenes any more, the selection of scenes stitched in the mosaic is now only based on the scenes’ SZA. In the previous SICE version, cloudy pixels of a scene with low SZA were not used for mosaicking, and the algorithm looked for another scene, of higher SZA, but where cloud-free pixels would be available. This allowed to “rescue” some cloudy pixels using another scene of higher SZA. We could think about a way to keep this behaviour without replacing pixels by NaN.

BaptisteVandecrux commented 3 years ago

Would it be about replacing "SZA" by "SZA_CM" in these lines:

https://github.com/GEUS-SICE/SICE/blob/b18b5de46d1304c6e79e2c4b40ad09639164dd2d/dm.grass.sh#L70-L73