Home

Awesome

Open In Colab

Multitemporal Cloud Masking in the GEE

This project contains a python package that extends the functionality of the Google Earth Engine python API (ee) to implement the multitemporal cloud detection algorithms of (Mateo-Garcia et al 2018) and (Gomez-Chova et al 2017).

alt text

Additional results of Mateo-Garcia et al 2018 can be browsed at http://isp.uv.es/projects/cdc/viewer_l8_GEE.html

Update 2021-11

Update 2020-06

Installation

The following code creates a fresh conda environment with required dependencies:

 conda create -c conda-forge -n ee python=3 numpy scipy jupyterlab matplotlib scikit-learn pillow requests luigi pandas scikit-image
pip install earthengine-api

python setup.py install

Examples

The examples folder contains several notebooks that go step by step in the proposed multitemporal cloud detection schemes.

Reproducibility

The folder reproducibility contains scripts, notebooks and instructions needed to reproduce the results of Mateo-Garcia et al 2018: Multitemporal Cloud Masking in the Google Earth Engine. See reproducibility/README.md Note: due to changes in new tier Landsat-8 collections results might change.

If you use this code please cite:

@article{mateo-garcia_multitemporal_2018,
author = {Mateo-García, Gonzalo and Gómez-Chova, Luis and Amorós-López, Julia and Muñoz-Marí, Jordi and Camps-Valls, Gustau},
doi = {10.3390/rs10071079},
journal = {Remote Sensing},
language = {en},
link = {http://www.mdpi.com/2072-4292/10/7/1079},
month = {jul},
number = {7},
pages = {1079},
title = {Multitemporal {Cloud} {Masking} in the {Google} {Earth} {Engine}},
urldate = {2018-07-10},
volume = {10},
year = {2018}
} 

Related work

Acknowledgements

This work has been developed in the framework of the projects TEC2016-77741-R and PID2019-109026RB-I00 (MINECO-ERDF) and the GEE Award project Cloud detection in the cloud granted to Luis Gómez-Chova.