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

Tools for Google Earth Engine (code editor)

Google Earth Engine is a web platform for satellite image processing. One way to use this platform (probably the most popular way) is using an online tool called The Code Editor, which let the user access the platform using a scripting language. I have develop a set of tools that may be helpful for you. Here is the documentation.

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