Skip to content
Rodrigo E. Principe edited this page Mar 20, 2019 · 14 revisions

Welcome to geetools documentation

ver. 0.2.0

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');

Available Modules:

You can suggest new functions or report bugs in the Issue Tracker.

If you want to contribute and don't know how, you can read this