loading...
Path Navigation
var addNDVI = function(image) { var ndvi = image.normalizedDifference(['NIR', 'RED']); return image.addBands(ndvi);};