GERSL / Fmask

The software called Fmask (Function of mask) is used for automated clouds, cloud shadows, and snow masking for Landsats 4-8 and Sentinel 2 images.
MIT License
170 stars 57 forks source link

How to install Fmask library in anaconda, please? #34

Open 007Rachel opened 2 weeks ago

007Rachel commented 2 weeks ago

I have done git clone https://github.com/GERSL/Fmask.git, what command should I follow up with in cmd to install?

j08lue commented 1 week ago

The Fmask algorithm here is MATLAB code. Either you run it in a MATLAB installation you own in the same way you run other MATLAB code.

Or you download a standalone application that you do not need to install at all and just put somewhere on your machine and then execute on the command line.

See the README on that. You will probably want the standalone application for Windows or Linux:

The standalone can be downloaded for Linux (One Drive) and Windows (One Drive).

j08lue commented 1 week ago

If that is an option for you, you can also run Fmask through Docker, e.g. with https://github.com/DHI-GRAS/fmaskilicious.