ubarsc / python-fmask

A set of command line utilities and Python modules that implement the ‘fmask’ algorithm
https://www.pythonfmask.org
GNU General Public License v3.0
75 stars 20 forks source link

Extract the snow/ice and water mask out from output .tif file #59

Closed xxie12 closed 2 years ago

xxie12 commented 2 years ago

Hi,

I am wondering if there is any way I can get snow, water, and cloud/cloud shadow mask separately or If there is any way I can extract a specific type of mask from the .tif output, thanks!

neilflood commented 2 years ago

No, we have not provided a mechanism for this style of output. You can easily process the resulting raster into separate layers using the sort of raster processing tools I mentioned in #57