Skip to content
Rodrigo E. Principe edited this page Oct 16, 2018 · 14 revisions

Tools for Google Earth Engine code editor

API language: JavaScript

HOW TO USE IT

To use this module in the code editor you have to import it.

var module = require('users/fitoprincipe/geetools:NAME_OF_FILE');

Important: Where it says NAME_OF_FILE replace with the name of the module.

Example:

var tools = require('users/fitoprincipe/geetools:tools');

Currently available modules

  • cloud_masks
  • decision_tree
  • indexes
  • list_algorithms
  • tools
Clone this wiki locally