-
Notifications
You must be signed in to change notification settings - Fork 110
Indexes
Rodrigo E. Principe edited this page Oct 16, 2018
·
1 revision
A shorthand to the most popular vegetation indexes. All functions in this module return a function to map over an ImageCollection
var indexes = require('users/fitoprincipe/geetools:indexes');
var ndvi = indexes.ndvi('B5', 'B4'); // Landsat 8
var collection_ndvi = collection.map(ndvi);
- ndvi
- nbr
- nbr2
- evi
- @author: Rodrigo E. Principe
- email: fitoprincipe82 at gmail
- Licence: MIT