-
Notifications
You must be signed in to change notification settings - Fork 111
Home
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
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');
cloud_masks
decision_tree
indexes
list_algorithms
tools
- @author: Rodrigo E. Principe
- email: fitoprincipe82 at gmail
- Licence: MIT