Skip to content

Python modules that implement the `fmask` algorithm.

XavierJiezou/python-fmask-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Fmask-Algorithm

Python modules that implement the fmask algorithm. (Refer to: python-fmask)

Install

conda config --add channels conda-forge
conda config --set channel_priority strict
conda create -n fmask python-fmask
conda activate fmask

Usage

git clone https://github.com/XavierJiezou/python-fmask-algorithm.git
cd python-fmask-algorithm
python main.py inputdir outfile

USGS Landsat

python main.py LC81230322021250LGN00 cloud.jpg

Sentinel2

python main.py S2B_MSIL1C_20180918T235239_N0206_R130_T56JNQ_20180919T011001.SAFE cloud.jpg

Color-Maps

VALUE MEANING COLOR
0 null \
1 clear \
2 cloud 紫色
3 shadow 黄色
4 snow 浅蓝
5 water 深蓝

Link

https://github.com/ubarsc/python-fmask

Cite

About

Python modules that implement the `fmask` algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages