- 1.0.0
- Description
-
Prepare environment. 1.1. You need to create a GEE repository in the code editor and upload the modules in it. Example: users/solved/index_lib.js
-
Start the mosaic and Grid generation. 2.1. The script sequence is numbered from 0 to 5. Start processing the annual cloud free composities, Mosaic.js (cloud removed median mosaica from 1985 - 2019). Example: users/solved/0 - Mosaic.js
2.2. Execute the bbox (bounding box) spliter script. The mining class is based on reference grids. These grids were generated based on the reference mining sites (see the reference maps section). Example: users/solved/1 - Bbox Splitter.js
-
Execute the Sampling Script Example: users/solved/2 - Sampling.js
-
Execute the Classification Script. Every classification is a binary set of pixel values. 0 - "non-mining", 1 - "mining" Example: users/solved/3 - Classification.js
-
Start temporal filter. Example: users/solved/4 - Temporal Filter.js
-
Start Frequency filter. Example: users/solved/5 - Frequency Filter.js