Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.39 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.39 KB

Coastal Zone

Solved - Solutions in Geoinformation

About

Release History

  • 1.0.0
    • Description

How to use

  1. 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

  2. Start classification. 2.1. The script sequence is numbered from 0 to 1. Start processing the annual cloud free composities, Mosaic.js (cloud removed median mosaicsa from 1985 - 2019). Example: users/solved/0 - Mosaic.js

2.2. Execute the classification scripts. They are all starting with numebre 1 (1 - Apicum MapbiomasBased.js, 1 - BeD MapbiomasBased.js, 1 - Mangrove MapbiomasBased.js).
Example: users/solved/1 - Mangrove MapbiomasBased.js users/solved/1 - BeD MapbiomasBased.js users/solved/1 - Apicum MapbiomasBased.js

  1. Start temporal filter. Example: users/solved/2 - Temporal Filter.js

  2. Start Frequency filter. Example: users/solved/3 - Frequency Filter.js

  3. Integrate the filtered data. Every classification is a banary set of pixel values. 0 - "non-class", 1 - "class of interest" (eg. 0 - Non-Mangrove, 1 - Mangrove) users/solved/4 - Integration.js