eosGV / LULC-PBS

Regional LULC maps of three target areas located in the main ecoregions of Ecuador at a6 resolution of 10 m using Google Earth Engine (GEE) cloud-based computing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LULC-PBS

Regional LULC maps of three target areas located in the main ecoregions of Ecuador at a resolution of 10 m using Google Earth Engine (GEE) cloud-based computing.

How to use?

  1. Users with access to the repository can add it to the Code Editor using:

https://code.earthengine.google.com/?accept_repo=users/SI_Testing/LULC_EC

  1. Open 01_LULC-PBS_Mapping

  2. Find the next section where you can select the map of the region you want to process. To do this you must uncomment the var scriptClassifier and AOI in the option of your preferred.

//********** Visualising LULC-PBS in the COAST Region of Ecuador******//

// If you'd like to visualise LULC-PBS in coast region, you should uncomment next line

//**********************************************************************************

// Set scripts SDC and PBS from Coast

//var scriptClassifier = lulcClassCoast

// Set Area of Interest (AOI)

//var AOI= AOI_Co.geometry();

//********** Visualising LULC-PBS in the ANDEAN Region of Ecuador******//

// If you'd like to visualise LULC-PBS in Andean region, you should uncomment next line

//************************************************************************************

// Set scripts SDC and PBS from Andean

//var scriptClassifier = lulcClassAndean

// Set Area of Interest (AOI)

//var AOI= AOI_Hi;

//********** Visualising LULC-PBS in the AMAZON Region of Ecuador******//

// If you'd like to visualise LULC-PBS in Amazon region, you should uncomment next line

//*************************************************************************************

// Set scripts SDC and PBS from Amazon

//var scriptClassifier = lulcClassAmazon

// Set Area of Interest (AOI)

//var AOI= AOI_Am;

About

Regional LULC maps of three target areas located in the main ecoregions of Ecuador at a6 resolution of 10 m using Google Earth Engine (GEE) cloud-based computing.


Languages

Language:JavaScript 100.0%